Summary: | Request: Use latest values to fill in transaction | ||
---|---|---|---|
Product: | [Applications] kmymoney | Reporter: | Michael Eager <eager> |
Component: | general | Assignee: | KMyMoney Devel Mailing List <kmymoney-devel> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | me |
Priority: | NOR | ||
Version: | 5.0.7 | ||
Target Milestone: | --- | ||
Platform: | Fedora RPMs | ||
OS: | Linux | ||
Latest Commit: | https://commits.kde.org/kmymoney/029de47016d17a9d6d01a6a79f4a92bf8e7af97a | Version Fixed In: | 5.1.0 |
Sentry Crash Report: |
Description
Michael Eager
2020-02-29 19:17:34 UTC
What is the setting of your autofill option? Can you check if the problem persits with version 5.0.8? Use the AppImage version if you don't have access to a newer version. Autofill: "With previously most often used transaction for the payee". Best case, this means that a different amount will have to be entered overriding the autofilled amount the same number of times as the previous amount. But this doesn't seem to be happening. If I have a bill or payment which I enter, it is the first value which is used to prefill the amount field, not the value from the subsequent several transactions. I'll try 5.0.8, but it may be a couple days. I can verify that this happens with the 5.0.8 Appimage. Git commit 029de47016d17a9d6d01a6a79f4a92bf8e7af97a by Thomas Baumgart. Committed on 19/03/2020 at 20:15. Pushed by tbaumgart into branch '5.0'. Fix autofill to use latest transaction not earliest The logic to auto fill a transaction with data from a previous transaction to the same payee was using the first transaction when the option "With previously most often used transaction for the payee" was selected. This change will instruct KMyMoney to use the latest transaction instead. FIXED-IN: 5.0.9 M +1 -0 kmymoney/dialogs/stdtransactioneditor.cpp https://commits.kde.org/kmymoney/029de47016d17a9d6d01a6a79f4a92bf8e7af97a |