| Sales Trend Report |
|---|
| Period : {{ $period }} |
| Group by : {{ $groupname }} |
| {{ __('Warehouse') }} | {{ $groupname }} | {{ $period1 }} | {{ $period2 }} | {{ __('Growth') }} | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ __('Sales') }} | @if ($show_onhand){{ __('Stock') }} | @endif{{ __('Sales') }} | @if ($show_onhand){{ __('Stock') }} | @endif|||||||||
| {{ __('Qty') }} | {{ __('Gross') }} | {{ __('Disc') }} | {{ __('Nett') }} | @if ($show_onhand){{ __('Qty') }} | @endif{{ __('Qty') }} | {{ __('Gross') }} | {{ __('Disc') }} | {{ __('Nett') }} | @if ($show_onhand){{ __('Qty') }} | @endif|||
| {{ $item['whs'] }} | {{ $item['group'] }} | {{ $item['qty1'] }} | {{ $item['gross1'] }} | {{ $item['disc1'] }} | {{ $item['nett1'] }} | @if ($show_onhand){{ $item['onhand1'] }} | @endif{{ $item['qty2'] }} | {{ $item['gross2'] }} | {{ $item['disc2'] }} | {{ $item['nett2'] }} | @if ($show_onhand){{ $item['onhand2'] }} | @endif{{ $item['var'] }} | @php $total_qty1 += $item['qty1']; $total_gross1 += $item['gross1']; $total_disc1 += $item['disc1']; $total_nett1 += $item['nett1']; $total_qty2 += $item['qty2']; $total_gross2 += $item['gross2']; $total_disc2 += $item['disc2']; $total_nett2 += $item['nett2']; @endphp @if ($show_onhand) @php $total_onhand1 += $item['onhand1']; $total_onhand2 += $item['onhand2']; @endphp @endif
| Total | {{ $total_qty1 }} | {{ $total_gross1 }} | {{ $total_disc1 }} | {{ $total_nett1 }} | @if ($show_onhand){{ $total_onhand1 }} | @endif{{ $total_qty2 }} | {{ $total_gross2 }} | {{ $total_disc2 }} | {{ $total_nett2 }} | @if ($show_onhand){{ $total_onhand2 }} | @endif{{ $growth }} | |