[kmymoney] [Bug 518611] Seriously missing the Transaction status filter in KMyMoney
Ralf Habacker
bugzilla_noreply at kde.org
Mon Apr 6 13:13:08 BST 2026
https://bugs.kde.org/show_bug.cgi?id=518611
Ralf Habacker <ralf.habacker at freenet.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |ralf.habacker at freenet.de
--- Comment #2 from Ralf Habacker <ralf.habacker at freenet.de> ---
(In reply to Adilson Urso from comment #1)
> I also support that suggestion.
Looking the git master branch I see that these filters are defined
filterBox->insertItem(static_cast<int>(State::Any),
Icons::get(Icon::TransactionStateAny), i18n("Any status"));
filterBox->insertItem(static_cast<int>(State::Imported),
Icons::get(Icon::TransactionStateImported), i18n("Imported"));
filterBox->insertItem(static_cast<int>(State::Matched),
Icons::get(Icon::TransactionStateMatched), i18n("Matched"));
filterBox->insertItem(static_cast<int>(State::Erroneous),
Icons::get(Icon::TransactionStateErroneous), i18n("Erroneous"));
filterBox->insertItem(static_cast<int>(State::Scheduled),
Icons::get(Icon::TransactionStateScheduled), i18n("Scheduled"));
filterBox->insertItem(static_cast<int>(State::NotMarked),
Icons::get(Icon::TransactionStateNotMarked), i18n("Not marked"));
filterBox->insertItem(static_cast<int>(State::NotReconciled),
Icons::get(Icon::TransactionStateNotReconciled), i18n("Not reconciled"));
filterBox->insertItem(static_cast<int>(State::Cleared),
Icons::get(Icon::TransactionStateCleared), i18nc("Reconciliation state
'Cleared'", "Cleared"));
including "Not marked" and "Not reconciled", so it looks that "Not Cleared" is
the remaining missing entry or do I miss something here ?
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the KMyMoney-devel
mailing list