Kelola semua Pesanan Penjualan (SO) dari pelanggan.
| No. SO | Pelanggan | Tgl Order | Tgl Kirim | Total | Status | Aksi |
|---|---|---|---|---|---|---|
| {{ $order->so_number }} | {{ $order->customer_uuid ?? '-' }} | {{ $order->order_date?->format('d M Y') ?? '-' }} | {{ $order->delivery_date?->format('d M Y') ?? '-' }} | Rp {{ number_format($order->total_amount, 0, ',', '.') }} | {{ ucfirst($order->status) }} | |
|
Belum ada Sales Order Buat SO pertama |
||||||