Commit Graph

8 Commits

Author SHA1 Message Date
Alexey Pelykh
108175fde2 [MIG] account_bank_statement_import_paypal: adapt improvements to v11 2020-04-17 19:27:30 +02:00
Alexey Pelykh
8a2104e793 [IMP] account_bank_statement_import_paypal: DE mapping; use account number 2020-04-13 08:52:06 +02:00
Alexey Pelykh
1aa793b59c [IMP] account_bank_statement_import_paypal 2020-04-13 08:52:04 +02:00
wildi
eb40afd1bb [IMP] Add German Date Format for Paypal 2020-03-04 22:36:11 +01:00
Alexandre Fayolle
b3380f06db [11.0] [FIX] float parsing in paypal import (#211)
In English version of the files, paypal uses ',' as thousands separator and '.' as
decimal separator -> the previous code would populate the bank statement with
wrong values without complaining.

We fix this by allowing to configure the separators in the paypal map.
2019-05-14 10:09:30 +02:00
cubells
64d0d19ca7 [IMP] account_bank_statement_import_paypal: create paypal maps 2019-04-12 16:36:40 +02:00
cubells
234114ad56 [MIG]account_bank_statement_import_paypal: Migration to 11.0 2018-07-04 16:29:20 +02:00
Sébastien BEAU
d734aab52a refactor paypal import in order to use new bank statement from Paypal
Remove deprecated information in readme
solve issue on currency the main currency is not the first line (line are ordered by currency name). So we should take the journal currency or company currency to know the right currency to use. Also add full header to avoid issue if the paypal header change
2018-07-04 11:20:40 +02:00