|
|
@ -428,7 +428,7 @@ class MasterFunctionsHelper |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
$lastReal = $tempPercentageReal[count($tempPercentageReal) - 1]; |
|
|
|
$lastReal = $tempPercentageReal[count($tempPercentageReal) - 1]; |
|
|
|
$totalBCWP = $lastReal * $totalBCWP; |
|
|
|
$totalBCWP = $lastReal * $dataProject->rencana_biaya / 100; |
|
|
|
$dataResponse = array( |
|
|
|
$dataResponse = array( |
|
|
|
"date" => $tempDate, |
|
|
|
"date" => $tempDate, |
|
|
|
"percentage" => $tempPercentage, |
|
|
|
"percentage" => $tempPercentage, |
|
|
@ -723,7 +723,7 @@ class MasterFunctionsHelper |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
$lastReal = $tempPercentageReal[count($tempPercentageReal) - 1]; |
|
|
|
$lastReal = $tempPercentageReal[count($tempPercentageReal) - 1]; |
|
|
|
$totalBCWP = $lastReal * $totalBCWP; |
|
|
|
$totalBCWP = $lastReal * $dataProject->rencana_biaya / 100; |
|
|
|
$dataResponse = array( |
|
|
|
$dataResponse = array( |
|
|
|
"date" => $tempDate, |
|
|
|
"date" => $tempDate, |
|
|
|
"percentage" => $tempPercentage, |
|
|
|
"percentage" => $tempPercentage, |
|
|
|