diff --git a/templates/customer.html b/templates/customer.html index 8b93ab8..206c75e 100644 --- a/templates/customer.html +++ b/templates/customer.html @@ -1,236 +1,241 @@ - + -
- -| Produkt | -Volym (L) | -Snittpris/L | -Belopp | -
|---|---|---|---|
| {{ product.name }} | -{{ product.volume }} | -{{ product.avg_price }} Kr | -{{ product.amount }} Kr | -
| Avrundningsfel | -- | - | {{ customer.summary.avrundningsfel }} Kr | -
| Öresutjämning | -- | - | {{ customer.summary.oresutjamning }} Kr | -
| Totalt | -{{ customer.summary.total_volume }} | -- | {{ customer.summary.grand_total }} Kr | -
| Produkt | +Volym (L) | +Snittpris/L | +Belopp | +
|---|---|---|---|
| {{ product.name }} | +{{ product.volume }} | +{{ product.avg_price }} Kr | +{{ product.amount }} Kr | +
| Avrundningsfel | ++ | + | {{ customer.summary.avrundningsfel }} Kr | +
| Öresutjämning | ++ | + | {{ customer.summary.oresutjamning }} Kr | +
| Totalt | +{{ customer.summary.total_volume }} | ++ | {{ customer.summary.grand_total }} Kr | +
| Datum | -Produkt | -Pris/L | -Volym (L) | -Belopp | -Kvitto | -
|---|---|---|---|---|---|
| {{ tx.date }} | -{{ tx.quality_name }} | -{{ tx.price }} | -{{ tx.volume }} | -{{ tx.amount }} | -{{ tx.receipt }} | -
| Kortsumma | -{{ card.total_volume }} | -{{ card.total_amount }} | -- | ||
| Datum | +Produkt | +Pris/L | +Volym (L) | +Belopp | +Kvitto | +
|---|---|---|---|---|---|
| {{ tx.date }} | +{{ tx.quality_name }} | +{{ tx.price }} | +{{ tx.volume }} | +{{ tx.amount }} | +{{ tx.receipt }} | +
| Kortsumma | +{{ card.total_volume }} | +{{ card.total_amount }} | ++ | ||