Rename to Avrundningsfel, add Öresutjämning row, round total

Summary now shows:
- Product rows
- Avrundningsfel (rounding error)
- Totalt (rounded to nearest integer)
- Öresutjämning (difference from transactions to rounded total)
This commit is contained in:
2026-03-23 16:53:02 +01:00
parent 82cf4b34ac
commit a0df82ab35
2 changed files with 12 additions and 2 deletions

View File

@@ -165,6 +165,12 @@
<td>{{ product.amount }} Kr</td>
</tr>
{% endfor %}
<tr>
<td>Avrundningsfel</td>
<td></td>
<td></td>
<td>{{ customer.summary.avrundningsfel }} Kr</td>
</tr>
<tr class="grand-total-row">
<td>Totalt</td>
<td>{{ customer.summary.total_volume }}</td>