bmc_hub/app/timetracking/frontend
Christian d228362617 fix: parse customer_rate as float in wizard (v1.3.61)
- Fixed customer_rate being returned as string from DB (NUMERIC type)
- Added parseFloat() when using customer_rate in calculations
- Fixes customer stats showing '-' instead of actual hourly rate
- Applied to loadCustomerContext(), displayCaseEntries(), and approveEntry()
2025-12-24 09:35:46 +01:00
..
__init__.py feat(timetracking): Implement time tracking module with frontend views, HTML templates, and database migrations 2025-12-09 22:46:30 +01:00
customers.html Fix: Use absolute URL for bulk rate update to avoid path resolution issues (v1.3.54) 2025-12-23 15:03:49 +01:00
dashboard.html feat: Add subscriptions lock feature to customers 2025-12-13 12:06:28 +01:00
orders.html UI: Vis Hub ordre ID i ordre detaljer efter eksport 2025-12-23 02:03:23 +01:00
views.py feat: Add subscriptions lock feature to customers 2025-12-13 12:06:28 +01:00
wizard.html fix: parse customer_rate as float in wizard (v1.3.61) 2025-12-24 09:35:46 +01:00