r23157 - gnucash/trunk/src/report/report-system - Bug 603183 - Equity statement shows incorrect changes

Geert Janssens gjanssens at code.gnucash.org
Tue Sep 3 10:02:23 EDT 2013


Author: gjanssens
Date: 2013-09-03 10:02:21 -0400 (Tue, 03 Sep 2013)
New Revision: 23157
Trac: http://svn.gnucash.org/trac/changeset/23157

Modified:
   gnucash/trunk/src/report/report-system/report-system.scm
Log:
Bug 603183 - Equity statement shows incorrect changes

To be run after the patch for report-utilities.scm

Export the new function gnc:account-get-total-flow from report-utilities.scm.

Author:    Carsten Rinke <carsten.rinke at gmx.de>

Modified: gnucash/trunk/src/report/report-system/report-system.scm
===================================================================
--- gnucash/trunk/src/report/report-system/report-system.scm	2013-09-03 14:02:02 UTC (rev 23156)
+++ gnucash/trunk/src/report/report-system/report-system.scm	2013-09-03 14:02:21 UTC (rev 23157)
@@ -683,6 +683,7 @@
 (export gnc-commodity-collector-allzero?)
 (export gnc:account-get-trans-type-balance-interval)
 (export gnc:account-get-trans-type-balance-interval-with-closing)
+(export gnc:account-get-total-flow)
 (export gnc:account-get-pos-trans-total-interval)
 (export gnc:account-get-trans-type-splits-interval)
 (export gnc:double-col)



More information about the gnucash-changes mailing list