bmc_hub/app/ticket/backend
Christian 4822637466 feat: add time multiplier presets management and extend worklog model
- Added a new section in the settings frontend for managing time multiplier presets, including UI for adding, displaying, and saving presets.
- Introduced a new function to normalize and load time multiplier presets from settings.
- Updated the worklog submission process to include a selected multiplier preset and its corresponding rate multiplier.
- Enhanced the worklog model to support additional fields: extra_billed_hours, extended_support_flag, rate_multiplier, manual_hourly_rate, manual_rounded_hours, and rounding_override_reason.
- Implemented backend validation to ensure that time entries linked to prepaid cards cannot be edited if the card is in a locked status.
- Added database migration to introduce new columns and constraints for the worklog and time entry tables.
2026-06-21 10:26:07 +02:00
..
__init__.py feat(ticket-module): Implement ticket system with comprehensive database schema, permissions, and testing suite 2025-12-15 23:40:23 +01:00
economic_export.py feat: Add Simply-CRM integration setup documentation and configuration details 2025-12-16 15:36:11 +01:00
email_integration.py feat: Add Simply-CRM integration setup documentation and configuration details 2025-12-16 15:36:11 +01:00
klippekort_service.py feat: Implement fixed-price agreements frontend views and related templates 2026-02-08 01:45:00 +01:00
models.py feat: add time multiplier presets management and extend worklog model 2026-06-21 10:26:07 +02:00
router.py feat: add time multiplier presets management and extend worklog model 2026-06-21 10:26:07 +02:00
ticket_service.py feat: Enhance time tracking with Hub Worklog integration and editing capabilities 2026-01-10 21:09:29 +01:00