Skip to content

AbdullahZulfiqar2005/FBR-DI-Software

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FBR Digital Invoicing Software

A Flask-based application for generating FBR-compliant digital invoices with QR codes (Version 2.0).

Installation

1. Clone the Repository

Open your terminal and clone the project:

git clone [https://github.com/AbdullahZulfiqar2005/FBR-DI-Software/](https://github.com/AbdullahZulfiqar2005/FBR-DI-Software/)
cd FBR-DI-Software


### 2. Install Dependencies

Make sure you have Python installed, then install the required packages:

```bash
pip install -r requirements.txt

How to Run

You can run the application using either the helper script or standard Python commands.

Option A: Using the Script (Linux/Mac)

If you have the script.sh file, you can make it executable and run it:

chmod +x script.sh
./script.sh

Option B: Using Python Directly

Run the application using the Python interpreter:

python app.py

If python defaults to Python 2 on your system, use:

python3 app.py

Access the App

Once running, open your browser and go to: http://localhost:5000

About

A web application for generating FBR-compliant digital invoices

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors