Inventory Management System for Thread Dyeing Factory
This is a desktop application that manages all the records of entries of raw material, production and sales of products in thread dyeing factory.
It has various stages of :
-
Adding details about raw material and end products i.e. name price description of raw material, reciepe of end product,etc.
-
Add the details of raw material entry i.e. the transaction of quantity of raw material bought today.
-
Add the details of end product entry i.e. the transaction of quantity of end product produced today in the factory operations.
-
Add the details of sales i.e. the transaction of quantity of end product sold. All the above stages have operations like add records,modify present records,delete present records or view the records.
-
The addtitional operations are to view the closing stock of all the raw materials and the end products and also can view all the transactions for a given raw material or product in a date range.
This projects manages all the transactions that occur in a thread dyeing factory from the records of buying the raw materials to the sales of the end products produced in the factory.
To run this app run main.exe file or run main.py file in PythonFiles folder.
This project is a part of OSTPL course.
- Python3
- PyQt5
pip install pyqt5
pip install pyqt5-tools
- Frontend : PyQt5 (module in python)
- Backend : Python3
- Database: Sqlite3