-
Notifications
You must be signed in to change notification settings - Fork 621
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Modify PostFinance PDF-Importer to support new transaction (#4422)
- Loading branch information
Showing
4 changed files
with
167 additions
and
0 deletions.
There are no files selected for viewing
30 changes: 30 additions & 0 deletions
30
....portfolio.tests/src/name/abuchen/portfolio/datatransfer/pdf/postfinance/CryptoKauf01.txt
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,30 @@ | ||
PDFBox Version: 1.8.17 | ||
Portfolio Performance Version: 0.72.2 | ||
----------------------------------------- | ||
PostFinance AG | ||
Sie werden betreut von | ||
KmLaf STJiQ oTqDQh und Team Post CH AG | ||
Telefon +41 20 486 17 12 | ||
www.postfinance.ch P.P. CH-4808 Zofingen A-PRIORITY | ||
yObY | ||
xCqJFfs rrSEgT WlfX BapaDg ICOS Pkoibzr | ||
GweJpN gqJCiOWpctTNeseNL 69 | ||
6979 eQAbpo | ||
Transaktion: Kauf Seite: 1 / 1 | ||
Krypto Datum: 02.12.2024 | ||
Kryptoportfolio 33-705809-6 Auftrag 37463178 | ||
Datum der 01.12.2024 | ||
Auftragserteilung | ||
Ihr Auftrag wurde wie folgt am 01.12.2024 ausgeführt: | ||
Position Anzahl Währung Kurs Betrag | ||
Bitcoin BTC 0.006124 USD 97 376.126639 | ||
Kurswert in Handelswährung USD 596.33 | ||
Handelsgebühr USD 5.67 | ||
Total USD 602.00 | ||
Total in Kontowährung zum Kurs von USD/CHF 0.8949 538.73 | ||
Der Totalbetrag von CHF 538.73 wurde Ihrem Konto bD93 4072 6753 0009 6042 0 mit Valuta 01.12.2024 belastet. | ||
Bitte prüfen Sie dieses Dokument und benachrichtigen Sie uns bei Unstimmigkeiten innert Monatsfrist. | ||
Im Rahmen dieser Transaktion hat PostFinance als Kommissionärin gehandelt. | ||
Freundliche Grüsse | ||
PostFinance AG | ||
0000011111888883333355555 DDDDDEEEEE 000000000000000000000000055555.....0000000000 |
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 |
---|---|---|
|
@@ -939,4 +939,5 @@ private boolean notEmpty(String s) | |
{ | ||
return s != null && s.length() > 0; | ||
} | ||
|
||
} |