bmc_hub/app/timetracking/backend
Christian 641698be8b Fix: Bulk customer rate update using request body (v1.3.53)
Fixed API endpoint to accept JSON request body instead of query params:
- Added TModuleBulkRateUpdate Pydantic model
- Changed endpoint to accept request body
- Fixed parameter references to use request.customer_ids and request.hourly_rate
- Added migration for hourly_rate_updated and time_card_toggled event types

Resolves: 'Not Found' error and audit log constraint violations
2025-12-23 14:39:57 +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
audit.py feat(timetracking): Implement time tracking module with frontend views, HTML templates, and database migrations 2025-12-09 22:46:30 +01:00
economic_export.py Feature: Opdater vTiger Timelog med Hub ordre ID efter eksport 2025-12-23 01:44:14 +01:00
models.py Fix: Bulk customer rate update using request body (v1.3.53) 2025-12-23 14:39:57 +01:00
order_service.py Fix: Return single order object ved cancel_order (ikke list) 2025-12-23 00:46:38 +01:00
router.py Fix: Bulk customer rate update using request body (v1.3.53) 2025-12-23 14:39:57 +01:00
vtiger_sync.py Feature: Marker vTiger Timelog som faktureret (invoiced) 2025-12-23 14:20:50 +01:00
wizard.py feat: Implement internal comments for customer subscriptions with database support 2025-12-16 22:07:20 +01:00