summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorCraig Earls <enderw88@gmail.com>2013-02-13 15:53:16 -0700
committerCraig Earls <enderw88@gmail.com>2013-02-13 15:53:16 -0700
commitd31913871fc2ca3ba26e12bb302df2dd93cdd3da (patch)
tree7903c32bde15c60bd8bf2ee8444a5de71355ba64 /doc
parent15d838d1f86b41e303e392d78eaac970311594cb (diff)
downloadfork-ledger-d31913871fc2ca3ba26e12bb302df2dd93cdd3da.tar.gz
fork-ledger-d31913871fc2ca3ba26e12bb302df2dd93cdd3da.tar.bz2
fork-ledger-d31913871fc2ca3ba26e12bb302df2dd93cdd3da.zip
Added rudimentary target checking to reconcile.
Diffstat (limited to 'doc')
-rw-r--r--doc/ledger3.texi12
1 files changed, 11 insertions, 1 deletions
diff --git a/doc/ledger3.texi b/doc/ledger3.texi
index a8f1d4b1..55732ceb 100644
--- a/doc/ledger3.texi
+++ b/doc/ledger3.texi
@@ -2542,7 +2542,7 @@ all of the uncleared transactions. The reconcile buffer has several functions:
@table @code
@item SPACE
- toggles the cleared status of a transaction, and show cleared balance inthe minibuffer
+ toggles the cleared status of a transaction, and shows pending balance in the mini-buffer
@item RETURN
moves the cursor to that transaction in the ledger.
@item C-x C-s
@@ -2555,6 +2555,8 @@ all of the uncleared transactions. The reconcile buffer has several functions:
add entry
@item D
delete entry
+ @item t
+ change target reconciliation amount
@item g
reconcile new account
@item b
@@ -2570,6 +2572,14 @@ show all transaction meeting the regex, cleared or not. This behavior
can be disabled by setting @code{ledger-fold-on-reconcile} to nil in the
emacs customization menus.
+When you reconcile an account you nromally know the final balance you
+are aiming at. When you enter the reconciliation mode ledger will ask
+for a target balance. Enter the amount you are aiming for (the default
+commodity can be chaged in the customization window). Each time you
+toggle a posting to pending, ledger will calculate the new balance of
+the account and display the new balance and the difference to make the
+target.
+
@node Generating Reports, , Reconciling accounts, Using EMACS
@subsection Generating Reports