MH: AnnualReportFactory Debughilfe

This commit is contained in:
2024-01-24 13:59:59 +01:00
parent 3f609123de
commit fbbdf2d79f

View File

@@ -113,6 +113,7 @@ namespace BeWo.Service.Reporting
StringBuilder sb = new StringBuilder();
foreach (var customerOid in Cb2ScListPerCustomerOid.Keys)
{
// Liste mit allen Costbearer2SupportConcepts für einen Klienten
List<CostBearer2SupportConcept> csList = Cb2ScListPerCustomerOid[customerOid];
Customer customer = CustomerByOid[customerOid];
@@ -121,6 +122,7 @@ namespace BeWo.Service.Reporting
int t = 0;
}
// vorheriger Hilfeplan des Klienten in der Schleife, die durch alle Hilfepläne des Klienten geht
CostBearer2SupportConcept last = null;
int days = 0;
bool hatLaufendenHPAmStichtag = false;
@@ -488,6 +490,8 @@ namespace BeWo.Service.Reporting
while (startYear < reportEndDate)
{
if (startYear.Year == 2023)
Console.WriteLine();
AnnualReportDataDC data = new AnnualReportDataDC();
report.Data.Add(data);
data.Index = index++;