{{ __('lbl.set_actual') }} Report |
|||||||||
{{ __('lbl.from') }} {{$timeFilter['start']}} {{ __('lbl.to') }} {{$timeFilter['end']}} |
|||||||||
{{ __('lbl.establishment') }} {{$storeName}} |
|||||||||
{{ __('lbl.product_name') }} | {{ __('lbl.cost') }} | {{ __('lbl.qty_befour_change') }} | {{ __('lbl.qty_change') }} | {{ __('lbl.qty_after_change') }} | {{ __('lbl.inventory_value') }} | {{ __('lbl.total_item_sold') }} | {{ __('lbl.total_item_ordered') }} | {{ __('lbl.total_item_pending') }} | {{ __('lbl.total_item_received') }} |
---|---|---|---|---|---|---|---|---|---|
{{ $dList['product_name'] }} SKU:{{$dList['product_sku']}} Barcode:{{$dList['product_barcode']}} |
{{storecurrency().$dList['product_cost']?number_format($dList['product_cost'],2) : 0.00 }} | {{$dList['quantity_befour_change']}} | {{$dList['quantity_change']}} | {{$dList['quantity_after_change']}} | {{storecurrency().$dList['inventory_value'] }} | {{$dList['total_item_sold'] }} | {{($dList['item_received_qty'])?$dList['item_received_qty']:0 }} | {{($dList['item_ordered_qty'])?$dList['item_ordered_qty']:0 }} | {{($dList['item_remaining_qty'])?$dList['item_remaining_qty']:0 }} |
{{ __('lbl.no_record_found') }} | |||||||||
{{ __('lbl.total') }} | {{storecurrency().number_format($totalCost,2) }} | {{$quantityBefourChange }} | {{$quantityChange }} | {{$quantityAfterChange }} | {{$totalItemSold}} | {{$totalItemOrder}} | {{$totalItemReceived}} | {{$totalItemPending}} |