-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
11 changed files
with
32 additions
and
13 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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
kind: Fixed | ||
body: 'Update dependencies: go-yaml, adrg/xdg, x/text' | ||
time: 2024-09-10T19:57:27.129084907+02:00 |
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,3 @@ | ||
kind: Fixed | ||
body: Adapt to new barclaycard format (additional payee field) | ||
time: 2024-09-10T19:58:46.902626699+02:00 |
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,3 @@ | ||
kind: Fixed | ||
body: Skip barclaycard entries with empty date ("vorgemerkt") | ||
time: 2024-09-10T19:59:16.638026314+02:00 |
12 changes: 6 additions & 6 deletions
12
internal/pkg/batchconvert/testfiles/expected_output/mixed/Umsaetze.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,7 +1,7 @@ | ||
date;payment;info;payee;memo;amount;category;tags | ||
2020-09-28;1;PAYPAL *DEALER 98765432 DE;;;-64.140000;; | ||
2020-09-19;1;XYZ ROTTERDAM NL;;;-15.000000;; | ||
2020-09-12;1;Abc *Abc def 12345 DE;;;-3.980000;; | ||
2020-09-12;1;DB FERNVERKEHR AG FRANKFURT DE;;;-4.970000;; | ||
2020-09-11;1;BANK ORT 1 PORT 2 > DE;;;-250.000000;; | ||
2020-09-09;1;DB BAHN A-BC 123ZOO INTERNET DE;;;-13.100000;; | ||
2020-09-28;1;PAYPAL *DEALER 98765432 DE;Händler1;;-64.140000;; | ||
2020-09-19;1;XYZ ROTTERDAM NL;Händler2;;-15.000000;; | ||
2020-09-12;1;Abc *Abc def 12345 DE;Händler3;;-3.980000;; | ||
2020-09-12;1;DB FERNVERKEHR AG FRANKFURT DE;Händler4;;-4.970000;; | ||
2020-09-11;1;BANK ORT 1 PORT 2 > DE;Händler5;;-250.000000;; | ||
2020-09-09;1;DB BAHN A-BC 123ZOO INTERNET DE;Händler6;;-13.100000;; |
Binary file modified
BIN
+1.11 KB
(120%)
internal/pkg/batchconvert/testfiles/input/mixed/Umsaetze.xlsx
Binary file not shown.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
date;payment;info;payee;memo;amount;category;tags | ||
2020-09-28;1;PAYPAL *DEALER 98765432 DE;;;-64.140000;; | ||
2020-09-19;1;XYZ ROTTERDAM NL;;;-15.000000;; | ||
2020-09-12;1;Abc *Abc def 12345 DE;;;-3.980000;; | ||
2020-09-12;1;DB FERNVERKEHR AG FRANKFURT DE;;;-4.970000;; | ||
2020-09-11;1;BANK ORT 1 PORT 2 > DE;;;-250.000000;; | ||
2020-09-09;1;DB BAHN A-BC 123ZOO INTERNET DE;;;-13.100000;; | ||
2020-09-28;1;PAYPAL *DEALER 98765432 DE;Händler1;;-64.140000;; | ||
2020-09-19;1;XYZ ROTTERDAM NL;Händler2;;-15.000000;; | ||
2020-09-12;1;Abc *Abc def 12345 DE;Händler3;;-3.980000;; | ||
2020-09-12;1;DB FERNVERKEHR AG FRANKFURT DE;Händler4;;-4.970000;; | ||
2020-09-11;1;BANK ORT 1 PORT 2 > DE;Händler5;;-250.000000;; | ||
2020-09-09;1;DB BAHN A-BC 123ZOO INTERNET DE;Händler6;;-13.100000;; |
Binary file not shown.
Binary file modified
BIN
+785 Bytes
(110%)
pkg/parser/testfiles/barclaycard/Umsaetze_nok_wrongamount.xlsx
Binary file not shown.
Binary file modified
BIN
+786 Bytes
(110%)
pkg/parser/testfiles/barclaycard/Umsaetze_nok_wrongdate1.xlsx
Binary file not shown.
Binary file modified
BIN
+789 Bytes
(110%)
pkg/parser/testfiles/barclaycard/Umsaetze_nok_wrongdate2.xlsx
Binary file not shown.