diff options
author | John Wiegley <johnw@newartisans.com> | 2008-03-27 23:49:38 +0000 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2008-04-13 05:11:14 -0400 |
commit | 513fbd8b151067585011e84d90904648688e5c6e (patch) | |
tree | e69b6b75151201a375942833251886b8c45d501c | |
parent | 96c0d67b96d8396b15aa05f07abd0beb72e54cf4 (diff) | |
download | fork-ledger-513fbd8b151067585011e84d90904648688e5c6e.tar.gz fork-ledger-513fbd8b151067585011e84d90904648688e5c6e.tar.bz2 fork-ledger-513fbd8b151067585011e84d90904648688e5c6e.zip |
Fixed issue #31.
-rw-r--r-- | ledger.texi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ledger.texi b/ledger.texi index 5f0f8a72..b8f73132 100644 --- a/ledger.texi +++ b/ledger.texi @@ -294,7 +294,7 @@ in the distribution), and that the contents of that file are: Equity:Opening Balances 2004/05/01 * Investment balance - Assets:Brokerage 50 AAPL @ $30.00 + Assets:Brokerage 50 AAPL @@ $30.00 Equity:Opening Balances 2004/05/14 * Pay day @@ -2386,8 +2386,8 @@ The format of each following transaction is: The @samp{ACCOUNT} may be surrounded by parentheses if it is a virtual transactions, or square brackets if it is a virtual transactions that must balance. The @samp{AMOUNT} can be followed by a per-unit -transaction cost, by specifying @samp{@ AMOUNT}, or a complete -transaction cost with @samp{@@ AMOUNT}. Lastly, the @samp{NOTE} may +transaction cost, by specifying @samp{@@ AMOUNT}, or a complete +transaction cost with @samp{@@@@ AMOUNT}. Lastly, the @samp{NOTE} may specify an actual and/or effective date for the transaction by using the syntax @samp{[ACTUAL_DATE]} or @samp{[=EFFECTIVE_DATE]} or @samp{[ACTUAL_DATE=EFFECtIVE_DATE]}. |