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] Multi-currency support #3351

Closed
1 of 2 tasks
djhtml opened this issue Sep 2, 2024 · 2 comments
Closed
1 of 2 tasks

[Feature] Multi-currency support #3351

djhtml opened this issue Sep 2, 2024 · 2 comments
Labels
duplicate This issue or pull request already exists feature This issue is a feature request

Comments

@djhtml
Copy link

djhtml commented Sep 2, 2024

Verified feature request does not already exist?

  • I have searched and found no existing issue

💻

  • Would you like to implement this feature?

Pitch: what problem are you trying to solve?

If you live outside of the US it's common that you have multiple accounts with multiple currencies. (Especially if you have Revolut, Wise, etc.) It's usual that you order something online in different currencies or travel. It'd be nice to have this feature in Actual.

I read that it was planned, here:
actualbudget/releases#112

Describe your ideal solution to this problem

Making a transfer between two accounts with different currency is not straightforward, since the amount won't match.
Eg.: debit: 11 USD, credit: 10 EUR.

Also, addig something to the budget in a foreign currency is not straightforward, what exchange rate do you use?

Option A:

  • daily exchange rates for each currency.
  • e.g.: 2024.08.15. 1 EUR = 1.12 USD
  • you buy something for 10 EUR in that day it will show up as 11.2 USD in the budget

Option B:

  • you use FIFO
  • you made a transfer/change between two accounts: 120 USD -> 100 EUR
  • all later spending in EUR (as long as the 100 EUR last) will be considered in 1.2 rate

Daily exchange rates could be manually added or fetched from a server.

Teaching and learning

No response

@djhtml djhtml added the feature This issue is a feature request label Sep 2, 2024
@github-actions github-actions bot added the needs votes Please upvote this feature request if you would like to see it implemented! label Sep 2, 2024
Copy link
Contributor

github-actions bot commented Sep 2, 2024

✨ Thanks for sharing your idea! ✨

This repository uses lodash style issue management for enhancements. That means enhancement issues are automatically closed. This doesn’t mean we don’t accept feature requests, though! We will consider implementing ones that receive many upvotes, and we welcome contributions for any feature requests marked as needing votes (just post a comment first so we can help you make a successful contribution).

The enhancement backlog can be found here: https://github.com/actualbudget/actual/issues?q=label%3A%22needs+votes%22+sort%3Areactions-%2B1-desc+

Don’t forget to upvote the top comment with 👍!

@github-actions github-actions bot closed this as completed Sep 2, 2024
@jfdoming
Copy link
Contributor

jfdoming commented Sep 3, 2024

Duplicate of #1132

@jfdoming jfdoming marked this as a duplicate of #1132 Sep 3, 2024
@jfdoming jfdoming added duplicate This issue or pull request already exists and removed needs votes Please upvote this feature request if you would like to see it implemented! labels Sep 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists feature This issue is a feature request
Projects
None yet
Development

No branches or pull requests

2 participants