A motor part shop software inspired by the just-in-time (JIT) philosophy.
The software has following amazing features:
- Generate the revenue for each day.
- Generate the revenue graph the end of the month.
- List of the items to be ordered at the end of each day.
- Features to add/edit/remove certain Vendors or items.
This software has been tested on Ubuntu 20.04 and Windows 11.
We used the following libraries: Matplotlib, PyQt5, PySide2, sqlparse
pip install -r requirements.txt
Clone the repository
git clone https://github.com/pranav610/JustInTime
Open the folder
cd JustInTime
Copy DataBase.db
from preData
folder and paste in the JustInTime
folder
sudo cp preData/DataBase.db ./
Start the application
python3 main.py
- Adding features so that Vendors and Customers can use the same software remotely.