| Goods Received Notes | |
|
V.P.O.No.
: {{ $vendorPurchaseOrder->vpo_number }} V.P.O. Date : {{ \Carbon\Carbon::parse($vendorPurchaseOrder->vpo_date)->format('d-m-Y') }} |
Contact Person
: {{ $vendorPurchaseOrder->supplier->person_name }} Mobile No. : {{ $vendorPurchaseOrder->supplier->person_no }} |
| Sr No. | Description | Size | Receive Qty | Receiver | Remarks |
| {{ $key + 1 }} | {{ $receiveQty->product->product_name }} | {{ $receiveQty->productSize->ringSize->ring_size }} | @if($receiveQty->receive_qty > 0) {{ $receiveQty->receive_qty }} {{ $receiveQty->productSize->unit->name }} @endif |
By: {{ $receiveQty->createdBy->name }} At: {{ \Carbon\Carbon::parse($receiveQty->created_at_formatted)->format('d-m-Y') }} |
{{ $receiveQty->receive_remarks }} |
| No Data Found | |||||