From a4d61f966cad9c9dbe0c623e40421be209f0c840 Mon Sep 17 00:00:00 2001 From: Linas Vepstas Date: Mon, 8 Dec 1997 01:04:30 +0000 Subject: [PATCH] more splits git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@309 57a11ea4-9604-0410-9ed3-97b8803252fd --- Docs/projects.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Docs/projects.html b/Docs/projects.html index b36a80c896..8c3ccca710 100644 --- a/Docs/projects.html +++ b/Docs/projects.html @@ -285,7 +285,9 @@ immediately, independent of the major goals. to be "split" between several accounts. To implement a split, the best direction might be to have each transaction be a pointer to a set of splits, with each split having it's own distinct - debited/credited account, memo field and currency value. + credited account, memo field and currency value. Suggestion is to + leave the debited account pointer in the main transaction, and have one + credited account pointer in each of the splits.