mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
add notes
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@737 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
d1d574e8d9
commit
5c7f13a60c
@ -308,6 +308,7 @@ xaccTransRebalance (Transaction * trans)
|
||||
xaccSplitRebalance (&(trans->source_split));
|
||||
}
|
||||
|
||||
/* hack alert -- the Rebalance algorithm is wrong. Needs fixing */
|
||||
void
|
||||
xaccSplitRebalance (Split *split)
|
||||
{
|
||||
|
@ -84,6 +84,7 @@ void xaccTransAppendSplit (Transaction *, Split *);
|
||||
void xaccTransRemoveSplit (Transaction *, Split *);
|
||||
|
||||
/*
|
||||
* HACK ALERT *** this algorithm is wrong. Needs fixing.
|
||||
* The xaccSplitRebalance() routine is an important routine for
|
||||
* maintaining and ensuring that double-entries balance properly.
|
||||
* This routine forces the sum-total of the values of all the
|
||||
|
Loading…
Reference in New Issue
Block a user