An open API service indexing awesome lists of open source software.

https://github.com/pateljannat/webinventory

Inventory Management Application
https://github.com/pateljannat/webinventory

flask flask-application flask-sqlalchemy inventory-management inventory-report jinja2 python python3 sqlalchemy

Last synced: about 2 months ago
JSON representation

Inventory Management Application

Awesome Lists containing this project

README

          

# WebInventory

#### This is a simple imventory management system

This system allows you to do the following:
1. Add, Edit, Delete Products
2. Add, Edit, Delete Inventory Locations
3. Move Products from one location to another
4. Generate an Inventory Report to verify the balance quantities in each of your warehouses

#### Home Page
![Home Page](screenshots/Home.png)

#### Products
![Products](screenshots/ProductList.png)

#### Locations
![Locations](screenshots/LocationList.png)

#### Edit Products
![Edit Products](screenshots/EditProduct.png)

#### Add Locations
![Add Locations](screenshots/AddLocation.png)

#### Edit Product Movements
![Edit Product Movements](screenshots/EditMovement.png)

#### Inventory Report
![Inventory Report](screenshots/InventoryReport.png)