cb: Reports

This commit is contained in:
Christian
2021-10-28 12:07:51 +02:00
parent b40cfb6981
commit a0df120622
57 changed files with 7612 additions and 792 deletions

View File

@@ -83,6 +83,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);
public abstract XtraReport CreateRosterReportIst(long wOid, DateTime dt);
public abstract XtraReport CreateKilometerauswertung(long customerOid, DateTime rangeDate);