MH: CreatorName auf Dienstplanausdruck

This commit is contained in:
2022-12-29 12:32:07 +01:00
parent 51a068a19f
commit 7cf1a6fa54
4 changed files with 19 additions and 19 deletions

View File

@@ -81,7 +81,7 @@ namespace BeWo.Report
public abstract XtraReport CreateAbsenceReport(DateTime dt, List<long> abs, List<long> empTypes, List<long> teams, List<int> feiertage);
public abstract XtraReport CreateRosterReport(long wOid, DateTime dt, List<int> feiertage, int sortingIndex, bool aufsteigend);
public abstract XtraReport CreateRosterReport(long wOid, DateTime dt, List<int> feiertage, int sortingIndex, bool aufsteigend, long creator);
public abstract XtraReport CreateRosterReportIst(long wOid, DateTime dt);