{{ view === 'pos' ? t.menu_pos : (view === 'stock' ? t.menu_stock : t.history) }}
{{ isCashierOpen ? t.status_open : t.status_closed }}
{{ customerPoints }}
{{t.no_data}}
{{ item.name }}
{{ currencySymbol }}{{ formatNumber(item.price) }}
{{t.stock}}: {{ item.stock }}
{{ t.cart }}
| {{ item.name }} | {{ item.qty }}x | {{ formatNumber(item.price * item.qty) }} |
Total
{{ currencySymbol }}{{ formatNumber(cartTotal) }}
| ID | {{t.tbl_name}} | {{t.tbl_price}} | {{t.tbl_stock}} | {{t.tbl_action}} |
|---|---|---|---|---|
| #{{ p.id.toString().slice(-4) }} | {{ p.name }} | {{ formatNumber(p.price) }} | {{ p.stock }} |
Omzet Hari Ini
{{ currencySymbol }}{{ formatNumber(todayStats.total) }}
Total Transaksi
{{ todayStats.count }} Trx
| ID | Tanggal | Customer | Poin | Items | Total | Aksi |
|---|---|---|---|---|---|---|
| #{{ h.id.toString().slice(-6) }} | {{ h.date }} {{ h.time }} | {{ h.cust }} {{ h.phone }} |
+{{ h.poin_earned }} | {{ h.items_raw.length }} Jenis | {{ formatNumber(h.total) }} |