@if(Helper::widgetAccess('show_column_tax_amount')) @endif @php $totalQty = 0;$totalSales = 0;$totalItemDiscount = 0;$totalOrderDiscount = 0;$totalNetTotal = 0;$totalTaxAmount = 0; @endphp @if(!empty($OperationsData)) @foreach($OperationsData as $key => $CategoriesList) @php $cat_key = explode('_',$key); $cat_id = $cat_key[0];$cat_name = $cat_key[1]; @endphp @foreach($CategoriesList as $dList) @php $void_raw_quantity=!empty($dList['void_raw_quantity'])?$dList['void_raw_quantity']:'0'; $return_raw_quantity=!empty($dList['return_raw_quantity'])?$dList['return_raw_quantity']:'0'; // 5 DECIMAL CHANGES $raw_sales_price_5 = $dList['raw_sales_price_5']>0 ? $dList['raw_sales_price_5'] : '0'; $tax_amount_5 = $dList['tax_amount_5']>0 ? $dList['tax_amount_5'] : '0'; $net_sales_price_5 = $dList['net_sales_price_5']>0 ? $dList['net_sales_price_5'] : '0'; $item_discount_total_5=$dList['item_discount_total_5']>0?$dList['item_discount_total_5']:'0'; $order_discount_amount_total_5 = $dList['order_discount_amount_total_5']>0 ? $dList['order_discount_amount_total_5'] : '0'; $raw_sales_price_void = !empty($dList['raw_sales_price_void']) ? $dList['raw_sales_price_void'] : '0.00' ; $raw_sales_price_return = !empty($dList['raw_sales_price_return']) ? $dList['raw_sales_price_return'] : '0.00' ; @endphp @if(Helper::widgetAccess('show_column_tax_amount')) @endif @php $totalQty += $dList['raw_quantity']; $totalSales += $raw_sales_price_5; $totalTaxAmount += $tax_amount_5; $totalItemDiscount += $item_discount_total_5; $totalOrderDiscount += $order_discount_amount_total_5; $totalNetTotal += $net_sales_price_5; @endphp @endforeach @endforeach @else @endif

{{ __('lbl.operations') }} Report

{{ __('lbl.from') }} {{$timeFilter['start']}} {{ __('lbl.to') }} {{$timeFilter['end']}}
{{ __('lbl.establishment') }} {{$storeName}}
{{ __('lbl.product_name') }} {{ __('lbl.category') }} {{ __('lbl.locations') }} {{ __('lbl.unit_cost') }} {{ __('lbl.sales_price') }} {{ __('lbl.vendor_qty_received') }} {{ __('lbl.raw_qty') }} {{ __('lbl.raw_sales') }} {{ __('lbl.return_qty') }} {{ __('lbl.return_sales') }} {{ __('lbl.item_disc') }} {{ __('lbl.order_disc') }} {{ __('lbl.net_totals') }} {{ __('lbl.voids_qty') }} {{ __('lbl.voids_sales') }}{{ __('lbl.total_tax') }}
{{$cat_name}}
{{ $dList['product_name'] }} {{ $dList['categorie_name'] }} {{ $dList['establishment_name'] }} {{ $dList['cost_of_goods'] }} {{storecurrency().$dList['sales_price'] }} {{ $dList['vendor_qty_received'] }} {{ $dList['raw_quantity'] }} {{storecurrency().$dList['raw_sales_price'] }} {{ $return_raw_quantity }} {{storecurrency().$raw_sales_price_return }} {{storecurrency().$dList['item_discount_total'] }} {{storecurrency().$dList['order_discount_amount_total'] }} {{storecurrency().$dList['net_sales_price']}} {{$void_raw_quantity }} {{storecurrency().$raw_sales_price_void }}{{storecurrency().$dList['tax_amount']}}
{{ __('lbl.no_record_found') }}