Merge branch 'master' of ssh://float.beyondsoft.de/git/beyondSoft/BeWo

# Conflicts:
#	ReportImp/AkggMid/CustomReportCreator.cs
This commit is contained in:
Christian
2023-09-19 00:34:11 +02:00
81 changed files with 87862 additions and 138249 deletions

View File

@@ -108,5 +108,9 @@ namespace BeWo.Report
public abstract XtraReport CreateInvoiceListReport(List<long> oids);
public abstract XtraReport CreateCustomerListReport(List<long> oids);
public abstract XtraReport CreatePersonListReport(List<long> oids);
public abstract XtraReport CreateUserGroupListReport(List<long> oids);
}
}