PurchaseInvoiceGenerateVATReferencingPurchaseInvoice Method |
Namespace:
Aloe.EnterpriseOne.Model.Logistics.Procurement
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic PurchaseInvoice GenerateVATReferencingPurchaseInvoice(
DocumentType documentType
)
Public Function GenerateVATReferencingPurchaseInvoice (
documentType As DocumentType
) As PurchaseInvoice
public:
PurchaseInvoice^ GenerateVATReferencingPurchaseInvoice(
DocumentType^ documentType
)
member GenerateVATReferencingPurchaseInvoice :
documentType : DocumentType -> PurchaseInvoice
Parameters
- documentType
- Type: Aloe.EnterpriseOne.Model.GeneralDocumentType
The document type which to set for VAT Referencing Purchase Invoice.
Return Value
Type:
PurchaseInvoiceThe newly created VAT Referencing Purchase Invoice.
See Also