summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authormyq <myqlarson@gmail.com>2017-05-28 20:28:00 -0700
committerGitHub <noreply@github.com>2017-05-28 20:28:00 -0700
commit4cbcf2e87611de91e9f12d0c6a4600203ab38340 (patch)
treec21fa448ee89db4631105c500c1404f2c310b38b /doc
parentda35148b02220d92b610dc8f119a4e2835a96ac8 (diff)
downloadfork-ledger-4cbcf2e87611de91e9f12d0c6a4600203ab38340.tar.gz
fork-ledger-4cbcf2e87611de91e9f12d0c6a4600203ab38340.tar.bz2
fork-ledger-4cbcf2e87611de91e9f12d0c6a4600203ab38340.zip
Update: ledger3.texi: fix calculatiots
Unless I'm missing something, these don't balance @ $750
Diffstat (limited to 'doc')
-rw-r--r--doc/ledger3.texi8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/ledger3.texi b/doc/ledger3.texi
index 3d5bb6c8..d7decd2c 100644
--- a/doc/ledger3.texi
+++ b/doc/ledger3.texi
@@ -3531,11 +3531,11 @@ following two transactions are equivalent:
@smallexample
2012-04-10 My Broker
Assets:Brokerage 10 AAPL @@ $50.00
- Assets:Brokerage:Cash $750.00
+ Assets:Brokerage:Cash $-500.00
2012-04-10 My Broker
Assets:Brokerage 10 AAPL @{$50.00@}
- Assets:Brokerage:Cash $750.00
+ Assets:Brokerage:Cash $-500.00
@end smallexample
However, note that what you see in some reports may differ, for
@@ -3554,7 +3554,7 @@ at the time of a transaction. This is done using @samp{@{=AMOUNT@}}:
@smallexample
2012-04-10 My Broker
Assets:Brokerage 10 AAPL @{=$50.00@}
- Assets:Brokerage:Cash $750.00
+ Assets:Brokerage:Cash $-500.00
@end smallexample
These 10 AAPL will now always be reported as being worth $50, no
@@ -3570,7 +3570,7 @@ fixated prices by way of the cost:
@smallexample
2012-04-10 My Broker
Assets:Brokerage 10 AAPL @@ =$50.00
- Assets:Brokerage:Cash $750.00
+ Assets:Brokerage:Cash $-500.00
@end smallexample
This is the same as the previous transaction, with the same caveats