Files
TimeTracker/templates
Dries Peeters d9e7e82ab2 Add manual trigger for scheduled reports
Add ability to manually trigger scheduled reports for testing purposes
without modifying cron schedules.

- Add API endpoint /api/reports/scheduled/<id>/trigger to manually execute
  a scheduled report
- Add 'Trigger Now' button (play icon) in scheduled reports table for
  active schedules
- Add JavaScript handler with loading state and user feedback
- Include CSRF token protection for the trigger endpoint

This feature allows users to test scheduled reports immediately without
waiting for the next scheduled run or modifying cron expressions.
2026-01-22 14:31:38 +01:00
..