-
Notifications
You must be signed in to change notification settings - Fork 2
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
Support for accounts with multiple currencies #1
Comments
Thanks, I was planning to make this more general indeed. Any idea how I could support multiple currencies / commodities? |
You asked for an example ledger, two transactions can demonstrate it:
The issue is when one account (Expenses:Gift) has transactions in multiple commodities. Depending on the query, particularly with the csv command (and custom formats), I have to limit my queries with -l "commodity=~/GBP/" edit: personally I'd be happy having everything converted to one currency, so maybe a setting to do so, but again if you're making it general others might not want that. |
+1 currently out of the box I cannot use ledger-dashboard at all, as the minute I start it it blows up with |
I'm working on a fix for this. |
Can you try the feature/multiple-currencies branch? |
I could only get it to work by enabling the limit_currency setting. Although the headings: Accounts, Expenses previous month, and Expenses this month all showed no information. Without the currency limit the error is as before. I'm not sure why the -X isn't working though.
|
|
-X? What are the command switches, I'll add them to the readme. |
I realize this may be a long shot, as probably you made this for yourself and have no need for it, but it would be great if this supported multiple currencies/commodities for the same account.
Or perhaps an option to convert everything just to one currency to view it.
The text was updated successfully, but these errors were encountered: