From ab6920c3d1d7664f6ff912277d8e115a0c561da1 Mon Sep 17 00:00:00 2001 From: Christian Date: Thu, 18 Jun 2026 11:05:29 +0200 Subject: [PATCH] Merge --- BeWo/BeWo.csproj | 12 + BeWo/Styles/ControlStyles/TextEditStyles.xaml | 6 + .../CustomerVermittlungArbeitControl.xaml | 86 +++-- BeWo/View/Detail/CustomerView.xaml | 158 +------- BeWo/View/Detail/CustomerView.xaml.cs | 24 ++ .../CustomerWohneinheitBelegungEditPopup.xaml | 128 +++++++ ...stomerWohneinheitBelegungEditPopup.xaml.cs | 199 ++++++++++ .../CustomerWohneinheitenView.xaml | 132 +++++++ .../CustomerWohneinheitenView.xaml.cs | 361 ++++++++++++++++++ .../WohneinheitBelegungTableView.xaml | 8 +- .../WohneinheitVerwaltungViewV1.xaml | 2 +- .../Zeiterfassung/ServiceRecordEditView.xaml | 1 + BeWo/View/Master/AdministrationView.xaml | 21 - BeWo/View/Master/AdministrationView.xaml.cs | 16 - BeWo/ViewModel/CustomerVM.cs | 37 +- BeWo/ViewModel/CustomerVermittlungArbeitVM.cs | 105 ++++- .../CustomerVermittlungArbeitListVM.cs | 50 +-- BeWo/ViewModel/VMFactory.cs | 3 - BeWo/ViewModel/WohneinheitBelegungVM.cs | 32 +- Data/Access/SearchDAO.cs | 16 +- Data/Entities/Customer.cs | 3 +- Data/Entities/CustomerVermittlungArbeit.cs | 13 +- Data/Mappings/Customer.hbm.xml | 2 +- .../CustomerVermittlungArbeit.hbm.xml | 11 +- ...einnuetzigerArbeit_Gerichtskosten_Rate.txt | 13 + Model/Changes_alle_fuer_neue_db.txt | 92 ++++- Report/DefaultReportCreator.cs | 126 +++++- .../AsaStatistikReport.Designer.cs | 351 ++++++----------- .../Straffaelligenhilfe/AsaStatistikReport.cs | 76 ++-- .../AsaStatistikReport.resx | 120 ++++++ .../TgvStatistikReport.Designer.cs | 343 ++++++----------- .../Straffaelligenhilfe/TgvStatistikReport.cs | 17 +- .../TgvStatistikReport.resx | 120 ++++++ .../VgaStatistikReport.Designer.cs | 174 ++++----- .../Straffaelligenhilfe/VgaStatistikReport.cs | 39 +- Report/Report.csproj | 20 +- ReportImp/Fortis/CustomReportCreator.cs | 19 +- ReportImp/Fortis/Fortis.csproj | 1 + .../Fortis/Service/CustomCustomerService.cs | 34 ++ .../Translation/TranslationDictionary.cs | 228 +++++++++++ Service/DCEntityMapper/CustomerDC_Customer.cs | 8 +- ...tlungArbeitDC_CustomerVermittlungArbeit.cs | 76 ++-- ...hneinheitBelegungDC_WohneinheitBelegung.cs | 8 + .../CustomerPlaceholderManager.cs | 1 + .../VgaPlaceholderManager.cs | 3 + Service/Invoicing/InvoiceCreation.cs | 5 +- Service/Plugins/CustomerService.cs | 53 ++- Service/Plugins/PluginLoader.cs | 2 +- Service/Plugins/TranslationDictionary.cs | 2 +- .../Straffaelligenhilfe/AsaStatistic.cs | 35 +- .../Straffaelligenhilfe/StatisticBase.cs | 45 ++- .../Straffaelligenhilfe/TgvStatistic.cs | 30 +- .../Straffaelligenhilfe/VgaStatistic.cs | 4 +- .../VgaStatisticCreator.cs | 277 ++++++++++++++ Service/Service.csproj | 4 + Service/ServiceContracts/ICustomerService.cs | 14 +- .../CustomerServiceImp.cs | 85 ++++- Shared/BeWoEntityEnums.cs | 2 +- Shared/Core/DateTimeUtils.cs | 14 + Shared/Core/EnumTranslations.cs | 63 ++- Shared/DataContracts/CustomerDC.cs | 4 +- .../CustomerVermittlungArbeitDC.cs | 47 ++- Shared/DataContracts/WohneinheitBelegungDC.cs | 1 + Shared/DataContracts/WohneinheitDC.cs | 1 + 64 files changed, 2877 insertions(+), 1106 deletions(-) create mode 100644 BeWo/View/Detail/Wohneinheit/CustomerWohneinheitBelegungEditPopup.xaml create mode 100644 BeWo/View/Detail/Wohneinheit/CustomerWohneinheitBelegungEditPopup.xaml.cs create mode 100644 BeWo/View/Detail/Wohneinheit/CustomerWohneinheitenView.xaml create mode 100644 BeWo/View/Detail/Wohneinheit/CustomerWohneinheitenView.xaml.cs create mode 100644 Model/Changes_2026-05-12_VermittlungGemeinnuetzigerArbeit_Gerichtskosten_Rate.txt create mode 100644 Report/DefaultReports/Straffaelligenhilfe/AsaStatistikReport.resx create mode 100644 Report/DefaultReports/Straffaelligenhilfe/TgvStatistikReport.resx create mode 100644 ReportImp/Fortis/Service/CustomCustomerService.cs create mode 100644 Service/Reporting/Straffaelligenhilfe/VgaStatisticCreator.cs diff --git a/BeWo/BeWo.csproj b/BeWo/BeWo.csproj index d533cb7ce..a5a28d26b 100644 --- a/BeWo/BeWo.csproj +++ b/BeWo/BeWo.csproj @@ -221,6 +221,11 @@ DeveloperView.xaml + + CustomerWohneinheitenView.xaml + + + CustomerWohneinheitBelegungEditPopup.xaml TeamFolderRightView.xaml @@ -373,6 +378,13 @@ Designer MSBuild:Compile + + MSBuild:Compile + Designer + + + MSBuild:Compile + Designer MSBuild:Compile diff --git a/BeWo/Styles/ControlStyles/TextEditStyles.xaml b/BeWo/Styles/ControlStyles/TextEditStyles.xaml index bb6897e87..0c84bfc30 100644 --- a/BeWo/Styles/ControlStyles/TextEditStyles.xaml +++ b/BeWo/Styles/ControlStyles/TextEditStyles.xaml @@ -42,6 +42,12 @@ TargetType="{x:Type dxe:TextEdit}"> +