PurchaseInvoiceVATCashReportingMode Property |
When True, indicates, that this invoice uses the special 'Cash reporting mode' when creating VAT ledger entries. [Required] [Default(false)] [Filter(multi eq)]
Namespace:
Aloe.EnterpriseOne.Model.Logistics.Procurement
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic bool VATCashReportingMode { get; set; }
Public Property VATCashReportingMode As Boolean
Get
Set
public:
property bool VATCashReportingMode {
bool get ();
void set (bool value);
}
member VATCashReportingMode : bool with get, set
Property Value
Type:
Boolean
See Also