db_task

Describes a task

ColumnTypeReferencesComments
idInteger Primary key
guidString  
vdb_idInteger  
project_idIntegerdb_project.idID this task's project
parent_idIntegerdb_task.idParent ID
folder_idIntegerdb_folder.idDocument folder ID
priorityInteger Priority. 1 for highest 5 for lowest
nameString Short name
descriptionString Detailed description
flagsInteger Bit string of flags
duration_valueFloat Duration value (e.g. if duration is 2.5days this field will be 2.5)
actual_startDate Actual start
schedule_typeInteger  
planned_startDate Planned start
planned_finishDate Planned finish
is_criticalBoolean (t or f) True if task is on critical path
is_milestoneBoolean (t or f) True if milestone
is_manually_scheduledBoolean (t or f) True if manually scheduled
is_holdBoolean (t or f) True if on hold
early_startDate Early start
early_finishDate Early finish
late_startDate Late start
late_finishDate Late finish
actual_finishDate Actual finish
actual_percent_completeInteger % complete
percent_complete_methodInteger % complete method
budgetFloat Budget
planned_fixed_costFloat Fixed cost
planned_non_labor_costFloat Estimated non labour cost
planned_effortFloat Effort in minutes
my_actual_billable_labor_amountFloat Total billable time entries billing
ru_actual_billable_labor_amountFloat Total rolled-up billable time entries billing
my_nb_time_moneyFloat Total non-billable time entries billing
my_actual_non_billable_labor_amountFloat Total rolled-up non-billable time entries billing
my_actual_non_billable_labor_hoursFloat Total non-billable time (hours)
ru_actual_billable_labor_hoursFloat Total rolled-up non-billable time (hours)
my_actual_billable_labor_hoursFloat Total billable time (hours)
ru_actual_non_billable_labor_amountFloat

ru_b_time_hoursFloat Total rolled-up billable time (hours)
my_actual_costable_labor_hoursFloat Total costable time (hours)
ru_actual_costable_labor_hoursFloat Total rolled-up costable time (hours)
my_actual_billable_expenseFloat Total billable expense
ru_actual_billable_expenseFloat Total rolled-up billable expense
my_actual_non_billable_expenseFloat Total non billable expense
ru_actual_non_billable_expenseFloat Total rolled-up non billable expense
my_actual_costable_expenseFloat Total costable expense
ru_actual_costable_expenseFloat Total rolled-up costable expense
my_actual_non_costable_expenseFloat Total non costable expense
ru_actual_non_costable_expenseFloat Total rolled-up non costable expense
my_invoiced_expenseFloat Total invoiced expense
ru_invoiced_expenseFloat Total rolled-up invoiced expense
my_invoiced_labor_amountFloat Total invoiced time
ru_invoiced_labor_amountFloat Total rolled-up invoiced time
ru_actual_non_billable_labor_hoursFloat

my_invoiced_labor_hoursFloat Total invoiced hours
ru_invoiced_labor_hoursFloat Total rolled-up invoiced hours
my_planned_costFloat Estimated cost to complete this task
ru_planned_costFloat Rolled-up estimated cost to complete this task and its descendants
my_planned_labor_costFloat Estimated labour cost
ru_planned_labor_costFloat Rolled-up estimated labour cost
my_actual_labor_costFloat Actual labour cost till now
ru_actual_labor_costFloat Rolled-up actual labour cost till now
my_actual_costFloat Actual cost for this task
ru_actual_costFloat Actual cost for this task's descendants
my_planned_labor_revenueFloat Estimated labour billing for this task
ru_planned_labor_revenueFloat Estimated labour billing for this task's descendants
billing_amountFloat  
is_time_allowedBoolean (t or f) Can fill time on this task?
are_predecessor_constraints_satisfiedBoolean (t or f) Have all predecessors finished?
last_status_updatedDate Date of the last status update
is_assignedBoolean (t or f) Is this task assigned to anyone
constraint_dateDate Constraint date
constraint_typeInteger Constraint type: 1 = ASAP, 2 = ALAP, 3 = MSO, 4 = MFO, 5 = SNET, 6 = SNLT, 7 = FNET, 8 = FNLT.
duration_unitInteger Duration units: 1 = Day, 2 = Hour, 3 = Week, 4 = Month, 5 = Year, 6 = Minute
is_summaryBoolean (t or f) Is this a summary task i.e. does this task have any sub tasks
is_duration_estimatedBoolean (t or f) Is the duration an approximation
is_duration_elapsedBoolean (t or f) Is the duration calendar elapsed time
projected_start_dateDate Projected start date
projected_deadlineDate Projected deadline
project_state_idInteger State of this task's project
archivedDate Date when project was archived
tree_indexInteger Number in siblings
snInteger  
tree_levelInteger  
note_countInteger Total number of notes associated with this task
message_countInteger Total number of email messages associated with this task
status_update_countInteger Total number of task status updates associated with this task
expense_countInteger Total number of expenses associated with this task
time_entry_countInteger Total number of time entries associated with this task
document_countInteger Total number of documents associated with this task
projected_startDate Projected start date
projected_finishDate Projected finish date
followers_csvString Person ID CSV (-1 means project team), (-2 means PM)
Computed Columns:
spiFloat The schedule performance index using earned value method
cpiFloat The cost performance index using earned value method
bcwsFloat The budgeted cost of work scheduled using earned value method
bcwpFloat The budgeted cost of work performed using earned value method
acwpFloat The actual cost of work performed using earned value method
schedule_statusString The schedule status. Will be one of: ON_TIME, AT_RISK, OVERDUE, BLOCKED, FUTURE and COMPLETED
budget_statusString The budget status. Will be one of: ON_BUDGET, AT_RISK, OVER_BUDGET
project_summaryString The name of the project