Commit Graph

28 Commits

Author SHA1 Message Date
Leonardo Pistone
5ad1ee5a04 convert the repo to 79 columns 2014-08-26 13:27:50 +02:00
Pedro M. Baeza
a33cfa6936 Fix multiline docstring param 2014-08-05 18:47:52 +02:00
Pedro M. Baeza
d9a943d2d3 [IMP] account_statement_base_import: Fix PEP8 2014-08-04 18:42:00 +02:00
Pedro M. Baeza
44a59ce588 autopep8 2014-08-04 15:29:05 +02:00
Florian da Costa
3278d9990e [IMP] Allow to import xlsx files 2014-02-12 15:50:40 +01:00
Yannick Vaucher
0ef6e4f94b [FIX] file parser __init__ comment 2013-11-06 18:27:53 +01:00
Virgil Dupras
35507cd40c [ENH] Began extracting the commission-handling feature from account_statement_base_import.
The extracted commission part is not functional, but the base_import module still works.
2013-05-03 15:57:26 -04:00
unknown
74c6caaf6b [TYPO] missing return carriage 2013-02-26 09:27:03 +01:00
unknown
c292adb42a [FIX] coding standard and typo + mutable default value 2013-02-26 09:14:18 +01:00
unknown
648d81dd1c [TYPO] 2013-02-15 16:29:59 +01:00
unknown
cae935236d [IMP] using with statement 2013-02-15 12:02:52 +01:00
unknown
858812167d [IMP] error message english readability 2013-02-15 12:02:32 +01:00
unknown
ee63c3e133 [IMP] return error messages 2013-02-15 12:02:14 +01:00
Guewen Baconnier @ Camptocamp
412d86809d [FIX] pep8, pylint, eyeballing 2012-12-20 14:37:01 +01:00
Alexandre Fayolle @ camptocamp
3ac78f679b [MRG] account_statement_base_import: fix CSV parsing issues 2012-11-26 11:23:58 +01:00
Alexandre Fayolle @ camptocamp
ccd7b763d1 [FIX] account_statement_base_import: autodetect CSV file delimiter 2012-11-23 17:27:24 +01:00
Alexandre Fayolle @ camptocamp
e0b690363c [FIX] account_statement_base_import: allow to process CSV files written on MaxOS 2012-11-23 15:59:10 +01:00
Alexandre Fayolle @ camptocamp
434c3448a5 [FIX] account_statement_base_import: when importing from excel, use the date mode of the file, and not a hardcoded value
> 
> See http://stackoverflow.com/questions/3727916/xldate-as-tuple for a detailed explanation
2012-11-23 15:01:40 +01:00
Benoit Guillot
be0073acf5 [FIX] fix typo and remove useless check
(lp:c2c-financial-addons/6.1 rev 87.1.2)
2012-09-26 14:51:06 +02:00
Benoit Guillot
a2cc03e4f1 [IMP] account_statement_base_import: support csv without header
(lp:c2c-financial-addons/6.1 rev 87.1.1)
2012-09-25 10:05:34 +02:00
Joël Grand-Guillaume
1f1a75e020 [MRG] Add all the bank statement improvements that we made. This is mostly based on :
account_statement_ext -> provide profile per bank statement, remove period, choose to use balance check or not,...
  account_statement_base_completion -> provide a completion rule system to fullfill the bank statement (partner, account,...)
  account_statement_base_import -> provide a base to create your own file parser for each bank/office and link it to a profile
  account_statement_transactionid_completion and account_statement_transactionid_import to use the transaction ID recorded in th SO
  account_advanced_reconcile -> An advanced way to setup reconciliation rules on every account
  account_financial_report_webkit -> some little fixes
(lp:c2c-financial-addons/6.1 rev 63)
2012-06-20 16:10:01 +02:00
Joël Grand-Guillaume
d8e7cb77a2 [MRG] From customer branch
(lp:c2c-financial-addons/6.1 rev 58)
2012-06-06 16:27:25 +02:00
Guewen Baconnier @ Camptocamp
b95f9e913d [FIX] count of reconciliations was incorrect for partial reconciliations
(lp:c2c-financial-addons/6.1 rev 24.3.1)
2012-06-26 15:25:27 +02:00
Guewen Baconnier @ Camptocamp
231f0b276c [REF] refactoring of account_advanced_reconcile using account_easy_reconcile, intermediate commit
(lp:c2c-financial-addons/6.1 rev 24.2.1)
2012-06-12 22:41:47 +02:00
Joël Grand-Guillaume
52e490104f [DOC] Comment the whole code of the bank statement improvement modules suite.
(lp:c2c-financial-addons/6.1 rev 24.1.24)
2012-06-20 16:01:43 +02:00
Joël Grand-Guillaume
0e70448fac [FIX] Various fixes after presentation to F.Clementi
(lp:c2c-financial-addons/6.1 rev 24.1.23)
2012-06-18 15:55:15 +02:00
Joël Grand-Guillaume
5ddd981875 [FIX] Bug fixing and first running version
(lp:c2c-financial-addons/6.1 rev 24.1.19)
2012-06-15 16:04:08 +02:00
Joël Grand-Guillaume
57215e0aa1 [IMP] Rebuild of all bank statment stuffs. This commit is more a backup cause it is under hard devs V2.0
(lp:c2c-financial-addons/6.1 rev 24.1.18)
2012-06-14 16:21:57 +02:00