-
Notifications
You must be signed in to change notification settings - Fork 630
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Modify Postfinance PDF-Importer to support new transactions #4502
base: master
Are you sure you want to change the base?
Conversation
Hello @TheSpiriter We generally do not extract securities transactions (purchase, sale, dividends...) from account statements, as information such as exchange rate, taxes, fees and so on is simply missing. Regards Alex |
name.abuchen.portfolio/src/name/abuchen/portfolio/datatransfer/pdf/PostfinancePDFExtractor.java
Outdated
Show resolved
Hide resolved
...sts/src/name/abuchen/portfolio/datatransfer/pdf/postfinance/PostfinancePDFExtractorTest.java
Outdated
Show resolved
Hide resolved
...sts/src/name/abuchen/portfolio/datatransfer/pdf/postfinance/PostfinancePDFExtractorTest.java
Outdated
Show resolved
Hide resolved
...sts/src/name/abuchen/portfolio/datatransfer/pdf/postfinance/PostfinancePDFExtractorTest.java
Outdated
Show resolved
Hide resolved
- Remove dividend extraction from account statement - Remove commented code for purchases from account statement test
Hi @Nirus2000, |
Modify Postfinance PDF-Importer to support new transactions:
Closes #4479