diff options
author | David Whitmarsh <dwhitmarsh@gmail.com> | 2012-03-18 09:42:43 -0500 |
---|---|---|
committer | David Whitmarsh <dwhitmarsh@gmail.com> | 2012-03-18 09:42:43 -0500 |
commit | db204e090738f5275256fe830bc733d8fa487668 (patch) | |
tree | 76cf96d38f36e1b4bf767b07a165eefda16cc665 /doc/ledger3.texi | |
parent | 9342b71462c847e04b49c79d1d5aba01fae87035 (diff) | |
download | fork-ledger-db204e090738f5275256fe830bc733d8fa487668.tar.gz fork-ledger-db204e090738f5275256fe830bc733d8fa487668.tar.bz2 fork-ledger-db204e090738f5275256fe830bc733d8fa487668.zip |
Fix an example of fixed lot prices
Changed the results of the last example in 5.5.3 to match what really
happens
Diffstat (limited to 'doc/ledger3.texi')
-rw-r--r-- | doc/ledger3.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ledger3.texi b/doc/ledger3.texi index 2d7266ea..726dd22b 100644 --- a/doc/ledger3.texi +++ b/doc/ledger3.texi @@ -1701,10 +1701,10 @@ both exist, you ask? To support things like this: Assets:Checking @end smallexample -This transaction says that you bought 11 gallons priced at $2.29 per +This transaction says that you bought 11 gallons priced at $2.299 per gallon at a @strong{cost to you} of $2.30 per gallon. Ledger auto-generates a balance posting in this case to Equity:Capital Losses to reflect the -11 cent difference, which is then balanced by Assets:Checking because +1.1 cent difference, which is then balanced by Assets:Checking because its amount is null. @node Complete control over commodity pricing, , Fixing Lot Prices, Currency and Commodities |