ccavanaugh / jgnash

jGnash Personal Finance
http://ccavanaugh.github.io/jgnash/
Other
139 stars 80 forks source link

Extend MT940Parser to recognize Kontobezeichung #8

Closed laeubi closed 6 years ago

laeubi commented 8 years ago

Extended the Parser to recognize the Type 25 (Kontobezeichnung) line that can be used to distinguish between entries from different accounts, such files are created by the Multicash (https://www.omikron.de/produkte/unternehmen/multicash/) finance management software. This is based on the 2.15 version of jgnash. I also added a Testcase to cover this.

ccavanaugh commented 8 years ago

Looks like there are some merge conflicts against the latest release. If you can fix those, I will be more than happy to accept the pull request.