Flaskentory
Flaskentory copied to clipboard
Sample Inventory Management Web Application made with Flask
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.
Flaskentory
A Sample Inventory Management Web Application made with Flask and PostgreSQL
Visit https://flaskentory.herokuapp.com/ for demo version of the application.
Instruction to install and run the application.
- Install python3.7.
- Download this repository by using
git clone https://github.com/karthikeyan5/Flaskentory.git. - Install the dependencies using
cd Flaskentory && python3.7 -m venv venv && source venv/bin/activate && pip install -r requirements.txt. - Set environment
DATABASE_URLto you PostgreSQL DB.eg:
postgresql://username:password@localhost/dbname - Start the app using
python app.py. - Visit http://localhost:5000/ from your browser to access the app.
Views:
Below are the views available in the application and their screenshot.
-
Product:
This view helps to manage products:

-
Location:
This view helps to manage Warehouse Locations:

-
Product Movement:
This view helps to make data entry of product movement:

Reports:
The reports are shown below.
-
Product Stock:
This reports shows the balance quantity in each location:
