MH: Änderungen des Dienstplaner-Drucks

This commit is contained in:
Marcel Hirschle
2021-05-06 09:47:00 +02:00
parent 1e7c4a8e12
commit 9dc3cda2ce
7 changed files with 114 additions and 40 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);
public abstract XtraReport CreateRosterReport(long wOid, DateTime dt, List<int> feiertage);
public abstract XtraReport CreateKilometerauswertung(long customerOid, DateTime rangeDate);