gnucash master: Multiple changes pushed
John Ralls
jralls at code.gnucash.org
Thu Aug 22 15:47:33 EDT 2019
Updated via https://github.com/Gnucash/gnucash/commit/1fc83100 (commit)
via https://github.com/Gnucash/gnucash/commit/fcc16538 (commit)
via https://github.com/Gnucash/gnucash/commit/33b1a19e (commit)
via https://github.com/Gnucash/gnucash/commit/5c87344d (commit)
via https://github.com/Gnucash/gnucash/commit/0a3fd598 (commit)
via https://github.com/Gnucash/gnucash/commit/416e7f7e (commit)
via https://github.com/Gnucash/gnucash/commit/b3ff04ee (commit)
via https://github.com/Gnucash/gnucash/commit/bd9edbbb (commit)
via https://github.com/Gnucash/gnucash/commit/bf7d121e (commit)
via https://github.com/Gnucash/gnucash/commit/99c69023 (commit)
via https://github.com/Gnucash/gnucash/commit/4a81bb34 (commit)
via https://github.com/Gnucash/gnucash/commit/a13e8f92 (commit)
via https://github.com/Gnucash/gnucash/commit/8b1ada60 (commit)
from https://github.com/Gnucash/gnucash/commit/2af0fa98 (commit)
commit 1fc831002dc6afacdddcf8493d496837166b951b
Merge: 2af0fa984 fcc165382
Author: John Ralls <jralls at ceridwen.us>
Date: Thu Aug 22 12:39:49 2019 -0700
Merge branch 'maint'
commit fcc1653822227bc1d4ad0a6153e08541a5499f37
Author: John Ralls <jralls at ceridwen.us>
Date: Thu Aug 22 12:23:09 2019 -0700
Replace overly indirect gnc_business_get_default_tax_table.
With gncTaxTableGetDefault.
qof_book_get_default_tax_table would have been even better but it
would have created a circular dependency between QofBook and
GncTaxTable.
commit 33b1a19eb22a874db51edc70c36543c103bd30ef
Author: Geert Janssens <geert at kobaltwit.be>
Date: Tue Aug 20 18:30:31 2019 +0200
Disable text-tx-import.cpp
There are no tests in this file yet
commit 5c87344dbde9a11494b5f90442f4c19eae40b266
Author: Geert Janssens <geert at kobaltwit.be>
Date: Sun Aug 18 11:47:13 2019 +0200
Add developer name to our appdata
It has no legal bearing as far as I know, but consumers like
gnome-software or flathub will display this info.
commit 0a3fd5984e53b8c8e588c4a0af733343eef4762e
Author: Christopher Lam <christopher.lck at gmail.com>
Date: Sun Aug 18 23:36:02 2019 +0800
[general-journal] deprecate the journal report generator
it is unused.
commit 416e7f7e5eabeaf70bc851f08347d5d43599cbd9
Author: Christopher Lam <christopher.lck at gmail.com>
Date: Sun Aug 18 23:29:17 2019 +0800
[general-journal] set document title after rendering
Instead of setting document <title> register.scm's General/Title
option, set it in the document returned by register.scm's
renderer. This is in anticipation of "General"/"Title" option in
register.scm being removed.
commit b3ff04eedc989080b4f73244bb01edbb81f6a83f
Author: Christopher Lam <christopher.lck at gmail.com>
Date: Sun Aug 18 14:37:45 2019 +0800
[balsheet-pnl] reuse i18n strings
commit bd9edbbbf68c39f486d2fe17bf06c06761fc7a3e
Author: Christopher Lam <christopher.lck at gmail.com>
Date: Fri Aug 16 09:32:56 2019 +0800
Bug 797279 - Reports RTL do not support RTL - fix string
fix guile-2.0 string handling to prevent munging unicode in
report-titles etc. while loading/saving reports
commit bf7d121e27ca98de9c6352350cf631f64996bd16
Author: Christopher Lam <christopher.lck at gmail.com>
Date: Thu Aug 15 23:07:51 2019 +0800
Bug 797279 - Reports RTL do not support RTL - fix reports
commit 99c69023cce04c8a5fcc4309abc3b1337091281a
Author: Christopher Lam <christopher.lck at gmail.com>
Date: Sun Aug 18 19:26:09 2019 +0800
Bug 793018 - Balance (with >>eguile<<) - Report Title can't be changed
commit 4a81bb34cef73b66997f7b1aa6ab157f1b6033b3
Author: Christopher Lam <christopher.lck at gmail.com>
Date: Sun Aug 18 13:38:47 2019 +0800
[general-ledger] internationalize general-ledger title
commit a13e8f923761ec78aff5e5477dffe01833a09c3d
Author: Christopher Lam <christopher.lck at gmail.com>
Date: Sun Aug 18 13:38:26 2019 +0800
[general-ledger] deprecate gnc:make-general-ledger-report
commit 8b1ada6048b5c2ada16140bac632dc475631672f
Author: Christopher Lam <christopher.lck at gmail.com>
Date: Sun Aug 18 00:16:55 2019 +0800
[balsheet-eguile] monetaries must be rounded to their scu
previously balsheet-eguile would convert monetaries to exact fractions.
Summary of changes:
gnucash/gnome/gnucash.appdata.xml.in | 1 +
gnucash/import-export/csv-imp/test/CMakeLists.txt | 9 ++--
gnucash/register/ledger-core/gncEntryLedgerLoad.c | 10 ++--
gnucash/report/html-document.scm | 2 +-
gnucash/report/html-fonts.scm | 2 +-
gnucash/report/reports/standard/balsheet-eg.scm | 14 +++--
gnucash/report/reports/standard/balsheet-pnl.scm | 14 ++---
.../report/reports/standard/general-journal.scm | 15 +++---
gnucash/report/reports/standard/general-ledger.scm | 8 ++-
gnucash/report/reports/support/balsheet-eg.css | 2 -
.../report/reports/support/balsheet-eg.eguile.scm | 6 +--
gnucash/report/reports/support/receipt.eguile.scm | 2 +-
.../report/reports/support/taxinvoice.eguile.scm | 2 +-
gnucash/report/test/test-report-html.scm | 4 +-
libgnucash/app-utils/CMakeLists.txt | 2 -
libgnucash/app-utils/business-helpers.c | 60 ----------------------
libgnucash/app-utils/business-helpers.h | 35 -------------
libgnucash/engine/gncTaxTable.c | 20 ++++++++
libgnucash/engine/gncTaxTable.h | 39 +++++++-------
libgnucash/engine/qofbook.cpp | 12 +++++
libgnucash/engine/qofbook.h | 1 +
libgnucash/scm/utilities.scm | 50 ++++++++++++++++++
po/POTFILES.in | 1 -
23 files changed, 151 insertions(+), 160 deletions(-)
delete mode 100644 libgnucash/app-utils/business-helpers.c
delete mode 100644 libgnucash/app-utils/business-helpers.h
More information about the gnucash-patches
mailing list