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.
- 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
- Python 3
- Flask
- SQLAlchemy (ORM)
- SQLite (Local database)
- HTML / Jinja Templates
git clone https://github.com/yourusername/inventory-flask.git
cd inventory-flask