Simple inventory tracking app for pest control operations.
-
Install Python 3
-
Install requirements: pip install -r requirements.txt
-
Run app: python app.py
-
Open browser: http://127.0.0.1:5000
- Track inventory
- Receive orders
- Log technician usage
- Auto calculate stock
- Reorder recommendations
- Uses SQLite (inventory.db file)
- No external setup required
- Reporting
- CSV export
- Better UI
- Mobile optimization