r13266 - gnucash/trunk/src/report - Changed balance calculations in three reports from using local

Chris Shoemaker chris at cvs.gnucash.org
Tue Feb 14 20:52:16 EST 2006


Author: chris
Date: 2006-02-14 20:52:15 -0500 (Tue, 14 Feb 2006)
New Revision: 13266
Trac: http://svn.gnucash.org/trac/changeset/13266

Modified:
   gnucash/trunk/src/report/report-system/report-system.scm
   gnucash/trunk/src/report/report-system/report-utilities.scm
   gnucash/trunk/src/report/standard-reports/balance-sheet.scm
   gnucash/trunk/src/report/standard-reports/equity-statement.scm
   gnucash/trunk/src/report/standard-reports/income-statement.scm
Log:
   Changed balance calculations in three reports from using local
   copies of buggy accountlist-get-comm-balance-at-date to using a new
   gnc:accountlist-get-comm-balance-interval provided by
   report-utilities.scm.  For the affected calculations, the balances no 
   longer exclude transactions on the first day of the reporting period.  
   This fixes http://bugzilla.gnome.org/show_bug.cgi?id=331005.

   Changed calculations:
     Income Statement: Total Expenses, Total Revenues
     Balance Sheet: Retained Earnings (*)
     Equity Statement: Retained Earnings (*), Net Income

   (*) The Retained Earning calculations use a start-date of "forever-ago"
   so they are not affected, but still converted to the new function.




More information about the gnucash-patches mailing list