bmc_hub/app/timetracking/frontend
Christian 246ad27fe3 Feature: Bulk customer hourly rate updates (v1.3.52)
Added bulk selection and update functionality for customer hourly rates:

Frontend (customers.html):
- Added checkbox column with select-all functionality
- Created bulk price update modal with customer list
- Implemented JavaScript for selection state management
- Shows selected count in UI badge
- Supports indeterminate state for partial selection

Backend (router.py):
- New POST /api/v1/timetracking/customers/bulk-update-rate endpoint
- Accepts {customer_ids: List[int], hourly_rate: float}
- Updates multiple customers in single SQL query
- Creates audit log entries for each updated customer
- Returns updated count

Use case: Select multiple customers and update hourly rate simultaneously
2025-12-23 14:31:10 +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 Feature: Bulk customer hourly rate updates (v1.3.52) 2025-12-23 14:31:10 +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 feat: Implement internal comments for customer subscriptions with database support 2025-12-16 22:07:20 +01:00