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