From 7a9ca5f6a93a98316b1007d1d15555ff7bddfe24 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Sun, 23 Sep 2018 17:55:21 -1000 Subject: [PATCH] docs: journal: more account sorting updates [ci skip] --- hledger-lib/hledger_journal.m4.md | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/hledger-lib/hledger_journal.m4.md b/hledger-lib/hledger_journal.m4.md index 7548715fd..961fd1ce2 100644 --- a/hledger-lib/hledger_journal.m4.md +++ b/hledger-lib/hledger_journal.m4.md @@ -869,14 +869,13 @@ other Ie, declared accounts first, in declaration order, followed by undeclared accounts in alphabetic order. -Warning: work in progress. -This is supported by -the accounts command -and by tabular balance reports (`balancesheet`, `balance -Y`, etc). -It is not yet supported by -non-tabular balance reports, -budget reports, -or hledger-web's sidebar. +Notes: + +- sorting by account declaration order is not yet supported in +budget reports (balance --budget) +or hledger-web's sidebar. +It should work in all other reports organised by account (accounts/balance/bs/bse/cf/is). +- sorting is tree-aware (each group of siblings within the account tree is sorted independently). ### Rewriting accounts