Actions
Defect #10784
closedGantt chart progress calculation problem
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Gantt
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Affected version:
Description
One of my projects, the parent node A has 2 missions,workA and workB
The workA task is from April 2nd to April 30th
The workB task is from May 1st to May 30th
The workA task of the expected time for 8 hours, the percentage of completion for 100%
The workB task of the expected time for 92 hours, the percentage of completion for 0%
Current time: April 27th
Results the total progress bars to display the unfinished
Files
Updated by Daniel Felix almost 12 years ago
- Status changed from New to Needs feedback
Hi there,
your request is way older and has a non supported affected version. Is this still reproduce able for you with the current supported versions?
Best regards,
Daniel
Updated by Toshi MARUYAMA almost 12 years ago
- Status changed from Needs feedback to Closed
Parent done ratio is calculated by children.
source:tags/2.3.2/app/models/issue.rb#L1329
Actions