{%= __("Date") %} | {%= __("Ref") %} | {%= __("Party") %} | {%= __("Invoiced Amount") %} | {%= __("Paid Amount") %} | {%= __("Outstanding Amount") %} | {% } else { %}{%= __("Party") %} | {%= __("Total Invoiced Amount") %} | {%= __("Total Paid Amount") %} | {%= __("Total Outstanding Amount") %} | {% } %}{%= dateutil.str_to_user(data[i][__("Posting Date")]) %} | {%= data[i][__("Voucher Type")] %}
{%= data[i][__("Voucher No")] %} |
{%= data[i][__("Customer")] || data[i][__("Supplier")] %}
{% if(__(report.report_name) == "Accounts Receivable") { %}
{%= __("Territory") %}: {%= data[i][__("Territory")] %} {% } else { %} {%= __("Supplier Type") %}: {%= data[i][__("Supplier Type")] %} {% } %} {%= __("Remarks") %}: {%= data[i][__("Remarks")] %} |
{%= format_currency(data[i][__("Invoiced Amount")]) %} | {%= format_currency(data[i][__("Paid Amount")]) %} | {%= format_currency(data[i][__("Outstanding Amount")]) %} | {% } else { %}{%= data[i][__("Customer")] || data[i][__("Supplier")] || " " %} | {%= data[i][__("Account")] && format_currency(data[i][__("Invoiced Amount")]) %} | {%= data[i][__("Account")] && format_currency(data[i][__("Paid Amount")]) %} | {%= data[i][__("Account")] && format_currency(data[i][__("Outstanding Amount")]) %} | {% } %} {% } else { %} {% if(data[i][__("Customer")] || data[i][__("Supplier")]|| " ") { %}{%= data[i][__("Customer")] || data[i][__("Supplier")] %}
{% if(__(report.report_name) == "Accounts Receivable Summary") { %}
{%= __("Territory") %}: {%= data[i][__("Territory")] %} {% } else { %} {%= __("Supplier Type") %}: {%= data[i][__("Supplier Type")] %} {% } %} {%= __("Remarks") %}: {%= data[i][__("Remarks")] %} |
{%= format_currency(data[i][__("Total Invoiced Amt")]) %} | {%= format_currency(data[i][__("Total Paid Amt")]) %} | {%= format_currency(data[i][__("Total Outstanding Amt")]) %} | {% } %} {% } %} {% } %}
---|
Printed On {%= dateutil.str_to_user(dateutil.get_datetime_as_string()) %}