inventory/inventory/models
2025-07-22 13:04:31 -05:00
..
__init__.py Rename "photo" to "image." 2025-07-11 13:01:08 -05:00
areas.py Remove debug print statements. 2025-07-14 09:07:52 -05:00
brands.py Refactor brand and item models to introduce 'identifier' property for consistency; update dropdown rendering in templates to utilize new properties and improve input handling. 2025-07-22 13:04:31 -05:00
image.py Rename "photo" to "image." 2025-07-11 13:01:08 -05:00
image_links.py More image changes. Delete and replacement logic. 2025-07-11 14:03:16 -05:00
inventory.py Refactor brand and item models to introduce 'identifier' property for consistency; update dropdown rendering in templates to utilize new properties and improve input handling. 2025-07-22 13:04:31 -05:00
items.py Refactor brand and item models to introduce 'identifier' property for consistency; update dropdown rendering in templates to utilize new properties and improve input handling. 2025-07-22 13:04:31 -05:00
room_functions.py Remove debug print statements. 2025-07-14 09:07:52 -05:00
rooms.py Refactor user, room, and inventory models to replace 'full_name' property with 'identifier' for consistency; update related templates and routes accordingly. 2025-07-22 11:49:47 -05:00
users.py Refactor user, room, and inventory models to replace 'full_name' property with 'identifier' for consistency; update related templates and routes accordingly. 2025-07-22 11:49:47 -05:00
work_log.py Refactor model imports and add nullable indices for improved database performance and clarity 2025-07-17 15:29:14 -05:00
work_note.py Refactor model imports and add nullable indices for improved database performance and clarity 2025-07-17 15:29:14 -05:00