Flaskentory
1.0.0
Note: This software has been written only for technology demonstration purpose. If you are looking for a real Inventory Management System or a Full-fledged ERP, head over to the awesome ERPNext.
A Sample Inventory Management Web Application made with Flask and PostgreSQL
Visit https://flaskentory.herokuapp.com/ for demo version of the application.
git clone https://github.com/karthikeyan5/Flaskentory.git.cd Flaskentory && python3.7 -m venv venv && source venv/bin/activate && pip install -r requirements.txt.DATABASE_URL to you PostgreSQL DB.
eg:
postgresql://username:password@localhost/dbname
python app.py.Below are the views available in the application and their screenshot.
This view helps to manage products:

This view helps to manage Warehouse Locations:

This view helps to make data entry of product movement:

The reports are shown below.
This reports shows the balance quantity in each location:
