manual tweaks
This commit is contained in:
parent
4153155ed9
commit
0ede127132
@ -388,6 +388,7 @@ and
|
|||||||
|
|
||||||
Here's an example of print's CSV output:
|
Here's an example of print's CSV output:
|
||||||
```shell
|
```shell
|
||||||
|
$ hledger print -Ocsv
|
||||||
"txnidx","date","date2","status","code","description","comment","account","amount","commodity","credit","debit","posting-status","posting-comment"
|
"txnidx","date","date2","status","code","description","comment","account","amount","commodity","credit","debit","posting-status","posting-comment"
|
||||||
"1","2008/01/01","","","","income","","assets:bank:checking","1","$","","1","",""
|
"1","2008/01/01","","","","income","","assets:bank:checking","1","$","","1","",""
|
||||||
"1","2008/01/01","","","","income","","income:salary","-1","$","1","","",""
|
"1","2008/01/01","","","","income","","income:salary","-1","$","1","","",""
|
||||||
|
|||||||
@ -1,3 +1,7 @@
|
|||||||
|
m4_dnl Quick examples included early in the manual
|
||||||
|
m4_dnl TODO make these and all the command examples pasteable/doctestable ?
|
||||||
|
m4_dnl eg include -f FILE or $LEDGER_FILE details
|
||||||
|
|
||||||
# EXAMPLES
|
# EXAMPLES
|
||||||
|
|
||||||
Two simple transactions in hledger journal format:
|
Two simple transactions in hledger journal format:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user