| Account No | Account | Reference | Payment | Provisional Balance |
|---|---|---|---|---|
| {{ account.accountNumber }} | {{ account.companyName }} | {{ payment.reference }} | {{ payment.description }} | {{ d2_config('currency_symbol') }} {{ balance|number_format(2, '.', '') }} |
| Invoice No. | Outstanding | Amount | Update Note |
|---|
| {{ entity.invoice.docNo }} | {{ d2_config('currency_symbol') }} {{ entity.due|number_format(2, '.', '') }} | {{ d2_config('currency_symbol') }} {{ entity.entity.amount|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 }} |