From 52cb81a22d85b626452691fac2691203d35850a5 Mon Sep 17 00:00:00 2001 From: Christian Date: Mon, 20 Jun 2022 14:13:28 +0200 Subject: [PATCH] cb neue version --- BeWo/BeWo.csproj | 4 +- BeWo/BeWoApp.xaml.cs | 9 +- BeWo/Core/Config/AppSettings.cs | 4 +- BeWo/View/BeWoFileView.xaml | 8 +- BeWo/View/BeWoFileView.xaml.cs | 43 +++- BeWo/View/Detail/EmployeeView.xaml | 8 +- BeWo/View/Detail/MassnahmenTreeViewView.xaml | 4 +- BeWo/View/Detail/SupportConceptView.xaml | 4 +- .../Zeiterfassung/ServiceRecordView2.xaml | 23 +- .../Zeiterfassung/ServiceRecordView2.xaml.cs | 16 ++ BeWo/View/Master/DokumenteView.xaml | 12 +- BeWo/View/Master/DokumenteView.xaml.cs | 60 ++++- .../Report/FLSReport/FLSOverviewGrid.xaml.cs | 13 +- .../FLSReportView.xaml.cs | 7 +- .../ListViewModel/ServiceRecordListVM.cs | 6 + Host/ReportView.aspx.cs | 3 + Model/Changes_2022_06_01_Wohnheim.txt | 2 +- ...CustomMitarbeiterstundenkontoBerechnung.cs | 97 ++++----- ReportImp/FizHof/Export/DatevExporter.cs | 8 +- .../Abrechnung/CustomInvoiceCreation.cs | 205 +++++++++++------- .../HphBersenbrueckFreizeitUndReisen.csproj | 8 +- .../Rechnung.Designer.cs | 4 +- .../KetteReports/Export/CustomDataExporter.cs | 5 +- .../CustomStundenuebersichtAuswertung.cs | 20 +- .../PraxisPusteblume/IfsSammelRechnung.cs | 2 +- .../Invoicing/IFSSammelInvoiceCreation.cs | 2 +- Service/Configuration/AppSettings.cs | 2 +- Service/Plugins/PluginLoader.cs | 6 +- .../DownloadServiceImp.cs | 4 +- Shared/BeWoEntityEnums.cs | 7 +- Shared/Core/EnumTranslations.cs | 9 + Shared/Core/SettingsKeys.cs | 4 + Shared/DataContracts/ReportTypes.cs | 3 +- 33 files changed, 411 insertions(+), 201 deletions(-) diff --git a/BeWo/BeWo.csproj b/BeWo/BeWo.csproj index 72e5257cb..c1e694229 100644 --- a/BeWo/BeWo.csproj +++ b/BeWo/BeWo.csproj @@ -43,12 +43,12 @@ de-DE BeWoPlaner beyondSoft GmbH - 2.0.1.214 + 2.0.1.216 true publish.htm false true - 215 + 217 2.0.1.%2a false true diff --git a/BeWo/BeWoApp.xaml.cs b/BeWo/BeWoApp.xaml.cs index 3c3cd6053..29a44164f 100644 --- a/BeWo/BeWoApp.xaml.cs +++ b/BeWo/BeWoApp.xaml.cs @@ -48,8 +48,8 @@ namespace BeWo public static LoginControl LoginControl; public static MainControl MainControl; - public static string ShortVersion = "3.8"; - public static string Version = "Version 3.8"; + public static string ShortVersion = "3.9"; + public static string Version = "Version 3.9"; public static int RenderTier = 0; @@ -459,7 +459,10 @@ namespace BeWo } val = UserSettingsUtils.GetSettingValue(_Mandator.Settings, SettingsKeys.AllowStorno); AppSettings.AllowStorno = val != null && val.Equals("1"); - + + val = UserSettingsUtils.GetSettingValue(_Mandator.Settings, SettingsKeys.ShowHilfeplanStatistikReport); + AppSettings.ShowHilfeplanStatistikReport = val != null && val.Equals("1"); + switch (_Mandator.BeWoClientType) { case 1: diff --git a/BeWo/Core/Config/AppSettings.cs b/BeWo/Core/Config/AppSettings.cs index 0bec27fdc..fc7809e4d 100644 --- a/BeWo/Core/Config/AppSettings.cs +++ b/BeWo/Core/Config/AppSettings.cs @@ -391,11 +391,13 @@ namespace BeWo.Core.Config public bool ShowInfoButtonInCalender{ get; set; } public bool AllowStorno { get; set; } - + public bool ShowEmployeeSignature { get; set; } public bool SetStartTimeToEndTimeAfterSave { get; set; } + public bool ShowHilfeplanStatistikReport { get; set; } + private SchedulerViewType _SchedulerViewType; public SchedulerViewType SchedulerViewType { diff --git a/BeWo/View/BeWoFileView.xaml b/BeWo/View/BeWoFileView.xaml index 98f67fa0d..e11e8ec68 100644 --- a/BeWo/View/BeWoFileView.xaml +++ b/BeWo/View/BeWoFileView.xaml @@ -9,8 +9,8 @@ xmlns:diagnostics="clr-namespace:System.Diagnostics;assembly=WindowsBase" VerticalAlignment="Stretch" Focusable="True"> - - + + @@ -49,7 +49,7 @@ - + @@ -80,7 +80,7 @@ - + - - + + + + + + + + + + + + - + @@ -394,6 +407,7 @@ + @@ -403,6 +417,7 @@ + + + @@ -236,17 +238,17 @@ - + -