diff --git a/Service/Reporting/AnnualReportFactory.cs b/Service/Reporting/AnnualReportFactory.cs index 8599d5093..e5ef070ed 100644 --- a/Service/Reporting/AnnualReportFactory.cs +++ b/Service/Reporting/AnnualReportFactory.cs @@ -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 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++;