{{$storeName}} {{__('lbl.product_mix')}} {{__('lbl.report')}}

{{__('lbl.from')}}: {{$timeFilter['start']}} {{__('lbl.to')}}: {{$timeFilter['end']}}


@if ($products_taxable==1) @endif @if($productMix) @php $totalQty = 0;$totalSales = 0;$totalItemDiscount = 0;$totalOrderDiscount = 0;$totalNetAmount = 0;$totalTax = 0; @endphp @foreach($productMix as $key => $CategoriesList) @foreach($CategoriesList as $item) @if ($products_taxable==1) @endif @if(!empty($item['itemattr'])) @foreach($item['itemattr'] as $attr) @endforeach @endif @php $totalQty += $item['quantity']; $totalSales += $item['sold_price_of_product']; $totalItemDiscount += isset($item['item_discount'])?$item['item_discount']:'0'; $totalOrderDiscount += isset($item['order_discount'])?$item['order_discount']:'0'; $totalNetAmount += isset($item['sales_price_exl_disc'])?$item['sales_price_exl_disc']:'0'; $totalTax += isset($item['tax_amount']) ? $item['tax_amount'] : 0; @endphp @endforeach @endforeach @if ($products_taxable==1) @endif @else @endif
{{ __('lbl.product_name') }} {{ __('lbl.sales_price') }} {{ __('lbl.sales_price_percentage') }} {{ __('lbl.qty') }} {{ __('lbl.item_discount') }} {{ __('lbl.order_discount') }} {{ __('lbl.average_price') }} {{ __('lbl.cost_of_goods') }} {{ __('lbl.percentage_cog') }}{{ __('lbl.tax_amount') }}{{ __('lbl.sales_price_exl_disc') }}
{{$key}}
{{$item['product_name']}} {{storecurrency().number_format($item['sold_price_of_product'],2) }} {{$item['sales_percentage_of_product'] }}% {{$item['quantity']}} {{storecurrency().number_format($item['item_discount'],2)}} {{storecurrency().number_format($item['order_discount'],2)}} {{storecurrency().number_format((float)$item['average_price'],2) }} {{storecurrency().number_format($item['cost_of_goods'],2) }} {{$item['percentage_cog'] }}% {{storecurrency().number_format($item['sales_price_exl_disc'],2) }}{{storecurrency().$item['tax_amount']}} ({{round((int)$item['tax_percentage'])}}%)${{ isset($item['sales_price_exl_disc']) ? $item['sales_price_exl_disc'] : '0' }}
{{$attr['attributes_name']}} {{storecurrency().$attr['price']}} {{$attr['item_quantity']}}
{{ __('lbl.total') }} {{storecurrency().number_format($totalSales,2) }} {{$totalQty}} {{storecurrency().number_format($totalItemDiscount,2) }} {{storecurrency().number_format($totalOrderDiscount,2) }} ${{$totalTax}}{{storecurrency().number_format($totalNetAmount,2) }}
{{ __('lbl.no_record_found') }}