| Detail MOH Report |
|---|
| Period : {{ $period }} |
| Filter : {{ $groupname }} ({{ $group }}), {{ $groupname2 }} ({{ $group2 }}) |
| {{ __('ItemCode') }} | {{ __('CodeBars') }} | {{ __('ItemName') }} | {{ __('AvgPrice') }} | {{ __('SellPrice') }} | {{ __('Stock') }} | {{ __('QtySales') }} | {{ __('ValSales') }} | {{ __('MOH') }} | {{ __('Stock Central') }} | {{ __('MOH Central') }} | @foreach($columnList as $column){{ substr($column, 2) }} | @endforeach
|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ $item['code'] }} | {{ $item['barcode'] }} | {{ $item['name'] }} | {{ $item['avgprice'] }} | {{ $item['sellprice'] }} | {{ $item['onhand1'] }} | {{ $item['qty'] }} | {{ $item['value'] }} | {{ $item['moh1'] }} | {{ $item['onhand2'] }} | {{ $item['moh2'] }} | @foreach($columnList as $column) @php $field = $column; @endphp{{ $item[$field] ?? '' }} | @endforeach
| Total | {{ $total_onhand1 }} | {{ $total_qty }} | {{ $total_value }} | {{ $total_onhand2 }} | |||||||