The % completed value of a parent task is calculated based on its children's progress. It is determined by dividing the sum of each child's completed duration by the total duration of all children. The completed duration for each child is obtained by multiplying its individual percentage completion value by its duration.
Based on the formula mentioned in docs ,we just applied to the online demo (https://bryntum.com/products/gantt/examples/advanced/). So a/c to formula for 1.3 Setup Test Strategy Parent task %done value should be 20 but its showing 15 .
calculation as Follows-
For 1.3 Setup Test Strategy Parent Task --2 child tasks
[list]Hire QA staff[/list] - completed duration will be 200
[list]Write test specs[/list]- completed duration will be 100
[list]300/15 = 20 [/list]
could u please let us know is this correct if so the please let us know the calculation.Even our scenario also we have nested child tasks similar to 1.3 parent task.