[kmymoney4] [Bug 374599] Cannot delete payee

Ralf Habacker bugzilla_noreply at kde.org
Tue Jun 27 14:51:51 UTC 2017


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

Ralf Habacker <ralf.habacker at freenet.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ralf.habacker at freenet.de
         Resolution|---                         |WORKSFORME
             Status|UNCONFIRMED                 |RESOLVED

--- Comment #3 from Ralf Habacker <ralf.habacker at freenet.de> ---
A workaround is to save the kmymoney file as xml file and fix this issue using
a text editor:

1. Search for 'PAYEE' which will get something like 

  <PAYEE matchingenabled="0" email="" id="P000001" name="test" reference="">

2. Then search for 'P000001'. If there any transactions it will return
something like this:

    <SPLIT payee="P000001" reconcileflag="0" shares="-12121212/1"
reconciledate="" action="" bankid="" account="A000001" number=""
value="-12121212/1" memo="" id="S0001"/>
    <SPLIT payee="P000001" reconcileflag="0" shares="12121212/1"
reconciledate="" action="" bankid="" account="A000002" number=""
value="12121212/1" memo="" id="S0002"/>

3. Change payee="P000001" to payee=""

4. save file and open with kmymoney.

5. Save as .kmy file.

To get an idea what happens in the application it would still nice to get
detailed step by step instruction how to reproduce this issue.

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


More information about the KMyMoney-devel mailing list