Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] No currency conversion in "Technical details" page #535

Open
dluvian opened this issue Mar 20, 2024 · 2 comments
Open

[Bug] No currency conversion in "Technical details" page #535

dluvian opened this issue Mar 20, 2024 · 2 comments
Labels
UI-android User Interface issue in the Android app

Comments

@dluvian
Copy link
Contributor

dluvian commented Mar 20, 2024

In the "Technical details" page the (now) fiat values are calculated correctly but the (then) values are not. The number always stays the same even after changing the fiat currency in the display settings.

Example:

  • I receive 1 EUR
  • Checking the technical details I see Amount received ≈ 1 EUR (then), which is correct
  • I change the fiat currency to PHP (1EUR ≈ 60PHP)
  • Checking the technical details again I see Amount received ≈ 1 PHP (then) which is incorrect. It should be Amount received ≈ 60 PHP. The (now) value is correctly shown as 60 PHP though
@robbiehanson robbiehanson added the UI-android User Interface issue in the Android app label May 16, 2024
@robbiehanson
Copy link
Contributor

Note that, when this is fixed, it will display "1 EUR (then)".

This is because we only store a single original amount (in this case EUR). We support 150+ fiat currencies, so we don't store the original amount in every single currency for every single payment.

This could possibly be improved. If you regularly switch your fiat currency in Phoenix, please let us know your use case. We're always interested in learning how the app is used (especially in ways we didn't anticipate).

@dluvian
Copy link
Contributor Author

dluvian commented May 17, 2024

I switch the currency based on where I currently live.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
UI-android User Interface issue in the Android app
Projects
None yet
Development

No branches or pull requests

2 participants