I am again tinkering around with frappe 14-develop (no erpnext installed).
In my test app I use a currency field. However, the currency symbol is not displayed correctly. I have the country set to Germany in my setup, but the symbol that is shown is the following:
@doca I believe it id true. Frappe doesn’t have a Currency doctype, but ERPNext does. So checking the currency for the field will not do anything since ERPNext is not installed.
@doca After checking the Frappe source, I found out that Frappe do have Currency doctype. So is the problem with the currency field or displaying the currency value?
The currency symbol is displayed correctly in the form and print views on Frappe v14.0.2
However, in the report view, it is not being displayed correctly.
my fault: I hard-coded “EUR” in the options of the currency field.
However, it only works with the name of another field that is a link to the currency DocType in the options.