From d5cf6a33ab67cfb8b6e046e1ffdce47385f5c79a Mon Sep 17 00:00:00 2001 From: Marcel Hirschle Date: Wed, 5 Jan 2022 16:23:38 +0100 Subject: [PATCH] MH: Fehler in Druckversionen der Dienstplanung behoben und diese verbessert --- BeWo/View/Detail/DienstView.xaml | 25 +- BeWo/View/Detail/DienstView.xaml.cs | 37 +++ BeWo/View/Detail/Report/DienstplanerView.xaml | 16 +- .../Detail/Report/DienstplanerView.xaml.cs | 68 +++-- BeWo/ViewModel/DienstInfoVM.cs | 18 ++ Data/Access/SearchDAO.cs | 2 +- Data/Entities/DienstInfo.cs | 15 ++ Data/Mappings/DienstInfo.hbm.xml | 1 + Model/Changes_2021_12_22_DienstInfo.txt | 2 + Report/DefaultReportCreator.cs | 14 +- .../RosterIstReport.designer.cs | 50 ++-- Report/ReportObjects/RosterIstRO.cs | 235 +++++++++++++----- Report/ReportObjects/RosterRO.cs | 5 +- ReportImp/WahlEv/RosterReport.cs | 5 +- .../DCEntityMapper/DienstInfoDC_DienstInfo.cs | 4 +- .../Dienstplanung/DienstplanungsManager.cs | 14 +- Service/Plugins/PluginLoader.cs | 2 +- Shared/DataContracts/DienstInfoDC.cs | 6 +- 18 files changed, 383 insertions(+), 136 deletions(-) create mode 100644 Model/Changes_2021_12_22_DienstInfo.txt diff --git a/BeWo/View/Detail/DienstView.xaml b/BeWo/View/Detail/DienstView.xaml index 18890fe06..e9b77d2e8 100644 --- a/BeWo/View/Detail/DienstView.xaml +++ b/BeWo/View/Detail/DienstView.xaml @@ -81,24 +81,30 @@ + -