bmc_hub/app/timetracking/frontend
Christian 38a47f4d27 fix: wizard customer_rate field name mismatch (v1.3.55)
- Changed wizard.html to use customer_rate instead of customer_hourly_rate
- Fixes issue where wizard displayed default 1200 DKK instead of customer-specific hourly rate
- Backend API returns customer_rate field (from TModuleTimeWithContext model)
- Frontend now correctly reads customer_rate from API response
- Affected lines: 571, 807, 1084 in wizard.html
2025-12-23 15:12:45 +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: wizard customer_rate field name mismatch (v1.3.55) 2025-12-23 15:12:45 +01:00