Stores bank account adjustment category specific fields.
Fields
Field |
Field Type |
Null |
Notes |
Description |
CATEGORY
|
nvarchar(60)
|
false
|
|
Category description
|
AMOUNT
|
decimal(19, 4)
|
false
|
|
Default amount
|
DEFAULTREFERENCE
|
nvarchar(100)
|
false
|
|
Default reference
|
POSTSTATUSCODE
|
tinyint
|
false
|
|
Post status
|
POSTDATECODE
|
tinyint
|
false
|
|
Post date
|
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.
|
ADJUSTMENTTYPECODE
|
tinyint
|
false
|
|
Type of adjustment
|
ADJUSTMENTTYPE
|
nvarchar(12) (Computed)
|
true
|
|
Provides a translation for the 'ADJUSTMENTTYPECODE' field.
|
POSTDATE
|
nvarchar(15) (Computed)
|
true
|
|
Provides a translation for the 'POSTDATECODE' field.
|
POSTSTATUS
|
nvarchar(11) (Computed)
|
true
|
|
Provides a translation for the 'POSTSTATUSCODE' field.
|