CustomerListReport

This commit is contained in:
Christian
2023-09-13 01:39:27 +02:00
parent 9b14fb94e3
commit 1b4595dbf9
18 changed files with 804 additions and 23 deletions

View File

@@ -104,5 +104,7 @@ namespace BeWo.Report
public abstract XtraReport CreateVertretungsPlanungReport(DateTime start, int ansicht);
public abstract XtraReport CreateValidationMessageListReport(DateTime startDate, DateTime endDate);
}
public abstract XtraReport CreateCustomerListReport(List<long> oids);
}
}