bmc_hub/app/timetracking
Christian e45b1ed19e fix: Remove float() conversion for Decimal fields (v1.3.78)
- Let Pydantic handle Decimal conversion
- Send approved_hours as Decimal, not float
- Send rounded_to as Decimal, not float
- Add exc_info=True to error logging
2026-01-02 12:51:12 +01:00
..
backend fix: Remove float() conversion for Decimal fields (v1.3.78) 2026-01-02 12:51:12 +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