-
-
Notifications
You must be signed in to change notification settings - Fork 426
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[IMP] account_bank_statement_import_txt_xlsx: CSV
[IMP] add csv meta data management [FIX] exclude footer meta data [IMP] import separated credit/debit column file [FIX] make comptatible with new version of multi_step_wizard module & add migration file [FIX] all not provided value are handled in_parse_decimal method [REF] Remove unnecessary \n Co-authored-by: zaoral
- Loading branch information
1 parent
9beac65
commit c01f6ad
Showing
15 changed files
with
260 additions
and
444 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1 @@ | ||
from . import models | ||
from . import wizards |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 10 additions & 0 deletions
10
account_statement_import_txt_xlsx/tests/fixtures/meta_data_separated_credit_debit.csv
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
Bank code : 1001010101,Agency Code : 10000,Download start date : 01/04/2020,Download end date : 02/04/2020,, | ||
Account Number : 08088804068,Account Name : Account Owner,: EUR,,, | ||
,,,,, | ||
Balance at end of period,,,,"+31070,11", | ||
Date,Operation Number,Label,Debit,Credit,Detail | ||
01/04/20,UNIQUE OP 1,LABEL 1,"-50,00",,DETAILS 1 | ||
01/04/20,UNIQUE OP 2,LABEL 2,"-100,00",,CLIENTS X | ||
02/04/20,UNIQUE OP 3,LABEL 3,"-80,68",,DETAILS 2 | ||
02/04/20,UNIQUE OP 4,LABEL 4,,"1300,00",DETAILS 3 | ||
Balance at start of period,,,,"+30000,77", |
Binary file added
BIN
+5.23 KB
account_statement_import_txt_xlsx/tests/fixtures/meta_data_separated_credit_debit.xlsx
Binary file not shown.
Oops, something went wrong.