TaxLimitBase Enumeration
Help Text: Basis of sales tax limits.
Style: ComboBox
Values
Name | Value | Description |
---|---|---|
LineWithoutVAT | 0 | Net amount per line |
UnitWithoutVAT | 1 | Net amount per unit |
InvoiceWithoutVAT | 2 | Net amount of invoice balance |
LineInclVAT | 3 | Gross amount per line |
UnitInclVAT | 4 | Gross amount per unit |
InvoiceInclVAT | 5 | Invoice total incl. other sales tax amounts |