{{ product.title }}

{{ formatPrice(product.price) }}

{{ getCartQty(product.id) }}
Antippen zum Hinzufügen
Beleg: {{ receiptNo }}

Warenkorb leer

Produkte antippen zum Hinzufügen

{{ item.qty }}x {{ item.title }}
Rabatt angewendet
{{ formatPrice(item.totalPrice) }}
Zwischensumme {{ formatPrice(subtotal) }}
Mengenrabatt -{{ formatPrice(categoryDiscountTotal) }}
Manueller Rabatt -{{ formatPrice(manualDiscount) }}
Gesamt {{ formatPrice(grandTotal) }}

Tagesabschluss — {{ salesDay }}

Buchungen
{{ dayBookings.length }}
Gesamtumsatz
{{ formatPrice(dayTotalRevenue) }}
Rabatte
{{ formatPrice(dayTotalDiscounts) }}

Nach Zahlungsart

Bar{{ formatPrice(dayCashTotal) }}
PayPal{{ formatPrice(dayPaypalTotal) }}

Steueraufteilung

{{ rate }}% MwSt Brutto {{ formatPrice(tax.gross) }} / Netto {{ formatPrice(tax.net) }} / MwSt {{ formatPrice(tax.tax) }}
Keine Buchungen vorhanden
Beleg Zeit Zahlung Positionen Original Endpreis
{{ b.receiptNo }} {{ formatTime(b.timestamp) }} {{ b.paymentMethod === 'CASH' ? 'Bar' : 'PayPal' }} {{ b.items.map(i => i.qty + 'x ' + getProductTitle(i.id)).join(', ') }} {{ formatPrice(b.grossTotalOriginal) }} {{ formatPrice(b.grossTotalFinal) }}
{{ toastMessage }}