From 77f0a3e58b99266d1fa2003e76efe1be28412e9b Mon Sep 17 00:00:00 2001 From: Alec Bakholdin <43560338+alecbakholdin@users.noreply.github.com> Date: Sat, 25 Apr 2026 17:44:38 -0400 Subject: [PATCH] Update documentation for transaction import behavior based (#7614) * Update documentation for transaction import behavior Updated docs per the change in #7610 * [autofix.ci] apply automated fixes * release notes * removed patch notes --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> --- packages/docs/docs/transactions/importing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/docs/docs/transactions/importing.md b/packages/docs/docs/transactions/importing.md index 02026ff0e5..b55fdb887f 100644 --- a/packages/docs/docs/transactions/importing.md +++ b/packages/docs/docs/transactions/importing.md @@ -51,7 +51,7 @@ After checking the **id**, Actual will look for transactions around the same dat It will always favor the imported transaction. If it matches a manually-entered transaction, it will update the date to match the imported transaction. **Keeping dates in sync with your bank is important** as it allows you to compare the balance at any point in time with your bank. -When "Merge with existing transactions" is enabled, a **Reimport deleted transactions** checkbox is also available. When unchecked (the default for file imports), any transactions that were previously imported and then deleted will not be reimported. Enable this option if you want deleted transactions to reappear during import. +When "Merge with existing transactions" is enabled, a **Reimport deleted transactions** checkbox is also available. When checked (the default for file imports), any transactions that were previously imported and then deleted will be reimported. Disable this option if you do _not_ want deleted transactions to reappear during import. :::note The [API](/docs/api/reference#importtransactions) defaults `reimportDeleted` to `true` for backward compatibility. If you are importing via the API and want to skip deleted transactions, pass `reimportDeleted: false` explicitly.