Stores tax declaration information for each constituent.
Fields
Field |
Field Type |
Null |
Notes |
Description |
DECLARATIONMADE
|
datetime
|
true
|
|
Date the declaration was made.
|
DECLARATIONSTARTS
|
datetime
|
false
|
|
Date the declaration starts.
|
DECLARATIONENDS
|
datetime
|
true
|
|
Date the declaration ends.
|
DECLARATIONINDICATORCODE
|
tinyint
|
false
|
|
The indicator for this declaration.
|
SCANNEDDOCSEXIST
|
bit
|
false
|
|
Indicates if scanned documents exist.
|
CONFIRMATIONSENT
|
datetime
|
true
|
|
Date the confirmation was sent.
|
CONFIRMATIONRETURNED
|
datetime
|
true
|
|
Date the confirmation was returned.
|
PAYSTAXCODE
|
tinyint
|
false
|
|
Indicates whether a constituent pays tax.
|
COMMENTS
|
nvarchar(255)
|
false
|
|
Comments for this declaration.
|
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.
|
DECLARATIONINDICATOR
|
nvarchar(8) (Computed)
|
true
|
|
Provides a translation for the 'DECLARATIONINDICATORCODE' field.
|
PAYSTAX
|
nvarchar(7) (Computed)
|
true
|
|
Provides a translation for the 'PAYSTAXCODE' field.
|