structure controller
This commit is contained in:
@@ -43,7 +43,7 @@ class StructureController extends Controller
|
||||
'thisMonthRevRefinery' => number_format($this->GetRevenue($corpId, 'Refinery', $dates['ThisMonthStart'], $dates['ThisMonthEnd']), 2, '.', ','),
|
||||
'lastMonthRevMarket' => number_format($this->GetRevenue($corpId, 'Market', $dates['LastMonthStart'], $dates['LastMonthEnd']), 2, '.', ','),
|
||||
'lastMonthRevRefinery' => number_format($this->GetRevenue($corpId, 'Refinery', $dates['LastMonthStart'], $dates['LastMonthEnd']), 2, '.', ','),
|
||||
'thisMonthStart' => $dates['ThisMonthStart'],
|
||||
'thisMonthStart' => $dates['ThisMonthStart']->month,
|
||||
'thisMonthEnd' => $dates['ThisMonthEnd'],
|
||||
'lastMonthStart' => $dates['LastMonthStart'],
|
||||
'lastMonthEnd' => $dates['LastMonthEnd'],
|
||||
|
||||
@@ -11,9 +11,9 @@
|
||||
<thead>
|
||||
<th>Month</th>
|
||||
<th>Market Tax</th>
|
||||
<th>Market Revenue</th>
|
||||
<th>Market Revenue Minus Fuel Cost</th>
|
||||
<th>Refinery Tax</th>
|
||||
<th>Refinery Revenue</th>
|
||||
<th>Refinery Revenue Minus Fuel Cost</th>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
|
||||
Reference in New Issue
Block a user