Stores data for the timesheet batch.
Fields
Field |
Field Type |
Null |
Notes |
Description |
HOURSWORKED
|
decimal(20, 2)
|
false
|
|
Indicates the number of hours worked for this time sheet (in quarter hour increments).
|
STARTDATE
|
datetime
|
false
|
|
Indicates the start date for the timesheet.
|
ENDDATE
|
datetime
|
true
|
|
Indicates the end date for the timesheet.
|
SEQUENCE
|
int
|
false
|
|
Idicates the sequence of this record in the batch.
|
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.
|