From f1ce5126770f871e1edab2a234b9e3bc7aa6af86 Mon Sep 17 00:00:00 2001 From: Linas Vepstas Date: Sun, 10 Aug 2003 00:51:46 +0000 Subject: [PATCH] update status git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@9022 57a11ea4-9604-0410-9ed3-97b8803252fd --- src/doc/books.txt | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/src/doc/books.txt b/src/doc/books.txt index a4c30a0cc2..63d3032f9e 100644 --- a/src/doc/books.txt +++ b/src/doc/books.txt @@ -263,8 +263,10 @@ Open Issues / ToDo ------------------ *) Naming convention for the different books? When the XML file backend is used, different books need to be stored as different files (in order - to avoid the performance penalty of a large file load). This hasn't - been implemented yet ... + to avoid the performance penalty of a large file load). + +*) When saving books, make the book title part of the book name (user + convenience). *) Special considerations for scheduled transactions/recurring transactions? @@ -272,12 +274,12 @@ Open Issues / ToDo of making this happen.... *) Lots are now implemented in the engine, but not yet used in this code. + -- ok, we now leave open lots in the new book. + -- we still need to move closed lots to closed book. *) Need to mark closed book as unalterable, and respect that markup. *) Need to trimming of price database -*) Make sure really works - =========================== end of file ========================