David Montenegro's Balance Sheet + Equity Statement patch (#144243).

Derek Atkins warlord at cvs.gnucash.org
Thu Jun 24 18:11:30 EDT 2004


Log Message:
-----------
David Montenegro's Balance Sheet + Equity Statement patch (#144243).

	* Makefile.am: be sure to rebuild make-gnucash-patch and
	  make-gnucash-potfiles when the Makefile changes (which means the
	  PERL paths might have changed).
	* src/scm/paths.scm: change the default config file to 1.9, so we
	  don't screw up users of 1.8.

	* src/report/report-system/html-acct-table.scm:
	  Added file implementing gnc:html-acct-table utility
	  object for easier creation of HTML reports.

        * src/report/standard-reports/balance-sheet.scm:
	  Updated to use the new gnc:html-acct-table object.
	  Added many new options, including report/account
	  form option.

        * src/report/standard-reports/equity-statement.scm:
	  Created Statement of Owner's Equity.
	  (Unsure if correct exchange-fn's are being used.)

        * src/report/report-system/commodity-utilities.scm:
	* src/report/report-system/html-table.scm:
	* src/report/report-system/html-utilities.scm:
	* src/report/report-system/report-system.scm:
	* src/report/report-system/report-utilities.scm:
	  miscellaneous small additions and/or fixes
	Fixes #144243.

Modified Files:
--------------
    gnucash:
        ChangeLog
        Makefile.am
        make-gnucash-patch.in
    gnucash/src/report/report-system:
        Makefile.am
        commodity-utilities.scm
        html-table.scm
        html-utilities.scm
        report-system.scm
        report-utilities.scm
    gnucash/src/report/report-system/doc:
        report-html.txt
    gnucash/src/report/standard-reports:
        Makefile.am
        balance-sheet.scm
        standard-reports.scm
    gnucash/src/scm:
        path.scm

Added Files:
-----------
    gnucash/src/report/report-system:
        html-acct-table.scm
    gnucash/src/report/standard-reports:
        equity-statement.scm


More information about the gnucash-patches mailing list