Bug #1334: Prevent the accumulation of the values when building the BCWP chart.
FEA: ItEr76S04BugFixing
This commit is contained in:
parent
f389d42c2e
commit
70853e7129
2 changed files with 0 additions and 2 deletions
|
|
@ -832,7 +832,6 @@ public class CompanyPlanningModel implements ICompanyPlanningModel {
|
|||
addCost(advanceCost, advanceCostPerTask.get(taskElement));
|
||||
}
|
||||
|
||||
advanceCost = accumulateResult(advanceCost);
|
||||
addZeroBeforeTheFirstValue(advanceCost);
|
||||
indicators.put(EarnedValueType.BCWP, calculatedValueForEveryDay(
|
||||
advanceCost, interval.getStart(), interval.getFinish()));
|
||||
|
|
|
|||
|
|
@ -1356,7 +1356,6 @@ public class OrderPlanningModel implements IOrderPlanningModel {
|
|||
}
|
||||
}
|
||||
|
||||
advanceCost = accumulateResult(advanceCost);
|
||||
addZeroBeforeTheFirstValue(advanceCost);
|
||||
indicators.put(EarnedValueType.BCWP, calculatedValueForEveryDay(
|
||||
advanceCost, interval.getStart(), interval.getFinish()));
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue