gnucash maint: Multiple changes pushed
Robert Fewell
bobit at code.gnucash.org
Thu Mar 18 06:50:38 EDT 2021
Updated via https://github.com/Gnucash/gnucash/commit/1756f760 (commit)
via https://github.com/Gnucash/gnucash/commit/1ba571c5 (commit)
via https://github.com/Gnucash/gnucash/commit/a7d383fc (commit)
from https://github.com/Gnucash/gnucash/commit/d335a803 (commit)
commit 1756f76079221f77904ccb9c9a504f9ebca2eb0e
Author: Robert Fewell <14uBobIT at gmail.com>
Date: Thu Mar 18 10:43:59 2021 +0000
Remove redundant store code causing error which was not being used.
commit 1ba571c5b7af5915005ebe0e494c822d499a9e9d
Author: Robert Fewell <14uBobIT at gmail.com>
Date: Thu Mar 18 10:38:26 2021 +0000
Allow for Header Bar use in CSV transaction Assistant
There are a couple of action buttons that are added to the CSV
transaction assistant with added alignment based on the action area
being a GtkBox which causes errors if the header bar is used so test
for the action area type and use appropriate specific functions.
commit a7d383fc16002ac456b00ca72f79cac98816a1ba
Author: Robert Fewell <14uBobIT at gmail.com>
Date: Thu Mar 18 10:28:24 2021 +0000
Bug 798149 - Account name change affects CSV saved import setting
The account full path was being used in the CSV saved settings so if
any account name is change in the path it would prevent recall of the
base account used. To fix this the account guid is saved instead and
when recalled the account is looked up first by guid, if this fails the
full path is checked which if successful immediately updates the saved
base account setting with the account guid for future use.
Summary of changes:
.../csv-imp/assistant-csv-trans-import.cpp | 30 ++++++++++++++++++----
.../csv-imp/gnc-imp-settings-csv-tx.cpp | 26 +++++++++++++++++--
gnucash/import-export/import-main-matcher.c | 1 -
3 files changed, 49 insertions(+), 8 deletions(-)
More information about the gnucash-patches
mailing list