MH: Abwesenheitsauswertung als Tabelle und als druckbaren Bericht + Urlaubskontodarstellung

This commit is contained in:
Marcel Hirschle
2021-08-27 07:34:43 +02:00
parent 0992112590
commit d82b1ed005
37 changed files with 11128 additions and 215 deletions

View File

@@ -92,7 +92,8 @@ namespace BeWo.Report
public abstract XtraReport CreateKilometerauswertungForAllEmployees(List<long> employeeOids, DateTime rangeDate);
public abstract XtraReport CreateVorlagenReport(long template, List<long> objectOids, long table);
public abstract XtraReport CreateAbwesenheitsPrintReport(List<long> oids, string titel);
}
}
}