inventory/inventory/routes
2025-07-25 13:25:26 -05:00
..
__init__.py Add inventory management templates and utility functions 2025-07-08 11:47:22 -05:00
helpers.py Add title field to User model and update related views for user management 2025-07-25 13:21:05 -05:00
hooks.py Refactor prettify_or_minify_html_response to comment out minification logic for clarity and maintainability. 2025-07-24 16:02:26 -05:00
images.py Remove debug print statements. 2025-07-14 09:07:52 -05:00
index.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
inventory.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
search.py Fix user query to use outer join for improved search results 2025-07-25 13:25:26 -05:00
settings.py Add inventory management templates and utility functions 2025-07-08 11:47:22 -05:00
user.py Add title field to User model and update related views for user management 2025-07-25 13:21:05 -05:00
worklog.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