[Kmymoney-devel] [kmymoney4] [Bug 355108] New: Home screen !M C !R don't work for investment accounts

Jeff via KDE Bugzilla bugzilla_noreply at kde.org
Mon Nov 9 21:20:01 UTC 2015


https://bugs.kde.org/show_bug.cgi?id=355108

            Bug ID: 355108
           Summary: Home screen !M C !R don't work for investment accounts
           Product: kmymoney4
           Version: 4.7.2
          Platform: MS Windows
                OS: MS Windows
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: general
          Assignee: kmymoney-devel at kde.org
          Reporter: jeffjl.kde at outlook.com

On the Home screen Assets and Liabilities Summary section, the !C, M, and !R
columns always show "-" for investment accounts.

Reproducible: Always

Steps to Reproduce:
1. Enable the !C, M, and/or !R columns in the KMM settings for the home screen

Actual Results:  
KMM does not count transactions in investment accounts.

Expected Results:  
Provide the counts of matching transactions.

It looks like MyMoneyFile::countTransactionsWithSpecificReconciliationState()
is only used for the home view and can be fixed to count investment
transactions with the following change:

  MyMoneyAccount acc = account(accId);
  if (acc.accountType() == MyMoneyAccount::Investment)
    filter.addAccount(acc.accountList());
  else
    filter.addAccount(accId);

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the KMyMoney-devel mailing list