financial outlook display
This commit is contained in:
@@ -129,7 +129,7 @@ class FinanceController extends Controller
|
|||||||
* Display a graph of the financial outlook of the alliance
|
* Display a graph of the financial outlook of the alliance
|
||||||
*/
|
*/
|
||||||
public function displayOutlook() {
|
public function displayOutlook() {
|
||||||
$months = 6;
|
$months = 12;
|
||||||
$income = array();
|
$income = array();
|
||||||
$expenses = array();
|
$expenses = array();
|
||||||
|
|
||||||
@@ -163,7 +163,7 @@ class FinanceController extends Controller
|
|||||||
*/
|
*/
|
||||||
$srpActual = $srpHelper->GetAllianceSRPActual($date['start'], $date['end']);
|
$srpActual = $srpHelper->GetAllianceSRPActual($date['start'], $date['end']);
|
||||||
$capEx = 0.00;
|
$capEx = 0.00;
|
||||||
$sovExpenses = 3000000000.00
|
$sovExpenses = 3000000000.00;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Get the individual incomes.
|
* Get the individual incomes.
|
||||||
|
|||||||
Reference in New Issue
Block a user