Back to Invoiceninja

Ts4

resources/views/templates/statements/ts4.html

5.13.211.0 KB
Original Source

| | |

$statement_label

$start_date - $end_date

Doc #DateDue DateTotalTransactionOutstanding
{% for invoice in invoices %}Invoice - {{ invoice.number }}{{ invoice.date }}{{ invoice.due_date }}{{ invoice.amount_rawformat_currency(invoice.client.currency) }}
{% for payment in invoice.paymentsfilter(payment => payment.is_deleted == false) %} {% for pivot in payment.paymentables %}Payment - {{ payment.number }}{{ payment.date }}{% if pivot.amount > 0 %} {{ pivot.amount_raw
{% endfor %} {% endfor %} {% endfor%}
{% if aging and show_aging %}

| {% for key, age in aging %} {{ key }} | {% endfor %} | --- | | {% for key, age in aging %} {{ age }} | {% endfor %}

{% endif %} | | |