Commit Graph

6 Commits

Author SHA1 Message Date
Alexis de Lattre
0a97650ce9 camt: remove dead code
Fix warning account.bank.statement.line.create() includes unknown fields: data, execution_date, transfer_type, value_date
2018-06-01 10:52:59 +02:00
eLBati
4a6a517dea FIX account_bank_statement_import_camt error message and comment 2018-06-01 10:52:59 +02:00
ecino
c4dc160eda [10.0] Better parse camt groupped transactions (#131)
* correctly parse entries with multiple transactions

Our bank does it.  Care has been taken not to break cases where
Ntry/NtryDtls/TxDtls isn't used: if any piece of information isn't found
on these nodes, the matching information from the Ntry is used.  Most
often the entry has a sum or a summary and the transaction details are
more precise and specific, so it makes sense to use their contents
rather than its.

* more complete unit tests for camt parser

This checks the whole output data of the parser against its expected
output.

* add a test case that checks TxDtls decoding

* special case for Ntrys without TxDtls

* CO-12 - Date Import BVR

* FIX tests

* CO-1232 Fixed issues with CAMT parser tests
2018-06-01 10:52:59 +02:00
Emanuel Cino
aad82e8241 Fix typo 2018-06-01 10:52:59 +02:00
david wulliamoz
f0a4fe8a97 allow camt054 to be parsed
IMP README
2018-06-01 10:52:59 +02:00
Louis Bettens
a66b4bf7cf camt: allow modules to enhance the parser 2018-06-01 10:52:59 +02:00