This commit is contained in:
2017-12-27 19:23:10 +01:00
parent 9338eceb9f
commit f01704e8d4
17 changed files with 612 additions and 34 deletions
@@ -168,6 +168,8 @@ Public Class InvoiceCreditNote_VC
Dim _InvoiceHeader_Credited As New InvoiceHeader(_ocur.Session)
With _InvoiceHeader_Credited
.InvoiceType = _OrderInParameters.InvoiceType
.CurrencyRate = _InvoiceCreditNoteHeader.InvoiceCreditNoteRows(0).FromInvoiceRows.InvoiceHeader.CurrencyRate
.CustomersFrom = _InvoiceCreditNoteHeader.CustomersFrom
.Customers = _InvoiceCreditNoteHeader.Customers
.DateCreated = GetSQLTime(_ocur.Session)
@@ -204,6 +206,7 @@ Public Class InvoiceCreditNote_VC
'.ConnectInfo = .InvoiceType.NumberGenerator.GetNewNumber(.InvoiceType.NumberGenerator)
.DocumentNumber = .InvoiceType.NumberGenerator.GetNewNumber(.InvoiceType.NumberGenerator) '.ConnectInfo
.BankInformation = _InvoiceCreditNoteHeader.InvoiceCreditNoteRows(0).FromInvoiceRows.InvoiceHeader.BankInformation
End With
+1 -1
View File
@@ -1 +1 @@
DevExpress.ExpressApp.ViewController, DevExpress.ExpressApp.v17.2, Version=17.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a