Requisition |
Requisition No | : | {{$data->requisitionNo}} |
Create Date | : | {{$data->createdDate}} |
Expiry Date | : | {{$data->requisitionExpiryDate}} |
Created By | : | {{$data->createdBy}} |
Requisition From | : | {{$data->warehouse->nameEn}} |
Requisition To | : | {{$data->targetedWarehouse->nameEn}} |
SL | Product Name | SKU | UOM | Manufacturer | Order Qty | MRP | Total Amount |
---|---|---|---|---|---|---|---|
{{$index + 1}} | {{$obj->item->name}} | {{$obj->item->productSKU}} | {{$obj->item->productUoM}} | @if(isset($obj->item->manufacturer)) {{$obj->item->manufacturer}} @endif | {{$obj->orderQty}} | {{$obj->item->productItemPriceDeclaration->listPrice}} | {{$obj->totalAmount}} |
Total Amount | {{$total}} |