{{ _('Grand Total') }} | {{ frappe.utils.fmt_money(data.grand_total or '', currency=currency) }} |
{{ _('Net Total') }} | {{ frappe.utils.fmt_money(data.net_total or '', currency=currency) }} |
{{ _('Total Quantity') }} | {{ data.total_quantity or '' }} |
{{ _("Mode of Payment") }} | {{ _("Amount") }} |
---|---|
{{ d.mode_of_payment }} | {{ frappe.utils.fmt_money(d.expected_amount - d.opening_amount, currency=currency) }} |
{{ _("Account") }} | {{ _("Rate") }} | {{ _("Amount") }} |
---|---|---|
{{ d.account_head }} | {{ d.rate }} % | {{ frappe.utils.fmt_money(d.amount, currency=currency) }} |