This website requires JavaScript.
Explore
Help
Sign in
yaro
/
inventory
Watch
1
Star
0
Fork
You've already forked inventory
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
dc394dd992
inventory
/
models
History
Download ZIP
Download TAR.GZ
Yaro Kasear
dc394dd992
Add inventory item creation and update endpoints; enhance inventory template with form handling
2025-07-07 09:40:27 -05:00
..
__init__.py
Initial commit.
2025-06-11 09:10:41 -05:00
areas.py
Refactor models to implement ValidatableMixin; add validation logic for state management in Area, Brand, Item, Room, and RoomFunction classes
2025-06-25 14:52:49 -05:00
brands.py
Refactor models to implement ValidatableMixin; add validation logic for state management in Area, Brand, Item, Room, and RoomFunction classes
2025-06-25 14:52:49 -05:00
inventory.py
Add inventory item creation and update endpoints; enhance inventory template with form handling
2025-07-07 09:40:27 -05:00
items.py
Refactor models to implement ValidatableMixin; add validation logic for state management in Area, Brand, Item, Room, and RoomFunction classes
2025-06-25 14:52:49 -05:00
room_functions.py
Refactor models to implement ValidatableMixin; add validation logic for state management in Area, Brand, Item, Room, and RoomFunction classes
2025-06-25 14:52:49 -05:00
rooms.py
Enhance Room model and settings form: improve foreign key validation and handle potential duplicates in deletion logic
2025-07-07 08:11:30 -05:00
users.py
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
work_log.py
Enhance model constructors; add optional parameters for improved initialization across multiple modelsOh
2025-06-23 15:42:48 -05:00