mirror of
https://github.com/simonmichael/hledger.git
synced 2024-12-28 12:54:07 +03:00
docs: clarify support for {=PRICE] syntax
This commit is contained in:
parent
ce651bd614
commit
947237027e
11
MANUAL.md
11
MANUAL.md
@ -312,10 +312,13 @@ examples we get:
|
|||||||
|
|
||||||
##### Fixed Lot Prices
|
##### Fixed Lot Prices
|
||||||
|
|
||||||
hledger will parse and ignore ledger-style
|
ledger has another syntax for
|
||||||
[fixed lot prices](http://ledger-cli.org/3.0/doc/ledger3.html#Fixing-lot-prices)
|
[fixed lot prices](http://ledger-cli.org/3.0/doc/ledger3.html#Fixing-lot-prices).
|
||||||
(`{=PRICE}` following an amount).
|
(`{=PRICE}`). In ledger, this is equivalent to `@ PRICE`, except you
|
||||||
hledger's prices always work like ledger's fixed lot prices.
|
can provide both and then ledger generates an automatic Capital Losses
|
||||||
|
posting covering the difference.
|
||||||
|
|
||||||
|
hledger will parse this syntax, but ignore it.
|
||||||
|
|
||||||
##### Historical prices
|
##### Historical prices
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user