robvankeilegom / firefly-III-paypal-importer

PayPal Data Importer for Firefly III
48 stars 3 forks source link

Fees aren't accounted for #23

Open JulianGro opened 6 months ago

JulianGro commented 6 months ago

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 commented 6 months ago

@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!