Summary: | No way to set/change investment start date in investment wizard | ||
---|---|---|---|
Product: | [Applications] kmymoney | Reporter: | Ian Neal <iann_bugzilla> |
Component: | general | Assignee: | KMyMoney Devel Mailing List <kmymoney-devel> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | git (master) | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | https://commits.kde.org/kmymoney/60e2d8cfd3a774b360ce8aadbd993c50fed404ef | Version Fixed In: | 5.0.4 |
Sentry Crash Report: |
Description
Ian Neal
2019-02-03 10:17:41 UTC
Git commit 60e2d8cfd3a774b360ce8aadbd993c50fed404ef by Thomas Baumgart. Committed on 03/02/2019 at 15:46. Pushed by tbaumgart into branch '5.0'. Do not allow to enter transactions prior to account opening date The transaction editor in the standard account ledger does not allow to enter transactions that reference accounts that have an opening date later than the transaction date. The investment transaction editor is missing this feature and one could enter transactions with a date prior to the opening date of the investment or asset account referenced in the transaction. Moreover, the opening date of an invest account cannot be changed by the user but got updated to a matching value when the consistency check was run (e.g. as part of file save). The user was informed and was surprised. This change adds an automatic update of the opening date for the invest account if needed when the transaction is entered. Also, it does not allow to enter the transaction, colorizes the date and presents a tooltip on the date widget just like for the standard transaction editor. FIXED-IN: 5.0.4 M +32 -1 kmymoney/dialogs/investtransactioneditor.cpp M +12 -0 kmymoney/dialogs/transactioneditor.cpp https://commits.kde.org/kmymoney/60e2d8cfd3a774b360ce8aadbd993c50fed404ef |