Urlaubskonto Berechnung

Urlaubskonto Anzeige AbwesenheitsView
This commit is contained in:
rene
2020-10-13 14:35:06 +02:00
parent ccad6ad68c
commit 28d271f86f
24 changed files with 1060 additions and 658 deletions

View File

@@ -77,7 +77,9 @@ 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 CreateRosterReport(long wOid, DateTime dt);
public abstract XtraReport CreateKilometerauswertung(long customerOid, DateTime rangeDate);
public abstract XtraReport CreateKilometerauswertungForAllCustomers(List<long> customerOids, DateTime rangeDate);