From 466f31bc60782a727b1c4efb8fd4e011b36bb020 Mon Sep 17 00:00:00 2001
From: Linas Vepstas
Date: Tue, 16 May 2000 05:02:07 +0000
Subject: [PATCH] notes about single entry
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@2336 57a11ea4-9604-0410-9ed3-97b8803252fd
---
doc/html/C/projects.html | 16 ++++++++++++++--
1 file changed, 14 insertions(+), 2 deletions(-)
diff --git a/doc/html/C/projects.html b/doc/html/C/projects.html
index 3836affe55..ba2a39897f 100644
--- a/doc/html/C/projects.html
+++ b/doc/html/C/projects.html
@@ -809,8 +809,10 @@ we've been, and where we're going.
this will help the search engine (e.g.
htdig) better categorize
the help.
- Mifluz might
+ Mifluz might
be more embeddable ...
+ I am told that htdig-API is in good solid condition for this, but
+ undocumented.
@@ -1586,7 +1588,13 @@ next due date mm/dd/yy
that a transaction cannot be completed until two accounts
have been specified.
- Current status:
+ Restricted Double
+ Note that sometimes, the words 'single-entry' have a
+ an alternate meaning: they can mean 'a double entry account
+ which can only be credited, or debited, but not both'. We
+ need to implement this.
+
+
Current status:
- April 1998 -- The engine has a couple of flags in it
@@ -1597,7 +1605,11 @@ next due date mm/dd/yy
- Dec 1998 -- Scrubber functions implemented to crawl
through data, and find all unbalanced or orphaned
transactions.
+
+ - May 2000 -- Default will be changed to double-entry
+ always. It will not be possible to disable single-entry.
+