{{ _("Date") }} | {{ _("Reference") }} | {{ _("Remarks") }} | {{ _("Debit") }} | {{ _("Credit") }} | {{ _("Balance (Dr - Cr)") }} | |||||
---|---|---|---|---|---|---|---|---|---|---|
{{ xhiveframework.format(row.posting_date, 'Date') }} | {{ row.voucher_type }}
{{ row.voucher_no }} |
{% if not (filters.party or filters.account) %}
{{ row.party or row.account }}
{% endif %} {{ _("Remarks") }}: {{ row.remarks }} {% if row.bill_no %} {{ _("Supplier Invoice No") }}: {{ row.bill_no }} {% endif %} |
{{ xhiveframework.utils.fmt_money(row.debit, currency=filters.presentation_currency) }} | {{ xhiveframework.utils.fmt_money(row.credit, currency=filters.presentation_currency) }} | {% else %}{{ xhiveframework.format(row.account, {fieldtype: "Link"}) or " " }} | {{ row.get('account', '') and xhiveframework.utils.fmt_money(row.debit, currency=filters.presentation_currency) }} | {{ row.get('account', '') and xhiveframework.utils.fmt_money(row.credit, currency=filters.presentation_currency) }} | {% endif %}{{ xhiveframework.utils.fmt_money(row.balance, currency=filters.presentation_currency) }} |
30 Days | 60 Days | 90 Days | 120 Days |
---|---|---|---|
{{ xhiveframework.utils.fmt_money(ageing.range1, currency=filters.presentation_currency) }} | {{ xhiveframework.utils.fmt_money(ageing.range2, currency=filters.presentation_currency) }} | {{ xhiveframework.utils.fmt_money(ageing.range3, currency=filters.presentation_currency) }} | {{ xhiveframework.utils.fmt_money(ageing.range4, currency=filters.presentation_currency) }} |