mirror of
https://github.com/DRYTRIX/TimeTracker.git
synced 2026-05-20 05:10:26 -05:00
d9e7e82ab2
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.