fints-hbci-php icon indicating copy to clipboard operation
fints-hbci-php copied to clipboard

Add support for transaction codes (GV-Codes)

Open roben opened this issue 7 years ago • 4 comments

This pull request adds support for transaction codes, a.k.a. Geschäftsvorfall-Code / GV-Code. It is based on https://github.com/mschindler83/fints-hbci-php/pull/77 because it changes related code parts, mainly the regexp used by MT940.php.

roben avatar Jan 25 '18 11:01 roben

I also added a getter for the signed transaction amount.

roben avatar Jan 25 '18 13:01 roben

We noticed and fixed some issues with the parser. Mainly the assumption that one day only has one statement was wrong, which lead to incorrect balances for days with multiple statements. Also the splitting of each statement block was broken and only worked by chance.

roben avatar Feb 07 '18 15:02 roben

Done.

roben avatar Feb 08 '18 08:02 roben

This was my last addition to this PR, as my fork will now divert from the current functionality.

roben avatar Mar 02 '18 10:03 roben