Hi,
I'm documenting using lots to calculate investments capital gains.
Please see the attached screenshot.
The sign of the Value in the 'Splits free' panel seems inconsistent.
Why is the sign of the initial acquisition +ve, but -ve for the following 2
reinvested dividends?
The program contains the following:
gnucash/src/gnome/dialog-lot-viewer.c line 523:
/* Value. Invert the sign on the first, opening entry. */
currency = xaccTransGetCurrency (trans);
valu = xaccSplitGetValue (split);
if (node != split_list)
{
valu = gnc_numeric_neg (valu);
}
I'd like to explain why this is done?
Perhaps something to do with the Business scrubbing?
Regards,
Chris Good
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________ gnucash-devel mailing list [email protected] https://lists.gnucash.org/mailman/listinfo/gnucash-devel
