Summary: | Cannot create new investment | ||
---|---|---|---|
Product: | [Applications] kmymoney | Reporter: | Wolfgang Rohdewald <wolfgang> |
Component: | general | Assignee: | KMyMoney Devel Mailing List <kmymoney-devel> |
Status: | RESOLVED FIXED | ||
Severity: | major | CC: | wolfgang |
Priority: | NOR | ||
Version: | 5.0.0 | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 5.0.2 | |
Sentry Crash Report: |
Description
Wolfgang Rohdewald
2018-07-04 20:57:33 UTC
The wrong version number (5.0.0 displayed in 5.0.1) is a known issue. I've seen many cases of the details window being too small to see the details without manually making it larger. I don't know if this is really a KMyMoney issue or some underlying library, but someone will have to look to see if there is some parameter when creating/displaying that window that will help. It might be a regression when moving to Frameworks. As far as I can tell, creating a Stock (or Equite) account should be automatic and I can't think of any way it could possible be a parent account, especially at the time of creation. I have not yet tried to recreate this - your instructions look good, so I wonder if in the process of creating the second stock, something is not getting deselected and is being used as the parent of the new stock instead of using the main investment account. Could it be, that this is already fixed in master? I cannot reproduce it. How to I get to the details button? I did not find it? this one: kmymoney/wizards/newinvestmentwizard/knewinvestmentwizard.cpp: KMessageBox::detailedSorry(this, i18n("Unable to create all objects for the investment"), QString::fromLatin1(e.what())); I looked at the latest commits but I saw nothing about this. A simpler step list: 1. go to investments 2. select an equity account 3. select an existing investment 4. right click ANYWHERE to create a new investment 5. this fails for me. BTW is there any way to remove an investment again? If I simply create one without ever using it, I think I should be able to delete it in the Securities tab. But the Delete button is grayed out. This seems to be fixed in master. I remember that I was working on this at some point in time. Possible related commits are f1a04e2f29c, 15ca4f5fce44 and 1c3dfb32f903fa. |