;doc: journal: account display order: clarify

This commit is contained in:
Simon Michael 2024-02-14 15:03:28 -10:00
parent d78a37eeda
commit a7cbef0f51

View File

@ -1826,7 +1826,7 @@ If there are undeclared accounts, those will be displayed last, in alphabetical
Sorting is done within each group of sibling accounts, at each level of the account tree.
Eg, a declaration like `account parent:child` influences `child`'s position among its siblings.
Note, it does not affect `parent`'s position; for that, you would need to also declare `account parent`.
Note, it does not affect `parent`'s position; for that, you need an `account parent` declaration.
Sibling accounts are always displayed together; hledger won't display `x:y` in between `a:b` and `a:c`.