gnucash maint: Don't require prices in Scheduled Transactions with marker commodity splits.

John Ralls jralls at code.gnucash.org
Fri Oct 30 17:07:40 EDT 2015


Updated	 via  https://github.com/Gnucash/gnucash/commit/d061f6e9 (commit)
	from  https://github.com/Gnucash/gnucash/commit/ce838d3c (commit)



commit d061f6e9628e5c51af4620d69e1fd4b7962b2ccc
Author: John Ralls <jralls at ceridwen.us>
Date:   Fri Oct 30 14:07:24 2015 -0700

    Don't require prices in Scheduled Transactions with marker commodity splits.
    
    Bug 754192 - Since Last Run Dialog asks for security price even if not needed
    Bug 662126 - Cannot create scheduled transaction for dividend reinvestment
    
    If a split in an SX has a 0 amount, don't make its commodity the transaction
    commodity, set the multi-commodity flag, or create a variable for it.
    
    Make the warning about not being able to auto-create SXes with variables
    or multiple commodities more explicit about the latter.



Summary of changes:
 src/app-utils/gnc-sx-instance-model.c | 7 +++++--
 src/gnome/dialog-sx-editor.c          | 9 +++++++--
 2 files changed, 12 insertions(+), 4 deletions(-)



More information about the gnucash-patches mailing list