$statement_label
$start_date - $end_date
| $date_label | $invoice_label # | {{ t('charges') }} | {{ t('credits') }} | {{ t('line_total') }} |
|---|---|---|---|---|
| {{ invoice.date }} | {{ invoice.number }} | {{ invoice.amount }} | {%set running_total = running_total + invoice.amount_raw %} | {{ running_total|format_currency(currency_code) }} |
| {{ invoice.date }} | {{ invoice.number }} | {%set running_total = running_total - pivot.amount_raw %} | {{ pivot.amount }} | {{ running_total|format_currency(currency_code) }} |
| {{ invoice.date }} | {{ invoice.number }} $refund_label | {%set running_total = running_total + pivot.refunded_raw %} | ({{ pivot.refunded }}) | {{ running_total|format_currency(currency_code) }} |
| {{ key }} | {% endfor %}
|---|
| {{ age }} | {% endfor %}