Description
src/app/invoice/batch/page.tsx creates multiple invoices at once with no check for accidental duplicates (same recipient + amount entered twice). This issue adds pre-submission duplicate detection.
Technical Context
Involves src/app/invoice/batch/page.tsx. Before submission, scan the batch list for entries with identical recipient+amount+token combinations and surface a warning requiring explicit confirmation to proceed.
Acceptance Criteria
Description
src/app/invoice/batch/page.tsxcreates multiple invoices at once with no check for accidental duplicates (same recipient + amount entered twice). This issue adds pre-submission duplicate detection.Technical Context
Involves
src/app/invoice/batch/page.tsx. Before submission, scan the batch list for entries with identical recipient+amount+token combinations and surface a warning requiring explicit confirmation to proceed.Acceptance Criteria