From fbbdf2d79f073028e322f59bb74b65d02d8fe093 Mon Sep 17 00:00:00 2001 From: Marcel Hirschle Date: Wed, 24 Jan 2024 13:59:59 +0100 Subject: [PATCH] MH: AnnualReportFactory Debughilfe --- Service/Reporting/AnnualReportFactory.cs | 4 ++++ 1 file changed, 4 insertions(+) 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++;