bmc_hub/app/timetracking/backend
Christian a1d4696005 feat: Add new time tracking wizard and registrations view
- Implemented a new simplified time tracking wizard (wizard2) for approval processes.
- Added a registrations view to list all time tracking entries.
- Enhanced the existing wizard.html to include a billable checkbox for entries.
- Updated JavaScript logic to handle billable state and travel status for time entries.
- Introduced a cleanup step in the deployment script to remove old images.
- Created a new HTML template for registrations with filtering and pagination capabilities.
2026-01-10 01:37:08 +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 feat: Add new time tracking wizard and registrations view 2026-01-10 01:37:08 +01:00
models.py feat: Implement tracking of billed Hub order ID for time entries and update related services 2026-01-08 18:57:04 +01:00
order_service.py feat: Add new time tracking wizard and registrations view 2026-01-10 01:37:08 +01:00
router.py feat: Add new time tracking wizard and registrations view 2026-01-10 01:37:08 +01:00
vtiger_sync.py feat: Enhance time tracking by excluding billed entries from views and approval processes 2026-01-09 08:01:28 +01:00
wizard.py feat: Enhance time tracking by excluding billed entries from views and approval processes 2026-01-09 08:01:28 +01:00