Purchase Order ke supplier.
| No. PO | Tanggal | Supplier | Item | Total | Status | Aksi |
|---|---|---|---|---|---|---|
| {{ $po->document_no }} | {{ \Carbon\Carbon::parse($po->document_date)->format('d/m/Y') }} | {{ $po->supplier?->name ?? '-' }} | {{ $po->items_count }} | {{ number_format((float) $po->total_amount, 0, ',', '.') }} | @if ($po->status === 9) Batal @elseif ($po->status === 1) Open @else Selesai @endif | @if ($po->status === 1) @endif |
| Tidak ada data. | ||||||