gnucash maint: Multiple changes pushed

Robert Fewell bobit at code.gnucash.org
Sat Jun 22 05:23:45 EDT 2019


Updated	 via  https://github.com/Gnucash/gnucash/commit/b50ed475 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/8c387c1c (commit)
	 via  https://github.com/Gnucash/gnucash/commit/90b2d8f1 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/5213a91b (commit)
	from  https://github.com/Gnucash/gnucash/commit/03d9bf90 (commit)



commit b50ed4755668575080697f939366f758df11f986
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Fri Jun 21 11:27:20 2019 +0100

    Make similar correction to gnc-imp-props-tx.cpp for incorrect find use.

commit 8c387c1c9745a5d5aa02d2fdbdf932dee40653c6
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Sun Jun 16 15:02:51 2019 +0100

    Bug797244 - Remove the invert prices for less than 1
    
    Previously where prices were less than 1, the commodities involved were
    swapped and the price inverted, this is no longer required so removed
    in the price importer and the transfer dialogue.

commit 90b2d8f1f5148150db51ab751169c54f32140339
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Sun Jun 16 15:01:13 2019 +0100

    Change the Commodity/Currency combo's on Price Import
    
    Change the way the sorting is done for the Commodity and Currency
    combo's for the Price Import. For the Commodity combo group all non
    currencies together at the start and add a separator row.

commit 5213a91b0fdcceb9f324b3f885b8290bc973e835
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Sat Jun 15 10:57:04 2019 +0100

    Bug797278 - Create an option for type of commodity for Price import
    
    Currently when you use the 'Commodity From' column for Price imports it
    can match against the wrong commodity like COP (Conoco Philips) would
    match against the currency COP (Columbian Peso). To fix this add a new
    column type 'From Namespace' and rename 'Commodity From' to
    'From Symbol' so they match the Security Editor.



Summary of changes:
 gnucash/gnome-utils/dialog-transfer.c              |  17 +--
 .../gtkbuilder/assistant-csv-price-import.glade    |   4 +-
 .../csv-imp/assistant-csv-price-import.cpp         |  85 ++++++++---
 .../import-export/csv-imp/gnc-imp-props-price.cpp  | 158 ++++++++++++---------
 .../import-export/csv-imp/gnc-imp-props-price.hpp  |   8 +-
 gnucash/import-export/csv-imp/gnc-imp-props-tx.cpp |   5 +-
 .../csv-imp/gnc-imp-settings-csv-price.cpp         |  11 +-
 gnucash/import-export/csv-imp/gnc-import-price.cpp |  57 +++++---
 8 files changed, 218 insertions(+), 127 deletions(-)



More information about the gnucash-patches mailing list