mirror of
https://github.com/simonmichael/hledger.git
synced 2024-12-29 05:11:33 +03:00
ec56c45c6b
[ci skip]
25 lines
248 B
Plaintext
25 lines
248 B
Plaintext
# accounts command
|
|
|
|
# basic accounts report
|
|
<
|
|
account a
|
|
|
|
2018/1/1 ; foo:
|
|
(a:aa) 1
|
|
|
|
$ hledger -f - accounts
|
|
a
|
|
a:aa
|
|
>=
|
|
|
|
# tree mode
|
|
$ hledger -f - accounts --tree
|
|
a
|
|
aa
|
|
>=
|
|
|
|
# filtering transactions by tag
|
|
$ hledger -f - accounts tag:foo
|
|
a:aa
|
|
>=
|