db_process

Describes a process

ColumnTypeReferencesComments
idInteger Primary key
guidString  
vdb_idInteger  
createdDate Date created
nameString Short summary
descriptionString Detailed description
due_dateDate Due date
is_delayedBoolean (t or f) Is this process delayed?
priorityInteger Priority : 1 = highest, 5 = lowest
type_idIntegerdb_process_type.idProcess type ID
workspace_idIntegerdb_group.idWorkspace ID
project_idIntegerdb_project.idProject ID
last_state_changedDate Last state change on
last_updatedDate Last process update on
requestor_idIntegerdb_person.idRequestor ID
external_requestor_nameString Requestor name (in case requestor is not a user of the system)
external_requestor_emailString Requestor email (in case requestor is not a user of the system)
creator_idIntegerdb_person.idCreator ID
assignee_idIntegerdb_person.idCurrent owner
state_idIntegerdb_state.idState this process is in
completedDate Completed on
followers_csvString Person ID CSV (-1 means project team), (-2 means PM)
is_requestor_visibleBoolean (t or f) Is visible to requestor?
my_actual_billable_labor_amountFloat Total billable time entries billing
my_actual_billable_labor_hoursFloat Total billable time (hours)
my_actual_non_billable_labor_amountFloat Total non-billable time entries billing
my_actual_non_billable_labor_hoursFloat Total non-billable time (hours)
my_actual_costable_labor_hoursFloat Total costable time (hours)
my_invoiced_labor_amountFloat Total invoiced time
my_invoiced_labor_hoursFloat Total invoiced hours
my_actual_labor_costFloat Actual labour cost for this process
my_actual_costFloat Actual cost for this process
time_entry_countInteger Total number of time entries associated with this process