@extends('layouts.backend.pdf.master') @section('content')
Supplier: | {{ $record["supplier"]["name"] }} |
---|---|
Address: | {{ $record["supplier"]["address"] }}, {{ $record["supplier"]["city"] }} |
Contact No: | {{ $record["supplier"]["phone"] }} |
Email: | {{ $record["supplier"]["email"] }} |
P.O. #: | {{ $record["poNumber"] }} |
---|---|
Created Date: | {{ date("d/M/Y", strtotime($record["createdAt"])) }} |
Expected Date: | {{ date("d/M/Y", strtotime($record["expectedDate"])) }} |
Created By: | {{ $record["creator"]["firstName"] ?? 'SYSTEM' }} {{ $record["creator"]["lastName"] ?? '' }} |
Approval Status: | {{ $approvalStatus["name"] }} |
Approved By: | @if($record["approvalStatus"] === "APPROVED") {{ $record["approval"]["approver"]["name"] ?? ''}} @endif |
Product Name | @if($settings["showProductSize"] === "YES")Product Size | @endifQuantity | Current Quantity | Price | Amount |
---|---|---|---|---|---|
{{ $item["product"]["name"] }}
{{ $item["note"] }} |
@if($settings["showProductSize"] === "YES"){{ $item["product"]["itemSize"] }} {{ $item["product"]["measure"]["name"] ?? '' }} | @endif{{ number_format($item["quantity"], 2) }} | {{ number_format($item["product"]["quantity"], 2) }} | {{ $numberFormatter->formatCurrency($item["price"], $settings["systemCountry"]["currencyCode"]) }} | {{ $numberFormatter->formatCurrency($item["totalCost"], $settings["systemCountry"]["currencyCode"]) }} |
Total: |
{{ $numberFormatter->formatCurrency($record["totalCost"], $settings["systemCountry"]["currencyCode"]) }}
|
{{ $record["poNote"] }}