Summary: | [Patch] Fix working week in 5.x/master | ||
---|---|---|---|
Product: | [Applications] kmymoney | Reporter: | learneroc |
Component: | general | Assignee: | KMyMoney Devel Mailing List <kmymoney-devel> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | iann_bugzilla |
Priority: | NOR | ||
Version: | git (master) | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | All | ||
Latest Commit: | https://commits.kde.org/kmymoney/1c8a63c85e8d4280e78ab0cd245f6dae279e95ca | Version Fixed In: | 5.0.2 |
Sentry Crash Report: | |||
Attachments: | Working week patch |
Description
learneroc
2018-04-15 16:20:27 UTC
Cool, I think I came across this problem today and wondered, why a scheduled transaction did move from a Saturday to a Sunday instead of the expected Monday when I turned on the option to move to the next working day if it falls on a weekend. Your findings might explain that. Since you are new to the KMyMoney development, I want to direct you to our phabricator site which allows you and us to do the review in a more elegant way as here on b.k.o. Get yourself a KDE identity on https://identity.kde.org/index.php?r=registration/index and visit https://phabricator.kde.org/project/view/167/ and upload your patch there. It would help, if you also leave the description there. In case you have more questions, please let us know on the developer mailing list at kmyoney-devel@kde.org. Git commit 983a33b786a20b503fb55a6411784ef64df5f895 by Thomas Baumgart. Committed on 29/04/2018 at 12:22. Pushed by tbaumgart into branch 'master'. Fix working week Summary: There's a feature in scheduled transactions which allow them to move backwards/forwards in case a scheduled entry falls on a non-processing day, e.g. a weekend. However, I've noticed that that seems to have stopped working in 5.x/master. This change brings back this functionality. Reviewers: #kmymoney, christiand, tbaumgart Reviewed By: #kmymoney, christiand, tbaumgart Subscribers: tbaumgart, christiand Tags: #kmymoney Differential Revision: https://phabricator.kde.org/D12412 M +4 -13 kmymoney/kmymoney.cpp M +1 -0 kmymoney/mymoney/mymoneyschedule.cpp M +2 -0 kmymoney/mymoney/tests/mymoneyschedule-test.cpp https://commits.kde.org/kmymoney/983a33b786a20b503fb55a6411784ef64df5f895 Git commit 1c8a63c85e8d4280e78ab0cd245f6dae279e95ca by Thomas Baumgart. Committed on 29/04/2018 at 12:29. Pushed by tbaumgart into branch '5.0'. Fix working week Summary: There's a feature in scheduled transactions which allow them to move backwards/forwards in case a scheduled entry falls on a non-processing day, e.g. a weekend. However, I've noticed that that seems to have stopped working in 5.x/master. This change brings back this functionality. FIXED-IN: 5.0.2 Reviewers: #kmymoney, christiand, tbaumgart Reviewed By: #kmymoney, christiand, tbaumgart Subscribers: tbaumgart, christiand Tags: #kmymoney Differential Revision: https://phabricator.kde.org/D12412 (cherry picked from commit 983a33b786a20b503fb55a6411784ef64df5f895) M +4 -13 kmymoney/kmymoney.cpp M +1 -0 kmymoney/mymoney/mymoneyschedule.cpp M +2 -0 kmymoney/mymoney/tests/mymoneyschedule-test.cpp https://commits.kde.org/kmymoney/1c8a63c85e8d4280e78ab0cd245f6dae279e95ca *** Bug 376071 has been marked as a duplicate of this bug. *** |