Hi,
we have an issue with formatting currency into proper formate. In our country the currency symbol should be behind the value not before (e.g. $2,000,32 => 2 000,32 Kč).
Also the decimal and thousand separators are different for both countries - I know that is fixed a little bit by user separator preferencies, but in my point of view the separators are more for the concrete currency not for the user (e.g. one sales person handles Czech region and British region as well and needs one quote with one currency and the second with other)
Is there some solution for this or do I need to override SugafieldCurrency::formatAmount and currency.js?
How to solve it for Doc Merge?
Thanks for any ideas