rudisulistyo / Flaskentory

Sample Inventory Management Web Application made with Flask

Home Page:https://flaskentory.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

  1. Install python3.7.
  2. Download this repository by using git clone https://github.com/karthikeyan5/Flaskentory.git.
  3. Install the dependencies using cd Flaskentory && python3.7 -m venv venv && source venv/bin/activate && pip install -r requirements.txt.
  4. Set environment DATABASE_URL to you PostgreSQL DB.

    eg: postgresql://username:password@localhost/dbname

  5. Start the app using python app.py.
  6. 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: Product page

  • Location:

This view helps to manage Warehouse Locations: Location page

  • Product Movement:

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

Reports:

The reports are shown below.

  • Product Stock:

This reports shows the balance quantity in each location: Product Stock page

About

Sample Inventory Management Web Application made with Flask

https://flaskentory.herokuapp.com/

License:MIT License


Languages

Language:Python 84.8%Language:HTML 13.1%Language:Mako 2.1%