Commit graph

6 commits

Author SHA1 Message Date
Yaro Kasear
9803db17ab Add inventory management templates and utility functions
- Created HTML templates for inventory index, layout, search, settings, table, user, and worklog.
- Implemented utility functions for eager loading relationships in SQLAlchemy.
- Added validation mixin for form submissions.
- Updated project configuration files (pyproject.toml and setup.cfg) for package management.
2025-07-08 11:47:22 -05:00
Yaro Kasear
26e55b9a3e Add user creation and update functionality; refactor user template and helpers 2025-07-07 15:36:15 -05:00
Yaro Kasear
04d262ae26 Fix type annotation for location_id; change from Optional[str] to Optional[int] for correct database mapping 2025-06-23 15:49:31 -05:00
Yaro Kasear
8162038f40 Enhance model constructors; add optional parameters for improved initialization across multiple modelsOh 2025-06-23 15:42:48 -05:00
Yaro Kasear
acacf39f8e Refactor code structure; improve organization and readability across multiple files 2025-06-23 14:51:21 -05:00
Yaro Kasear
189f73b7c2 Initial commit. 2025-06-11 09:10:41 -05:00