From 9d57016bbbe10b367ba8d7d57930d104bb5b39f1 Mon Sep 17 00:00:00 2001 From: Alexandra Date: Fri, 13 Jun 2025 13:54:30 +0200 Subject: [PATCH 01/10] =?UTF-8?q?Ziele=20als=20Pflichtangabe=20-=20nicht?= =?UTF-8?q?=20f=C3=BCr=20Fehlkontakte=20u=20mittelbare=20Leistungen=20->?= =?UTF-8?q?=20da=20nur=20Warnung?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- BeWo/Core/BeWoUtils.cs | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/BeWo/Core/BeWoUtils.cs b/BeWo/Core/BeWoUtils.cs index 9f944149b..4ad5cf7de 100644 --- a/BeWo/Core/BeWoUtils.cs +++ b/BeWo/Core/BeWoUtils.cs @@ -1669,9 +1669,10 @@ namespace BeWo.Core } if(vm.GoalTree != null && vm.GoalTree.Count > 0 && groupIndex == 1/* && (cb2ScOids == null || cb2ScOids.Count < 2)*/) { + //Nur für abrechenbare Leistungen if (vm.SelectedGoals.Count == 0) { - if (BeWoApp.AppSettings.IsServiceRecordGoalMandatory) + if (BeWoApp.AppSettings.IsServiceRecordGoalMandatory && vm.ServiceDescription.ProzentAbrechnung.HasValue && vm.ServiceDescription.ProzentAbrechnung >= 100 && vm.ServiceDescription.Category.IsBillable) { MessageBox.Show(Translator.Translate("Sie müssen mindestens ein Ziel auswählen, bevor Sie speichern können."), "Speichern", MessageBoxButton.OK, MessageBoxImage.Exclamation); return false; @@ -1691,12 +1692,9 @@ namespace BeWo.Core { MessageBox.Show(String.Format("Das Ziel '{0}' wurde nicht bewertet.\nSpeichern nicht möglich.", goal.DisplayName), "Speichern", MessageBoxButton.OK, MessageBoxImage.Exclamation); return false; - } - - } - + } + } } - } } From 6227b5781422d89d3275315f56140cf0f594e1b9 Mon Sep 17 00:00:00 2001 From: Alexandra Date: Fri, 13 Jun 2025 13:56:40 +0200 Subject: [PATCH 02/10] =?UTF-8?q?Erweiterung=20in=20Verwaltung=20und=20Kli?= =?UTF-8?q?enten=20->=20Betreuung=20mit=20Feldern=20f=C3=BCr=20Jahresberic?= =?UTF-8?q?ht/Statisikangaben?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- BeWo/View/Detail/CustomerView.xaml | 125 ++- BeWo/View/Master/AdministrationView.xaml | 46 +- BeWo/View/Master/AdministrationView.xaml.cs | 28 + BeWo/ViewModel/CustomerVM.cs | 214 +++- BeWo/ViewModel/VMFactory.cs | 9 +- Data/Entities/Customer.cs | 100 +- Data/Entities/CustomerHistory.cs | 122 ++- Data/Mappings/Customer.hbm.xml | 7 + .../AlzeyTeilhabe/StundenzettelWo - Kopie.cs | 192 ++++ .../StundenzettelWo.Designer - Kopie.cs | 977 ++++++++++++++++++ ReportImp/AutismusKoelnBonn/Briefpapier.jpg | Bin 0 -> 1463244 bytes ReportImp/AutismusKoelnBonn/Hintergrund.jpg | Bin 0 -> 3675592 bytes Service/DCEntityMapper/CustomerDC_Customer.cs | 85 ++ .../OperationsServiceImp.cs | 7 + Shared/BeWoEntityEnums.cs | 9 +- Shared/Core/EnumTranslations.cs | 39 +- Shared/DataContracts/CustomerDC.cs | 7 + 17 files changed, 1917 insertions(+), 50 deletions(-) create mode 100644 ReportImp/AlzeyTeilhabe/StundenzettelWo - Kopie.cs create mode 100644 ReportImp/AlzeyTeilhabe/StundenzettelWo.Designer - Kopie.cs create mode 100644 ReportImp/AutismusKoelnBonn/Briefpapier.jpg create mode 100644 ReportImp/AutismusKoelnBonn/Hintergrund.jpg diff --git a/BeWo/View/Detail/CustomerView.xaml b/BeWo/View/Detail/CustomerView.xaml index e3a9c1d2f..50459c2a5 100644 --- a/BeWo/View/Detail/CustomerView.xaml +++ b/BeWo/View/Detail/CustomerView.xaml @@ -2131,6 +2131,7 @@ + + + @@ -2149,6 +2152,8 @@ + + @@ -2173,9 +2178,24 @@