...
Summary tasks have the following implications:
- A summary task’s planned start date, planned finish date and duration are automatically calculated based on its sub tasks and therefore, cannot be entered manually. The start date is the minimum of the start dates of its sub tasks, while the finish date is the maximum of the end dates of its sub tasks.
- The duration is the max elapsed working days between the start and finish dates.
- Constraint dates are not applicable for summary tasks.
- Budget of a summary task is the sum of budgets of all its sub tasks.
- Estimated Planned Cost of a summary task is the sum of estimated Planned costs of all its sub tasks.
- Resources assigned to a summary task will not be factored into the estimated planned cost of the summary task, nor displayed on the RLC
- Celoxis allows you to either automatically calculate the percent (%) complete of summary tasks or you can enter it manually as well. This depends on the option you need to check when adding/editing a project. For details, click here. If this option is enabled, then a summary task’s percent complete The % Complete of a summary task is automatically calculated as the weighted sum of percent complete of all its sub tasks and explained as follows :
If p is the percentage complete of a task and w is the estimated planned effort on a task, then:
Code Block |
---|
Percentage complete of a summary task = (w1 x p1 + w2 x p2+...) / (w1 + w2 +...), where 1, 2, 3... are its sub tasks. |
To illustrate it further, let us consider an example :
Task Name | Planned Effort | Duration | Assigned ToResources | % Complete |
---|---|---|---|---|
T1 | 24h | 3d | Joe[100%] | 100 |
T2 | 0d0h | 2d | 0 | |
T3 | 16h | 1d | Joe[100%], Mary[100%] | 100 |
Using the above formula, the % Complete calculation for the summary task will be done as (24x100 + 16x0 + 16x100) / 24 + 16 + 16 =71%
In the above example, for T2 the work is 0d. For such tasks i.e where effort(w) is 0 as no resources are assigned, effort(w) = duration.cases where child tasks do not have any resource assignments, their planned effort for purpose of %Complete for its Summary Task is considered assuming a 100% assignment. For example, in T2 above, the effort for purpose of % Complete calculation of Summary Task is assumed to be 16h (2d task).
Warning |
---|
|
...