[kmymoney] [Bug 426400] Fix KF5 issues on Windows
https://bugs.kde.org/show_bug.cgi?id=426400 Bug 426400 depends on bug 399497, which changed state. Bug 399497 Summary: aqbanking could not find ofx plugin https://bugs.kde.org/show_bug.cgi?id=399497 What|Removed |Added Status|REPORTED|RESOLVED Resolution|--- |UNMAINTAINED -- You are receiving this mail because: You are the assignee for the bug.
[kmymoney] [Bug 399497] aqbanking could not find ofx plugin
https://bugs.kde.org/show_bug.cgi?id=399497 Ralf Habacker changed: What|Removed |Added Status|REPORTED|RESOLVED Resolution|--- |UNMAINTAINED --- Comment #1 from Ralf Habacker --- The mentioned version is outdated and no longer supported. If the problem persists with a newer version, you can reopen this error with updated information. -- You are receiving this mail because: You are the assignee for the bug.
[kmymoney] [Bug 460007] New: Forecasting graph on the home page has random quality problems
https://bugs.kde.org/show_bug.cgi?id=460007 Bug ID: 460007 Summary: Forecasting graph on the home page has random quality problems Classification: Applications Product: kmymoney Version: 5.1.3 Platform: Other OS: Microsoft Windows Status: REPORTED Severity: normal Priority: NOR Component: reports Assignee: kmymoney-devel@kde.org Reporter: ralf.habac...@freenet.de Blocks: 426400 Target Milestone: --- Created attachment 152596 --> https://bugs.kde.org/attachment.cgi?id=152596&action=edit testfile.kmy Phil Richardson reported this bug at https://mail.kde.org/pipermail/kmymoney/2022-September/003991.html STEPS TO REPRODUCE 1. Download portable binary for KMyMoney on Windows from https://download.kde.org/stable/kmymoney/5.1.3/ 2. unpack 7z file and run start.bat 3. open the appended file (testfile.kmy) 4. inspect the home page OBSERVED RESULT The forecasting graph on the home page has random quality problems. One moment it renders in full quality, other times it's very blocky, as if it's consuming 100% of the same width/height, but with only 10% of the quality. EXPECTED RESULT The graph should always be displayed in full quality SOFTWARE/OS VERSIONS Windows: 10 KDE Frameworks Version: 5.76.0 Qt Version: 5.12.12 ADDITIONAL INFORMATION After a deactivation/activation cycle of the report view plugin, the graphic is displayed in full quality. This suggests that there is an initialization problem when creating the graph. Referenced Bugs: https://bugs.kde.org/show_bug.cgi?id=426400 [Bug 426400] Fix KF5 issues on Windows -- You are receiving this mail because: You are the assignee for the bug.
[kmymoney] [Bug 426400] Fix KF5 issues on Windows
https://bugs.kde.org/show_bug.cgi?id=426400 Ralf Habacker changed: What|Removed |Added Depends on||460007 Referenced Bugs: https://bugs.kde.org/show_bug.cgi?id=460007 [Bug 460007] Forecasting graph on the home page has random quality problems -- You are receiving this mail because: You are the assignee for the bug.
[kmymoney] [Bug 426400] Fix KF5 issues on Windows
https://bugs.kde.org/show_bug.cgi?id=426400 Ralf Habacker changed: What|Removed |Added Depends on||460009 Referenced Bugs: https://bugs.kde.org/show_bug.cgi?id=460009 [Bug 460009] kmymoney does not contain holiday dates -- You are receiving this mail because: You are the assignee for the bug.
[kmymoney] [Bug 460009] New: kmymoney does not contain holiday dates
https://bugs.kde.org/show_bug.cgi?id=460009 Bug ID: 460009 Summary: kmymoney does not contain holiday dates Classification: Applications Product: kmymoney Version: 5.1.3 Platform: Other OS: Microsoft Windows Status: REPORTED Severity: normal Priority: NOR Component: general Assignee: kmymoney-devel@kde.org Reporter: ralf.habac...@freenet.de Blocks: 426400 Target Milestone: --- Phil Richardson reported this bug at https://mail.kde.org/pipermail/kmymoney/2022-September/003991.html > It doesn't contain any holiday data, so my schedules simply work Monday > to Friday and can't follow the "move to next working day rule". STEPS TO REPRODUCE 1. Download portable binary for KMyMoney on Windows from https://download.kde.org/stable/kmymoney/5.1.3/ 2. unpack 7z file and run start.bat 3. open the appended file (testfile.kmy) 4. in the left view open "Scheduled transactions" OBSERVED RESULT In Germany, October 3 is a public holiday. If the week-end option is MoveAfter, the "next due date" should be October 4, which is not the case. KMyMoney selects October 3. Furthermore, December 26th is a holiday, so if December 25th is selected, the 27th should be displayed, which is not the case, the 26th is displayed. EXPECTED RESULT In the cases described, October 4 and December 27 would have to be displayed, respectively. SOFTWARE/OS VERSIONS Windows: 10 KDE Frameworks Version: 5.76.0 Qt Version: 5.12.12 Referenced Bugs: https://bugs.kde.org/show_bug.cgi?id=426400 [Bug 426400] Fix KF5 issues on Windows -- You are receiving this mail because: You are the assignee for the bug.
[kmymoney] [Bug 460009] kmymoney does not contain holiday dates
https://bugs.kde.org/show_bug.cgi?id=460009 --- Comment #1 from Ralf Habacker --- Created attachment 152598 --> https://bugs.kde.org/attachment.cgi?id=152598&action=edit testfile -- You are receiving this mail because: You are the assignee for the bug.
[kmymoney] [Bug 460009] kmymoney does not contain holiday dates
https://bugs.kde.org/show_bug.cgi?id=460009 Ralf Habacker changed: What|Removed |Added Attachment #152598|testfile|testfile.kmy description|| -- You are receiving this mail because: You are the assignee for the bug.
[kmymoney] [Bug 460009] kmymoney does not contain holiday dates
https://bugs.kde.org/show_bug.cgi?id=460009 --- Comment #2 from Ralf Habacker --- Created attachment 152599 --> https://bugs.kde.org/attachment.cgi?id=152599&action=edit screenshot with holiday settings On the "scheduled transactions" settings page, there is a field for selecting the holiday calendar that does not contain an entry. The indicates that a required component (kholidays) has not been installed. -- You are receiving this mail because: You are the assignee for the bug.
[kmymoney] [Bug 460009] kmymoney does not contain holiday dates
https://bugs.kde.org/show_bug.cgi?id=460009 Ralf Habacker changed: What|Removed |Added Component|general |packaging -- You are receiving this mail because: You are the assignee for the bug.
[kmymoney] [Bug 460007] Forecasting graph on the home page has random quality problems
https://bugs.kde.org/show_bug.cgi?id=460007 --- Comment #1 from Ralf Habacker --- The size of graph, which is calculated in void KHomeViewPrivate:;showNetWorthGraph() { Q_Q(KHomeView); // Adjust the size QSize netWorthGraphSize = q->size(); netWorthGraphSize -= QSize(80, 30); m_netWorthGraphLastValidSize = netWorthGraphSize; qDebug() << "netWorthGraphSize" << netWorthGraphSize; contains small values after starting the application > netWorthGraphSize QSize(414, 275) and increases after applying any change in the settings menu (for example changing the state of the splash screen) > netWorthGraphSize QSize(1694, 1172) . -- You are receiving this mail because: You are the assignee for the bug.
[kmymoney] [Bug 416800] Cannot print checks
https://bugs.kde.org/show_bug.cgi?id=416800 --- Comment #2 from Jack --- In particular, 5.0.6 is very old, and newer versions are available for Windows. -- You are receiving this mail because: You are the assignee for the bug.
[kmymoney] [Bug 458995] Change the account when OFX import has no effect
https://bugs.kde.org/show_bug.cgi?id=458995 --- Comment #9 from Jack --- I'm not sure what the right resolution should be here, as it seems the underlying problem is a bank that issues OFX files that do not follow the standard. Given the low probability of getting the bank to change anything, is there anything KMM can do, or does the OP just need to edit the OFX file for one of the two accounts before importing? -- You are receiving this mail because: You are the assignee for the bug.
[kmymoney] [Bug 416800] Cannot print checks
https://bugs.kde.org/show_bug.cgi?id=416800 --- Comment #3 from rcarrels7...@charter.net --- As I am sure you can appreciate, it has been 2 years and 9 months since I reported the error - I am using another program - GNU Cash. I could not wait to figure out printing checks (2 months at the time). A shame since I liked the way KDE Money looked and worked. On 10/3/2022 6:37 AM, Justin Zobel wrote: > https://bugs.kde.org/show_bug.cgi?id=416800 > > Justin Zobel changed: > > What|Removed |Added > > Resolution|--- |WAITINGFORINFO > Status|REPORTED|NEEDSINFO > > --- Comment #1 from Justin Zobel --- > Thank you for reporting this crash in KDE software. As it has been a while > since this issue was reported, can we please ask you to see if you can > reproduce the crash with a recent software version? > > If you can reproduce the issue, please change the status to "CONFIRMED" when > replying. Thank you! > -- You are receiving this mail because: You are the assignee for the bug.
[kmymoney] [Bug 416800] Cannot print checks
https://bugs.kde.org/show_bug.cgi?id=416800 --- Comment #4 from rcarrels7...@charter.net --- As I am sure you can appreciate, it has been 2 years and 9 months since I reported the error - I am using another program - GNU Cash. I could not wait to figure out printing checks (2 months at the time). A shame since I liked the way KDE Money looked and worked. On 10/5/2022 6:58 PM, Jack wrote: > https://bugs.kde.org/show_bug.cgi?id=416800 > > --- Comment #2 from Jack --- > In particular, 5.0.6 is very old, and newer versions are available for > Windows. > -- You are receiving this mail because: You are the assignee for the bug.
[kmymoney] [Bug 418479] Historical Investment Transactions causes crash
https://bugs.kde.org/show_bug.cgi?id=418479 Justin Zobel changed: What|Removed |Added Resolution|--- |WAITINGFORINFO Status|REPORTED|NEEDSINFO --- Comment #10 from Justin Zobel --- Thank you for reporting this crash in KDE software. As it has been a while since this issue was reported, can we please ask you to see if you can reproduce the crash with a recent software version? If you can reproduce the issue, please change the status to "CONFIRMED" when replying. Thank you! -- You are receiving this mail because: You are the assignee for the bug.