add some docs about scrubbing

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@1453 57a11ea4-9604-0410-9ed3-97b8803252fd
zzzoldfeatures/xacc-12-patch
Linas Vepstas 28 years ago
parent c5f24294d4
commit 4800694855

@ -32,5 +32,9 @@ The date cell handles the following accelrator keys:
't': today
</pre>
GnuCash can be compile to understand either Eurpean style dates or American Style
dates. Grep for UK_DATES in dates.h
</body>
</html>

@ -50,5 +50,16 @@
it will automatically be selected from the old account, and
inserted into the new account.
<h2>Scrubbing Clean</h2>
GnuCash can be configured to be strict about double entry,
or to be loose. In loose mode, you can create unbalanced transactions,
that is, transactions that don't pair up with a matching entry,
and thus don't balance to zero. To clean up these unbalanced transactions,
you can <b>scrub</b> the account clean by choosing "Scrub" from the
window menu. This will examine each transaction; if the transaction doesn't
balance, a split entry will be created and placed into an account
named "Unbalanced". You can then review these splits and move them
to thier proper accounts.
</body>
</html>

Loading…
Cancel
Save