Szállításból -> számla lehessen Pénztári bizonylat is.
This commit is contained in:
+6
@@ -3820,6 +3820,12 @@ CheckError:
|
|||||||
_InvoiceHeader.RecalculateInvoice(_InvoiceHeader, _onew)
|
_InvoiceHeader.RecalculateInvoice(_InvoiceHeader, _onew)
|
||||||
_onew.CommitChanges()
|
_onew.CommitChanges()
|
||||||
|
|
||||||
|
'Készpénz esetén pénztári bizonylat is !!!
|
||||||
|
If _ORI_Invoice_Popup.IsLiquidAssets AndAlso _ORI_Invoice_Popup.PaymentOption.PayMode = ePayMode.InCash And _ORI_Invoice_Popup.IsFinalInvoice Then
|
||||||
|
CreateGLCassa(_InvoiceHeader, _onew, _ORI_Invoice_Popup)
|
||||||
|
End If
|
||||||
|
|
||||||
|
|
||||||
If _InvoiceHeader IsNot Nothing Then
|
If _InvoiceHeader IsNot Nothing Then
|
||||||
Dim _XAFPrintHelper_I As New XAFPrintHelper(_onew, Frame, _InvoiceHeader.InvoiceType.ReportDataV2, CriteriaOperator.Parse("InvoiceHeader.Oid = ?", _InvoiceHeader.Oid))
|
Dim _XAFPrintHelper_I As New XAFPrintHelper(_onew, Frame, _InvoiceHeader.InvoiceType.ReportDataV2, CriteriaOperator.Parse("InvoiceHeader.Oid = ?", _InvoiceHeader.Oid))
|
||||||
_XAFPrintHelper_I.ShowPreviewV2()
|
_XAFPrintHelper_I.ShowPreviewV2()
|
||||||
|
|||||||
Reference in New Issue
Block a user