|
|
@ -567,7 +567,7 @@ class MasterFunctionsHelper |
|
|
|
// } |
|
|
|
// } |
|
|
|
|
|
|
|
|
|
|
|
$progressPlanKomulatifWeek[] += round($tmpProgressPlanWeek, 2); |
|
|
|
$progressPlanKomulatifWeek[] += round($tmpProgressPlanWeek, 2); |
|
|
|
if (new \DateTime($loopDay . ' Friday') <= new \DateTime($today . ' Friday')) { |
|
|
|
if ($loopDay <= $today) { |
|
|
|
// $tempPercentageReal[] = round($tempTtlPercentActual, 2); |
|
|
|
// $tempPercentageReal[] = round($tempTtlPercentActual, 2); |
|
|
|
$progressActualKomulatifWeek[] += round($tmpProgressActualWeek, 2); |
|
|
|
$progressActualKomulatifWeek[] += round($tmpProgressActualWeek, 2); |
|
|
|
} |
|
|
|
} |
|
|
|