bmc_hub/app/timetracking
Christian 7cb38663bc fix: Timetracking wizard approval endpoint (v1.3.76)
- Fix parameter handling in approve_time_entry endpoint
- Change from query params to body Dict[str, Any]
- Send all required fields to wizard.approve_time_entry()
- Calculate rounded_to if auto-rounding enabled
- Add approval_note, billable, is_travel fields
- Add Dict, Any imports
2026-01-02 12:45:25 +01:00
..
backend fix: Timetracking wizard approval endpoint (v1.3.76) 2026-01-02 12:45:25 +01:00
frontend fix: parse customer_rate as float in wizard (v1.3.61) 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