gnucash master: Multiple changes pushed

Geert Janssens gjanssens at code.gnucash.org
Fri Jun 26 11:31:47 EDT 2020


Updated	 via  https://github.com/Gnucash/gnucash/commit/d6e7168a (commit)
	 via  https://github.com/Gnucash/gnucash/commit/3b290fad (commit)
	 via  https://github.com/Gnucash/gnucash/commit/e15203a5 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/3446a66a (commit)
	from  https://github.com/Gnucash/gnucash/commit/a019bb2f (commit)



commit d6e7168abfe13af242f558c76988b90933c89e1f
Author: Geert Janssens <geert at kobaltwit.be>
Date:   Fri Jun 26 13:12:47 2020 +0200

    I18n - update Dutch translation
    
    4632 translated messages, 640 fuzzy translations, 289 untranslated messages

commit 3b290fadbc4724e12c21480cba070a10fc475f45
Author: Geert Janssens <geert at kobaltwit.be>
Date:   Fri Jun 26 15:02:37 2020 +0200

    I18n - Drop a few numbers from translation.
    
    These numbers don't have values unique to certain locales. Though
    users may set their own preference, it's not a locale related thing.

commit e15203a58e07269ae5ce26a8f4fb32af3fe9bab4
Author: Geert Janssens <geert at kobaltwit.be>
Date:   Thu Jun 25 15:35:44 2020 +0200

    I18n - Unify two similar translatable strings

commit 3446a66a334c27306ee635fd1b322d891b7d482f
Author: Geert Janssens <geert at kobaltwit.be>
Date:   Fri Jun 26 14:07:50 2020 +0200

    Bug 787295 - Allow UI jump from Business accounts to their relevant invoice/bill/voucher
    
    Combine the best of both approaches and allow jumping to invoice if
    either
    - the current txn is an invoice transaction
    - the current split has an invoice associated with it
    Those are the only two conditions that allow us to uniquely
    identify an invoice from a register.
    A future extension could be to allow a jump if any split
    of the current txn has an invoice associated with it.
    This would need user interaction if more than one split
    is linked to an invoice. A payment transaction for example
    can pay more than one invoice and hence can have more than one
    invoice related split.



Summary of changes:
 gnucash/gnome/gnc-plugin-page-register.c           |   21 +-
 .../gtkbuilder/assistant-csv-price-import.glade    |    2 +-
 gnucash/gtkbuilder/dialog-account.glade            |   48 +-
 gnucash/gtkbuilder/dialog-preferences.glade        |   24 +-
 gnucash/gtkbuilder/dialog-sx.glade                 |   14 +-
 gnucash/gtkbuilder/gnc-plugin-page-budget.glade    |   13 +-
 po/nl.po                                           | 1421 +++++++++-----------
 7 files changed, 739 insertions(+), 804 deletions(-)



More information about the gnucash-patches mailing list