Click or drag to resize

PurchaseInvoiceApplyDate Property

Specifies the date on which to create the VAT ledger entry for this purchase invoice. Usually, this date is equal to the document date, except when the document is received too late to be applied on its original document date. [Required] [Filter(ge;le)]

Namespace:  Aloe.EnterpriseOne.Model.Logistics.Procurement
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public DateTime ApplyDate { get; set; }

Property Value

Type: DateTime

Implements

IInvoiceDocumentApplyDate
See Also