Jl. Raya Semarang-Boja, Jatisari, Kec. Mijen, Kota Semarang Jawa Tengah 50275
Telp: 0882005564342
| No | Nama | Qty | Satuan | Harga | Disc | Total |
|---|---|---|---|---|---|---|
| {{$index + 1}} | {{$detail->product->name}} | {{number_format($detail->quantity, 0, ',', '.')}} | {{$detail->product->unit}} | {{number_format($detail->selling_price, 0, ',', '.')}} | {{number_format($detail->discount, 0, ',', '.')}} | {{number_format($detail->subtotal, 0, ',', '.')}} |
| Jumlah Item: | {{number_format($totalItems, 0, ',', '.')}} item |
| Sub Total: | Rp {{number_format($sale->subtotal, 0, ',', '.')}} |
| Potongan: | Rp {{number_format($sale->discount, 0, ',', '.')}} |
| Pajak: | Rp {{number_format($sale->tax, 0, ',', '.')}} |
| TOTAL AKHIR: | Rp {{number_format($sale->total_amount, 0, ',', '.')}} |
Dicetak pada: {{date('d M Y H:i')}}