-
Notifications
You must be signed in to change notification settings - Fork 3
Description
As said in the README this script for each SW transaction creates two FF transactions.
I would suggest that one of them could not be necessary, as in my use case: I upload transactions from bank statement, add description and categorize them; then use this script, so the first transaction created by it would be a duplicate (Card -> Supermarket).
Maybe another env var AVOID_DUPLICATE_TRANSACTIONS could be created, and the script could check (before adding it) that a transaction on the same day and with same amount (and maybe similar description) exists or not, possibly prompting something to the user (maybe this is not desirable), and split that transaction, instead of creating a new one.
I could delete manually the transaction from the bank statement, but it is not what I want, since from the bank there are also other information I want to keep.
If this is something desirable, I would be glad to help on a PR about it.