fints-hbci-php
fints-hbci-php copied to clipboard
Add support for transaction codes (GV-Codes)
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
.
I also added a getter for the signed transaction amount.
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.
Done.
This was my last addition to this PR, as my fork will now divert from the current functionality.