-
Notifications
You must be signed in to change notification settings - Fork 113
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix locale for mapping ubs_ch_fr (#64)
* Fixed common encoding code for de/fr/it_CH. Added test data * Forgot to add test data ^^ * More doc * travis: add language-pack-fr for ubs-ch-fr mapping. Upgrade (dev)-requirements for Python-3.9. ubs-ch-fr: fix description * ubs-ch-fr: fix lint issuesm fix multiple bank tr header in test files * Contributing doc fix (mkvirtualenv) Co-authored-by: Marco Emilio Poleggi <marcoep@***> Co-authored-by: Reuben Cummings <reubano@***>
- Loading branch information
1 parent
d743e17
commit b00f9cb
Showing
9 changed files
with
71 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
!Account | ||
N0123 45678901.23A | ||
TBank | ||
^ | ||
!Type:Bank | ||
NA01234BC01234567 | ||
D2019-03-31 | ||
LSolde prix prestations | ||
MSolde prix prestations | ||
T-10.00 | ||
^ | ||
N3456789ZT1234567 | ||
D2019-02-28 | ||
PASSOCIATION FOO-BAR | ||
LVirement postal: ASSOCIATION FOO-BAR | ||
MASSOCIATION FOO-BAR: BVD DE QUELQUE-PART 1, 1201 GENEVE, CH ASSOCIATION FOO-BAR | ||
T240.00 | ||
^ | ||
N9979360TI2115087 | ||
D2019-04-27 | ||
PQuuz-baz SàrL, CH - 1203 GENEVE, E-Banking CHF intérieur | ||
LOrdre e-banking: REMB-CASH | ||
MREMB-CASH: Quuz-baz SàrL, CH - 1203 GENEVE, E-Banking CHF intérieur REMB-CASH | ||
T-200.00 | ||
^ |
Empty file.
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,4 @@ | ||
Produit;Monn.;Description;Date de valeur;Description 1;Description 2;Description 3;N° de transaction;Débit;Crédit;Solde | ||
0123 45678901.23A;CHF;Compte personnel UBS;31.03.2019;Solde prix prestations;;;A01234BC01234567;10.00;;11'373.94 | ||
0123 45678901.23A;CHF;Compte personnel UBS;28.02.2019;Virement postal;ASSOCIATION FOO-BAR;BVD DE QUELQUE-PART 1, 1201 GENEVE, CH;3456789ZT1234567;;240.00;11'613.94 | ||
0123 45678901.23A;CHF;Compte personnel UBS;27.04.2019;Ordre e-banking;REMB-CASH;Quuz-baz SàrL, CH - 1203 GENEVE, E-Banking CHF intérieur;9979360TI2115087;200.00;;11'413.94 |
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