doc: fix links to output format section
[ci skip]
This commit is contained in:
parent
18a0786691
commit
7c351547ba
@ -1895,7 +1895,8 @@ rendered on one line
|
||||
\f[C]%20(total)\ \ %2(depth_spacer)%\-(account)\f[] \- the default
|
||||
format for the single\-column balance report
|
||||
.PP
|
||||
This command also supports output destination and output formats.
|
||||
This command also supports output destination and output format
|
||||
selection.
|
||||
.SS Colour support
|
||||
.PP
|
||||
The balance command shows negative amounts in red, if:
|
||||
@ -2014,7 +2015,8 @@ Normally balancesheet shows historical ending balances, which is what
|
||||
you need for a balance sheet; note this means it ignores report begin
|
||||
dates.
|
||||
.PP
|
||||
This command also supports output destination and output formats.
|
||||
This command also supports output destination and output format
|
||||
selection.
|
||||
.SS balancesheetequity
|
||||
.PP
|
||||
Just like balancesheet, but also reports Equity (which it assumes is
|
||||
@ -2151,7 +2153,8 @@ Normally cashflow shows changes in assets per period, though as with
|
||||
multicolumn balance reports you can alter the report mode with
|
||||
\f[C]\-\-change\f[]/\f[C]\-\-cumulative\f[]/\f[C]\-\-historical\f[].
|
||||
.PP
|
||||
This command also supports output destination and output formats.
|
||||
This command also supports output destination and output format
|
||||
selection.
|
||||
.SS check\-dates
|
||||
.PP
|
||||
Check that transactions are sorted by increasing date.
|
||||
@ -2350,7 +2353,8 @@ Normally incomestatement shows revenues/expenses per period, though as
|
||||
with multicolumn balance reports you can alter the report mode with
|
||||
\f[C]\-\-change\f[]/\f[C]\-\-cumulative\f[]/\f[C]\-\-historical\f[].
|
||||
.PP
|
||||
This command also supports output destination and output formats.
|
||||
This command also supports output destination and output format
|
||||
selection.
|
||||
.SS prices
|
||||
.PP
|
||||
Print all market prices from the journal.
|
||||
@ -2463,7 +2467,8 @@ increasing dates, and that transactions on the same day do not get
|
||||
reordered.
|
||||
See also the import command.
|
||||
.PP
|
||||
This command also supports output destination and output formats.
|
||||
This command also supports output destination and output format
|
||||
selection.
|
||||
Here's an example of print's CSV output:
|
||||
.IP
|
||||
.nf
|
||||
@ -2675,7 +2680,8 @@ $\ hledger\ reg\ \-w\ $COLUMNS,40\ \ \ \ \ \ #\ use\ terminal\ width,\ and\ set\
|
||||
\f[]
|
||||
.fi
|
||||
.PP
|
||||
This command also supports output destination and output formats.
|
||||
This command also supports output destination and output format
|
||||
selection.
|
||||
.SS register\-match
|
||||
.PP
|
||||
Print the one posting whose transaction description is closest to DESC,
|
||||
@ -2714,7 +2720,8 @@ The stats command displays summary information for the whole journal, or
|
||||
a matched part of it.
|
||||
With a reporting interval, it shows a report for each report period.
|
||||
.PP
|
||||
This command also supports output destination and output formats.
|
||||
This command also supports output destination and output format
|
||||
selection.
|
||||
.SS tags
|
||||
.PP
|
||||
List all the tag names used in the journal.
|
||||
|
||||
@ -1474,7 +1474,8 @@ may be needed to get pleasing results.
|
||||
* '%20(total) %2(depth_spacer)%-(account)' - the default format for
|
||||
the single-column balance report
|
||||
|
||||
This command also supports output destination and output formats.
|
||||
This command also supports output destination and output format
|
||||
selection.
|
||||
|
||||
|
||||
File: hledger.info, Node: Colour support, Prev: Custom balance output, Up: balance
|
||||
@ -1570,7 +1571,8 @@ the report mode with '--change'/'--cumulative'/'--historical'. Normally
|
||||
balancesheet shows historical ending balances, which is what you need
|
||||
for a balance sheet; note this means it ignores report begin dates.
|
||||
|
||||
This command also supports output destination and output formats.
|
||||
This command also supports output destination and output format
|
||||
selection.
|
||||
|
||||
|
||||
File: hledger.info, Node: balancesheetequity, Next: cashflow, Prev: balancesheet, Up: COMMANDS
|
||||
@ -1682,7 +1684,8 @@ each report period. Normally cashflow shows changes in assets per
|
||||
period, though as with multicolumn balance reports you can alter the
|
||||
report mode with '--change'/'--cumulative'/'--historical'.
|
||||
|
||||
This command also supports output destination and output formats.
|
||||
This command also supports output destination and output format
|
||||
selection.
|
||||
|
||||
|
||||
File: hledger.info, Node: check-dates, Next: check-dupes, Prev: cashflow, Up: COMMANDS
|
||||
@ -1861,7 +1864,8 @@ each report period. Normally incomestatement shows revenues/expenses
|
||||
per period, though as with multicolumn balance reports you can alter the
|
||||
report mode with '--change'/'--cumulative'/'--historical'.
|
||||
|
||||
This command also supports output destination and output formats.
|
||||
This command also supports output destination and output format
|
||||
selection.
|
||||
|
||||
|
||||
File: hledger.info, Node: prices, Next: print, Prev: incomestatement, Up: COMMANDS
|
||||
@ -1958,8 +1962,8 @@ $ hledger -f bank1.csv print --new
|
||||
increasing dates, and that transactions on the same day do not get
|
||||
reordered. See also the import command.
|
||||
|
||||
This command also supports output destination and output formats.
|
||||
Here's an example of print's CSV output:
|
||||
This command also supports output destination and output format
|
||||
selection. Here's an example of print's CSV output:
|
||||
|
||||
$ hledger print -Ocsv
|
||||
"txnidx","date","date2","status","code","description","comment","account","amount","commodity","credit","debit","posting-status","posting-comment"
|
||||
@ -2129,7 +2133,8 @@ $ export COLUMNS=100; hledger reg # set till session end (or window resize)
|
||||
$ hledger reg -w 100,40 # set overall width 100, description width 40
|
||||
$ hledger reg -w $COLUMNS,40 # use terminal width, and set description width
|
||||
|
||||
This command also supports output destination and output formats.
|
||||
This command also supports output destination and output format
|
||||
selection.
|
||||
|
||||
|
||||
File: hledger.info, Node: register-match, Next: rewrite, Prev: register, Up: COMMANDS
|
||||
@ -2178,7 +2183,8 @@ Commodities : 1 ($)
|
||||
or a matched part of it. With a reporting interval, it shows a report
|
||||
for each report period.
|
||||
|
||||
This command also supports output destination and output formats.
|
||||
This command also supports output destination and output format
|
||||
selection.
|
||||
|
||||
|
||||
File: hledger.info, Node: tags, Next: test, Prev: stats, Up: COMMANDS
|
||||
@ -2450,75 +2456,75 @@ Node: Budgets44692
|
||||
Ref: #budgets44839
|
||||
Node: Custom balance output48670
|
||||
Ref: #custom-balance-output48832
|
||||
Node: Colour support50989
|
||||
Ref: #colour-support51121
|
||||
Node: balancesheet51294
|
||||
Ref: #balancesheet51430
|
||||
Node: balancesheetequity53732
|
||||
Ref: #balancesheetequity53881
|
||||
Node: cashflow54418
|
||||
Ref: #cashflow54546
|
||||
Node: check-dates56660
|
||||
Ref: #check-dates56787
|
||||
Node: check-dupes56904
|
||||
Ref: #check-dupes57028
|
||||
Node: close57165
|
||||
Ref: #close57272
|
||||
Node: help57602
|
||||
Ref: #help57702
|
||||
Node: import58776
|
||||
Ref: #import58890
|
||||
Node: incomestatement59620
|
||||
Ref: #incomestatement59754
|
||||
Node: prices62149
|
||||
Ref: #prices62264
|
||||
Node: print62307
|
||||
Ref: #print62417
|
||||
Node: print-unique67301
|
||||
Ref: #print-unique67427
|
||||
Node: register67495
|
||||
Ref: #register67622
|
||||
Node: Custom register output72123
|
||||
Ref: #custom-register-output72252
|
||||
Node: register-match73473
|
||||
Ref: #register-match73607
|
||||
Node: rewrite73790
|
||||
Ref: #rewrite73907
|
||||
Node: stats73976
|
||||
Ref: #stats74079
|
||||
Node: tags74940
|
||||
Ref: #tags75038
|
||||
Node: test75274
|
||||
Ref: #test75358
|
||||
Node: ADD-ON COMMANDS75726
|
||||
Ref: #add-on-commands75836
|
||||
Node: Official add-ons77123
|
||||
Ref: #official-add-ons77263
|
||||
Node: api77350
|
||||
Ref: #api77439
|
||||
Node: ui77491
|
||||
Ref: #ui77590
|
||||
Node: web77648
|
||||
Ref: #web77737
|
||||
Node: Third party add-ons77783
|
||||
Ref: #third-party-add-ons77958
|
||||
Node: diff78093
|
||||
Ref: #diff78190
|
||||
Node: iadd78289
|
||||
Ref: #iadd78403
|
||||
Node: interest78486
|
||||
Ref: #interest78607
|
||||
Node: irr78702
|
||||
Ref: #irr78800
|
||||
Node: Experimental add-ons78878
|
||||
Ref: #experimental-add-ons79030
|
||||
Node: autosync79321
|
||||
Ref: #autosync79433
|
||||
Node: budget79672
|
||||
Ref: #budget79794
|
||||
Node: chart79860
|
||||
Ref: #chart79977
|
||||
Node: check80048
|
||||
Ref: #check80150
|
||||
Node: Colour support50998
|
||||
Ref: #colour-support51130
|
||||
Node: balancesheet51303
|
||||
Ref: #balancesheet51439
|
||||
Node: balancesheetequity53750
|
||||
Ref: #balancesheetequity53899
|
||||
Node: cashflow54436
|
||||
Ref: #cashflow54564
|
||||
Node: check-dates56687
|
||||
Ref: #check-dates56814
|
||||
Node: check-dupes56931
|
||||
Ref: #check-dupes57055
|
||||
Node: close57192
|
||||
Ref: #close57299
|
||||
Node: help57629
|
||||
Ref: #help57729
|
||||
Node: import58803
|
||||
Ref: #import58917
|
||||
Node: incomestatement59647
|
||||
Ref: #incomestatement59781
|
||||
Node: prices62185
|
||||
Ref: #prices62300
|
||||
Node: print62343
|
||||
Ref: #print62453
|
||||
Node: print-unique67347
|
||||
Ref: #print-unique67473
|
||||
Node: register67541
|
||||
Ref: #register67668
|
||||
Node: Custom register output72169
|
||||
Ref: #custom-register-output72298
|
||||
Node: register-match73528
|
||||
Ref: #register-match73662
|
||||
Node: rewrite73845
|
||||
Ref: #rewrite73962
|
||||
Node: stats74031
|
||||
Ref: #stats74134
|
||||
Node: tags75004
|
||||
Ref: #tags75102
|
||||
Node: test75338
|
||||
Ref: #test75422
|
||||
Node: ADD-ON COMMANDS75790
|
||||
Ref: #add-on-commands75900
|
||||
Node: Official add-ons77187
|
||||
Ref: #official-add-ons77327
|
||||
Node: api77414
|
||||
Ref: #api77503
|
||||
Node: ui77555
|
||||
Ref: #ui77654
|
||||
Node: web77712
|
||||
Ref: #web77801
|
||||
Node: Third party add-ons77847
|
||||
Ref: #third-party-add-ons78022
|
||||
Node: diff78157
|
||||
Ref: #diff78254
|
||||
Node: iadd78353
|
||||
Ref: #iadd78467
|
||||
Node: interest78550
|
||||
Ref: #interest78671
|
||||
Node: irr78766
|
||||
Ref: #irr78864
|
||||
Node: Experimental add-ons78942
|
||||
Ref: #experimental-add-ons79094
|
||||
Node: autosync79385
|
||||
Ref: #autosync79497
|
||||
Node: budget79736
|
||||
Ref: #budget79858
|
||||
Node: chart79924
|
||||
Ref: #chart80041
|
||||
Node: check80112
|
||||
Ref: #check80214
|
||||
|
||||
End Tag Table
|
||||
|
||||
@ -1340,7 +1340,8 @@ COMMANDS
|
||||
o %20(total) %2(depth_spacer)%-(account) - the default format for the
|
||||
single-column balance report
|
||||
|
||||
This command also supports output destination and output formats.
|
||||
This command also supports output destination and output format selec-
|
||||
tion.
|
||||
|
||||
Colour support
|
||||
The balance command shows negative amounts in red, if:
|
||||
@ -1424,7 +1425,8 @@ COMMANDS
|
||||
ancesheet shows historical ending balances, which is what you need for
|
||||
a balance sheet; note this means it ignores report begin dates.
|
||||
|
||||
This command also supports output destination and output formats.
|
||||
This command also supports output destination and output format selec-
|
||||
tion.
|
||||
|
||||
balancesheetequity
|
||||
Just like balancesheet, but also reports Equity (which it assumes is
|
||||
@ -1523,7 +1525,8 @@ COMMANDS
|
||||
though as with multicolumn balance reports you can alter the report
|
||||
mode with --change/--cumulative/--historical.
|
||||
|
||||
This command also supports output destination and output formats.
|
||||
This command also supports output destination and output format selec-
|
||||
tion.
|
||||
|
||||
check-dates
|
||||
Check that transactions are sorted by increasing date. With a query,
|
||||
@ -1668,7 +1671,8 @@ COMMANDS
|
||||
period, though as with multicolumn balance reports you can alter the
|
||||
report mode with --change/--cumulative/--historical.
|
||||
|
||||
This command also supports output destination and output formats.
|
||||
This command also supports output destination and output format selec-
|
||||
tion.
|
||||
|
||||
prices
|
||||
Print all market prices from the journal.
|
||||
@ -1753,8 +1757,8 @@ COMMANDS
|
||||
increasing dates, and that transactions on the same day do not get
|
||||
reordered. See also the import command.
|
||||
|
||||
This command also supports output destination and output formats.
|
||||
Here's an example of print's CSV output:
|
||||
This command also supports output destination and output format selec-
|
||||
tion. Here's an example of print's CSV output:
|
||||
|
||||
$ hledger print -Ocsv
|
||||
"txnidx","date","date2","status","code","description","comment","account","amount","commodity","credit","debit","posting-status","posting-comment"
|
||||
@ -1907,7 +1911,8 @@ COMMANDS
|
||||
$ hledger reg -w 100,40 # set overall width 100, description width 40
|
||||
$ hledger reg -w $COLUMNS,40 # use terminal width, and set description width
|
||||
|
||||
This command also supports output destination and output formats.
|
||||
This command also supports output destination and output format selec-
|
||||
tion.
|
||||
|
||||
register-match
|
||||
Print the one posting whose transaction description is closest to DESC,
|
||||
@ -1940,7 +1945,8 @@ COMMANDS
|
||||
or a matched part of it. With a reporting interval, it shows a report
|
||||
for each report period.
|
||||
|
||||
This command also supports output destination and output formats.
|
||||
This command also supports output destination and output format selec-
|
||||
tion.
|
||||
|
||||
tags
|
||||
List all the tag names used in the journal. With a TAGREGEX argument,
|
||||
|
||||
@ -390,7 +390,7 @@ Some example formats:
|
||||
- `%,%-50(account) %25(total)` - account name padded to 50 characters, total padded to 20 characters, with multiple commodities rendered on one line
|
||||
- `%20(total) %2(depth_spacer)%-(account)` - the default format for the single-column balance report
|
||||
|
||||
This command also supports [output destination](/manual.html#output-destination) and [output formats](/manual.html#output-formats).
|
||||
This command also supports [output destination](/manual.html#output-destination) and [output format](/manual.html#output-format) selection.
|
||||
|
||||
### Colour support
|
||||
|
||||
|
||||
@ -250,7 +250,7 @@ Normally balancesheet shows historical ending balances, which is what
|
||||
you need for a balance sheet; note this means it ignores report begin
|
||||
dates.
|
||||
|
||||
This command also supports [output destination](/manual.html#output-destination) and [output formats](/manual.html#output-formats).
|
||||
This command also supports [output destination](/manual.html#output-destination) and [output format](/manual.html#output-format) selection.
|
||||
|
||||
## balancesheetequity
|
||||
Just like [balancesheet](#balancesheet), but also reports Equity
|
||||
@ -351,7 +351,7 @@ Normally cashflow shows changes in assets per period, though
|
||||
as with [multicolumn balance reports](#multicolumn-balance-reports)
|
||||
you can alter the report mode with `--change`/`--cumulative`/`--historical`.
|
||||
|
||||
This command also supports [output destination](/manual.html#output-destination) and [output formats](/manual.html#output-formats).
|
||||
This command also supports [output destination](/manual.html#output-destination) and [output format](/manual.html#output-format) selection.
|
||||
|
||||
## check-dates
|
||||
Check that transactions are sorted by increasing date.
|
||||
@ -503,7 +503,7 @@ Normally incomestatement shows revenues/expenses per period, though
|
||||
as with [multicolumn balance reports](#multicolumn-balance-reports)
|
||||
you can alter the report mode with `--change`/`--cumulative`/`--historical`.
|
||||
|
||||
This command also supports [output destination](/manual.html#output-destination) and [output formats](/manual.html#output-formats).
|
||||
This command also supports [output destination](/manual.html#output-destination) and [output format](/manual.html#output-format) selection.
|
||||
|
||||
## prices
|
||||
Print all [market prices](/manual#market-prices) from the journal.
|
||||
@ -585,7 +585,7 @@ This assumes that transactions added to FILE always have same or increasing date
|
||||
and that transactions on the same day do not get reordered.
|
||||
See also the [import](#import) command.
|
||||
|
||||
This command also supports [output destination](/manual.html#output-destination) and [output formats](/manual.html#output-formats).
|
||||
This command also supports [output destination](/manual.html#output-destination) and [output format](/manual.html#output-format) selection.
|
||||
Here's an example of print's CSV output:
|
||||
```shell
|
||||
$ hledger print -Ocsv
|
||||
@ -740,7 +740,7 @@ $ hledger reg -w 100,40 # set overall width 100, description width 40
|
||||
$ hledger reg -w $COLUMNS,40 # use terminal width, and set description width
|
||||
```
|
||||
|
||||
This command also supports [output destination](/manual.html#output-destination) and [output formats](/manual.html#output-formats).
|
||||
This command also supports [output destination](/manual.html#output-destination) and [output format](/manual.html#output-format) selection.
|
||||
|
||||
## register-match
|
||||
Print the one posting whose transaction description is closest to DESC,
|
||||
@ -774,7 +774,7 @@ The stats command displays summary information for the whole journal, or
|
||||
a matched part of it. With a [reporting interval](#reporting-interval),
|
||||
it shows a report for each report period.
|
||||
|
||||
This command also supports [output destination](/manual.html#output-destination) and [output formats](/manual.html#output-formats).
|
||||
This command also supports [output destination](/manual.html#output-destination) and [output format](/manual.html#output-format) selection.
|
||||
|
||||
## tags
|
||||
List all the tag names used in the journal. With a TAGREGEX argument,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user