mirror of
https://github.com/simonmichael/hledger.git
synced 2024-12-29 13:22:27 +03:00
20 lines
195 B
Plaintext
20 lines
195 B
Plaintext
|
# payees command
|
||
|
|
||
|
# basic payees report
|
||
|
<
|
||
|
2018/1/1 foo ; foo:
|
||
|
a
|
||
|
|
||
|
2018/1/1 bar | baz
|
||
|
a
|
||
|
|
||
|
$ hledger -f - payees
|
||
|
bar
|
||
|
foo
|
||
|
>=
|
||
|
|
||
|
# filtering transactions by tag
|
||
|
$ hledger -f - payees tag:foo
|
||
|
foo
|
||
|
>=
|