From 574ec5d3a1ce1ca65d69d2cee7ec4b7fa91413c9 Mon Sep 17 00:00:00 2001 From: Christian Date: Tue, 13 Jun 2023 23:52:52 +0200 Subject: [PATCH 1/5] =?UTF-8?q?Rechnungs=C3=BCbersicht=20Filter=20nach=20A?= =?UTF-8?q?brechnungszeitraum?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- BeWo/View/Controls/YearMonthFilter.xaml | 36 +- .../Detail/Accounting/InvoiceOverview.xaml | 10 +- .../Detail/AccountingTransactionView.xaml | 47 +- .../SettlementReport2.Designer.cs | 1 + Report/ReportObjects/Settlement2RO.cs | 2 +- ReportImp/AwoDortmund/CustomReportCreator.cs | 57 + .../Abrechnung/CustomInvoiceCreation.cs | 100 +- .../Export/MicosExporter.cs | 8 +- ReportImp/KetteReports/KetteReports.csproj | 3 + .../ServicesOverviewReport.Designer.cs | 364 +-- .../KetteReports/ServicesOverviewReport.cs | 9 + ReportImp/KetteReports/SettlementReport2.cs | 14 +- .../SettlementReport2.designer.cs | 124 +- ReportImp/KetteReports/SettlementReport2.resx | 2754 ++++++++--------- .../Invoicing/PflegeInvoiceCreation.cs | 81 +- Service/Plugins/AccountingService.cs | 14 +- Service/Plugins/PluginLoader.cs | 5 +- .../ServiceContracts/IAccountingService.cs | 4 + .../AccountingServiceImp.cs | 15 + 19 files changed, 1978 insertions(+), 1670 deletions(-) diff --git a/BeWo/View/Controls/YearMonthFilter.xaml b/BeWo/View/Controls/YearMonthFilter.xaml index 311bdd776..8bd21459e 100644 --- a/BeWo/View/Controls/YearMonthFilter.xaml +++ b/BeWo/View/Controls/YearMonthFilter.xaml @@ -1,25 +1,19 @@  - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/BeWo/View/Detail/Accounting/InvoiceOverview.xaml b/BeWo/View/Detail/Accounting/InvoiceOverview.xaml index db4b2d78e..d83f3e489 100644 --- a/BeWo/View/Detail/Accounting/InvoiceOverview.xaml +++ b/BeWo/View/Detail/Accounting/InvoiceOverview.xaml @@ -6,6 +6,7 @@ + @@ -14,9 +15,14 @@ -