mirror of
https://github.com/simonmichael/hledger.git
synced 2024-12-27 04:13:11 +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
|
||||
|
||||
hledger will parse and ignore ledger-style
|
||||
[fixed lot prices](http://ledger-cli.org/3.0/doc/ledger3.html#Fixing-lot-prices)
|
||||
(`{=PRICE}` following an amount).
|
||||
hledger's prices always work like ledger's fixed lot prices.
|
||||
ledger has another syntax for
|
||||
[fixed lot prices](http://ledger-cli.org/3.0/doc/ledger3.html#Fixing-lot-prices).
|
||||
(`{=PRICE}`). In ledger, this is equivalent to `@ PRICE`, except you
|
||||
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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user