[kmymoney] [Bug 451646] No way to change the hierarchy for a loan

Ceaus bugzilla_noreply at kde.org
Sun Aug 28 09:44:49 BST 2022


https://bugs.kde.org/show_bug.cgi?id=451646

Ceaus <kde at pohw.nl> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |kde at pohw.nl

--- Comment #1 from Ceaus <kde at pohw.nl> ---
I just ran into the same issue. Especially with loans in a business like
environment, placing a loan in a different tree is almost a necessity.

It's a hack, but I got it to work:
1. Unpack the kmy file (if in kmy format)
2. Identify the account which is going to be the new parent and remember its
id.
3. Locate the loan account and remember its id.
4. From the loan account, change the parent account from "AStd::Asset" to the
id of the new parent (see 2).
5. Find the old parent and remove the loan account id from the list of sub
accounts.
6. Find the new parent and add the loan account id to the list of sub accounts.
7. Save the xml file.
8. Pack the file into a kmy file (optional).

You can still edit the loan properties through the scheduled transactions
screen. I didn't try that and I don't know if that resets some account
properties.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the KMyMoney-devel mailing list