Stores schedule details for a revenue detail record.
Fields
Field |
Field Type |
Null |
Notes |
Description |
DEBITACCOUNT
|
nvarchar(100)
|
false
|
|
Debit account
|
CREDITACCOUNT
|
nvarchar(100)
|
false
|
|
Credit account
|
PROJECT
|
nvarchar(100)
|
false
|
|
Project field
|
REFERENCE
|
nvarchar(255)
|
false
|
|
Reference field
|
AMOUNT
|
money
|
false
|
|
Amount
|
POSTDATE
|
datetime
|
true
|
|
The date to use when posting the reversal.
|
POSTSTATUSCODE
|
tinyint
|
false
|
|
Flag used to indicate if the reversal has been posted.
|
ISDELETE
|
bit
|
false
|
|
Indicaes if reversal is part of a delete.
|
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.
|
WRITEOFFID
|
uniqueidentifier
|
true
|
|
Logical foreign key to the WRITEOFF table. Indicates the write-off record to which this reveral applies.
|
POSTSTATUS
|
nvarchar(10) (Computed)
|
true
|
|
Provides a translation for the 'POSTSTATUSCODE' field.
|