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 @@