doc: update manuals

This commit is contained in:
Simon Michael 2018-07-15 08:39:50 +01:00
parent 92404bb847
commit 8a7db87427
4 changed files with 153 additions and 139 deletions

View File

@ -2426,7 +2426,12 @@ This command also supports output destination and output format
selection. selection.
.SS prices .SS prices
.PP .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 .SS print
.PP .PP
Show transactions from the journal. Show transactions from the journal.

View File

@ -1921,7 +1921,10 @@ File: hledger.info, Node: prices, Next: print, Prev: incomestatement, Up: CO
4.14 prices 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 File: hledger.info, Node: print, Next: print-unique, Prev: prices, Up: COMMANDS
@ -2520,51 +2523,51 @@ Node: incomestatement61310
Ref: #incomestatement61444 Ref: #incomestatement61444
Node: prices63848 Node: prices63848
Ref: #prices63963 Ref: #prices63963
Node: print64006 Node: print64235
Ref: #print64116 Ref: #print64345
Node: print-unique69010 Node: print-unique69239
Ref: #print-unique69136 Ref: #print-unique69365
Node: register69204 Node: register69433
Ref: #register69331 Ref: #register69560
Node: Custom register output73832 Node: Custom register output74061
Ref: #custom-register-output73961 Ref: #custom-register-output74190
Node: register-match75191 Node: register-match75420
Ref: #register-match75325 Ref: #register-match75554
Node: rewrite75508 Node: rewrite75737
Ref: #rewrite75625 Ref: #rewrite75854
Node: stats75694 Node: stats75923
Ref: #stats75797 Ref: #stats76026
Node: tags76667 Node: tags76896
Ref: #tags76765 Ref: #tags76994
Node: test77001 Node: test77230
Ref: #test77085 Ref: #test77314
Node: ADD-ON COMMANDS77453 Node: ADD-ON COMMANDS77682
Ref: #add-on-commands77563 Ref: #add-on-commands77792
Node: Official add-ons78850 Node: Official add-ons79079
Ref: #official-add-ons78990 Ref: #official-add-ons79219
Node: api79077 Node: api79306
Ref: #api79166 Ref: #api79395
Node: ui79218 Node: ui79447
Ref: #ui79317 Ref: #ui79546
Node: web79375 Node: web79604
Ref: #web79464 Ref: #web79693
Node: Third party add-ons79510 Node: Third party add-ons79739
Ref: #third-party-add-ons79685 Ref: #third-party-add-ons79914
Node: diff79820 Node: diff80049
Ref: #diff79917 Ref: #diff80146
Node: iadd80016 Node: iadd80245
Ref: #iadd80130 Ref: #iadd80359
Node: interest80213 Node: interest80442
Ref: #interest80334 Ref: #interest80563
Node: irr80429 Node: irr80658
Ref: #irr80527 Ref: #irr80756
Node: Experimental add-ons80605 Node: Experimental add-ons80834
Ref: #experimental-add-ons80757 Ref: #experimental-add-ons80986
Node: autosync81037 Node: autosync81266
Ref: #autosync81148 Ref: #autosync81377
Node: chart81387 Node: chart81616
Ref: #chart81506 Ref: #chart81735
Node: check81577 Node: check81806
Ref: #check81679 Ref: #check81908
 
End Tag Table End Tag Table

View File

@ -1727,7 +1727,10 @@ COMMANDS
tion. tion.
prices 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 print
Show transactions from the journal. Aliases: p, txns. Show transactions from the journal. Aliases: p, txns.

View File

@ -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. This command also supports [output destination](/manual.html#output-destination) and [output format](/manual.html#output-format) selection.
## prices ## 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 ## print
Show transactions from the journal. Aliases: p, txns. Show transactions from the journal. Aliases: p, txns.