{{ __('MOH Filter') }}
{{ __('MOH Report') }}
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
Group by
:
| # | @if ($groupname == '') Group @else {{ $groupname }} @endif | {{ __('AvgPrice') }} | {{ __('SellPrice') }} | {{ __('Stock') }} | {{ __('QtySales') }} | {{ __('ValSales') }} | {{ __('MOH') }} | {{ __('Stock Central') }} | {{ __('MOH Central') }} | {{ __('Action') }} |
|---|---|---|---|---|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $item['group'] }} | {{ 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']) }} | @php $total_qty += $item['qty']; $total_value += $item['value']; $total_onhand1 += $item['onhand1']; $total_onhand2 += $item['onhand2']; @endphp |
| Total | {{ number_format($total_qty) }} | {{ number_format($total_value) }} | {{ number_format($total_onhand1) }} | {{ number_format($total_onhand2) }} | ||||||
{{ __('Report MOH - Level II') }}
@if ($issearchgroup2)
@endif
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
Group by
:
| # | @if ($groupname == '') Group @else {{ $groupname }} @endif | @if ($groupname2 == '') Group2 @else {{ $groupname2 }} @endif | {{ __('AvgPrice') }} | {{ __('SellPrice') }} | {{ __('Stock') }} | {{ __('QtySales') }} | {{ __('ValSales') }} | {{ __('MOH') }} | {{ __('Stock Central') }} | {{ __('MOH Central') }} | {{ __('Action') }} |
|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $item['group'] }} | {{ $item['group2'] }} | {{ 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']) }} | @php $total_qty += $item['qty']; $total_value += $item['value']; $total_onhand1 += $item['onhand1']; $total_onhand2 += $item['onhand2']; @endphp |
| Total | {{ number_format($total_qty) }} | {{ number_format($total_value) }} | {{ number_format($total_onhand1) }} | {{ number_format($total_onhand2) }} | |||||||
{{ __('Report MOH - Level III') }}
@if ($issearchgroup3)
@endif
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
Group by
:
| # | @if ($groupname == '') Group @else {{ $groupname }} @endif | @if ($groupname2 == '') Group2 @else {{ $groupname2 }} @endif | @if ($groupname3 == '') Group3 @else {{ $groupname3 }} @endif | {{ __('AvgPrice') }} | {{ __('SellPrice') }} | {{ __('Stock') }} | {{ __('QtySales') }} | {{ __('ValSales') }} | {{ __('MOH') }} | {{ __('Stock Central') }} | {{ __('MOH Central') }} | {{ __('Action') }} |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $item['group'] }} | {{ $item['group2'] }} | {{ $item['group3'] }} | {{ 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']) }} | @php $total_qty += $item['qty']; $total_value += $item['value']; $total_onhand1 += $item['onhand1']; $total_onhand2 += $item['onhand2']; @endphp |
| Total | {{ number_format($total_qty) }} | {{ number_format($total_value) }} | {{ number_format($total_onhand1) }} | {{ number_format($total_onhand2) }} | ||||||||