Measure time and effort
-
- UpdatedJan 30, 2025
- 2 minutes to read
- Yokohama
- Table Administration
The Planned Task [planned_task] table provides standard fields for tracking duration and effort.
Duration measures the time from start to end date. Effort measures the hours of work exerted on the project.
- Planned duration: The projected length of time for the planned task.
- Actual duration: The actual length of time so far for the planned task.
- Remaining duration: The Planned duration minus the Actual duration, which represents the projected length of time left.
- Planned effort: The projected amount of time that will be spent on the planned task.
- Actual effort: The actual amount of time that has already been spent on the planned task.
- Remaining effort: The Planned effort minus the Actual effort, which represents the amount of project work left.
- Percent complete: For the parent task, the percent complete field is not editable and is
rolled up from the percent completion of child tasks using the following
formula:
Percent complete of parent task = sum (planned duration of child tasks * percent complete of child tasks) / sum (planned duration of child tasks)
For a child task, the percent complete is entered manually.
Date Calculation: All planned dates and actual dates of the child tasks are rolled up to the parent task automatically. Planned end date for a child task is calculated based on the planned start date and planned duration. If actual start is present, then planned end date is calculated from actual start date and planned duration.
Dependencies: All type of task dependencies, excluding external dependencies, are supported by the planned tasks. For more information about various dependency types, see Project task relationships and dependencies.