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
No description
65
commits
3
branches
0
tags
4.5
MiB
Python
56.6%
HTML
22.5%
JavaScript
19.5%
CSS
1.4%
3492358645
Find a file
HTTPS
Download ZIP
Download TAR.GZ
Download BUNDLE
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Cite this repository
BibTeX
Cancel
Yaro Kasear
3492358645
Refactor inventory and layout templates: streamline script handling and improve toast message display
2025-07-07 10:23:07 -05:00
models
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
static
Refactor ComboBoxWidget and settings form: remove unused handleComboAdd function, enhance form state serialization, and improve room option handling
2025-07-03 10:38:29 -05:00
templates
Refactor inventory and layout templates: streamline script handling and improve toast message display
2025-07-07 10:23:07 -05:00
utils
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
.gitignore
Refactor code structure; improve organization and readability across multiple files
2025-06-23 14:51:21 -05:00
__init__.py
Refactor .gitignore; add patterns for SQLite database files and improve ignored file management
2025-06-23 10:05:31 -05:00
app.py
Initial commit.
2025-06-11 09:10:41 -05:00
config.py
Refactor configuration; enhance quote function type hints, improve database URI setup for SQLite, and add BASE_DIR for better path management
2025-06-20 13:55:50 -05:00
requirements.txt
Refactor application configuration; implement dynamic database URI setup based on environment variables for improved flexibility and maintainability
2025-06-20 13:48:03 -05:00
routes.py
Add delete inventory item endpoint and enhance breadcrumb template with save/delete buttons
2025-07-07 10:16:25 -05:00
temp.py
Implement sync_from_state methods for Area, Brand, Item, RoomFunction, and Room models; enhance entity management and foreign key resolution in settings
2025-06-25 09:31:05 -05:00