fix: unignore transactions during categorization (#1683)

Fixes #1660
This commit is contained in:
Mattsson
2026-08-19 11:00:02 +02:00
committed by GitHub
parent b069d9a9fe
commit 43cde6deb9
22 changed files with 1270 additions and 190 deletions
+10
View File
@@ -447,6 +447,16 @@ const TRANSACTIONS: Record<string, StructuredErrorEntry> = {
message_sv: 'Transaktionen kategoriserades av en annan förfrågan. Ladda om och försök igen.',
message_en: 'Transaction was already categorized by another request.',
},
TX_CATEGORIZE_IGNORED_CONFLICT: {
httpStatus: 409,
message_sv:
'Transaktionen är fortfarande markerad som ignorerad och kan därför inte kopplas till en verifikation.',
message_en:
'The transaction is still marked as ignored and cannot be linked to a journal entry.',
remediation: {
description: 'Reload and retry categorization. Report the conflict if it persists.',
},
},
TX_CATEGORIZE_SUGGEST_SI_MATCH: {
httpStatus: 409,
message_sv: