gnucash master: Multiple changes pushed

Geert Janssens gjanssens at code.gnucash.org
Wed Jun 19 03:08:59 EDT 2019


Updated	 via  https://github.com/Gnucash/gnucash/commit/8fd4be3b (commit)
	 via  https://github.com/Gnucash/gnucash/commit/8ed15089 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/8f6a7690 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/2ea23979 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/0ec394f1 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/c3cf5e28 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/a44a1a4c (commit)
	 via  https://github.com/Gnucash/gnucash/commit/d16b1380 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/a1ad9da0 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/3b187a12 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/a33302f1 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/410ae957 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/2c04ae31 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/f6bfdabd (commit)
	 via  https://github.com/Gnucash/gnucash/commit/241f1f92 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/497e18c3 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/ca759fb4 (commit)
	from  https://github.com/Gnucash/gnucash/commit/ccd9ca8a (commit)



commit 8fd4be3bb180b0a376002f07ec32ada1a9931581
Merge: ccd9ca8a8 8ed150896
Author: Geert Janssens <geert at kobaltwit.be>
Date:   Wed Jun 19 08:38:00 2019 +0200

    Merge branch 'maint'

commit 8ed150896dba4d9f8f591d9a109b7c51f3448f35
Merge: 2ea23979c 8f6a7690f
Author: John Ralls <jralls at ceridwen.us>
Date:   Tue Jun 18 19:49:51 2019 -0700

    Merge Milotype's 'hr-readme' into maint.

commit 8f6a7690fd199ae5780eca20728772e27ae79853
Author: milotype <43657314+milotype at users.noreply.github.com>
Date:   Wed Jun 19 01:18:47 2019 +0200

    Update README-hr.win32-bin.txt
    
    Minor corrections, https, BOM

commit 2ea23979c8bb9f8b98bc837ec7f8b0398a99974d
Author: milotype <43657314+milotype at users.noreply.github.com>
Date:   Mon Jun 17 15:08:20 2019 +0200

    Update hr.po

commit 0ec394f19111c1b81b9b7ac95d7b2dd57ebff4e5
Author: milotype <43657314+milotype at users.noreply.github.com>
Date:   Mon Jun 17 15:00:52 2019 +0200

    Update README-hr.win32-bin.txt
    
    Minor corrections

commit c3cf5e28089c06ca9b946cdc001d47a2c58887a9
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Tue Jun 18 22:23:01 2019 +0800

    Deprecate unused code related to gnc:colspans-are-working-right
    
    colspans code has never been fixed. remove unused code.

commit a44a1a4c2339011a5e686ec74bf1b3738748d31d
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Tue Jun 18 08:03:28 2019 +0800

    Deprecate unused function gnc:second-html-build-acct-table
    
    and ensure gnc:html-build-acct-table is redefined to the former
    gnc:first-html-build-acct-table, and gnc:first-html-build-acct-table
    redirects to gnc:html-build-acct-table.
    
    It would seem gnc:second-html-build-acct-table has never been used.

commit d16b1380c592f7e56fb9315bba91e9e133dee5a3
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Tue Jun 18 22:19:40 2019 +0800

    [html-acct-table] Further deprecate unused functions

commit a1ad9da03ff5062d79f789e8be42326aa466adba
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Mon Jun 17 22:14:17 2019 +0800

    Bug 797277 - Assets over time ignores nested liabilities
    
    This is caused by the omission of selected accounts' descendant
    accounts during generation of accounts-balances-alist.
    
    The subsequent function account->balance-list was querying the
    accounts-balances-alist for subaccounts' (of any account-type)
    balances but these were missing.
    
    This commit ensures all selected accounts (whose types depended on the
    chart-type), and all their descendant accounts (of any account-type)
    were scanned to generate the account-balances-list.

commit 3b187a1282da0783bc3e4888ed4143cd1d5886e9
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Tue Jun 18 22:54:12 2019 +0800

    [html-utilities] tighten code
    
    using list-ref and length repeatedly is usually less efficient than
    testing against null?

commit a33302f1e6897cd69316e2926273df4377647476
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Sat Jun 15 08:49:35 2019 +0800

    [trep-engine] addendum forgot to close file-port in 497e18c36
    
    we can use call-with-input-file which automatically closes file port
    when lambda is completed.

commit 410ae95759411ac5e3f833c327a48d03981dde19
Author: milotype <43657314+milotype at users.noreply.github.com>
Date:   Sat Jun 15 22:27:30 2019 +0200

    Update hr.po
    
    Some translation corrections and file clean-up.

commit 2c04ae310b6612e59dc2ca9dfec0002bda4c4a9f
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Thu May 9 21:05:51 2019 +0800

    [trep-engine] allow #:custom-source-accounts kwarg
    
    specifying #:custom-source-accounts will override the (opt-val
    "Accounts" "Accounts") option to specify source accounts
    
    This is useful for custom-reports which may need multiple source
    accounts. eg. VAT/GST report (still in development).

commit f6bfdabd3ed5d0d75f27e1e07f6c33bbf6f6eb50
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Thu May 9 21:03:58 2019 +0800

    [trep-engine] allow #f for friendly-fn
    
    During defition of custom-calculated-cells, we should allow #f as
    friendly-fn which will disable it.

commit 241f1f927439b05dc3e9d4a350e7d7e8ef545063
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Thu Jun 13 21:09:31 2019 +0800

    [test-transaction] add csv test
    
    runs report with csv output
    test csv output matches expectation

commit 497e18c36ed59873f175ab6d67e1a2f28f26894d
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Fri May 3 13:19:08 2019 +0800

    [trep-engine] allow csv export of grand-totals
    
    This commit enables CSV export of split monetary columns and
    grand-totals.
    
    Sample CSV output:
    "from","2018-01-01"
    "to","2018-03-31"
    "Debit",4270.88
    "Credit",8314.44
    
    * Note dates are iso-format strings.
    
    * If a grand-total has multiple currencies, all will be listed
      e.g. grand-total 100GBP + 50USD will show as: "Amount",100.0,50.0
    
    * Dual subtotals (debit/credit) will not be exportable as CSVs because
      they are not merged

commit ca759fb49237e16a039a4f1ce1cac9e0f67f4f65
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Wed Jun 12 22:22:53 2019 +0800

    [taxtxf] fix copy-n-paste error
    
    101f84025551 had copy&paste error, fix function names



Summary of changes:
 doc/README-hr.win32-bin.txt                        |   26 +-
 gnucash/report/html-acct-table.scm                 |   32 +-
 gnucash/report/html-utilities.scm                  |   52 +-
 gnucash/report/reports/standard/balance-sheet.scm  |    2 -
 .../reports/standard/budget-balance-sheet.scm      |    2 -
 .../report/reports/standard/category-barchart.scm  |    5 +-
 .../report/reports/standard/equity-statement.scm   |    2 -
 .../reports/standard/income-gst-statement.scm      |   11 +-
 .../reports/standard/test/test-transaction.scm     |   35 +-
 gnucash/report/reports/standard/trial-balance.scm  |   32 +-
 gnucash/report/trep-engine.scm                     |  103 +-
 po/hr.po                                           | 1315 +++++++++-----------
 12 files changed, 786 insertions(+), 831 deletions(-)



More information about the gnucash-patches mailing list