8 Commits

Author SHA1 Message Date
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
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
Stefan Rijnhart
2ddb8b114e [MIG] account_bank_statement_import_camt 10.0 2017-04-01 14:51:44 +02:00
Stefan Rijnhart
bc94bd837c Create demo data during the execution of tests This ensures that the demo chart of accounts is already installed when the bank journal account is created for the bank journal that is needed to test the import. Otherwise, the demo chart from l10n_generic_coa will fail to install because there is already a journal account in the system. 2017-04-01 14:51:12 +02:00
Holger Brunn
261f3a0213 migrate account_bank_statement_import_camt 2017-04-01 14:51:12 +02:00
Ronald Portier (Therp BV)
d279bd2d69 Support zip files. 2017-04-01 14:51:12 +02:00
Stéphane Bidoul
43b8298eee [IMP] rename bank_statement_parse_ to account_bank_statement_import_
Move parserlib to account_bank_statement_import and remove bank_statement_parse module
2015-07-23 16:09:40 +02:00