cb, alle todos für die Version 3.13 und diverse Reports
This commit is contained in:
@@ -86,13 +86,13 @@ namespace BeWo.Report
|
||||
|
||||
public abstract XtraReport CreateRosterReportIst(long wOid, DateTime dt);
|
||||
|
||||
public abstract XtraReport CreateKilometerauswertung(long customerOid, DateTime rangeDate);
|
||||
public abstract XtraReport CreateKilometerauswertung(long customerOid, List<long> serviceDescriptionOids, DateTime start, DateTime end);
|
||||
|
||||
public abstract XtraReport CreateKilometerauswertungForAllCustomers(List<long> customerOids, DateTime rangeDate);
|
||||
public abstract XtraReport CreateKilometerauswertungForAllCustomers(List<long> customerOids, List<long> serviceDescriptionOids, DateTime start, DateTime end);
|
||||
|
||||
public abstract XtraReport CreateEmployeeKilometerauswertung(long employeeOid, DateTime range);
|
||||
public abstract XtraReport CreateEmployeeKilometerauswertung(long employeeOid, List<long> serviceDescriptionOids, DateTime start, DateTime end);
|
||||
|
||||
public abstract XtraReport CreateKilometerauswertungForAllEmployees(List<long> employeeOids, DateTime rangeDate);
|
||||
public abstract XtraReport CreateKilometerauswertungForAllEmployees(List<long> employeeOids, List<long> serviceDescriptionOids, DateTime start, DateTime end);
|
||||
|
||||
public abstract XtraReport CreateVorlagenReport(long template, List<long> objectOids, long table);
|
||||
public abstract XtraReport CreateAbwesenheitsPrintReport(List<long> oids, string titel);
|
||||
|
||||
Reference in New Issue
Block a user