AccountingTaxHandlingType Enumeration

Accounting tax management type.

Definition

Namespace: Aliquo.Core
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
[FlagsAttribute]
public enum AccountingTaxHandlingType

Members

Basic0 Basic tax management, only notes with type, percentage and amount.
IncludeAccounts1 Include tax accounting accounts.
ValidateAccounts2 The tax accounting accounts are validated.
ReverseSpecialTax4 Reverse excise taxes.
IncludeExemptTax8 Include exempt taxes.
SeparateAccountsByTax16 Separate income or expense accounts for taxes.

See Also