This contains all tax IDs.
Fields
Field |
Field Type |
Null |
Notes |
Description |
TAXINGAUTHORITY
|
nvarchar(100)
|
false
|
|
User Defined unique description of this tax
|
DESCRIPTION
|
nvarchar(255)
|
false
|
|
Long description of this tax
|
TAXIDNUMBER
|
nvarchar(20)
|
false
|
|
User Defined unique description of this tax
|
ENTITYTYPECODE
|
tinyint
|
false
|
|
Taxing entity
|
STATUSCODE
|
tinyint
|
false
|
|
Tax ID status
|
STATUS
|
nvarchar(8) (Computed)
|
true
|
|
Provides a translation for the 'STATUSCODE' field.
|
DATEADDED
|
datetime
|
false
|
|
Indicates the date this record was added.
|
DATECHANGED
|
datetime
|
false
|
|
Indicates the date this record was last changed.
|
TS
|
timestamp
|
false
|
|
Timestamp.
|
TSLONG
|
bigint (Computed)
|
true
|
|
Numeric representation of the timestamp.
|
ENTITYTYPE
|
nvarchar(7) (Computed)
|
true
|
|
Provides a translation for the 'ENTITYTYPECODE' field.
|