This is a simple inventory management system for retail shops, designed to manage stock records, purchases, sales, profits, losses, and expenses.
- Stock Measurements Department (Kgs)
- Vegetables and Fruits Department
- Rest of Shop Items (Drinks and Shelves)
- Record stock information
- Manage stock in
- Record purchases and sales
- Track profits and losses
- Monitor expenses
- Clone the repository.
- Install dependencies:
pip install -r requirements.txt
. - Run the application:
python manage.py runserver
.
- Navigate to the appropriate department.
- Add or edit stock information.
- Record purchases and sales.
- Track profits, losses, and expenses.
This project is licensed under the MIT License - see the LICENSE file for details.