Ivy-Apps / ivy-wallet

Ivy Wallet is an open-source money manager app for Android, no longer maintained. You can fork the code or download the final version from Google Play.
https://play.google.com/store/apps/details?id=com.ivy.wallet
GNU General Public License v3.0
2.8k stars 674 forks source link

[FEATURE] Support for Indian number system #2537

Closed sreevatsa-h closed 1 year ago

sreevatsa-h commented 1 year ago

Please confirm the following

What do you want to be added or improved?

Can support for Indian number system be added? This is different from the international system and looks like this:

https://www.cuemath.com/numbers/indian-numeral-system/

Why do you need it?

When selecting currency as INR the usual expectation (at least for me, as an Indian) is that the numerical system also shows up in Indian system, since this is the system used in all the banks and for most transactions in the country.

How do you imagine it?

If currency is selected as INR, change the numerical system to Indian (With commas and decimal points in the right place)

poorankharol commented 1 year ago

@ILIYANGERMANOV Do we have a centralized currency decimal function/code or do we have to do it manually everywhere?

ILIYANGERMANOV commented 1 year ago

@ILIYANGERMANOV Do we have a centralized currency decimal function/code or do we have to do it manually everywhere?

We have some legacy code in temp-legacy-code. Double.format() ext