fix some notes

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@8194 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Linas Vepstas 2003-04-05 19:30:12 +00:00
parent ace2107db9
commit c139fcf5ce

View File

@ -21,13 +21,11 @@
* @breif Utilities to Convert Stock Accounts to use Lots * @breif Utilities to Convert Stock Accounts to use Lots
* @author Created by Linas Vepstas March 2003 * @author Created by Linas Vepstas March 2003
* @author Copyright (c) 2003 Linas Vepstas <linas@linas.org> * @author Copyright (c) 2003 Linas Vepstas <linas@linas.org>
* XXX under construction, not done
* *
* Provides a set of functions and utilities for checking and * Provides a set of functions and utilities for checking and
* repairing ('scrubbing clean') stock and commodity accounts * repairing ('scrubbing clean') the usage of Lots and lot balances
* to use Lots & accounting schedules so that books can be closed. * in stock and commodity accounts. Broken lots are repaired using
* * a first-in, first-out (FIFO) accounting schedule.
*/ */
#include "config.h" #include "config.h"