| {%= __(" ") %} | {%= __(range1) %} | {%= __(range2) %} | {%= __(range3) %} | {%= __(range4) %} | {%= __(range5) %} | {%= __(range6) %} | {%= __("Total") %} | 
|---|---|---|---|---|---|---|---|
| {%= __("Total Outstanding") %} | {%= format_number(balance_row[range1], null, 2) %} | {%= format_currency(balance_row[range2]) %} | {%= format_currency(balance_row[range3]) %} | {%= format_currency(balance_row[range4]) %} | {%= format_currency(balance_row[range5]) %} | {%= format_currency(balance_row[range6]) %} | {%= format_currency(flt(balance_row[("outstanding_amount")]), data[data.length-1]["currency"]) %} | {%= __("PDC/LC") %} | {%= format_currency(flt(balance_row[("pdc/lc_amount")]), data[data.length-1]["currency"]) %} | 
| {%= __("Cheques Required") %} | {%= format_currency(flt(balance_row[("outstanding_amount")]-balance_row[("pdc/lc_amount")]), data[data.length-1]["currency"]) %} | 
| {%= __("Date") %} | {%= __("Age (Days)") %}{% if(report.report_name === "Accounts Receivable" && filters.show_sales_person_in_print) { %} | {%= __("Reference") %} | {%= __("Sales Person") %}{% } else { %} | {%= __("Reference") %}{% } %} {% if(!filters.show_pdc_in_print) { %} | {%= (filters.customer || filters.supplier) ? __("Remarks"): __("Party") %}{% } %} | {%= __("Invoiced Amount") %}{% if(!filters.show_pdc_in_print) { %} | {%= __("Paid Amount") %} | {%= report.report_name === "Accounts Receivable" ? __('Credit Note') : __('Debit Note') %}{% } %} | {%= __("Outstanding Amount") %}{% if(filters.show_pdc_in_print) { %} {% if(report.report_name === "Accounts Receivable") { %} | {%= __("Customer LPO No.") %}{% } %} | {%= __("PDC/LC Ref") %} | {%= __("PDC/LC Amount") %} | {%= __("Remaining Balance") %}{% } %} {% } else { %} | {%= (filters.customer || filters.supplier) ? __("Remarks"): __("Party") %} | {%= __("Total Invoiced Amount") %} | {%= __("Total Paid Amount") %} | {%= report.report_name === "Accounts Receivable Summary" ? __('Credit Note Amount') : __('Debit Note Amount') %} | {%= __("Total Outstanding Amount") %}{% } %} | {%= frappe.datetime.str_to_user(data[i]["posting_date"]) %} | {%= data[i][__("Age (Days)")] %} | {% if(!filters.show_pdc_in_print) { %}
							{%= data[i]["voucher_type"] %} {% if(report.report_name === "Accounts Receivable" && filters.show_sales_person_in_print) { %}{% } %} {%= data[i]["voucher_no"] %} | {%= data[i]["sales_person"] %}{% } %} {% if(!filters.show_pdc_in_print) { %} | {% if(!(filters.customer || filters.supplier)) { %}
							{%= data[i][__("Customer")] || data[i][__("Supplier")] %}
							{% if(data[i][__("Customer Name")] && data[i][__("Customer Name")] != data[i][__("Customer")]) { %} {% } %}{%= data[i][__("Customer Name")] %} {% } else if(data[i][__("Supplier Name")] != data[i][__("Supplier")]) { %} {%= data[i][__("Supplier Name")] %} {% } %} {% } %} 
						{% if data[i][__("Remarks")] %}
							{%= __("Remarks") %}:
							{%= data[i][__("Remarks")] %}
						{% } %}
						 | {%= format_currency(data[i]["invoiced_amount"], data[i]["currency"]) %}{% if(!filters.show_pdc_in_print) { %} | {%= format_currency(data[i]["paid_amount"], data[i]["currency"]) %} | {%= report.report_name === "Accounts Receivable" ? format_currency(data[i]["credit_note"], data[i]["currency"]) : format_currency(data[i]["debit_note"], data[i]["currency"]) %}{% } %} | {%= format_currency(data[i]["outstanding_amount"], data[i]["currency"]) %}{% if(filters.show_pdc_in_print) { %} {% if(report.report_name === "Accounts Receivable") { %} | {%= data[i]["po_no"] %}{% } %} | {%= data[i][("pdc/lc_ref")] %} | {%= format_currency(data[i][("pdc/lc_amount")], data[i]["currency"]) %} | {%= format_currency(data[i][("remaining_balance")], data[i]["currency"]) %}{% } %} {% } else { %} | {% if(!filters.show_pdc_in_print) { %} | {% } %} {% if(report.report_name === "Accounts Receivable" && filters.show_sales_person_in_print) { %} | {% } %} | {%= __("Total") %} | {%= format_currency(data[i]["invoiced_amount"], data[i]["currency"] ) %}{% if(!filters.show_pdc_in_print) { %} | {%= format_currency(data[i]["paid_amount"], data[i]["currency"]) %} | {%= report.report_name === "Accounts Receivable" ? format_currency(data[i]["credit_note"], data[i]["currency"]) : format_currency(data[i]["debit_note"], data[i]["currency"]) %}{% } %} | {%= format_currency(data[i]["outstanding_amount"], data[i]["currency"]) %}{% if(filters.show_pdc_in_print) { %} {% if(report.report_name === "Accounts Receivable") { %} | {%= data[i][__("Customer LPO")] %}{% } %} | {%= data[i][("pdc/lc_ref")] %} | {%= format_currency(data[i][("pdc/lc_amount")], data[i]["currency"]) %} | {%= format_currency(data[i][("remaining_balance")], data[i]["currency"]) %}{% } %} {% } %} {% } else { %} {% if(data[i][__("Customer")] || data[i][__("Supplier")]|| " ") { %} {% if((data[i][__("Customer")] || data[i][__("Supplier")]) != __("'Total'")) { %} | {% if(!(filters.customer || filters.supplier)) { %}
								{%= data[i][__("Customer")] || data[i][__("Supplier")] %}
								{% if(data[i][__("Customer Name")] && data[i][__("Customer Name")] != data[i][__("Customer")]) { %} {% } else { %}{%= data[i][__("Customer Name")] %} {% } else if(data[i][__("Supplier Name")] != data[i][__("Supplier")]) { %} {%= data[i][__("Supplier Name")] %} {% } %} {% } %} {%= __("Remarks") %}: {%= data[i][__("Remarks")] %} | {%= __("Total") %}{% } %} | {%= format_currency(data[i][("total_invoiced_amt")], data[i]["currency"]) %} | {%= format_currency(data[i][("total_paid_amt")], data[i]["currency"]) %} | {%= report.report_name === "Accounts Receivable Summary" ? format_currency(data[i][__("credit_note_amt")], data[i]["currency"]) : format_currency(data[i][__("debit_note_amt")], data[i]["currency"]) %} | {%= format_currency(data[i][("total_outstanding_amt")], data[i]["currency"]) %}{% } %} {% } %} {% } %} | 
|---|
{{ __("Printed On ") }}{%= frappe.datetime.str_to_user(frappe.datetime.get_datetime_as_string()) %}