gnucash unstable: Multiple changes pushed
Geert Janssens
gjanssens at code.gnucash.org
Sat Apr 14 13:09:06 EDT 2018
Updated via https://github.com/Gnucash/gnucash/commit/a39ba167 (commit)
via https://github.com/Gnucash/gnucash/commit/8db11465 (commit)
via https://github.com/Gnucash/gnucash/commit/1ee2c083 (commit)
via https://github.com/Gnucash/gnucash/commit/b02e4a7c (commit)
via https://github.com/Gnucash/gnucash/commit/4acc5a23 (commit)
via https://github.com/Gnucash/gnucash/commit/2d9021ca (commit)
via https://github.com/Gnucash/gnucash/commit/d273a330 (commit)
via https://github.com/Gnucash/gnucash/commit/73ffcaa8 (commit)
from https://github.com/Gnucash/gnucash/commit/dcfc1280 (commit)
commit a39ba1672af5eecdb457f606d1b9fc27a6316140
Merge: dcfc128 8db1146
Author: Geert Janssens <geert at kobaltwit.be>
Date: Sat Apr 14 18:59:26 2018 +0200
Merge branch 'unstable-tr-fix' of https://github.com/christopherlam/gnucash into unstable
commit 8db114658be024fa894fbca4fb1f71d1b2a6975c
Author: Christopher Lam <christopher.lck at gmail.com>
Date: Sat Apr 14 22:43:19 2018 +0800
html-font: add default font family
Windows ships with GTK2 in which the default font styles are named
"Sans" "Sans Bold" "Sans Normal" etc. There is no "Sans" font in
Windows; I vote to add a default "Sans-Serif" font-family which is
valid CSS. This ensures exported reports are shown as intended.
commit 1ee2c08306af8b480b5a706854c4557139400c76
Author: Christopher Lam <christopher.lck at gmail.com>
Date: Sat Apr 14 22:13:21 2018 +0800
GSTR: close br tag; add empty lines to empty-report-message
This will be useful for unit testing, and for displaying
gnc:render-options-changed.
commit b02e4a7c148d84b3ab702d81fb86ff9170f134bb
Author: Christopher Lam <christopher.lck at gmail.com>
Date: Sat Apr 14 22:00:12 2018 +0800
GSTR: bugfix individual tax on sales should be negated
The GST-on-sales relates to income, therefore should be negated.
commit 4acc5a23f5e4e04ac3815a8d1b6465cd37b72152
Author: Christopher Lam <christopher.lck at gmail.com>
Date: Fri Apr 13 21:28:25 2018 +0800
TR: instead of hand-crafting html-string, use html-table API
Using html-table API seems more robust than hand-crafting HTML.
commit 2d9021ca424706e0a317c276f94efa20a32d335a
Author: Christopher Lam <christopher.lck at gmail.com>
Date: Wed Apr 11 07:01:57 2018 +0800
TR: catch invalid regex
This commit prevents report crashing when either Account or
Transaction Matcher strings are invalid POSIX regular expressions and
called with make-regexp.
commit d273a3304e0ab88e258f6904cce6cfa0380cb383
Author: Christopher Lam <christopher.lck at gmail.com>
Date: Sat Mar 3 23:01:33 2018 +0800
TR: convert Reconcile Status Filter to QofQuery
I presume QofQuery based in C is faster than scheme filtering. No
saved-reports incompatibility is expected.
commit 73ffcaa81e645d574e2b4c7b0429bd3b7e0e885f
Author: Christopher Lam <christopher.lck at gmail.com>
Date: Sat Mar 31 11:16:47 2018 +0800
TR: refactor add-subtotal-row
This commit refactors add-subtotal-row to use a named let. This avoids
set! calls, and is more idiomatic scheme.
Summary of changes:
gnucash/report/report-system/html-fonts.scm | 2 +-
.../standard-reports/income-gst-statement.scm | 9 +-
gnucash/report/standard-reports/transaction.scm | 174 +++++++++------------
3 files changed, 83 insertions(+), 102 deletions(-)
More information about the gnucash-patches
mailing list