Period
:
@if ($from_date == $to_date) {{ date('j F Y', strtotime($from_date)) }} @else {{ date('j F Y', strtotime($from_date)) }} - {{ date('j F Y', strtotime($to_date)) }} @endif
{{ $groupname }} : {{ $group }}
{{ $groupname2 }} : {{ $group2 }}
{{ $groupname3 }} : {{ $group3 }}
| # | {{ __('ItemCode') }} | {{ __('CodeBars') }} | {{ __('ItemName') }} | {{ __('AvgPrice') }} | {{ __('SellPrice') }} | {{ __('Stock') }} | {{ __('QtySales') }} | {{ __('ValSales') }} | {{ __('MOH') }} | {{ __('Stock Central') }} | {{ __('MOH Central') }} | @foreach($columnList as $column){{ substr($column, 2) }} | @endforeach
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $item['code'] }} | {{ $item['barcode'] }} | {{ $item['name'] }} | {{ number_format($item['avgprice']) }} | {{ number_format($item['sellprice']) }} | {{ number_format($item['onhand1']) }} | {{ number_format($item['qty']) }} | {{ number_format($item['value']) }} | {{ number_format($item['moh1']) }} | {{ number_format($item['onhand2']) }} | {{ number_format($item['moh2']) }} | @foreach($columnList as $column) @php $field = $column; @endphp{{ $item[$field] ?? '' }} | @endforeach
| Total | {{ number_format($total_qty) }} | {{ number_format($total_value) }} | {{ number_format($total_onhand1) }} | {{ number_format($total_onhand2) }} | ||||||||