ERPNext Currency Format
Currency Format in Standard Reply/Print Format:
Grand Total : {{ frappe.db.get_value("Currency", currency, "symbol") }} {{frappe.format_value(grand_total, {"fieldtype":"Currency"}) }}
Currency Format in Javascript:
format_currency(99,currency="INR")
Can you share me some resource to learn frappe UI?
ReplyDelete