Summary: | Guidance, please. Ledger 'Enter' button enabled prematurely, and other strangenesses | ||
---|---|---|---|
Product: | [Applications] kmymoney | Reporter: | allan <agander93> |
Component: | general | Assignee: | KMyMoney Devel Mailing List <kmymoney-devel> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | ralf.habacker |
Priority: | NOR | ||
Version: | git (master) | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/kmymoney/e3b4e55b2fcf9ad36ae5a397fe9f016d4a480039 | Version Fixed In: | 4.7.1 |
Sentry Crash Report: |
Description
allan
2013-02-12 00:41:34 UTC
It would be good to know what fields should be regarded as mandatory for transaction entry. I don't know if some looseness is allowed, because of importing, but then it is quite strictly laid out for investments. I can see the cause of some of the symptoms I noticed, but don't know where to draw the line. Git commit 94935cf78e0135e2bb0cceff3c0dbde8c1c07e6d by Allan Anderson. Committed on 06/03/2013 at 23:41. Pushed by allananderson into branch 'master'. Related: bug 311481, bug 107714, bug 316111 On entering a new tag, allow dialog to appear asking if I want to accept the new tag. M +3 -0 kmymoney/dialogs/investactivities.cpp M +2 -1 kmymoney/dialogs/keditscheduledlg.cpp M +44 -10 kmymoney/dialogs/transactioneditor.cpp M +39 -7 kmymoney/widgets/kguiutils.cpp M +3 -2 kmymoney/widgets/register.cpp http://commits.kde.org/kmymoney/94935cf78e0135e2bb0cceff3c0dbde8c1c07e6d Git commit cc7354d043efd0da84f8eee004b7b0c5390422dd by Cristian Oneț. Committed on 18/10/2014 at 13:42. Pushed by conet into branch 'master'. Remove the too harsh transation entering restrictions. Now a transaction can be entered if at least one of the following fields payee, category, amount is valid. This was the old behavior and it seems better to be more permissive with the user as long as no harm is done. Attached the commit to the original bug report which seems invalid since it requests these restrictions. M +9 -29 kmymoney/dialogs/transactioneditor.cpp http://commits.kde.org/kmymoney/cc7354d043efd0da84f8eee004b7b0c5390422dd Git commit e3b4e55b2fcf9ad36ae5a397fe9f016d4a480039 by Cristian Oneț. Committed on 18/10/2014 at 13:42. Pushed by conet into branch '4.7'. Remove the too harsh transation entering restrictions. Now a transaction can be entered if at least one of the following fields payee, category, amount is valid. This was the old behavior and it seems better to be more permissive with the user as long as no harm is done. Attached the commit to the original bug report which seems invalid since it requests these restrictions. (cherry picked from commit cc7354d043efd0da84f8eee004b7b0c5390422dd) M +9 -29 kmymoney/dialogs/transactioneditor.cpp http://commits.kde.org/kmymoney/e3b4e55b2fcf9ad36ae5a397fe9f016d4a480039 |