| {%= __("Supplier") %} | {%= __("Total Invoiced Amount") %} | {%= __("Total Paid Amount") %} | {%= __("Debit Note Amount") %} | {%= __("Total Outstanding Amount") %} |
|---|---|---|---|---|
| {% if (row.is_total_row) { %} {%= __("Total") %} {% } else { %} {%= row.party %} {% } %} | {%= format_currency(row.invoiced, row.currency) %} | {%= format_currency(row.paid, row.currency) %} | {%= format_currency(row.debit_note, row.currency) %} | {%= format_currency(row.outstanding, row.currency) %} |
{%= __("Printed on {0}", [ frappe.datetime.str_to_user(frappe.datetime.get_datetime_as_string()) ]) %}