diff options
author | Craig Earls <enderw88@gmail.com> | 2012-03-18 09:04:09 -0700 |
---|---|---|
committer | Craig Earls <enderw88@gmail.com> | 2012-03-18 09:04:09 -0700 |
commit | 4cbe042894369b90b0b5847fee41e45f1ac25356 (patch) | |
tree | 2b2f37ecf031ecb8747819a1aafcdb0c24234769 /doc | |
parent | db1bca2ad8a0a2890603ae96a6b980334d512041 (diff) | |
parent | db204e090738f5275256fe830bc733d8fa487668 (diff) | |
download | fork-ledger-4cbe042894369b90b0b5847fee41e45f1ac25356.tar.gz fork-ledger-4cbe042894369b90b0b5847fee41e45f1ac25356.tar.bz2 fork-ledger-4cbe042894369b90b0b5847fee41e45f1ac25356.zip |
Merge pull request #60 from munkee/next
Fix an example of fixed lot prices
Diffstat (limited to 'doc')
-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 f78f0d62..8e7c8b50 100644 --- a/doc/ledger3.texi +++ b/doc/ledger3.texi @@ -1713,10 +1713,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 |