gnucash unstable: Multiple changes pushed

Geert Janssens gjanssens at code.gnucash.org
Wed Jan 31 13:17:09 EST 2018


Updated	 via  https://github.com/Gnucash/gnucash/commit/84a1e810 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/3c13f565 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/0f295dd4 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/862956a7 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/77ad6296 (commit)
	from  https://github.com/Gnucash/gnucash/commit/77982c71 (commit)



commit 84a1e8101643595933ed76405112788dc95872a2
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Tue Jan 30 15:28:51 2018 +0000

    Bug 792809 Add a register foreground CSS class
    
    With the current setup when a dark theme is used with existing register
    colours the text is hard to read as the dark theme may of changed the
    text colour to white so with these changes the text is always black
    unless they choose not to use the built in colours.

commit 3c13f565d300899d59f4c59f58ec740b66302bde
Merge: 0f295dd 862956a
Author: Geert Janssens <geert at kobaltwit.be>
Date:   Wed Jan 31 18:44:04 2018 +0100

    Merge branch 'unstable-fix-business-reports' of https://github.com/christopherlam/gnucash into unstable

commit 0f295dd43994dcc69191071b301f1a82c354639c
Merge: 77982c7 77ad629
Author: Geert Janssens <geert at kobaltwit.be>
Date:   Wed Jan 31 18:37:52 2018 +0100

    Merge branch 'CorrectStrings27EN' of https://github.com/Mechtilde/gnucash into unstable

commit 862956a7609788baa23ff439a40813935f7c10b1
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Tue Jan 30 19:29:04 2018 +0800

    BUGFIX: invoice posted-date is no longer 0 for unposted invoices
    
    This commit fixes business reports caused by 91f4b190394df6
    whereby the posted-date for unposted invoice was changed
    from 0 to MAXINT. Now we need to use (gncInvoiceIsPosted)
    or (gncInvoiceDateExists) instead.

commit 77ad62960b292fc52bbe042c3bb1e196fda4b65e
Author: Mechtilde <ooo at mechtilde.de>
Date:   Sun Jan 28 21:06:19 2018 +0100

    correct typo in horizontal



Summary of changes:
 .../gnome/gschemas/org.gnucash.gschema.xml.in.in   |  2 +-
 gnucash/gnucash-310.css                            | 14 +++++++++++
 gnucash/gnucash-320.css                            | 14 +++++++++++
 gnucash/gnucash-fallback-310.css                   |  9 -------
 .../register/register-gnome/gnucash-item-edit.c    |  1 +
 gnucash/register/register-gnome/gnucash-register.c |  2 +-
 gnucash/register/register-gnome/gnucash-sheet.c    |  2 ++
 gnucash/report/business-reports/easy-invoice.scm   | 13 +++++-----
 gnucash/report/business-reports/fancy-invoice.scm  | 20 +++++++---------
 gnucash/report/business-reports/invoice.scm        | 28 ++++++++++------------
 gnucash/report/business-reports/job-report.scm     |  2 +-
 gnucash/report/business-reports/owner-report.scm   |  2 +-
 .../report/business-reports/taxinvoice.eguile.scm  |  2 +-
 libgnucash/engine/gncInvoice.c                     |  2 +-
 libgnucash/engine/gncInvoice.h                     |  1 +
 15 files changed, 64 insertions(+), 50 deletions(-)



More information about the gnucash-patches mailing list