bmc_hub/app/timetracking/frontend
Christian a36e3e716f feat: Add Service Contract Report page with customer and contract selection
- Implemented a new HTML page for generating service contract reports.
- Added CSS styles for report layout and components.
- Developed JavaScript functionality for loading customers and contracts, fetching report data, and rendering metrics and cases.
- Included buttons for downloading reports in PDF and Excel formats.

docs: Create Route Auth Audit for route access control

- Generated an audit report detailing route access requirements.
- Classified routes based on authentication needs and documented them in a markdown file.

feat: Introduce buzzwords and mission projects tables in the database

- Created `buzzwords` and `sag_buzzwords` tables for managing keywords related to SAG cases.
- Established `mission_projects`, `mission_project_milestones`, and `mission_project_blockers` tables for project management.
- Updated `sag_sager` table to link with mission projects and milestones, including necessary foreign key constraints.
2026-05-12 08:41:13 +02: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
customers.html feat: Add new time tracking wizard and registrations view 2026-01-10 01:37:08 +01:00
dashboard.html feat: Add subscriptions lock feature to customers 2025-12-13 12:06:28 +01:00
employee_log.html feat: Add Service Contract Report page with customer and contract selection 2026-05-12 08:41:13 +02:00
orders.html UI: Vis Hub ordre ID i ordre detaljer efter eksport 2025-12-23 02:03:23 +01:00
registrations.html feat: Add new time tracking wizard and registrations view 2026-01-10 01:37:08 +01:00
service_contract_report.html feat: Add Service Contract Report page with customer and contract selection 2026-05-12 08:41:13 +02:00
service_contract_wizard.html feat: Enhance hardware detail view with ESET data synchronization and specifications 2026-02-11 23:51:21 +01:00
views.py feat: Add Service Contract Report page with customer and contract selection 2026-05-12 08:41:13 +02:00
wizard2.html feat: Implement bug reporting feature with screenshot support 2026-05-06 07:01:43 +02:00
wizard.html feat: Add new time tracking wizard and registrations view 2026-01-10 01:37:08 +01:00