Account No | Account | Reference | Payment | Provisional Balance |
---|---|---|---|---|
{{ payment.account.accountNumber }} | {{ account }} | {{ payment.reference }} | {{ payment.description }} | {{ d2_config('currency_symbol') }} {{ balance.GrandBalance|number_format(2, '.', '') }} |
Invoice No. | Date | Description | Invoice Amount | Amount | Outstanding |
---|
{{ form.invoice.docNo }} | {% if form.invoice.date %}{{ form.invoice.date|date('Y-m-d') }}{% endif %} | {{ form.invoice.description }} | {{ d2_config('currency_symbol') }} {{ form.invoice.total|number_format(2, '.', '') }} | {% if attribute(balance.PaymentInvoiceTotals,form.invoice.id) is defined %} {%set OutstandingField = form.invoice.outstanding - attribute(balance.PaymentInvoiceTotals,form.invoice.id) %} {% else %} {%set OutstandingField = form.invoice.outstanding %} {% endif %} | = '0' %} style="color:#808080;" {% endif %} > |
Totals: | {{ d2_config('currency_symbol') }} {{ attribute(totals, 'amount-linked')|number_format(2, '.', '') }} |
{{ d2_config('currency_symbol') }} {{ attribute(totals, 'outstanding')|number_format(2, '.', '') }} |
---|
User | Date | Type | Changes | Note |
---|---|---|---|---|
{{ log.user }} | {% if log.date %}{{ log.date|date('Y-m-d H:m:s') }}{% endif %} | {{ log.type }} | {{ log.note }} |