Browse Source

Fixed invalid total row on yearly report

pull/7/head
Nafies Luthfi 8 years ago
parent
commit
a7813a750d
  1. 2
      resources/views/reports/payments/yearly.blade.php

2
resources/views/reports/payments/yearly.blade.php

@ -69,6 +69,8 @@
<tr>
<th class="text-center">{{ trans('app.total') }}</th>
<th class="text-center">{{ $reports->sum('count') }}</th>
<th class="text-right">{{ formatRp($reports->sum('cashin')) }}</th>
<th class="text-right">{{ formatRp($reports->sum('cashout')) }}</th>
<th class="text-right">{{ formatRp($reports->sum('profit')) }}</th>
<td>&nbsp;</td>
</tr>

Loading…
Cancel
Save