Bug 368463 - Investment graph: net investment vs account value
Summary: Investment graph: net investment vs account value
Status: REPORTED
Alias: None
Product: kmymoney
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: unspecified All
: NOR wishlist
Target Milestone: ---
Assignee: KMyMoney Devel Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-09-08 17:40 UTC by Rick Yorgason
Modified: 2016-09-08 17:40 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Rick Yorgason 2016-09-08 17:40:11 UTC
I'd like to see a new investment graph that shows the net investment vs the account value over time.

Basically, I just want a graph that shows ValueOfAccount - (ValueOfBuys - ValueOfSells).

Alternately, a graph that shows ValueOfAccount as a solid line and (ValueOfBuys - ValueOfSells) as a dashed line would also be useful.

Reproducible: Always




It's important to remember that when calculating (ValueOfBuys - ValueOfSells), you always need to sum the running total from the beginning of time, even if you're only displaying recent data.