Summary: | Scheduled transactions: problems with "Change the date to the next processing day" | ||
---|---|---|---|
Product: | [Applications] kmymoney | Reporter: | Paul Worrall <p.r.worrall> |
Component: | general | Assignee: | KMyMoney Devel Mailing List <kmymoney-devel> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version First Reported In: | git (master) | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/office/kmymoney/-/commit/3777617dc12af296b0ac0b9515efc4a011934de1 | Version Fixed In: | 5.2 |
Sentry Crash Report: |
Description
Paul Worrall
2025-02-03 12:44:24 UTC
Git commit 3777617dc12af296b0ac0b9515efc4a011934de1 by Thomas Baumgart. Committed on 05/02/2025 at 13:40. Pushed by tbaumgart into branch 'master'. Differentiate between edit and enter scheduled transaction When the due date of a scheduled transaction falls on a banking holiday, the due date in the schedule view is probably adjusted to the next or previous processing day based on the selected option of the schedule. When the schedule is about to be entered the option is ignored and the original next due date is used to. The user would have to change the date manually. This change uses the adjusted date when the transaction editor is used during entry of the scheduled transaction to solve the problem. FIXED-IN: 5.2 M +1 -1 kmymoney/views/keditscheduledlg.cpp M +2 -2 kmymoney/views/kenterscheduledlg.cpp M +6 -2 kmymoney/views/newtransactioneditor.cpp M +6 -1 kmymoney/views/newtransactioneditor.h https://invent.kde.org/office/kmymoney/-/commit/3777617dc12af296b0ac0b9515efc4a011934de1 |