Skip to content

Avoid duplicate transactions #31

@AleTopp

Description

@AleTopp

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions