Dicetak secara otomatis oleh sistem Cashly POS.
Kasir
{{ $transaction->user->name }}
Waktu Transaksi
{{ $transaction->created_at->format('d M Y, H:i') }}
Metode Bayar
{{ $transaction->payment_method }}
Status Pembayaran
| Item Produk | Qty | Subtotal |
|---|---|---|
| {{ $item->product->name }} | {{ $item->qty }} | Rp {{ number_format($item->subtotal, 0, ',', '.') }} |
Rp {{ number_format($transaction->total, 0, ',', '.') }}