@extends('layouts.base_pdf')
@section('inner_content')
| Purchase Order |
PO#: {{ $po_order_transaction->bill_no }} Ref#: {{ $po_order_transaction->booking->marking }} Date: {{ $supplier->segments->whereIn('id', [23])->first() ? \Carbon\Carbon::now() : $po_order_transaction->booking->created_at }} |
|
Buyer
Marking#: {{ $po_order_transaction->booking->marking }}
{{ $supplier->name }}
{{-- {{ $supplier }} --}}
@php $billingAddress = $supplier->addresses()->where('billing', '=', true)->first(); @endphp {{ $billingAddress->street_one }} {{ $billingAddress->street_two }} {{ $billingAddress->state()->first()->name }} {{ $billingAddress->district()->first()->name }} Phone: {{ $supplier->contacts()->first()->phone }} |
Seller
CIEF Worldwide Sdn Bhd (1134596-M)
No. 72-3, Jalan Jalil 1,
The Earth Bukit Jalil, 57000 Kuala Lumpur
Tel: 03-8082 1252
|
| No | Stock Code | Description | Quantity | Unit Price (RM) | Total Amount (RM) |
|---|---|---|---|---|---|
| {{ $key + 1 }} | {{ $transaction_detail->product_code }} | {{ $transaction_detail->product_name }} | {{ $transaction_detail->quantity }} | {{ number_format($exactUnitPrice, 2) }} | {{ number_format($itemTotal, 2) }} |
| Subtotal | {{ number_format($subtotal, 2) }} | ||||
| Service Charges | {{ number_format($transaction->service_charge, 2) }} | ||||
| Voucher ({{ $voucher_redemption->voucher->code }}) | -{{ number_format($voucherDiscount, 2) }} | ||||
| Tax | {{ number_format($transaction->tax, 2) }} | ||||
| Adjustment | {{ roundUpPo($discrepancy,2) }} | ||||
| Total | {{ number_format($total, 2) }} | ||||
| This is generated by computer. No signature required. | Page {PAGENO} of {nbpg} |