From f13f2ae828eb58dbbf951c97602e5f9b56b74e91 Mon Sep 17 00:00:00 2001 From: Christian Date: Tue, 8 Oct 2024 19:30:58 +0200 Subject: [PATCH] =?UTF-8?q?Bugfixing=20Dokument=20Vorlagen,=20Anpassungen?= =?UTF-8?q?=20Herr=20Kloss,=20Bfp=20Dus,=20HPH=20Bersenbr=C3=BCck,=20LH=20?= =?UTF-8?q?Frankfurt=20Oder?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../CustomerWohnhilfeControl.xaml.cs | 2 +- BeWo/View/Detail/CustomerWohnhilfeView.xaml | 2 +- BeWo/View/Detail/EmployeeView.xaml | 2 + BeWo/View/Detail/SupportConceptView.xaml.cs | 2 +- BeWo/View/HilfeplanImportView.xaml | 6 +- BeWo/View/Master/AdministrationView.xaml | 2 +- BeWo/View/Master/DokumenteView.xaml.cs | 13 +- Model/Changes_alle_fuer_neue_db.txt | 1 - ReportImp/AkggMid/LeistungsnachweisHelper.cs | 2 +- .../Mitarbeiterarbeitszeitkonto.designer.cs | 76 ++-- .../AkggMid/Mitarbeiterarbeitszeitkonto.resx | 3 - ReportImp/BeWoNeuss/Properties/licenses.licx | 1 + ReportImp/BfpDus/BfpDus.csproj | 2 + ReportImp/BfpDus/CustomReportCreator.cs | 161 ++++--- .../BfpDus/Invoicing/CustomInvoiceCreation.cs | 49 +++ .../BfpDus/Invoicing/CustomInvoiceFactory.cs | 17 + .../BfpDus/ServiceInvoiceReport.Designer.cs | 404 ++++++++++++------ ReportImp/BfpDus/ServiceInvoiceReport.cs | 82 +++- ReportImp/BfpDus/ServiceInvoiceReport.resx | 6 + ReportImp/BfpDus/SettlementReport.Designer.cs | 4 +- ReportImp/BfpDus/SettlementReport2.cs | 57 +-- .../Invoicing/NeueAssistenzInvoiceCreation.cs | 19 +- .../Invoicing/TagesstrukturInvoiceCreation.cs | 33 +- .../RechnungTagesstrukturAnhangKlient.cs | 2 +- .../RechnungTagesstrukturVerpflegung.cs | 17 +- Service/Import/Perseh/PersehReader.cs | 10 + Service/Plugins/CustomerService.cs | 2 - Service/Plugins/PluginLoader.cs | 6 +- Service/SBD/VertretungsManager.cs | 18 +- Service/Vorlagen/VorlagenManager.cs | 16 +- Shared/DataContracts/HilfeplanImportZielDC.cs | 5 +- Shared/Services/Calculations.cs | 12 +- 32 files changed, 691 insertions(+), 343 deletions(-) create mode 100644 ReportImp/BfpDus/Invoicing/CustomInvoiceCreation.cs create mode 100644 ReportImp/BfpDus/Invoicing/CustomInvoiceFactory.cs diff --git a/BeWo/View/Controls/Wohnhilfe/CustomerWohnhilfeControl.xaml.cs b/BeWo/View/Controls/Wohnhilfe/CustomerWohnhilfeControl.xaml.cs index ee893de17..6ef06881f 100644 --- a/BeWo/View/Controls/Wohnhilfe/CustomerWohnhilfeControl.xaml.cs +++ b/BeWo/View/Controls/Wohnhilfe/CustomerWohnhilfeControl.xaml.cs @@ -90,7 +90,7 @@ namespace BeWo.View.Controls.Wohnhilfe } else { - IsLarge = false; + //IsLarge = false; } } } diff --git a/BeWo/View/Detail/CustomerWohnhilfeView.xaml b/BeWo/View/Detail/CustomerWohnhilfeView.xaml index b518e5001..b751827c7 100644 --- a/BeWo/View/Detail/CustomerWohnhilfeView.xaml +++ b/BeWo/View/Detail/CustomerWohnhilfeView.xaml @@ -56,7 +56,7 @@ - Groß + Groß --> + + diff --git a/BeWo/View/Detail/SupportConceptView.xaml.cs b/BeWo/View/Detail/SupportConceptView.xaml.cs index eeae0282b..27aa9b09b 100644 --- a/BeWo/View/Detail/SupportConceptView.xaml.cs +++ b/BeWo/View/Detail/SupportConceptView.xaml.cs @@ -157,7 +157,7 @@ namespace BeWo.View.Detail private void OnLoaded(object sender, RoutedEventArgs routedEventArgs) { - if (taskToEdit != null && ViewModel != null) + if (taskToEdit != null && ViewModel != null && ViewModel.Tasks != null) { tabitem_tasks.IsSelected = true; diff --git a/BeWo/View/HilfeplanImportView.xaml b/BeWo/View/HilfeplanImportView.xaml index 97ed2b212..f81375d0b 100644 --- a/BeWo/View/HilfeplanImportView.xaml +++ b/BeWo/View/HilfeplanImportView.xaml @@ -59,7 +59,7 @@ - + @@ -77,10 +77,10 @@ - + VirtualizingStackPanel.IsVirtualizing="False" >