From 4ce1b499f22c6e55f825a04b6c66fa01b1273ce2 Mon Sep 17 00:00:00 2001 From: Rene Evertz Date: Tue, 22 Oct 2024 13:01:39 +0200 Subject: [PATCH] GetInvoiceBasesForCostBearerAndIdAndIsUsed --- BeWo/DebugConfig.cs | 2 +- BeWo/ServiceProxy/Generated.cs | 11 +++++++ BeWo/Styles/ModernOrangeBlack.xaml | 1 - .../Accounting/GkvAbrechnungOverview.xaml.cs | 4 +-- BeWo/View/Master/FinanceView.xaml | 3 +- BeWo/View/Master/FinanceView.xaml.cs | 16 +++++++--- .../GkvAbrechnungDC_GkvAbrechnung.cs | 1 - .../ServiceContracts/IAccountingService.cs | 4 +++ .../AccountingServiceImp.cs | 32 +++++++++++++++++++ Shared/DataContracts/InvoiceBaseDC.cs | 3 ++ 10 files changed, 66 insertions(+), 11 deletions(-) diff --git a/BeWo/DebugConfig.cs b/BeWo/DebugConfig.cs index c7dde3a75..134fbe7fe 100644 --- a/BeWo/DebugConfig.cs +++ b/BeWo/DebugConfig.cs @@ -24,7 +24,7 @@ namespace BeWo { #if DEBUG - return _CurrentConfig ?? (_CurrentConfig = SimpleAutoLogin); + return _CurrentConfig ?? (_CurrentConfig = Feature_Dakota); #endif diff --git a/BeWo/ServiceProxy/Generated.cs b/BeWo/ServiceProxy/Generated.cs index 82b7f3448..b01b4c42a 100644 --- a/BeWo/ServiceProxy/Generated.cs +++ b/BeWo/ServiceProxy/Generated.cs @@ -9596,6 +9596,12 @@ namespace BeWo.ServiceProxy "ault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] System.Collections.Generic.List GetInvoiceBasesForCostBearerAndId(System.Nullable startDate, System.Nullable endDate, long costBearerOid, string invoiceId); + [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IAccountingService/GetInvoiceBasesForCostBearerAndIdAndIsUsed", ReplyAction="http://tempuri.org/IAccountingService/GetInvoiceBasesForCostBearerAndIdAndIsUsedR" + + "esponse")] + [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IAccountingService/GetInvoiceBasesForCostBearerAndIdAndIsUsedB" + + "eWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] + System.Collections.Generic.List GetInvoiceBasesForCostBearerAndIdAndIsUsed(System.Nullable startDate, System.Nullable endDate, long costBearerOid, string invoiceId); + [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IAccountingService/GetGeneralInvoiceBasesForCustomer", ReplyAction="http://tempuri.org/IAccountingService/GetGeneralInvoiceBasesForCustomerResponse")] [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/IAccountingService/GetGeneralInvoiceBasesForCustomerBeWoFaultF" + "ault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")] @@ -9807,6 +9813,11 @@ namespace BeWo.ServiceProxy return base.Channel.GetInvoiceBasesForCostBearerAndId(startDate, endDate, costBearerOid, invoiceId); } + public System.Collections.Generic.List GetInvoiceBasesForCostBearerAndIdAndIsUsed(System.Nullable startDate, System.Nullable endDate, long costBearerOid, string invoiceId) + { + return base.Channel.GetInvoiceBasesForCostBearerAndIdAndIsUsed(startDate, endDate, costBearerOid, invoiceId); + } + public System.Collections.Generic.List GetGeneralInvoiceBasesForCustomer(long customerOid) { return base.Channel.GetGeneralInvoiceBasesForCustomer(customerOid); diff --git a/BeWo/Styles/ModernOrangeBlack.xaml b/BeWo/Styles/ModernOrangeBlack.xaml index 357934f1f..72279e02c 100644 --- a/BeWo/Styles/ModernOrangeBlack.xaml +++ b/BeWo/Styles/ModernOrangeBlack.xaml @@ -40,5 +40,4 @@