db_task
Describes a task
Column | Type | References | Comments |
---|---|---|---|
id | Integer | Â | Primary key |
guid | String | Â | Â |
vdb_id | Integer | Â | Â |
project_id | Integer | db_project.id | ID this task's project |
parent_id | Integer | db_task.id | Parent ID |
folder_id | Integer | db_folder.id | Document folder ID |
priority | Integer | Â | Priority. 1 for highest 5 for lowest |
name | String | Â | Short name |
description | String | Â | Detailed description |
flags | Integer | Â | Bit string of flags |
duration_value | Float | Â | Duration value (e.g. if duration is 2.5days this field will be 2.5) |
actual_start | Date | Â | Actual start |
schedule_type | Integer | Â | Â |
planned_start | Date | Â | Planned start |
planned_finish | Date | Â | Planned finish |
is_critical | Boolean (t or f) | Â | True if task is on critical path |
is_milestone | Boolean (t or f) | Â | True if milestone |
is_manually_scheduled | Boolean (t or f) | Â | True if manually scheduled |
is_hold | Boolean (t or f) | Â | True if on hold |
early_start | Date | Â | Early start |
early_finish | Date | Â | Early finish |
late_start | Date | Â | Late start |
late_finish | Date | Â | Late finish |
actual_finish | Date | Â | Actual finish |
actual_percent_complete | Integer | Â | % complete |
percent_complete_method | Integer | Â | % complete method |
budget | Float | Â | Budget |
planned_fixed_cost | Float | Â | Fixed cost |
planned_non_labor_cost | Float | Â | Estimated non labour cost |
planned_effort | Float | Â | Effort in minutes |
my_actual_billable_labor_amount | Float | Â | Total billable time entries billing |
ru_actual_billable_labor_amount | Float | Â | Total rolled-up billable time entries billing |
my_nb_time_money | Float | Â | Total non-billable time entries billing |
my_actual_non_billable_labor_amount | Float | Â | Total rolled-up non-billable time entries billing |
my_actual_non_billable_labor_hours | Float | Â | Total non-billable time (hours) |
ru_actual_billable_labor_hours | Float | Â | Total rolled-up non-billable time (hours) |
my_actual_billable_labor_hours | Float | Â | Total billable time (hours) |
ru_actual_non_billable_labor_amount | Float | ||
ru_b_time_hours | Float | Â | Total rolled-up billable time (hours) |
my_actual_costable_labor_hours | Float | Â | Total costable time (hours) |
ru_actual_costable_labor_hours | Float | Â | Total rolled-up costable time (hours) |
my_actual_billable_expense | Float | Â | Total billable expense |
ru_actual_billable_expense | Float | Â | Total rolled-up billable expense |
my_actual_non_billable_expense | Float | Â | Total non billable expense |
ru_actual_non_billable_expense | Float | Â | Total rolled-up non billable expense |
my_actual_costable_expense | Float | Â | Total costable expense |
ru_actual_costable_expense | Float | Â | Total rolled-up costable expense |
my_actual_non_costable_expense | Float | Â | Total non costable expense |
ru_actual_non_costable_expense | Float | Â | Total rolled-up non costable expense |
my_invoiced_expense | Float | Â | Total invoiced expense |
ru_invoiced_expense | Float | Â | Total rolled-up invoiced expense |
my_invoiced_labor_amount | Float | Â | Total invoiced time |
ru_invoiced_labor_amount | Float | Â | Total rolled-up invoiced time |
ru_actual_non_billable_labor_hours | Float | ||
my_invoiced_labor_hours | Float | Â | Total invoiced hours |
ru_invoiced_labor_hours | Float | Â | Total rolled-up invoiced hours |
my_planned_cost | Float | Â | Estimated cost to complete this task |
ru_planned_cost | Float | Â | Rolled-up estimated cost to complete this task and its descendants |
my_planned_labor_cost | Float | Â | Estimated labour cost |
ru_planned_labor_cost | Float | Â | Rolled-up estimated labour cost |
my_actual_labor_cost | Float | Â | Actual labour cost till now |
ru_actual_labor_cost | Float | Â | Rolled-up actual labour cost till now |
my_actual_cost | Float | Â | Actual cost for this task |
ru_actual_cost | Float | Â | Actual cost for this task's descendants |
my_planned_labor_revenue | Float | Â | Estimated labour billing for this task |
ru_planned_labor_revenue | Float | Â | Estimated labour billing for this task's descendants |
billing_amount | Float | Â | Â |
is_time_allowed | Boolean (t or f) | Â | Can fill time on this task? |
are_predecessor_constraints_satisfied | Boolean (t or f) | Â | Have all predecessors finished? |
last_status_updated | Date | Â | Date of the last status update |
is_assigned | Boolean (t or f) | Â | Is this task assigned to anyone |
constraint_date | Date | Â | Constraint date |
constraint_type | Integer | Â | Constraint type: 1 = ASAP, 2 = ALAP, 3 = MSO, 4 = MFO, 5 = SNET, 6 = SNLT, 7 = FNET, 8 = FNLT. |
duration_unit | Integer | Â | Duration units: 1 = Day, 2 = Hour, 3 = Week, 4 = Month, 5 = Year, 6 = Minute |
is_summary | Boolean (t or f) | Â | Is this a summary task i.e. does this task have any sub tasks |
is_duration_estimated | Boolean (t or f) | Â | Is the duration an approximation |
is_duration_elapsed | Boolean (t or f) | Â | Is the duration calendar elapsed time |
projected_start_date | Date | Â | Projected start date |
projected_deadline | Date | Â | Projected deadline |
project_state_id | Integer | Â | State of this task's project |
archived | Date | Â | Date when project was archived |
tree_index | Integer | Â | Number in siblings |
sn | Integer | Â | Â |
tree_level | Integer | Â | Â |
note_count | Integer | Â | Total number of notes associated with this task |
message_count | Integer | Â | Total number of email messages associated with this task |
status_update_count | Integer | Â | Total number of task status updates associated with this task |
expense_count | Integer | Â | Total number of expenses associated with this task |
time_entry_count | Integer | Â | Total number of time entries associated with this task |
document_count | Integer | Â | Total number of documents associated with this task |
projected_start | Date | Â | Projected start date |
projected_finish | Date | Â | Projected finish date |
followers_csv | String | Â | Person ID CSV (-1 means project team), (-2 means PM) |
Computed Columns: | |||
spi | Float | Â | The schedule performance index using earned value method |
cpi | Float | Â | The cost performance index using earned value method |
bcws | Float | Â | The budgeted cost of work scheduled using earned value method |
bcwp | Float | Â | The budgeted cost of work performed using earned value method |
acwp | Float | Â | The actual cost of work performed using earned value method |
schedule_status | String | Â | The schedule status. Will be one of: ON_TIME, AT_RISK, OVERDUE, BLOCKED, FUTURE and COMPLETED |
budget_status | String | Â | The budget status. Will be one of: ON_BUDGET, AT_RISK, OVER_BUDGET |
project_summary | String | Â | The name of the project |