-
MT 940 messages are delimited by "-". The message lines by "". My account's history now (of course ;-) actually has a message line starting with "-" leading the parser into splitting/corrupting a mess…
-
Hi there,
under Python2.7 I get the following error:
```
$ virtualenv --python=python2.7 test
$ bin/pip install mt-940
Successfully installed mt-940-4.10.0 pyyaml-3.12
$ bin/pip install enum…
-
I suppose this code should be changed in:
Parser/Ing.php
From:
public function accept($text)
{
return substr($text, 7, 6) === 'INGBNL';
}
To:
return substr($text, 6, 6) === 'IN…
-
Buenas tardes,
He clonado e instalado la última versión del módulo par importar norma 43 (Branch 8.0 en Odoo 8.0) y me está arrojando el siguiente error:
Traceback (most recent call last):
Fi…
-
Hey,
Sorry to just hijack/jump into your issues but this is really good!
Would be great to get some additional info on how to use it. This is something I've been trying to set up for a while.
…
-
Dear Sander,
You build a perfect MT940 package. I have installed it into my server en i am using it actually. But i couldn't get every statement running. I have tried something like this:
######
$…
-
Hi,
I've been using your parser and it is by far the best structured parser out there, thanks for that. I was just wondering if you're planning to update the parser to accomodate the new SEPA/IBAN ch…
ghost updated
6 years ago
-
Hi guys,
I discovered a problem with the parsing method of the transaction model.
Actually this error prevents me fetching transactions with fints.
In the example below (obfuscated) the transacti…
-
I am running the example code and receive an error with the Sparkasse account:
```
File "", line 1, in
runfile('D:/fints/test.py', wdir='D:/fints')
File "C:\Anaconda3\lib\site-package…
-
Hi,
I have STA files from Sberbank which mt940 can not process.
It contains statements like this:
```
:61:1710111011DF2402,00S X
```
It seems Sberbank does not fill Transaction Type Identifica…