[kmymoney] [Bug 495528] New: Changes in the source column of an entry in the price update dialog are not saved
https://bugs.kde.org/show_bug.cgi?id=495528 Bug ID: 495528 Summary: Changes in the source column of an entry in the price update dialog are not saved Classification: Applications Product: kmymoney Version: git (master) Platform: Other OS: All Status: REPORTED Severity: normal Priority: NOR Component: general Assignee: kmymoney-devel@kde.org Reporter: ralf.habac...@freenet.de Target Milestone: --- STEPS TO REPRODUCE 1. download kmymoney snapshot from https://cdn.kde.org/ci-builds/office/kmymoney/master/ 2. load appended file 3. In the extra menu open "update price" dialog 5. Select the source entry "BRL -> EUR" 6. choose a difference source from the list 7. press enter and leave the dialog with pressing the "OK" button 8. Reopen the "price update" dialog 9. Inspect the source column of the source entry "BRL -> EUR" OBSERVED RESULT The source columns has not not been updated to show the new source choosed at 6. EXPECTED RESULT The source column should show the new source, as the user may want to change the source for further updates. SOFTWARE/OS VERSIONS Operating System: openSUSE Leap 15.5 KDE Plasma Version: 5.27.9 KDE Frameworks Version: 5.103.0 Qt Version: 5.15.8 -- You are receiving this mail because: You are the assignee for the bug.
[kmymoney] [Bug 495528] Changes in the source column of an entry in the price update dialog are not saved
https://bugs.kde.org/show_bug.cgi?id=495528 --- Comment #1 from Ralf Habacker --- Created attachment 175332 --> https://bugs.kde.org/attachment.cgi?id=175332&action=edit test file -- You are receiving this mail because: You are the assignee for the bug.
[kmymoney] [Bug 492038] Currency conversion from EUR to BTC fails at yahoo.com
https://bugs.kde.org/show_bug.cgi?id=492038 Bug Janitor Service changed: What|Removed |Added Status|REPORTED|ASSIGNED Ever confirmed|0 |1 --- Comment #4 from Bug Janitor Service --- A possibly relevant merge request was started @ https://invent.kde.org/office/alkimia/-/merge_requests/50 -- You are receiving this mail because: You are the assignee for the bug.
[alkimia] [Bug 495118] Downloading quote data from yahoo.com in csv format is broken
https://bugs.kde.org/show_bug.cgi?id=495118 --- Comment #6 from Ralf Habacker --- Git commit 5b5f15c4f004a25e42c1ad6e255f243aaaf7814c by Ralf Habacker. Committed on 29/10/2024 at 19:29. Pushed by habacker into branch 'master'. Limiting the end date when adding date ranges to the download URL In the AlkOnlineQuote class, the end date is now limited to the current time, as individual services such as yahoo.com otherwise respond with an error. M +11 -0autotests/alkonlinequoteprivatetest.cpp M +7-0src/alkonlinequote_p.cpp https://invent.kde.org/office/alkimia/-/commit/5b5f15c4f004a25e42c1ad6e255f243aaaf7814c -- You are receiving this mail because: You are the assignee for the bug.
[alkimia] [Bug 495118] Downloading quote data from yahoo.com in csv format is broken
https://bugs.kde.org/show_bug.cgi?id=495118 --- Comment #5 from Ralf Habacker --- Git commit 01014f5780442595f413ad6434808729c981e77a by Ralf Habacker. Committed on 29/10/2024 at 19:23. Pushed by habacker into branch 'master'. Extend date range support in a URL for downloading quotes In URLs of online course sources, a start and end date in the UTC time zone can be used with '%utc' variables in the order listed. This is necessary for querying prices e.g. at yahoo.com. For the use of local time zones, the variable '%u' has been added, which was previously already available when parsing a date. M +30 -9autotests/alkonlinequoteprivatetest.cpp M +1-1autotests/alkonlinequoteprivatetest.h M +49 -31 src/alkonlinequote_p.cpp https://invent.kde.org/office/alkimia/-/commit/01014f5780442595f413ad6434808729c981e77a -- You are receiving this mail because: You are the assignee for the bug.
[kmymoney] [Bug 492038] Currency conversion from EUR to BTC fails at yahoo.com
https://bugs.kde.org/show_bug.cgi?id=492038 Ralf Habacker changed: What|Removed |Added Status|ASSIGNED|RESOLVED Latest Commit||https://invent.kde.org/offi ||ce/alkimia/-/commit/07b92d7 ||e646e26982efa5e6ca39aaa573b ||b11a2b Resolution|--- |FIXED Version Fixed In||8.2 --- Comment #5 from Ralf Habacker --- Git commit 07b92d7e646e26982efa5e6ca39aaa573bb11a2b by Ralf Habacker. Committed on 29/10/2024 at 21:17. Pushed by habacker into branch 'master'. Add support for reverse online quote search If a request for the rate of a conversion is not successful, a search with swapped symbols will be carried out afterwards, if activated, which can increase the success rate. As we are about to freeze the user interface, no changes to the user interface will be introduced with this commit. FIXED-IN:8.2 M +11 -15 src/alkonlinequote.cpp M +18 -0src/alkonlinequote.h M +51 -1src/alkonlinequote_p.cpp M +4-0src/alkonlinequote_p.h https://invent.kde.org/office/alkimia/-/commit/07b92d7e646e26982efa5e6ca39aaa573bb11a2b -- You are receiving this mail because: You are the assignee for the bug.