actualbudget / actual

A local-first personal finance app
https://actualbudget.org
MIT License
13.96k stars 1.11k forks source link

[Bug]: CSV Manual import ignores "Reconcile Transaction" option #2897

Closed benquan closed 3 months ago

benquan commented 3 months ago

Verified issue does not already exist?

What happened?

When manually importing a CSV file, I try to unselect the "Reconcile Transaction" option. The check mark goes away but when I execute de command, the uploaded transactions get reconciled anyway.

Screenshot 2024-06-18 at 12 07 11 PM Screenshot 2024-06-18 at 12 09 05 PM

Expected behavior would be that new transactions are imported without the reconciled checkmark.

Where are you hosting Actual?

Locally via Yarn

What browsers are you seeing the problem on?

Chrome

Operating System

Mac OSX

youngcw commented 3 months ago

The reconcile button means to reconcile against existing transactions, ie deduplicate the transactions. It is an overloaded name to be fair. There is an update in the queue that will change this wording to be more clear.