Store management web based application developed to address need of clothing store but can be customized to use for any store billing and inventory management
- Dashboard
- Sales/Purchase Entry
- Client Profile Management
- Generate Invoice
Clone the project
git clone https://github.com/Aadesh-Baral/Quickbill.git
Go to the project directory
cd Quickbill
Create virtual environment
python3 -m venv
Activate virtual environment
source venv/bin/activate
Install dependencies
pip install -r requirements.txt
Start the server
python app.py