Currency Symbol

Hello im trying to show the currency symbol in the field after choosing the currency but it still doesnt show no matter what i do.
im currently working in a custom app and new doctype
what i did
. Configure the Link Field

  • Data Type: Link

  • Fieldname: currency (or any name you prefer)

  • Options: Currency

2. Configure the Currency Field

  • Data Type: Currency

  • Fieldname: amount (or any name you prefer)

  • Options: currency (This must match the exact fieldname of your Link field)

but its not showing the symbol
in Currency doctype i have it enabled and i checked show symbol

@hichemATSI I think it will work for the read only fields or when the field turns to read only mode in docstatus 1 or 2. So try to submit the doctype if it has submit option.

Hi @hichemATSI and welcome to the community

Not sure if this will help but I found this in the options property of grand total (currency) field of sales invoice: -

Enter the fieldname of the currency field or a cached value (e.g. Company:company:default_currency).

Hope it helps