This commit is contained in:
Christian
2021-10-01 16:49:37 +02:00
parent e101738421
commit 8b8177fcdc
27 changed files with 1670 additions and 1057 deletions

View File

@@ -16,8 +16,9 @@ namespace BeWo.Report
public string ReportPath { get; set; }
public string TempPath { get; set; }
public long? TemplateOid { get; set; }
public abstract XtraReport CreateCustomerDataReport(long customerOid);
public abstract XtraReport CreateCustomerDataReport(long customerOid);
public abstract XtraReport CreateCustomerInvoiceReport(long invoiceOid);