Skip to content
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

Fees aren't accounted for #23

Open
JulianGro opened this issue Feb 25, 2024 · 1 comment
Open

Fees aren't accounted for #23

JulianGro opened this issue Feb 25, 2024 · 1 comment

Comments

@JulianGro
Copy link
Contributor

When importing using this importer, transactions that contain a fee will be missing said fee.
For example, someone sends 100€, 3€ are taken by PayPal as a fee, meaning only 97€ actually make it into the account in the end.
Importing such a transaction using this importer, will make it show only the 100€ and leave 3€ unaccounted for. These unaccounted fees accumulate over all relevant transactions.

@robvankeilegom
Copy link
Owner

@JulianGro Are you willing to send me a screenshot of the data in the database?

This can be multiple transaction records for a single transaction if there's a currency conversion. And there will probably also a record for the fee.

Here is an example:
image

Those 4 records are one and the same transaction.

If there's anything unclear, lmk!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants