InvoicesOptionCreatesVATEntries Property |
Specifies whether the invoices of the current type create entries in the VAT ledges. If is used, for instance, to determine if null VAT entry should be automatically created when the invoice is voided. [Required] [Default(true)]
Namespace:
Aloe.EnterpriseOne.Model.Crm.Invoicing
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic bool CreatesVATEntries { get; set; }
Public Property CreatesVATEntries As Boolean
Get
Set
public:
property bool CreatesVATEntries {
bool get ();
void set (bool value);
}
member CreatesVATEntries : bool with get, set
Property Value
Type:
Boolean
See Also