{%= __("Date") %} | {%= __("Reference") %} | {%= __("Remarks") %} | {%= __("Debit") %} | {%= __("Credit") %} | {%= __("Balance (Dr - Cr)") %} | {%= frappe.datetime.str_to_user(data[i].posting_date) %} | {%= data[i].voucher_type %}
{%= data[i].voucher_no %} |
{% var longest_word = cstr(data[i].remarks).split(" ").reduce((longest, word) => word.length > longest.length ? word : longest, ""); %}
45 %} class="overflow-wrap-anywhere" {% endif %}>
{% if(!(filters.party || filters.account)) { %}
{%= data[i].party || data[i].account %}
{% } %} {%= __("Remarks") %}: {%= data[i].remarks %} {% if(data[i].bill_no) { %} {%= __("Supplier Invoice No") %}: {%= data[i].bill_no %} {% } %} |
{%= format_currency(data[i].debit, filters.presentation_currency) %} | {%= format_currency(data[i].credit, filters.presentation_currency) %} | {% } else { %}{%= frappe.format(data[i].account, {fieldtype: "Link"}) || " " %} | {%= data[i].account && format_currency(data[i].debit, filters.presentation_currency || data[i].account_currency) %} | {%= data[i].account && format_currency(data[i].credit, filters.presentation_currency || data[i].account_currency) %} | {% } %}{%= format_currency(data[i].balance, filters.presentation_currency || data[i].account_currency) %} | {% } %}
---|
Printed On {%= frappe.datetime.str_to_user(frappe.datetime.get_datetime_as_string()) %}