reports view alignment updated

This commit is contained in:
batuhanbas
2020-01-28 15:51:36 +03:00
parent e6577b00f1
commit 7136f597d8
11 changed files with 52 additions and 15 deletions

View File

@ -1,6 +1,6 @@
<tfoot>
<tr class="rp-border-top-1">
<th class="report-column text-left">{{ trans_choice('general.totals', 1) }}</th>
<th class="report-column text-left text-uppercase">{{ trans_choice('general.totals', 1) }}</th>
@php $grand_total = 0; @endphp
@foreach($class->footer_totals[$table] as $total)
@php $grand_total += $total; @endphp