mifos-mobile
mifos-mobile copied to clipboard
some currencies are not visible in the accounts section
Summary:
- some currencies are not visible in the accounts section namely in the saving and loan section
Steps to reproduce:
- open the accounts section in the home screen
Expected behaviour:
- currency should have been visible for all of the transacitons
Observed behaviour:
Device and Android version:
Device: Pixel 7 Android : 14
Hey @PratyushSingh07 i want to work on this, Please assign me this.
yes you can work on it @sebesti0n . Before working on it please make sure if this issue is backend related or the error is due to a bug in the front end
hey @PratyushSingh07 i think this issue is backend related
savingAccount
SavingAccount
for loanAccount displaySymbol property is not set in loanaccountListAdapter
@vyom198 , are you working on this?
@vyom198 , are you working on this?
no , you can work on this but i think it is backend related
@sebesti0n , are you working on this?
hi @PratyushSingh07, I will be working on this. Appreciate it if you can assign this to me
Re assigned due to inactivity
The list of currencies is taken from a database table, whose implementation differs from tenant to tenant. The default currency list and properties can be found here
It seems that MySQL does not support some of these currency symbols (source), causing displaySymbol to be null for some currencies.
We should instead implement a fallback for these cases