gnucash master: Multiple changes pushed

Robert Fewell bobit at code.gnucash.org
Sat Jun 6 06:19:32 EDT 2020


Updated	 via  https://github.com/Gnucash/gnucash/commit/f8fdb95e (commit)
	 via  https://github.com/Gnucash/gnucash/commit/c02eef8b (commit)
	 via  https://github.com/Gnucash/gnucash/commit/1e312d4a (commit)
	 via  https://github.com/Gnucash/gnucash/commit/9f97ce6c (commit)
	from  https://github.com/Gnucash/gnucash/commit/e4e36e68 (commit)



commit f8fdb95ea3ba6b0501162f36be024a05b91165aa
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Sat Jun 6 11:15:08 2020 +0100

    Bug 797775 - Rate/Price displayed as fractional in CSV Export
    
    Change the CSV transaction exporter to follow the Preference setting
    of 'General->Force Prices to display as decimals'.

commit c02eef8bbee599ee7725c3f013cbd041f22afccb
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Sat Jun 6 10:14:50 2020 +0100

    Bug 797774 - Bill/Invoice due reminder confusion on CN?
    
    The Bill/Invoice due reminder has a column header of 'CN?' which was
    unclear of meaning which is 'Is this xxx a Credit Note'. A tooltip
    was suggested but a better fix is to change the column to display the
    'Type' so you would see Bill, Invoice or 'Credit Note' just like you
    see in the find dialog.

commit 1e312d4a33b5c190b56e1d3f98a96d6fd9e86d06
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Sat Jun 6 10:06:41 2020 +0100

    Add a tooltip for the 'C' column in the Chart of Accounts
    
    Add a tooltip to the header for column 'C' of 'Account Color' to match
    existing one character headings for 'Place Holder' and 'Hidden' columns.

commit 9f97ce6c213c3b8c83131fa8d90e506effab83d4
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Sat Jun 6 10:04:36 2020 +0100

    Fix g_signal_handler_disconnect: assertion in trace file
    
    There is a difference in the way the sheet is closed between registers
    and invoices. The gnc-date-cell-destroy is being called before the
    gnc-item_edit_destroying for invoices and so when the item_edit tries
    to do the signal disconnect on the popup_item it no longer exists.
    Moving the gtk_widget_destroy before ledger_destroy fixes this.



Summary of changes:
 gnucash/gnome-utils/gnc-query-view.c                    |  2 +-
 gnucash/gnome-utils/gnc-tree-view-account.c             |  3 +++
 gnucash/gnome/dialog-invoice.c                          | 13 ++++++-------
 gnucash/gtkbuilder/dialog-query-view.glade              |  6 +++---
 gnucash/import-export/csv-exp/assistant-csv-export.c    |  4 ++++
 gnucash/import-export/csv-exp/csv-transactions-export.c | 10 ++++++----
 6 files changed, 23 insertions(+), 15 deletions(-)



More information about the gnucash-patches mailing list