gnucash master: Multiple changes pushed

Christopher Lam clam at code.gnucash.org
Sat Sep 21 23:44:34 EDT 2019


Updated	 via  https://github.com/Gnucash/gnucash/commit/8342a6df (commit)
	 via  https://github.com/Gnucash/gnucash/commit/1a6314e1 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/3a244681 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/67fa04ad (commit)
	 via  https://github.com/Gnucash/gnucash/commit/594822f0 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/cda11dbd (commit)
	 via  https://github.com/Gnucash/gnucash/commit/24393b6f (commit)
	from  https://github.com/Gnucash/gnucash/commit/78f44434 (commit)



commit 8342a6dfb73eb5892ccb04edd78a8ac0a036f766
Merge: 78f44434d 1a6314e10
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Sun Sep 22 11:39:25 2019 +0800

    Merge branch 'maint'

commit 1a6314e10867f9c42b617cee2ef3ed87e05a404b
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Sat Sep 21 20:39:16 2019 +0800

    [account-summary] tag col headers properly to fix formatting
    
    With this commit the col headers are now properly formatted. Change
    tests because the tag is now th instead of td therefore sxml (looking
    for td) can't find them anymore.

commit 3a24468155b51b718cc34ed036194357f7c838c0
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Sat Sep 21 13:23:30 2019 +0800

    [account-summary] cleanup
    
    * shorten identifier names
    * compact functions
    * use eq? as appropriate instead of equal? when comparing symbols
    * omit splitting up and recombining accounts
    * minimise use of set! and define vars in let* formals
    * instead of (if pred? (begin ...)) use (when pred? ...)
    * use efficient gnc:accounts-and-all-descendants

commit 67fa04adbda91f75bdea78cf5bd17246a1e2957b
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Sat Sep 21 12:56:22 2019 +0800

    [account-summary] *reindent/untabify/delete-trailing-whitespace*

commit 594822f04321e9f21201d50336aec0ed208fc157
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Sat Sep 21 11:53:23 2019 +0800

    [account-summary] merge in sx-summary.scm
    
    * remove sx-summary.scm and merge into account-summary.scm
    * modify test-account.scm

commit cda11dbd6f082c08a4cd6f6cc780d6511d9b8b1b
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Sat Sep 21 18:20:05 2019 +0800

    [test-account-summary] initial commit

commit 24393b6f5c31d55b939c9c3366b9f4848d484d54
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Sat Sep 21 14:51:59 2019 +0800

    [utilities] fix comment use official gnu mail archive



Summary of changes:
 gnucash/report/reports/CMakeLists.txt              |   3 +-
 .../report/reports/standard/account-summary.scm    | 567 ++++++++++-----------
 gnucash/report/reports/standard/sx-summary.scm     | 516 -------------------
 .../report/reports/standard/test/CMakeLists.txt    |   1 +
 .../reports/standard/test/test-account-summary.scm |  81 +++
 libgnucash/scm/utilities.scm                       |   2 +-
 po/POTFILES.in                                     |   1 -
 7 files changed, 342 insertions(+), 829 deletions(-)
 delete mode 100644 gnucash/report/reports/standard/sx-summary.scm
 create mode 100644 gnucash/report/reports/standard/test/test-account-summary.scm



More information about the gnucash-patches mailing list