@php $req = $po->requisition; $shipTo = $po->delivery_address ?: trim(($req?->station?->name ? $req->station->name.', ' : '').($req?->station?->address ?? '')); @endphp
โ† Back
JCF

Jamaica Constabulary Force

Corporate & Special Services Branch

5th Floor South Tower, 2 Oxford Road

Tel: (876) 754-0485 ยท Email: procurement@jcf.gov.jm

DELIVERY SHEET
PO #{{ $po->po_number }}
Date{{ now()->format('d M Y') }}
Supplier{{ $po->supplier?->name }}
Deliver To
{{ $shipTo ?: 'โ€”' }}@if($req?->endUser) โ€” {{ $req->endUser->name }}@endif
Requisition
{{ $req?->reference_no }}
Expected Delivery
{{ optional($po->expected_delivery_date)->format('d M Y') ?? 'โ€”' }}
Delivery Note #
 

Tick (โœ“) each line as it is received, write the quantity actually received, and note the condition. Any short or damaged items must be recorded in the Condition / Notes column and reported for inspection.

@foreach($po->items as $i => $it) @endforeach
# Description Qty Ordered Unit Received โœ“ Qty Received Condition / Notes
{{ $i + 1 }} {{ $it->description }} {{ rtrim(rtrim(number_format($it->quantity,2),'0'),'.') }} {{ $it->uom?->abbreviation }}    
Delivered By (Supplier / Driver)
Name & Signature
Date / Time
Received By (JCF / PAL Officer)
Name & Signature
Date / Time