mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
splits
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@308 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
@@ -278,8 +278,15 @@ immediately, independent of the major goals.
|
||||
many unix tools for manipulating ASCII. An ASCII equivalent of the
|
||||
current file format should be easy to develop ... just substitute
|
||||
the writes with printf's.
|
||||
<p>
|
||||
|
||||
|
||||
<dt><b>Splits</b>
|
||||
<dd>When performing a transfer, it is well-useful to allow the transfer
|
||||
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.
|
||||
<p>
|
||||
|
||||
</dl>
|
||||
</p>
|
||||
|
||||
Reference in New Issue
Block a user