2 Commits

Author SHA1 Message Date
Automated Action
4a875f5f83 Fix database migration error with proper Python path configuration
- Added Python path configuration in migrations/env.py to correctly import app modules
- Fixed SQLite database path configuration
- Fixed migration revision ID format
- Added proper error handling for imports

Generated with BackendIM... (backend.im)
2025-05-12 13:00:10 +00:00
Automated Action
54bf9880b9 Implement Small Business Inventory Management System
This commit implements a comprehensive inventory management system for small businesses using FastAPI and SQLAlchemy. Features include:
- Product and category management
- Inventory tracking across multiple locations
- Supplier management
- Purchase management
- Transaction tracking for inventory movements
- Complete API documentation

generated with BackendIM... (backend.im)
2025-05-12 12:55:31 +00:00