https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=43603 --- Comment #1 from Martin Renvoize (ashimema) <martin.renvoize@openfifth.co.uk> --- Created attachment 206589 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=206589&action=edit Bug 43603: Add article_request_scan_accounts and article_request_scan_log tables Adds two new tables backing the batch scan import for article requests: - article_request_scan_accounts: one row per configured scan source, referencing an existing file_transports row, plus the upload authorised value category used to register retrieved scan files and an active flag controlling whether article_request_scans.pl polls it. - article_request_scan_log: idempotency tracking, recording the outcome for every filename already processed per account so it is never reprocessed. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> -- You are receiving this mail because: You are watching all bug changes.