| Summary: | Loan account field not updatable: next due date | ||
|---|---|---|---|
| Product: | [Applications] kmymoney | Reporter: | surcouf <arnaudvillemain> |
| Component: | general | Assignee: | KMyMoney Devel Mailing List <kmymoney-devel> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | 5.2.1 | ||
| Target Milestone: | --- | ||
| Platform: | Debian stable | ||
| OS: | Linux | ||
| Latest Commit: | https://invent.kde.org/office/kmymoney/-/commit/04b70b989cc84594aeb53593874b870d928269b4 | Version Fixed/Implemented In: | 5.2.2 |
| Sentry Crash Report: | |||
|
Description
surcouf
2025-09-02 12:36:10 UTC
Git commit 80c7a1a51b015c8c78c142f2c5aa9d055793ede0 by Thomas Baumgart. Committed on 08/10/2025 at 14:44. Pushed by tbaumgart into branch 'master'. Allow modifying loan schedule using schedule editor This change fully implements the capability to modify the schedule details of a loan by holding down the Shift key when selecting to edit the schedule from the context menu. FIXED-IN: 5.2.2 M +1 -3 kmymoney/misc/kmm_menuactionexchanger.cpp M +18 -6 kmymoney/views/kscheduledview.cpp M +1 -0 kmymoney/views/kscheduledview.h M +2 -2 kmymoney/views/kscheduledview_p.h M +15 -1 kmymoney/views/newtransactioneditor.cpp M +43 -42 kmymoney/widgets/amountedit.cpp M +0 -1 kmymoney/widgets/amountedit.h M +4 -0 kmymoney/widgets/creditdebitedit.cpp https://invent.kde.org/office/kmymoney/-/commit/80c7a1a51b015c8c78c142f2c5aa9d055793ede0 Git commit 04b70b989cc84594aeb53593874b870d928269b4 by Thomas Baumgart. Committed on 08/10/2025 at 14:45. Pushed by tbaumgart into branch '5.2'. Allow modifying loan schedule using schedule editor This change fully implements the capability to modify the schedule details of a loan by holding down the Shift key when selecting to edit the schedule from the context menu. FIXED-IN: 5.2.2 (cherry picked from commit 80c7a1a51b015c8c78c142f2c5aa9d055793ede0) M +1 -3 kmymoney/misc/kmm_menuactionexchanger.cpp M +18 -6 kmymoney/views/kscheduledview.cpp M +1 -0 kmymoney/views/kscheduledview.h M +2 -2 kmymoney/views/kscheduledview_p.h M +15 -1 kmymoney/views/newtransactioneditor.cpp M +43 -42 kmymoney/widgets/amountedit.cpp M +0 -1 kmymoney/widgets/amountedit.h M +4 -0 kmymoney/widgets/creditdebitedit.cpp https://invent.kde.org/office/kmymoney/-/commit/04b70b989cc84594aeb53593874b870d928269b4 |