Skip to content

Commit

Permalink
Modify Postfinance PDF-Importer to support new transaction (portfolio…
Browse files Browse the repository at this point in the history
  • Loading branch information
gh-nw-pp committed Jan 30, 2025
1 parent 727f426 commit ac3eec6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -802,7 +802,7 @@ private void addAccountStatementTransaction()
+ "|GIRO .*(OST|ANK|ONAL)( \\(SEPA\\))?" //
+ "|(KAUF\\/)?ONLINE( S.*|-S.*)(.*\\.[\\d]{4})?" //
+ "|BARGELDBEZUG( VOM)?(.*\\.[\\d]{4})?" //
+ "|TWINT .*(ENDEN|DIENSTLEISTUNG)" //
+ "|TWINT .*(ENDEN|DIENSTLEISTUNG)( VOM)?" //
+ "|E\\-FINANCE .*\\-[\\d]+" //
+ "|AUFTRAG DEBIT DIRECT" //
+ "|.BERWEISUNG AUF KONTO)) " //
Expand Down

0 comments on commit ac3eec6

Please sign in to comment.