inventory/models
2025-06-25 11:23:33 -05:00
..
__init__.py Initial commit. 2025-06-11 09:10:41 -05:00
areas.py Refactor entity synchronization logic in Area, Brand, Item, RoomFunction, and Room models; improve ID handling and streamline foreign key resolution in settings 2025-06-25 11:23:33 -05:00
brands.py Refactor entity synchronization logic in Area, Brand, Item, RoomFunction, and Room models; improve ID handling and streamline foreign key resolution in settings 2025-06-25 11:23:33 -05:00
inventory.py Enhance model constructors; add optional parameters for improved initialization across multiple modelsOh 2025-06-23 15:42:48 -05:00
items.py Refactor entity synchronization logic in Area, Brand, Item, RoomFunction, and Room models; improve ID handling and streamline foreign key resolution in settings 2025-06-25 11:23:33 -05:00
room_functions.py Refactor entity synchronization logic in Area, Brand, Item, RoomFunction, and Room models; improve ID handling and streamline foreign key resolution in settings 2025-06-25 11:23:33 -05:00
rooms.py Refactor entity synchronization logic in Area, Brand, Item, RoomFunction, and Room models; improve ID handling and streamline foreign key resolution in settings 2025-06-25 11:23:33 -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