MH: BeWo Auxilio Ritter ReportCreator
This commit is contained in:
@@ -181,5 +181,24 @@ namespace BeWoAuxilioRitter
|
||||
|
||||
return report as XtraReport;
|
||||
}
|
||||
}
|
||||
|
||||
public override XtraReport CreateSupportConceptReport(IList<long> c2sOids, long? employeeOid, long? teamOid, long? catOid, int? expiredMonths, bool archivedSupportConcepts, DateTime? startDate, DateTime? endDate)
|
||||
{
|
||||
//if (!startDate.HasValue && !endDate.HasValue)
|
||||
// {
|
||||
var lSupportConceptReport = new Hilfeplanuebersicht();
|
||||
lSupportConceptReport.SetReportDataSource(SupportConceptListRO.Create(c2sOids, employeeOid, teamOid, catOid, expiredMonths, archivedSupportConcepts, startDate, endDate));
|
||||
|
||||
return lSupportConceptReport as XtraReport;
|
||||
//}
|
||||
// Bis die falschen Werte von CB behoben wurden vorübergehend einen alternativen Report erstellen, wenn Datumsabfragen gemacht werden, wo bestimmte Felder ausgeblendet sind
|
||||
//else
|
||||
// {
|
||||
// var lSupportConceptReport = new SupportConceptReportReduziert();
|
||||
// lSupportConceptReport.SetReportDataSource(SupportConceptListRO.Create(c2sOids, employeeOid, teamOid, catOid, expiredMonths, archivedSupportConcepts, startDate, endDate));
|
||||
|
||||
// return lSupportConceptReport as XtraReport;
|
||||
//}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user