Summary: | No way of changing smallest cash/money unit size | ||
---|---|---|---|
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: | 5.0.8 | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/office/kmymoney/commit/f68278ea401af18af92cb708c5899dfefa07ae52 | Version Fixed In: | 5.1.1 |
Sentry Crash Report: |
Description
Ian Neal
2020-08-29 09:50:14 UTC
Git commit 2afa09b0691f4eb79a2f22c5a2ac4adf8b50c7ec by Thomas Baumgart. Committed on 13/09/2020 at 12:07. Pushed by tbaumgart into branch 'master'. Provide detailed creation of currencies The current implementation does not allow to specify all attributes for currencies but rather uses default values which cannot be changed afterwards. This change adds functionality to set all relevant attributes during creation and also provides a feature to change those which can be changed after creation of the currency. M +60 -31 kmymoney/dialogs/kcurrencyeditdlg.cpp M +1 -1 kmymoney/dialogs/kcurrencyeditdlg.h M +23 -15 kmymoney/dialogs/kcurrencyeditdlg.ui M +101 -16 kmymoney/dialogs/kcurrencyeditordlg.cpp M +9 -5 kmymoney/dialogs/kcurrencyeditordlg.h M +104 -29 kmymoney/dialogs/kcurrencyeditordlg.ui https://invent.kde.org/office/kmymoney/commit/2afa09b0691f4eb79a2f22c5a2ac4adf8b50c7ec Git commit f68278ea401af18af92cb708c5899dfefa07ae52 by Thomas Baumgart. Committed on 13/09/2020 at 12:28. Pushed by tbaumgart into branch '5.1'. Provide detailed creation of currencies The current implementation does not allow to specify all attributes for currencies but rather uses default values which cannot be changed afterwards. This change adds functionality to set all relevant attributes during creation and also provides a feature to change those which can be changed after creation of the currency. FIXED-IN: 5.1.1 GUI: (cherry picked from commit 2afa09b0691f4eb79a2f22c5a2ac4adf8b50c7ec) M +59 -30 kmymoney/dialogs/kcurrencyeditdlg.cpp M +1 -1 kmymoney/dialogs/kcurrencyeditdlg.h M +23 -15 kmymoney/dialogs/kcurrencyeditdlg.ui M +101 -16 kmymoney/dialogs/kcurrencyeditordlg.cpp M +9 -5 kmymoney/dialogs/kcurrencyeditordlg.h M +104 -29 kmymoney/dialogs/kcurrencyeditordlg.ui https://invent.kde.org/office/kmymoney/commit/f68278ea401af18af92cb708c5899dfefa07ae52 |