Commit Graph

11 Commits

Author SHA1 Message Date
Andrea
6fc47c1834 [10.0][FIX] account_bank_statement_import_camt: switch name and note 2018-10-02 15:27:30 +02:00
Andrea Stirpe
9ae52ea128 [10.0][FIX] account_bank_statement_import_camt: payment amounts (#166) 2018-08-08 08:13:49 +02:00
Patrick Tombez
b53c4159f5 [10.0][FIX] Fix CAMT import without NTRY 2018-07-17 15:04:51 +02:00
Emanuel Cino
ef7246c611 Allow inheritance for CAMT parser to add transaction nodes 2018-06-28 16:21:05 +02:00
Alexis de Lattre
209ac9195b camt: remove dead code
Fix warning account.bank.statement.line.create() includes unknown fields: data, execution_date, transfer_type, value_date
2018-02-20 17:57:48 +01:00
Alexis de Lattre
e8ea38d911 Merge pull request #133 from eLBati/10.0-camt054
[10.0] allow camt054 to be parsed
2018-02-20 14:26:52 +01:00
eLBati
b660f5b4bf FIX account_bank_statement_import_camt error message and comment 2018-02-20 12:41:56 +01:00
ecino
19c1256ee3 [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-01-24 07:11:26 -07:00
Emanuel Cino
e6f26df58a Fix typo 2017-11-30 16:41:38 +01:00
david wulliamoz
a8fb175913 allow camt054 to be parsed
IMP README
2017-11-30 16:41:37 +01:00
Louis Bettens
135f47ee14 camt: allow modules to enhance the parser 2017-11-20 08:55:22 +01:00