Currency format
I noticed that my currency format is not suitable: BRL = R$ 1,000.00 = BRL1k. I would like to display the full number instead of the abbreviated one. In which file should I adjust this? Is there a .env for these settings?
4 Replies
how do i overwrite the file: packages/twenty-front/src/utils/format/formatAmount.ts ??
Hey @Park, if you want to have a custom instance of twenty you will need to make your own fork and build your own Twenty's image in local.
Or feel free to open an issue/feature about your need
About displaying a field
Attempted to reproduce -> what your facing is a bug, about to create an issue
Created an issue https://github.com/twentyhq/twenty/issues/11947
Fix being reviewed https://github.com/twentyhq/twenty/pull/11948
Hey @Park, fixed in version
currency
complete value I don't think we handle such a configuration natively, contrary to text
fieldv0.52.10
I'm trying in self-hosted (v0.52.11), and it still doesn't display the option to switch between short or full display of the monetary number.



Yes that seem to be an other regression, fixed the fact that couldn't change the currency type
We already have an issue for text field full display bug which should also fix this one
Should be handled during next week