gnucash maint: Multiple changes pushed

Christopher Lam clam at code.gnucash.org
Mon Sep 30 04:54:55 EDT 2019


Updated	 via  https://github.com/Gnucash/gnucash/commit/2684e51d (commit)
	 via  https://github.com/Gnucash/gnucash/commit/72dc9bd3 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/545454e3 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/18c79a8a (commit)
	 via  https://github.com/Gnucash/gnucash/commit/b481e2ea (commit)
	 via  https://github.com/Gnucash/gnucash/commit/e579f6af (commit)
	 via  https://github.com/Gnucash/gnucash/commit/c21d173c (commit)
	 via  https://github.com/Gnucash/gnucash/commit/99b5d79a (commit)
	 via  https://github.com/Gnucash/gnucash/commit/fd6b102f (commit)
	 via  https://github.com/Gnucash/gnucash/commit/1da86a5f (commit)
	 via  https://github.com/Gnucash/gnucash/commit/187d3833 (commit)
	from  https://github.com/Gnucash/gnucash/commit/82e9b14d (commit)



commit 2684e51dbf12d3cf3a9aa4d3c7c9f22f5278e9d2
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Mon Sep 30 16:34:28 2019 +0800

    [reports][API] gnc:make-html-table-cell/min-width
    
    A better version of 5aa59e0ce - new API call to create a table-cell
    with min-width style attribute. Can be used by balsheet-pnl as
    well.

commit 72dc9bd301a762ccf22c67296842dd868c2b37ad
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Mon Sep 30 15:22:23 2019 +0800

    [budget-income-statement] remove dead code
    
    indent & tabbing are constants, refactor them out

commit 545454e347687a4de5931557766f5596140a76f6
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Mon Sep 30 15:21:32 2019 +0800

    [income-statement] remove dead code
    
    indent and tabbing are constant, refactor them out

commit 18c79a8a6a777aef531e5a277af205462a23d683
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Mon Sep 30 15:21:14 2019 +0800

    [trial-balance] remove dead code

commit b481e2ea7b0e27e6b14b712dca9381e6b34e5305
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Mon Sep 30 15:20:55 2019 +0800

    [budget-balance-sheet] remove dead code
    
    indent and tabbing are constant, refactor them out

commit e579f6af56813e9ea71efa80197f382ab986dad6
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Mon Sep 30 15:19:30 2019 +0800

    [balance-sheet] remove dead code

commit c21d173c0679ee45c3b48bf711c275581a4b2f89
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Mon Sep 30 15:21:50 2019 +0800

    [equity-statement] remove dead code
    
    * 'balance' in add-report-line was defined but never used
    * capital/drawing accounts are not defined. remove.

commit 99b5d79a448626ec3cc26842016fbce3ce97398a
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Mon Sep 30 15:30:20 2019 +0800

    [equity-statement] compact and rename to add-report-line

commit fd6b102f8e3c719ef675e08559aa3ebb23c122d6
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Mon Sep 30 13:46:06 2019 +0800

    [equity-statement] compact functions

commit 1da86a5fe4266699f79e1ab60d27e5b342beb3a7
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Mon Sep 30 13:50:12 2019 +0800

    [equity-statement] define vars in formals instead of set!

commit 187d383385b68030de13713f9ac6c5543929e1a5
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Sun Sep 29 23:29:31 2019 +0800

    [test-equity-statement] initial commit



Summary of changes:
 gnucash/report/report-system/html-table.scm        |   6 +
 gnucash/report/report-system/report-system.scm     |   1 +
 gnucash/report/standard-reports/balance-sheet.scm  |  18 +-
 gnucash/report/standard-reports/balsheet-pnl.scm   |   6 +-
 .../standard-reports/budget-balance-sheet.scm      |  52 +-
 .../standard-reports/budget-income-statement.scm   |  68 +--
 .../report/standard-reports/equity-statement.scm   | 530 ++++++++-------------
 .../report/standard-reports/income-statement.scm   |  45 +-
 .../report/standard-reports/test/CMakeLists.txt    |   1 +
 .../test/test-equity-statement.scm                 | 120 +++++
 gnucash/report/standard-reports/trial-balance.scm  |  13 +-
 11 files changed, 373 insertions(+), 487 deletions(-)
 create mode 100644 gnucash/report/standard-reports/test/test-equity-statement.scm



More information about the gnucash-patches mailing list