Stores GL distribution information for historic sold stock adjustments.
Fields
Field |
Field Type |
Null |
Notes |
Description |
TYPECODE
|
tinyint
|
false
|
|
Indicates if this distribution is part of the reversal or the adjustment.
|
PROJECT
|
nvarchar(100)
|
false
|
|
Indicates the project for this distribution.
|
REFERENCE
|
nvarchar(255)
|
false
|
|
Indicates the reference for this distribution.
|
AMOUNT
|
money
|
false
|
|
Indicates the amount for this distribution.
|
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.
|
ACCOUNT
|
nvarchar(100)
|
false
|
|
Indicates the account for this distribution.
|
TRANSACTIONTYPECODE
|
tinyint
|
false
|
|
The transaction type (debit or credit) for the record
|
TYPE
|
nvarchar(10) (Computed)
|
true
|
|
Provides a translation for the 'TYPECODE' field.
|
TRANSACTIONTYPE
|
nvarchar(6) (Computed)
|
true
|
|
Provides a translation for the 'TRANSACTIONTYPECODE' field.
|
TRANSACTIONAMOUNT
|
money
|
false
|
|
Indicates the amount for this distribution in transaction currency.
|
ORGANIZATIONAMOUNT
|
money
|
false
|
|
Indicates the amount for this distribution in organization currency.
|