inventory/models
2025-07-08 09:55:25 -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 Update Inventory model: make type_id optional and adjust constructor to handle None values for type_id 2025-07-07 09:53:20 -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 Add user creation and update functionality; refactor user template and helpers 2025-07-07 15:36:15 -05:00
work_log.py Implement work log creation and update API; add new worklog entry route and enhance worklog template with JavaScript functionality 2025-07-08 09:55:25 -05:00