Yaro Kasear
8a5c5db9e0
Implement sync_from_state method for Area, Brand, Item, RoomFunction, and Room models; streamline entity management in settings
2025-06-24 13:09:41 -05:00
Yaro Kasear
87fa623cde
Remove unused functions for adding and syncing named entities in settings; streamline entity processing logic
2025-06-23 16:22:13 -05:00
Yaro Kasear
9a1dffcf8d
Refactor entity handling in settings; streamline brand, type, section, function, and room processing with dedicated functions for improved readability and maintainability
2025-06-23 16:21:30 -05:00
Yaro Kasear
04d262ae26
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
Yaro Kasear
8162038f40
Enhance model constructors; add optional parameters for improved initialization across multiple modelsOh
2025-06-23 15:42:48 -05:00
Yaro Kasear
acacf39f8e
Refactor code structure; improve organization and readability across multiple files
2025-06-23 14:51:21 -05:00
Yaro Kasear
b2a418982e
Refactor room creation logic; improve handling of section and function IDs, enhance error reporting, and streamline code for better readability
2025-06-23 10:22:39 -05:00
Yaro Kasear
347baaa12e
Refactor settings logic; streamline brand and item type creation, enhance ComboBoxWidget integration for improved usability
2025-06-23 10:13:22 -05:00
Yaro Kasear
c6fc1a4795
Refactor .gitignore; add patterns for SQLite database files and improve ignored file management
...
Enhance app initialization; set secret key from environment variable for better security practices
Update work_log model import; change User import path for improved module structure
Refactor routes; add new inventory item creation route and enhance settings handling with JSON form state
Improve ComboBoxWidget; add handleComboAdd function for better option management and integrate with render_combobox macro
Revamp settings template; implement form state management and improve modal functionality for room creation
Add error template; create a new error handling page for better user feedback
2025-06-23 10:05:31 -05:00
Yaro Kasear
e67ae63eb8
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
Yaro Kasear
89cee64f04
Refactor inventory chart data representation; change dataset type from bar to pie and update corresponding keys for improved visualization
2025-06-18 16:15:53 -05:00
Yaro Kasear
ec08dd8ef1
Enhance settings page; add room management functionality with combo box integration and update rendering logic for improved usability
2025-06-18 15:36:34 -05:00
Yaro Kasear
ad413c3f1b
Enhance settings page; integrate combo box widgets for brands, types, sections, and functions, and add pencil icon for editing functionality
2025-06-18 14:13:16 -05:00
Yaro Kasear
e2b8579362
Refactor worklog handling and rendering; enhance active worklog display and add settings page with brand management functionality
2025-06-18 09:33:33 -05:00
Yaro Kasear
3915b97231
Refactor templates and utility functions for improved rendering and usability; enhance icon usage and link handling in various templates
2025-06-17 12:51:01 -05:00
Yaro Kasear
b68c25a05a
Refactor inventory and worklog templates for improved rendering and pagination; enhance table display with better responsiveness and usability
2025-06-17 09:44:55 -05:00
Yaro Kasear
bdd2a43c8b
Refactor worklog handling and table rendering in templates for improved clarity and performance
2025-06-16 16:24:41 -05:00
Yaro Kasear
25e67cce28
Add pandas dependency, enhance inventory summary visualization, and update table rendering
2025-06-16 15:45:54 -05:00
Yaro Kasear
58754c71bd
Enhance inventory management by updating timestamp type to DateTime, adding stale worklog display on the index page, and improving template styles and scripts for better user experience.
2025-06-16 10:26:30 -05:00
Yaro Kasear
0835248f34
Refactor inventory listing filters to return error messages for invalid user, location, and item IDs
2025-06-16 08:13:27 -05:00
Yaro Kasear
0a5518d99f
Improve filter handling in inventory listing by adding fallback for unknown users, locations, and items
2025-06-16 08:05:11 -05:00
Yaro Kasear
cffdc27724
Enhance search functionality with pagination and improve eager loading in utils
2025-06-13 16:16:56 -05:00
Yaro Kasear
eb7e446e56
Implement search functionality with pagination and enhance templates for improved user experience
2025-06-13 15:29:35 -05:00
Yaro Kasear
f4f9f84387
Refactor templates and add search functionality with improved navigation and user experience
2025-06-13 08:50:39 -05:00
Yaro Kasear
684a98b216
Refactor inventory filtering and enhance templates with select inputs for improved data handling
2025-06-12 14:39:15 -05:00
Yaro Kasear
823bae7e65
Add breadcrumb support to inventory listing and update templates for improved navigation
2025-06-12 11:56:37 -05:00
Yaro Kasear
5df5f86fd2
Add filtering functionality to inventory listing and enhance templates for better data presentation
2025-06-12 11:32:25 -05:00
Yaro Kasear
14384c3d22
Add inventory index route and update templates for breadcrumb navigation
2025-06-11 13:10:02 -05:00
Yaro Kasear
795b23fbae
Add worklog form fields and enhance templates for better data handling
...
- Introduced worklog form fields for start and end timestamps, contact, work item, completion status, follow-up, analysis, and notes.
- Updated worklog.html to include a save button and improved layout.
- Enhanced datalist.js for dynamic data binding between input fields and datalists.
- Refactored inventory.html and user.html for consistency and readability.
- Added form.html template for future use.
2025-06-11 11:33:56 -05:00
Yaro Kasear
189f73b7c2
Initial commit.
2025-06-11 09:10:41 -05:00