MH Quittierungsbelegsstatus-Übersicht + Version auf 4.7.2
This commit is contained in:
@@ -27,11 +27,11 @@ namespace BeWo.Report
|
||||
|
||||
public abstract XtraReport CreateServiceInvoiceReport(String dcIds, long? invoiceBaseOid);
|
||||
|
||||
public abstract XtraReport CreateServiceOverviewReportNew(int month, int year, QBFilterEnum filterType, long? customerOid, long? teamOid, long? empOid, long? orgaOid, long? serviceCategoryOid, int startDay, int endDay);
|
||||
public abstract XtraReport CreateServiceOverviewReportNew(int month, int year, QBFilterEnum filterType, long? customerOid, long? teamOid, long? empOid, long? orgaOid, long? serviceCategoryOid, int startDay, int endDay, bool nurFehlende);
|
||||
|
||||
public abstract XtraReport CreateServiceOverviewAllCustomersReport(int month, int year, long orgaOid, long empOid,
|
||||
long? serviceCategoryOid,
|
||||
int startDay, int endDay);
|
||||
int startDay, int endDay, bool nurFehlende);
|
||||
|
||||
public abstract XtraReport CreateServiceOverviewSingleCustomerReport(long customerOid, int month, int year,
|
||||
long orgaOid, long empOid,
|
||||
|
||||
Reference in New Issue
Block a user