Summary: | Select autofil transaction dialog not displayed if Payment amount is filled | ||
---|---|---|---|
Product: | [Applications] kmymoney | Reporter: | gbcreation73 |
Component: | ux-ui | Assignee: | KMyMoney Devel Mailing List <kmymoney-devel> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | jackhill3103, tneo |
Priority: | NOR | ||
Version First Reported In: | 5.2.0 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/office/kmymoney/-/commit/078fc0a68dae0551c6874211c1e16d1b56580e5c | Version Fixed In: | 5.2.1 |
Sentry Crash Report: |
Description
gbcreation73
2025-07-05 09:42:46 UTC
Git commit 8c019fb0d9ad9f47819a472f5bcfb7f10cc74931 by Thomas Baumgart. Committed on 05/07/2025 at 15:39. Pushed by tbaumgart into branch 'master'. Allow more data to be entered when searching for old txn The search for old transactions for a payee was only allowed when no amount, no memo and no category was entered. This is a bit tight and has been changed to only be disabled when a category is entered before the payee. FIXED-IN: 5.2.1 M +43 -16 kmymoney/views/newtransactioneditor.cpp https://invent.kde.org/office/kmymoney/-/commit/8c019fb0d9ad9f47819a472f5bcfb7f10cc74931 Git commit 078fc0a68dae0551c6874211c1e16d1b56580e5c by Thomas Baumgart. Committed on 05/07/2025 at 16:07. Pushed by tbaumgart into branch '5.2'. Allow more data to be entered when searching for old txn The search for old transactions for a payee was only allowed when no amount, no memo and no category was entered. This is a bit tight and has been changed to only be disabled when a category is entered before the payee. FIXED-IN: 5.2.1 (cherry picked from commit 8c019fb0d9ad9f47819a472f5bcfb7f10cc74931) M +46 -16 kmymoney/views/newtransactioneditor.cpp https://invent.kde.org/office/kmymoney/-/commit/078fc0a68dae0551c6874211c1e16d1b56580e5c *** Bug 506939 has been marked as a duplicate of this bug. *** *** Bug 507400 has been marked as a duplicate of this bug. *** If I understand your commit comment correctly: - You only will populate the fields when I start with the category first? - The search does not start when I start with the payee (as is the logic in the form)? Not really, the feature is about loading the category based an a previously entered transaction for the same payee. Before the last change you had to go to the payee and no other field must have received data. This has been changed so that you can enter the amount and when the payee is entered, recent transactions are searched. Hope that makes it clear(er). Yes thank you. That sounds to resolve my issue. I have to wait for openSUSE Tumbleweed to pick up the change. :) |