Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Describes an individual time entry in the time sheet

ColumnTypeReferencesComments
idInteger Primary key
vdb_idInteger  
for_dateDate Date for this time entry was filled
hours_workedFloat Hours
creator_idIntegerdb_person.idUser that created this entry
user_idIntegerdb_person.idUser for whom the entry is for
task_idIntegerdb_task.idTask ID
project_idIntegerdb_project.idProject ID
time_code_idIntegerdb_time_code.idTime code ID
rate_type_idIntegerdb_rate_type.idRate type ID, 1 = regular, 2 = overtime
user_commentsString Comments
approver_commentsString Approver comments
approved_onDate Approved on
approver_idIntegerdb_person.idApproved by ID
rejected_by_idIntegerdb_person.idRejected by ID
rejected_onDate Rejected on
rejection_commentsString Reason for rejection
stateInteger 0 - Saved, 1 - Sent for Approval, 2 - Rejected, 3 - Approved, 6-Invoice
is_billableBoolean (t or f) Is billable?
is_costableBoolean (t or f) Is costable?
user_costFloat Labour cost corresponding to this time entry
cached_billing_rateFloat the billing rate to be used for this time entry; billing rate is calculated from the db_rate which keeps a historic date for rates
  • No labels