Closed BOHEUS closed 1 month ago
Currently we are using around 20 currency and based on currency picker library and npm modules, we need to add around 10-15 more currency to support most used currency around the world which would bring the total count to be around 35
Even if we all those 10-15 currencies, there are still more missing currencies according to ISO 4217 (https://en.wikipedia.org/wiki/ISO_4217#Active_codes_(list_one)), author of linked issue wanted to add a currency which isn't one of the most popular, so either:
@Bonapara what do you think, should all currencies be hardcoded or Twenty should allow adding them? If former, then I can implement this
From fast check, it seems like there are missing icons for some currencies in icons-react package like Malagasy ariary or Ghanaian cedi, what should be done then? https://en.wikipedia.org/wiki/Currency_symbol
I think we can automate this. We use Tabler-icons for icons. Do you think we can fetch the available ones from Tabler-icons and display Coins
when the currency is not available?
Sure, that won't be a problem
Based on #7033 and other issues/PRs adding more currencies, instead of adding them one by one, it's better to add them all at once. This way, there won't be complaints about missing someone's currency or missing ability to add them by themselves in UI.