US-4.8not implemented Auto-check receipt matching after TUI labelling
As a user who just finished labelling a receipt in the TUI I want the system to automatically check whether the newly labelled receipt matches any CSV transaction as soon as I answer "no" to "want to add more accounts?" so that I get immediate feedback on whether the receipt links to a bank transaction, without having to run the full pipeline again.
Acceptance Criteria
- After the TUI label is saved, the batch-matching algorithm runs for that single receipt against all loaded CSV transactions.
- If exactly one match is found, the link is created automatically and the user is informed.
- If zero or multiple matches are found, the user is informed but the pipeline continues (no blocking error).
No DAG diagram: Not yet implemented — TUI enhancement; the data path will extend the receipt labelling step (US-2b) with an inline matching check.
Demo video coming soon