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

Balancesheet displays only last account name #565

Closed
markokocic opened this issue Jun 5, 2017 · 1 comment
Closed

Balancesheet displays only last account name #565

markokocic opened this issue Jun 5, 2017 · 1 comment
Labels
A-BUG Something wrong, confusing or sub-standard in the software, docs, or user experience. balancesheet

Comments

@markokocic
Copy link
Collaborator

markokocic commented Jun 5, 2017

Balancesheet commands now displays only last part of the account name, making it confusing.

marko@comp:~/src/ledgers$ cat test.journal

01/01 Test1
        assets:bank1:giro  50
        equity:start

01/01 Test2
        assets:bank2:giro  150
        equity:start

marko@comp:~/src/ledgers$ hledger bs -f test.journal
Balance Sheet

Assets:
                  50  giro
                 150  giro
--------------------
                 200

Liabilities:
--------------------
                   0

Total:
--------------------
                 200

Balance command works as expected.

marko@comp:~/src/ledgers$ hledger bal -f test.journal
                 200  assets
                  50    bank1:giro
                 150    bank2:giro
                -200  equity:start
--------------------
                   0
marko@comp:~/src/ledgers$
@simonmichael simonmichael added A-BUG Something wrong, confusing or sub-standard in the software, docs, or user experience. balancesheet labels Jun 5, 2017
@simonmichael
Copy link
Owner

Thanks for the report. We need a functional test for the above, and a better fix for #552.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-BUG Something wrong, confusing or sub-standard in the software, docs, or user experience. balancesheet
Projects
None yet
Development

No branches or pull requests

2 participants