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

hledger-web not handling a depth limit right #1763

Closed
simonmichael opened this issue Nov 21, 2021 · 1 comment
Closed

hledger-web not handling a depth limit right #1763

simonmichael opened this issue Nov 21, 2021 · 1 comment
Labels
A-BUG Something wrong, confusing or sub-standard in the software, docs, or user experience. web The hledger-web tool.

Comments

@simonmichael
Copy link
Owner

hledger-web -f examples/sample.journal -1 (or --depth 1, depth:1) shows no accounts in the sidebar, since at least 1.18. I expected to see either the same numbers as with hledger bal -1, or no effect, but not this. The manual suggests this should work. Perhaps a really old regression ?

@simonmichael simonmichael added A-BUG Something wrong, confusing or sub-standard in the software, docs, or user experience. web The hledger-web tool. labels Nov 21, 2021
@simonmichael
Copy link
Owner Author

simonmichael commented May 1, 2023

hledger-web now handles a command line depth limit better, more like hledger CLI:

  • it no longer affects the journal view (transactions are not excluded by a small depth limit)
  • it limits the depth of accounts in the sidebar
  • it limits the depth of account names in register transactions

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. web The hledger-web tool.
Projects
None yet
Development

No branches or pull requests

1 participant