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@kde.org Reporter: jeffjl....@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. _______________________________________________ KMyMoney-devel mailing list KMyMoney-devel@kde.org https://mail.kde.org/mailman/listinfo/kmymoney-devel