Skip to content

Commit cb0b054

Browse files
committed
doc:web: mention -E flag, and cost hiding, and zero balances that aren't [#2140]
1 parent bac7171 commit cb0b054

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

hledger-web/hledger-web.m4.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,12 @@ Query options and arguments may be used to set an initial filter,
129129
which although not shown in the UI, will restrict the data shown,
130130
in addition to any search query entered in the UI.
131131

132+
Note that hledger-web shows accounts with zero balances by default, like `hledger-ui` (and unlike `hledger`).
133+
Using the `-E/--empty` flag at startup will hide them.
134+
135+
If you see accounts which appear to have a zero balance, but cannot be hidden with `-E`:
136+
these have a mixed-cost balance which looks like zero when costs are hidden.
137+
Currently hledger-web does not show costs at all.
132138

133139
## General help options
134140

0 commit comments

Comments
 (0)