-
-
Notifications
You must be signed in to change notification settings - Fork 427
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FIX] account_statement_import_txt_xlsx: handle empty value (debit or…
… credit)
- Loading branch information
1 parent
db84c00
commit 24c744a
Showing
2 changed files
with
3 additions
and
1 deletion.
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
2 changes: 1 addition & 1 deletion
2
account_statement_import_txt_xlsx/tests/fixtures/debit_credit_amount.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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
"Date","Label","Debit","Credit","Balance","Partner Name","Bank Account" | ||
"12/15/2018","Credit 20.00","0.00","20.00","-10.00","John Doe","123456789" | ||
"12/15/2018","Debit test empty, Credit test integer",,"20","-10.00","John Doe","123456789" | ||
"12/15/2018","Credit 13.50","0.00","-13.50","-23.50","John Doe","123456789" | ||
"12/15/2018","Debit 33.50","-33.50","0.00","10.00","Azure Interior","" | ||
"12/15/2018","Debit 1500","1,500.00","0.00","1,510.00","Azure Interior","" |