From c139fcf5ce83ce2e7050db4df694d465adecb4d9 Mon Sep 17 00:00:00 2001 From: Linas Vepstas Date: Sat, 5 Apr 2003 19:30:12 +0000 Subject: [PATCH] fix some notes git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@8194 57a11ea4-9604-0410-9ed3-97b8803252fd --- src/engine/Scrub2.c | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/src/engine/Scrub2.c b/src/engine/Scrub2.c index cb4bc3be50..a493366532 100644 --- a/src/engine/Scrub2.c +++ b/src/engine/Scrub2.c @@ -21,13 +21,11 @@ * @breif Utilities to Convert Stock Accounts to use Lots * @author Created by Linas Vepstas March 2003 * @author Copyright (c) 2003 Linas Vepstas - - * XXX under construction, not done * * Provides a set of functions and utilities for checking and - * repairing ('scrubbing clean') stock and commodity accounts - * to use Lots & accounting schedules so that books can be closed. - * + * repairing ('scrubbing clean') the usage of Lots and lot balances + * in stock and commodity accounts. Broken lots are repaired using + * a first-in, first-out (FIFO) accounting schedule. */ #include "config.h"