@extends('Reports.template') @section('title') {{'Pending Reorder Request List'}} @endsection @section('ExternalCss') @parent @endsection @section('Content')
@if($businessEntityMasterData[0]->logo != null) logo )}}"/> @endif |
{{ $businessEntityMasterData[0]->name }}
{{$businessEntityMasterData[0]->add1. " " .$businessEntityMasterData[0]->add2 ." ".$businessEntityMasterData[0]->city." : " .$businessEntityMasterData[0]->pincode }}
{{"Phone : ".$businessEntityMasterData[0]->tel1}}
|
|||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
Pending Reorder Request List |
Sr. | Store Name | Product ID | Product Name | Reorder Qty. | Reorder Date | Last Supplier Name | Last Voucher No | Last Voucher Date | Last MRP | Last Rate | Ordered Qty. | Pending Qty. |
---|---|---|---|---|---|---|---|---|---|---|---|---|
{{ $i++ }} | {{ $reorderData->storeName }} | {{ $reorderData->product_id }} | {{ $reorderData->product_name }} | {{ $reorderData->product_reorder_qty }} | {{ \Helper::getDisplayDate($reorderData->reorder_request_date) }} | {{ $rateMrp[$reorderData->store_code.$reorderData->product_id]["supplierName"] }} | {{ $rateMrp[$reorderData->store_code.$reorderData->product_id]["trn_type"]. ($rateMrp[$reorderData->store_code.$reorderData->product_id]["trn_type"] ? "/" : ""). $rateMrp[$reorderData->store_code.$reorderData->product_id]["trn_fyear"]. ($rateMrp[$reorderData->store_code.$reorderData->product_id]["trn_type"] ? "/" : "").$rateMrp[$reorderData->store_code.$reorderData->product_id]["trn_id"] }} | {{ $rateMrp[$reorderData->store_code.$reorderData->product_id]["trn_date"] }} | {{ $rateMrp[$reorderData->store_code.$reorderData->product_id]["mrp"] }} | {{ $rateMrp[$reorderData->store_code.$reorderData->product_id]["price"] }} | {{ $reorderData->product_ordered_qty }} | {{ ($reorderData->product_reorder_qty - $reorderData->product_ordered_qty) }} |