Jamaica Constabulary Force
Corporate & Special Services Branch
5th Floor South Tower, 2 Oxford Road
Tel: (876) 754-0485 ยท Email: procurement@jcf.gov.jm
Client Information
Name: {{ $po->supplier?->name }}
Address: {{ $po->supplier?->address ?? 'โ' }}
TRN: {{ $po->supplier?->tax_id ?? 'โ' }}
Tel: {{ $po->supplier?->phone ?? 'โ' }}
Email: {{ $po->supplier?->email ?? 'โ' }}
Authorised Contact: {{ $po->supplier?->contact_name ?? 'โ' }}
Bill Invoice To
Director, Corporate & Special Services Branch
Jamaica Constabulary Force
5th Floor South Tower, 2 Oxford Road
| # | Description | Qty | Unit | Unit Price | Line Total |
|---|---|---|---|---|---|
| {{ $i + 1 }} | {{ $it->description }} | {{ rtrim(rtrim(number_format($it->quantity,2),'0'),'.') }} | {{ $it->uom?->abbreviation }} | {{ number_format($it->unit_price,2) }} | {{ number_format($it->line_total,2) }} |
| Subtotal | {{ $po->currency }} {{ number_format($po->subtotal,2) }} |
| Tax | {{ number_format($po->tax_total,2) }} |
| Total | {{ $po->currency }} {{ number_format($po->total,2) }} |