- fix broken randon timesheet generator

- minor fixes
This commit is contained in:
2025-10-10 11:18:00 +02:00
parent f9ea678e00
commit d668890370
3 changed files with 19 additions and 18 deletions

View File

@@ -131,6 +131,7 @@ public partial class LeanderShiftPlannerMainWindow : Window
{
ProgressbarCalculaion.IsIndeterminate = true;
await _appService.TimesheetService.GenerateGoogleTimeSheets(_appService.PersonService.GetGoogleTimeSheetList());
await _appService.TimesheetService.GenerateRandomTimeSheets(_appService.PersonService.GetRandomTimeSheetList());
ProgressbarCalculaion.IsIndeterminate = false;
int error = TimesheetIO.ExportTimesheets(_appService.PersonService.GetPersonList().ToList());