From d5863345aafa367624c4d899098ef980c2a48b41 Mon Sep 17 00:00:00 2001 From: Alexandra Date: Wed, 13 Dec 2023 12:53:20 +0100 Subject: [PATCH] DifferenzRechnung in Sammelrechnung --- .../ServiceInvoiceCreatePopUpView.xaml | 18 +- .../ServiceInvoiceCreatePopUpView.xaml.cs | 33 ++- BeWo/ViewModel/InvoiceBaseVM.cs | 66 +++++- Service/Plugins/AccountingService.cs | 223 +++++++++++++++++- .../AccountingServiceImp.cs | 75 ++---- Shared/DataContracts/InvoiceBaseDC.cs | 14 +- Shared/DataContracts/ServiceInvoiceDC.cs | 3 + 7 files changed, 360 insertions(+), 72 deletions(-) diff --git a/BeWo/View/Detail/Accounting/ServiceInvoiceCreatePopUpView.xaml b/BeWo/View/Detail/Accounting/ServiceInvoiceCreatePopUpView.xaml index 34c6c7f01..082070e1e 100644 --- a/BeWo/View/Detail/Accounting/ServiceInvoiceCreatePopUpView.xaml +++ b/BeWo/View/Detail/Accounting/ServiceInvoiceCreatePopUpView.xaml @@ -10,7 +10,7 @@ HorizontalAlignment="Stretch" xmlns:s="clr-namespace:System;assembly=mscorlib" xmlns:r="clr-namespace:BeWo.Security" VerticalAlignment="Stretch" Focusable="True" xmlns:Microsoft_Windows_Themes="clr-namespace:Microsoft.Windows.Themes;assembly=PresentationFramework.Classic"> - + @@ -22,6 +22,10 @@ + + + + @@ -34,7 +38,9 @@ Klicken Sie anschließend auf "Erstellen". - + + + @@ -52,12 +58,16 @@ + + + + - + - +