-
Notifications
You must be signed in to change notification settings - Fork 8
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
Display balances in Accounts view #4
base: master
Are you sure you want to change the base?
Conversation
I still don't like this one much:
|
What I actually would like to get is an account view that could look somehow like this:
|
OK, for the moment what I did is allow to move from the account view to the balance view (with 'b'). |
I agree, no point for having both a view for seeing accounts without balances and one with balances. |
It's been a while, but I think the reason I did like that at the time was because I wanted to see even empty accounts. Is there a way in ledger to show empty accounts in the balance report? |
Yes: BTW I just tried your master branch, |
I didn't know about --empty. I will see if I can use it. |
This conflicts with the other PR (but fix is easy, see my own master branch).
As for multiple currency bug, I do use multiple currencies and it works fine for me (maybe it depends on ledger version?). If you have an example of a failing transaction I can try to do something about it.
I suppose forcing ledgers' output format would be less prone to incompatibility with future version too.