Skip to content

nivithamerlin/Inventory-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Inventory Management Web App

This is a simple Inventory Management application built using *Python Flask, **SQLite, and *SQLAlchemy. It allows users to manage products, locations (warehouses), and track product movements between locations.


Features

  • Add / Edit / Delete Products
  • Add / Edit / Delete Locations
  • Record Product Movements:
    • Move INTO a location (supply in)
    • Move OUT of a location (stock out)
    • Transfer from one location to another
  • View Product Balance Report by Location

Technologies Used

  • Python 3
  • Flask
  • SQLAlchemy (ORM)
  • SQLite (Local database)
  • HTML / Jinja Templates

How to Run the App

1. Clone or Download

git clone https://github.com/yourusername/inventory-flask.git
cd inventory-flask

About

Flask-inventory-management-app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors