diff --git a/resources/views/partials/reports/table/footer.blade.php b/resources/views/partials/reports/table/footer.blade.php index 7464aa6b6..ba6e3260a 100644 --- a/resources/views/partials/reports/table/footer.blade.php +++ b/resources/views/partials/reports/table/footer.blade.php @@ -6,6 +6,6 @@ @php $grand_total += $total; @endphp @money($total, setting('default.currency'), true) @endforeach - @money($grand_total, setting('default.currency'), true) + @money($grand_total, setting('default.currency'), true) diff --git a/resources/views/partials/reports/table/header.blade.php b/resources/views/partials/reports/table/header.blade.php index c4d0edd32..85da605e6 100644 --- a/resources/views/partials/reports/table/header.blade.php +++ b/resources/views/partials/reports/table/header.blade.php @@ -8,6 +8,6 @@ @foreach($class->dates as $date) {{ $date }} @endforeach - {{ trans_choice('general.totals', 1) }} + {{ trans_choice('general.totals', 1) }} diff --git a/resources/views/partials/reports/table/rows.blade.php b/resources/views/partials/reports/table/rows.blade.php index 9ae064ea4..30fdbb3e4 100644 --- a/resources/views/partials/reports/table/rows.blade.php +++ b/resources/views/partials/reports/table/rows.blade.php @@ -5,5 +5,5 @@ @php $row_total += $row; @endphp @money($row, setting('default.currency'), true) @endforeach - @money($row_total, setting('default.currency'), true) + @money($row_total, setting('default.currency'), true) diff --git a/resources/views/reports/profit_loss/content/footer.blade.php b/resources/views/reports/profit_loss/content/footer.blade.php index e2d7e44a3..286aeb58f 100644 --- a/resources/views/reports/profit_loss/content/footer.blade.php +++ b/resources/views/reports/profit_loss/content/footer.blade.php @@ -6,9 +6,7 @@ @foreach($class->net_profit as $profit) @money($profit, setting('default.currency'), true) @endforeach - - @money(array_sum($class->net_profit), setting('default.currency'), true) - + @money(array_sum($class->net_profit), setting('default.currency'), true) diff --git a/resources/views/reports/profit_loss/content/header.blade.php b/resources/views/reports/profit_loss/content/header.blade.php index 9682fa509..8e3aa5fbd 100644 --- a/resources/views/reports/profit_loss/content/header.blade.php +++ b/resources/views/reports/profit_loss/content/header.blade.php @@ -6,9 +6,7 @@ @foreach($class->dates as $date) {{ $date }} @endforeach - - {{ trans_choice('general.totals', 1) }} - + {{ trans_choice('general.totals', 1) }} diff --git a/resources/views/reports/profit_loss/table/footer.blade.php b/resources/views/reports/profit_loss/table/footer.blade.php index 469f393a5..5cae13c0c 100644 --- a/resources/views/reports/profit_loss/table/footer.blade.php +++ b/resources/views/reports/profit_loss/table/footer.blade.php @@ -6,6 +6,6 @@ @php $grand_total += $total; @endphp @money($total, setting('default.currency'), true) @endforeach - @money($grand_total, setting('default.currency'), true) + @money($grand_total, setting('default.currency'), true) diff --git a/resources/views/reports/tax_summary/content/footer.blade.php b/resources/views/reports/tax_summary/content/footer.blade.php index e6b2eb47b..e69de29bb 100644 --- a/resources/views/reports/tax_summary/content/footer.blade.php +++ b/resources/views/reports/tax_summary/content/footer.blade.php @@ -1 +0,0 @@ -
 
diff --git a/resources/views/reports/tax_summary/content/header.blade.php b/resources/views/reports/tax_summary/content/header.blade.php index 72e64f7e6..b658d1847 100644 --- a/resources/views/reports/tax_summary/content/header.blade.php +++ b/resources/views/reports/tax_summary/content/header.blade.php @@ -1,12 +1,12 @@ -
+
- - + + @foreach($class->dates as $date) - + @endforeach - +
{{ $date }}{{ $date }}{{ trans_choice('general.totals', 1) }}{{ trans_choice('general.totals', 1) }}
diff --git a/resources/views/reports/tax_summary/table/footer.blade.php b/resources/views/reports/tax_summary/table/footer.blade.php index 9e280f413..17b2c7bd9 100644 --- a/resources/views/reports/tax_summary/table/footer.blade.php +++ b/resources/views/reports/tax_summary/table/footer.blade.php @@ -1,11 +1,11 @@ - - {{ trans('reports.net') }} + + {{ trans('reports.net') }} @php $grand_total = 0; @endphp @foreach($class->footer_totals[$table] as $total) @php $grand_total += $total; @endphp - @money($total, setting('default.currency'), true) + @money($total, setting('default.currency'), true) @endforeach - @money($grand_total, setting('default.currency'), true) + @money($grand_total, setting('default.currency'), true)