Bug 318688

Summary: Incorrect calculations
Product: [Applications] kmymoney Reporter: e1925732
Component: generalAssignee: KMyMoney Devel Mailing List <kmymoney-devel>
Status: RESOLVED WORKSFORME    
Severity: major CC: mk-lists
Priority: NOR    
Version: 4.6.3   
Target Milestone: ---   
Platform: Microsoft Windows   
OS: Microsoft Windows   
URL: http://kmymoney2.sourceforge.net/images/reports1.png
Latest Commit: Version Fixed In:

Description e1925732 2013-04-21 21:43:18 UTC
Net worth=Assets - Liabilities.  The program calculates this incorrectly by adding Assets and Liabilities.

The calculation for Owners Equity is also done incorrectly by adding equity and owner draws.  Draws should be subtracted.  

Reproducible: Always




Incorrect calculations make the program unreliable.
Comment 1 Marko Käning 2013-04-21 22:07:37 UTC
It looks like your liability accounts are kept inverted. They shouldn't show negative values in the net worth report here.

What does your "Assets and Liability Summary" show on the homepage? I bet those $-52378,31 are shown as payment instead of charge.

So, although the value is negative the "Grand Total" in your report is correct, indeed.

You'd have to invert your logic on the liability account though!
Comment 2 e1925732 2013-04-21 22:27:07 UTC
I rechecked my values and you are correct.  It was my mistake.  Thank you very much for your help.