BilledIn is a simple billing system (Desktop application) for small businesses. It is designed to be easy to use and easy to understand. It is completely written in Python and uses the Tkinter library for the GUI and SQLite for the database.
-
Main Screen
-
Employee Login
-
Admin mode
-
Inventory Management
-
Employee Management
-
Invoice Management
-
Billing Screen
-
Barcode Sticker
-
Clone the repository
git clone https://github.com/mahadev0811/BilledIn.git
-
Install the required packages
pip install -r requirements.txt
-
Run the application
python app.py
This project is licensed under the MIT License - see the LICENSE file for details.