ledger123 / runmyaccounts

SQL-Ledger Customizations by Run My Accounts
GNU General Public License v2.0
16 stars 9 forks source link

Revolut import feature: Fee is subtracted from, but should be added to amount #401

Open sweitmann opened 1 year ago

sweitmann commented 1 year ago

Hi Armaghan,

Here is an example of this issue: Bildschirmfoto 2023-10-14 um 12 49 10 Here the card_payment is -3.713,36 and the bank adds a fee of 37,13 on top of that, so the total amount that is deducted from the account is 3.713,36 + 37,13 = 3.750,49.

Currently the calculation is done in the opposite direction, so instead of 3.750,49 we book 3.713,36 - 37,13 = 3.676,23. Bildschirmfoto 2023-10-14 um 12 55 33

It would be great if you could correct this at your convenience. Thank you!

Regards

sweitmann commented 12 months ago

Hi Armaghan,

Today I had this issue again. Here is another good example: Bildschirmfoto 2023-11-04 um 10 30 01

Would be awesome if you could look into this at your convenience. Thank you!

Regards