gnucash maint: Bug 767772 - Associated file with transaction is lost when moving entry between accounts

Geert Janssens gjanssens at code.gnucash.org
Fri Dec 28 03:47:34 EST 2018


Updated	 via  https://github.com/Gnucash/gnucash/commit/2634f23f (commit)
	from  https://github.com/Gnucash/gnucash/commit/692e2266 (commit)



commit 2634f23f87838c4c057affb6cd133e1a68e47a0c
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Wed Oct 31 12:05:34 2018 +0000

    Bug 767772 - Associated file with transaction is lost
    when moving entry between accounts
    
    When using the cut transaction option the 'associated file' value was
    not being pasted to the new transaction. Added scheme code to get this
    value and save it to new transaction when using 'cut/copy' and then
    'paste' operations. When using the duplicate option, a dialogue allows
    you to keep the copied association or not. It does not get copied for
    autocomplete.



Summary of changes:
 gnucash/gnome-utils/dialog-dup-trans.c             | 35 +++++++++++++++---
 gnucash/gnome-utils/dialog-dup-trans.h             |  5 ++-
 gnucash/gnome-utils/gnc-tree-control-split-reg.c   | 19 +++++++---
 gnucash/gtkbuilder/gnc-plugin-page-register.glade  | 41 ++++++++++++++++++++++
 .../register/ledger-core/split-register-control.c  |  3 ++
 gnucash/register/ledger-core/split-register.c      | 15 ++++++--
 libgnucash/engine/Transaction.c                    |  1 +
 libgnucash/engine/engine-interface.scm             | 11 +++++-
 8 files changed, 117 insertions(+), 13 deletions(-)



More information about the gnucash-patches mailing list