doc: update manuals
This commit is contained in:
parent
92404bb847
commit
8a7db87427
@ -2426,7 +2426,12 @@ This command also supports output destination and output format
|
||||
selection.
|
||||
.SS prices
|
||||
.PP
|
||||
Print all market prices from the journal.
|
||||
Print market price directives from the journal.
|
||||
With \[en]costs, also print synthetic market prices based on transaction
|
||||
prices.
|
||||
With \[en]inverted\-costs, also print inverse prices based on
|
||||
transaction prices.
|
||||
Prices (and postings providing prices) can be filtered by a query.
|
||||
.SS print
|
||||
.PP
|
||||
Show transactions from the journal.
|
||||
|
||||
@ -1921,7 +1921,10 @@ File: hledger.info, Node: prices, Next: print, Prev: incomestatement, Up: CO
|
||||
4.14 prices
|
||||
===========
|
||||
|
||||
Print all market prices from the journal.
|
||||
Print market price directives from the journal. With -costs, also print
|
||||
synthetic market prices based on transaction prices. With
|
||||
-inverted-costs, also print inverse prices based on transaction prices.
|
||||
Prices (and postings providing prices) can be filtered by a query.
|
||||
|
||||
|
||||
File: hledger.info, Node: print, Next: print-unique, Prev: prices, Up: COMMANDS
|
||||
@ -2520,51 +2523,51 @@ Node: incomestatement61310
|
||||
Ref: #incomestatement61444
|
||||
Node: prices63848
|
||||
Ref: #prices63963
|
||||
Node: print64006
|
||||
Ref: #print64116
|
||||
Node: print-unique69010
|
||||
Ref: #print-unique69136
|
||||
Node: register69204
|
||||
Ref: #register69331
|
||||
Node: Custom register output73832
|
||||
Ref: #custom-register-output73961
|
||||
Node: register-match75191
|
||||
Ref: #register-match75325
|
||||
Node: rewrite75508
|
||||
Ref: #rewrite75625
|
||||
Node: stats75694
|
||||
Ref: #stats75797
|
||||
Node: tags76667
|
||||
Ref: #tags76765
|
||||
Node: test77001
|
||||
Ref: #test77085
|
||||
Node: ADD-ON COMMANDS77453
|
||||
Ref: #add-on-commands77563
|
||||
Node: Official add-ons78850
|
||||
Ref: #official-add-ons78990
|
||||
Node: api79077
|
||||
Ref: #api79166
|
||||
Node: ui79218
|
||||
Ref: #ui79317
|
||||
Node: web79375
|
||||
Ref: #web79464
|
||||
Node: Third party add-ons79510
|
||||
Ref: #third-party-add-ons79685
|
||||
Node: diff79820
|
||||
Ref: #diff79917
|
||||
Node: iadd80016
|
||||
Ref: #iadd80130
|
||||
Node: interest80213
|
||||
Ref: #interest80334
|
||||
Node: irr80429
|
||||
Ref: #irr80527
|
||||
Node: Experimental add-ons80605
|
||||
Ref: #experimental-add-ons80757
|
||||
Node: autosync81037
|
||||
Ref: #autosync81148
|
||||
Node: chart81387
|
||||
Ref: #chart81506
|
||||
Node: check81577
|
||||
Ref: #check81679
|
||||
Node: print64235
|
||||
Ref: #print64345
|
||||
Node: print-unique69239
|
||||
Ref: #print-unique69365
|
||||
Node: register69433
|
||||
Ref: #register69560
|
||||
Node: Custom register output74061
|
||||
Ref: #custom-register-output74190
|
||||
Node: register-match75420
|
||||
Ref: #register-match75554
|
||||
Node: rewrite75737
|
||||
Ref: #rewrite75854
|
||||
Node: stats75923
|
||||
Ref: #stats76026
|
||||
Node: tags76896
|
||||
Ref: #tags76994
|
||||
Node: test77230
|
||||
Ref: #test77314
|
||||
Node: ADD-ON COMMANDS77682
|
||||
Ref: #add-on-commands77792
|
||||
Node: Official add-ons79079
|
||||
Ref: #official-add-ons79219
|
||||
Node: api79306
|
||||
Ref: #api79395
|
||||
Node: ui79447
|
||||
Ref: #ui79546
|
||||
Node: web79604
|
||||
Ref: #web79693
|
||||
Node: Third party add-ons79739
|
||||
Ref: #third-party-add-ons79914
|
||||
Node: diff80049
|
||||
Ref: #diff80146
|
||||
Node: iadd80245
|
||||
Ref: #iadd80359
|
||||
Node: interest80442
|
||||
Ref: #interest80563
|
||||
Node: irr80658
|
||||
Ref: #irr80756
|
||||
Node: Experimental add-ons80834
|
||||
Ref: #experimental-add-ons80986
|
||||
Node: autosync81266
|
||||
Ref: #autosync81377
|
||||
Node: chart81616
|
||||
Ref: #chart81735
|
||||
Node: check81806
|
||||
Ref: #check81908
|
||||
|
||||
End Tag Table
|
||||
|
||||
@ -1727,7 +1727,10 @@ COMMANDS
|
||||
tion.
|
||||
|
||||
prices
|
||||
Print all market prices from the journal.
|
||||
Print market price directives from the journal. With -costs, also
|
||||
print synthetic market prices based on transaction prices. With
|
||||
-inverted-costs, also print inverse prices based on transaction prices.
|
||||
Prices (and postings providing prices) can be filtered by a query.
|
||||
|
||||
print
|
||||
Show transactions from the journal. Aliases: p, txns.
|
||||
|
||||
@ -506,7 +506,10 @@ you can alter the report mode with `--change`/`--cumulative`/`--historical`.
|
||||
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.
|
||||
Print [market price directives](/manual#market-prices) from the journal.
|
||||
With --costs, also print synthetic market prices based on [transaction prices](/manual#transaction-prices).
|
||||
With --inverted-costs, also print inverse prices based on transaction prices.
|
||||
Prices (and postings providing prices) can be filtered by a query.
|
||||
|
||||
## print
|
||||
Show transactions from the journal. Aliases: p, txns.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user