Commit 59e5b10
Support carry-overs in PDFs of Deutsche Bank (#5166)
* Support carry-overs in PDFs of Deutsche Bank
A statement entry like
Übertrag (Überweisung) von + 1.000,00
denoting an incoming transfer was not recognized until now. The name
of the sending account owner will get logged as a note.
* Improve some source
Closes #5154 (comment)
---------
Co-authored-by: Alexander Ott <webmaster@nirus-online.de>1 parent 63ddc10 commit 59e5b10
File tree
3 files changed
+125
-46
lines changed- name.abuchen.portfolio.tests/src/name/abuchen/portfolio/datatransfer/pdf/deutschebank
- name.abuchen.portfolio/src/name/abuchen/portfolio/datatransfer/pdf
3 files changed
+125
-46
lines changedLines changed: 43 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
949 | 949 | | |
950 | 950 | | |
951 | 951 | | |
952 | | - | |
953 | | - | |
954 | | - | |
955 | | - | |
| 952 | + | |
| 953 | + | |
| 954 | + | |
956 | 955 | | |
957 | 956 | | |
958 | 957 | | |
| |||
2799 | 2798 | | |
2800 | 2799 | | |
2801 | 2800 | | |
2802 | | - | |
2803 | | - | |
2804 | | - | |
2805 | 2801 | | |
2806 | 2802 | | |
2807 | | - | |
| 2803 | + | |
| 2804 | + | |
| 2805 | + | |
| 2806 | + | |
| 2807 | + | |
| 2808 | + | |
| 2809 | + | |
| 2810 | + | |
2808 | 2811 | | |
2809 | | - | |
| 2812 | + | |
| 2813 | + | |
| 2814 | + | |
| 2815 | + | |
| 2816 | + | |
| 2817 | + | |
| 2818 | + | |
| 2819 | + | |
| 2820 | + | |
| 2821 | + | |
| 2822 | + | |
| 2823 | + | |
| 2824 | + | |
| 2825 | + | |
| 2826 | + | |
| 2827 | + | |
| 2828 | + | |
| 2829 | + | |
| 2830 | + | |
| 2831 | + | |
| 2832 | + | |
| 2833 | + | |
| 2834 | + | |
| 2835 | + | |
2810 | 2836 | | |
| 2837 | + | |
| 2838 | + | |
| 2839 | + | |
| 2840 | + | |
| 2841 | + | |
| 2842 | + | |
| 2843 | + | |
| 2844 | + | |
2811 | 2845 | | |
2812 | 2846 | | |
Lines changed: 37 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
0 commit comments