[Kmymoney-devel] [kmymoney4] [Bug 313237] No payee matching with aqbanking import (HBCI)

Christian David christian-david at web.de
Thu Mar 21 15:08:31 UTC 2013


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

--- Comment #7 from Christian David <christian-david at web.de> ---
Hi, with that patch the regular expression

^(?:Ueberweisung|SEPA-Ueberweisung|Dauerauftrag) an[^\n]*\n([^\n]+)\n

is able to extract the payee in a few cases (transfers initiated by you, as you
can read from the expression). Unforunatly more is not possible for accounts at
Deutsche Bank as all other transactions do not follow a rule a program could
use to extract the payee.

The transfer descibed in aqbank.txt is a debit note (Lastschrift) the described
problem prevents automatical detection here.

For memo you should use (.*) (with brackets!) as regexp, then the memo stays
unchanged compared to earlier imports in all cases. The patch as well as the
regexp are tested.

By the way: I can confim this bug.

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


More information about the KMyMoney-devel mailing list