Home > Technical > Table Definitions > TAX
Contains the tax codes used to indicate purchase/sales taxes.
Column |
Type |
Description |
VARCHAR(10) |
Unique code assigned by the user. |
|
STRTAXDESCRIPTION |
VARCHAR(50) |
Description about tax code. |
PERTAXRATE |
DECIMAL(19,4) |
The tax rate stored as a percentage value. For example, if the tax rate is 15.4%, this number would be 15.4. |
STRTAXSYSTEMCODE |
VARCHAR(10) |
|
YSNFLATRATE |
VARCHAR(1) |
|
Primary Key: STRTAXCODE
Converted from CHM to HTML with chm2web Pro 2.85 (unicode) |