AccountingTaxHandlingType Enumeration
Accounting tax management type.
Namespace: Aliquo.CoreAssembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
[FlagsAttribute]
public enum AccountingTaxHandlingType
<FlagsAttribute>
Public Enumeration AccountingTaxHandlingType
Basic | 0 |
Basic tax management, only notes with type, percentage and amount.
|
IncludeAccounts | 1 |
Include tax accounting accounts.
|
ValidateAccounts | 2 |
The tax accounting accounts are validated.
|
ReverseSpecialTax | 4 |
Reverse excise taxes.
|
IncludeExemptTax | 8 |
Include exempt taxes.
|
SeparateAccountsByTax | 16 |
Separate income or expense accounts for taxes.
|