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

[Feature Request] Use of multiple currencies #457

Open
Hanxyz13 opened this issue Mar 31, 2024 · 3 comments
Open

[Feature Request] Use of multiple currencies #457

Hanxyz13 opened this issue Mar 31, 2024 · 3 comments

Comments

@Hanxyz13
Copy link

Supports selection of multiple currencies,rather than only one currency.

@tahayparker
Copy link

alternatively, multiple accounts for different currencies

@Hanxyz13
Copy link
Author

Hanxyz13 commented Apr 17, 2024

alternatively, multiple accounts for different currencies

Ooh, this idea might be better.

@jaredkz
Copy link
Contributor

jaredkz commented Apr 19, 2024

I've been working on implementing this as I go along, however there are some challenges to this that make this task a little more complicated.

Mixed currency is difficult because the display of the totals are designed for one currency, so without major changes and workarounds, this isn't the top strategy.

  • add currency as a value to account, because mixed currencies would be difficult to manage.
  • Will have to modify create account for multiple currencies, defaulting to the user-set currency/language.
  • Balances throughout the app will have to be updated to fetch the correct symbol for the currency.
  • Make sure this all gets backed up and stored, as well as managing for older backups that don't have these fields by default, without breaking changes.

It's doable, just a bit of work to go into it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants