From 34d4b520919635a9aa3a3f36972940128c174467 Mon Sep 17 00:00:00 2001 From: Christian Date: Wed, 6 Aug 2025 23:52:17 +0200 Subject: [PATCH] =?UTF-8?q?=C3=84nderungen/Erweiterungen=20bei=20der=20Str?= =?UTF-8?q?aff=C3=A4lligenhilfe/Vermittlung=20gemeinn=C3=BCtziger=20Arbeit?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../CustomerVermittlungArbeitControl.xaml | 31 +++-- .../Detail/CustomerVermittlungArbeitView.xaml | 40 ++++++- .../CustomerVermittlungArbeitView.xaml.cs | 23 ++++ BeWo/View/Detail/CustomerView.xaml | 38 ++++-- BeWo/ViewModel/CustomerVM.cs | 24 +++- BeWo/ViewModel/CustomerVermittlungArbeitVM.cs | 30 ++++- BeWoPlanerMobil/BeWoPlanerMobil.csproj.user | 2 +- BeWoPlanerMobil/Controllers/MainController.cs | 39 ++++-- .../Controllers/SchedulerController.cs | 2 +- .../Views/Scheduler/Scheduler.cshtml | 2 +- Data/Entities/CustomerVermittlungArbeit.cs | 9 +- Data/Entities/Person.cs | 2 + Data/Entities/PersonHistory.cs | 2 + .../CustomerVermittlungArbeit.hbm.xml | 6 +- Data/Mappings/Person.hbm.xml | 1 + Data/Mappings/PersonHistory.hbm.xml | 1 + ...07-29_VermittlungGemeinnuetzigerArbeit.txt | 29 +++++ .../Reports/KalkulationReport.cs | 21 +++- ...tlungArbeitDC_CustomerVermittlungArbeit.cs | 46 ++++++- Service/DCEntityMapper/PersonDC_Person.cs | 2 + .../CustomerPlaceholderManager.cs | 113 ++++++++++-------- .../EmployeePlaceholderManager.cs | 18 ++- Service/Plugins/PluginLoader.cs | 4 +- .../DownloadServiceImp.cs | 36 ++++++ .../ServiceUtils/History/HistoryCreator.cs | 1 + Shared/BeWoEntityEnums.cs | 7 ++ Shared/Core/EnumTranslations.cs | 17 +++ .../CustomerVermittlungArbeitDC.cs | 10 +- Shared/DataContracts/PersonDC.cs | 1 + 29 files changed, 453 insertions(+), 104 deletions(-) create mode 100644 Model/Changes_2025-07-29_VermittlungGemeinnuetzigerArbeit.txt diff --git a/BeWo/View/Controls/CustomerVermittlungArbeitControl.xaml b/BeWo/View/Controls/CustomerVermittlungArbeitControl.xaml index 733885bff..1034f8d10 100644 --- a/BeWo/View/Controls/CustomerVermittlungArbeitControl.xaml +++ b/BeWo/View/Controls/CustomerVermittlungArbeitControl.xaml @@ -1,6 +1,7 @@  +