From f3cc657a00f0d7df41af72b18e707306f13f70f5 Mon Sep 17 00:00:00 2001 From: Christian Date: Tue, 17 Jan 2023 00:12:33 +0100 Subject: [PATCH] cb --- BeWo/View/Detail/ServiceCategoryView.xaml | 46 ++- BeWo/View/Detail/ServiceDescriptionView.xaml | 37 +- BeWo/ViewModel/ServiceCategoryVM.cs | 43 +++ BeWo/ViewModel/ServiceDescriptionVM.cs | 62 ++++ BeWoAllReports.sln | 54 +++ BeWoPlanerMobil/BeWoPlanerMobil.csproj | 4 +- BeWoPlanerMobil/BeWoPlanerMobil.csproj.user | 16 +- .../Controllers/ReportController.cs | 78 +++-- BeWoPlanerMobil/Models/AbstractModel.cs | 2 +- Host/Host.csproj.user | 2 +- .../MitarbeiterstundenkontoBerechnung.cs | 211 +++++++---- Report/ReportObjects/ServicesOverviewRO.cs | 2 +- .../ServicesOverviewReport.cs | 2 +- .../AssistenzRechung.Designer.cs | 328 +++++++++--------- .../InvoiceCustomerReport.Designer.cs | 16 + .../SettlementReport.Designer.cs | 16 + .../SettlementReport2.Designer.cs | 16 + .../KuKLWLSettlementInvoiceCreation.cs | 9 +- .../FLSGroupReport.cs | 2 +- .../LebenshilfeBorkenReports/FLSListReport.cs | 2 +- .../RechnungFud.Designer.cs | 50 ++- .../LebenshilfeFrankfurtOder/RechnungFud.cs | 11 +- .../ServicesOverviewReport.cs | 9 +- .../ServicesOverviewReportAlt.cs | 9 +- .../ServicesOverviewReport.cs | 9 +- .../ServicesOverviewReportAlt.cs | 10 +- .../ServicesOverviewReport.cs | 9 +- .../Invoicing/VSDSettlementInvoiceCreation.cs | 9 +- ReportImp/WahlEv/QuittierungsbelegNeu.cs | 10 +- ReportImp/WahlEv/ServicesOverviewReport.cs | 9 +- ReportImp/WahlEv/WahlHelper.cs | 11 +- .../ServiceCategoryDC_ServiceCategory.cs | 8 - Service/Plugins/PluginLoader.cs | 2 +- 33 files changed, 767 insertions(+), 337 deletions(-) diff --git a/BeWo/View/Detail/ServiceCategoryView.xaml b/BeWo/View/Detail/ServiceCategoryView.xaml index 71af4142f..6b2153340 100644 --- a/BeWo/View/Detail/ServiceCategoryView.xaml +++ b/BeWo/View/Detail/ServiceCategoryView.xaml @@ -8,6 +8,7 @@ xmlns:Shared="clr-namespace:BS.Shared;assembly=BS.Shared" xmlns:core="clr-namespace:BS.Shared.Core;assembly=BS.Shared" xmlns:sys="clr-namespace:System;assembly=mscorlib" + xmlns:t="clr-namespace:BeWo.MultiLanguage.Markup" Height="Auto" Width="Auto" HorizontalAlignment="Stretch" VerticalAlignment="Stretch" Focusable="True"> @@ -27,33 +28,38 @@ - + + + - - +