mirror of
https://github.com/simonmichael/hledger.git
synced 2025-01-07 19:28:26 +03:00
;doc: Update hledger.m4.md
Updated section on pivoting. Used synonyms for "member" in cases where there could be confusion with the tag named "member."
This commit is contained in:
parent
177b6057ba
commit
4d8337513b
@ -4721,15 +4721,15 @@ Values containing `colon:separated:parts` will form a hierarchy, as account name
|
||||
Some examples:
|
||||
|
||||
```journal
|
||||
2016/02/16 Member Fee Payment
|
||||
assets:bank account 2 EUR
|
||||
income:member fees -2 EUR ; member: John Doe
|
||||
2016/02/16 Yearly Dues Payment
|
||||
assets:bank account 2 EUR
|
||||
income:dues -2 EUR ; member: John Doe
|
||||
```
|
||||
Normal balance report showing account names:
|
||||
```shell
|
||||
$ hledger balance
|
||||
2 EUR assets:bank account
|
||||
-2 EUR income:member fees
|
||||
-2 EUR income:dues
|
||||
--------------------
|
||||
0
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user