| Detail Sales Trend Report |
|---|
| Period : {{ $period }} |
| Warehouse : {{ $whs }} |
| Filter : {{ $groupname }} ({{ $group }}), {{ $groupname2 }} ({{ $group2 }}), {{ $groupname3 }} ({{ $group3 }}) |
| {{ __('ItemCode') }} | {{ __('CodeBars') }} | {{ __('ItemName') }} | {{ __('Qty1') }} | {{ __('Gross1') }} | {{ __('Disc1') }} | {{ __('Nett1') }} | @if ($show_onhand){{ __('OnHand1') }} | @endif{{ __('Qty2') }} | {{ __('Gross2') }} | {{ __('Disc2') }} | {{ __('Nett2') }} | @if ($show_onhand){{ __('OnHand2') }} | @endif{{ __('Growth') }} |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ $item['code'] }} | {{ $item['barcode'] }} | {{ $item['name'] }} | {{ $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'] }} |
| 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 }} | ||