MH: Änderungen an Dienst- und Urlaubsplan + Anpassung für Bewolonia

This commit is contained in:
Marcel Hirschle
2021-05-03 15:13:53 +02:00
parent 58354841ad
commit 7d68a83b47
56 changed files with 9900 additions and 437 deletions

View File

@@ -79,7 +79,7 @@ namespace BeWo.Report
public abstract XtraReport CreateCustomReport(long employeeOid, String reportName);
public abstract XtraReport CreateAbsenceReport(DateTime dt, List<long> abs, List<long> empTypes);
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);