feat: balance supports option --no-elide#2662
Draft
thielema wants to merge 1 commit into
Draft
Conversation
thielema
force-pushed
the
balance-listmode-no-elide
branch
from
July 16, 2026 09:58
97ce77c to
1912c50
Compare
Contributor
Author
|
I do not yet see why the subaccounts are not summed up. |
Contributor
Author
|
It seems I must also conditionally enable |
thielema
force-pushed
the
balance-listmode-no-elide
branch
from
July 16, 2026 14:18
1912c50 to
3ca5d78
Compare
Contributor
Author
|
On Thu, 16 Jul 2026, thielema wrote:
[898989?s=20&v=4] thielema left a comment (simonmichael/hledger#2662)
It seems I must also conditionally enable bdincludingsubs in buildReportRows.balance.ALFlat.
I have included this change in the pull-request.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I have mapped
--no-elideto what I formerly implemented for the--include-parentoption.I now see the problem: The included parent accounts do not show the sum of the subaccounts.
This is what worked, when I added the
--full-pathoption to the Tree Mode.