Defines how (detail or summary) transactions will be posted to GL.
Fields
Field |
Field Type |
Null |
Notes |
Description |
TRANSACTIONTYPECODE
|
tinyint
|
false
|
|
Transaction type - Debit or Credit
|
TRANSACTIONTYPE
|
nvarchar(6) (Computed)
|
true
|
|
Provides a translation for the 'TRANSACTIONTYPECODE' field.
|
POSTMETHODCODE
|
tinyint
|
false
|
|
Code for how to summarize transaction records.
|
POSTMETHOD
|
nvarchar(21) (Computed)
|
true
|
|
Provides a translation for the 'POSTMETHODCODE' 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.
|