Fields
Field |
Field Type |
Null |
Notes |
Description |
YEARID
|
nvarchar(12)
|
false
|
|
User defined year identifier
|
DESCRIPTION
|
nvarchar(60)
|
false
|
|
Year description
|
STATUSCODE
|
tinyint
|
false
|
|
Fiscal status of year
|
SUMMARIZED
|
bit
|
false
|
|
Has the year's details been summarized?
|
FISCALPERIODSINYEAR
|
tinyint
|
false
|
|
|
YEARSEQUENCE
|
tinyint
|
false
|
|
|
NUMBERADJUSTMENTPERIODS
|
tinyint
|
false
|
|
|
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.
|
STATUS
|
nvarchar(10) (Computed)
|
true
|
|
Provides a translation for the 'STATUSCODE' field.
|