Skip to content

linpawsivsasay123/Just_in_Time

Repository files navigation

JustInTime - A Motor Part Shop Software

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.

1. Prerequisites

1.1 Ubuntu or Windows

This software has been tested on Ubuntu 20.04 and Windows 11.

1.2. Libraries

We used the following libraries: Matplotlib, PyQt5, PySide2, sqlparse

  pip install -r requirements.txt

2. Software Installation

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

Screenshots

main.gif

TODO

  • Adding features so that Vendors and Customers can use the same software remotely.

Authors

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages