https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19814 Marcel de Rooy <m.de.rooy@rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #189488|0 |1 is obsolete| | --- Comment #60 from Marcel de Rooy <m.de.rooy@rijksmuseum.nl> --- Created attachment 189586 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=189586&action=edit Bug 19814: Add batch return functionality for RFID workflows This proof-of-concept adds batch return capability to the circulation returns page, designed primarily for RFID pad workflows while maintaining backward compatibility for single scan returns. Key Features: - Automatic RFID batch detection and processing with debouncing - Manual batch mode toggle in checkin settings - Single textarea element that adapts from single-line to multi-line - Batch results display with per-item status and messages Technical Implementation: - Backend auto-detects batch mode via newline presence in barcode input - Debouncing (500ms) prevents premature form submission during scanning for multi-line input - Textarea styling dynamically switches between single-line and multi-line modes - Batch processing reuses existing AddReturn() logic for consistency - All existing circulation rules, messages, and workflows preserved RFID Workflow: 1. RFID pad scans multiple items → deposits newline-delimited barcodes 2. Interface auto-expands to show all scanned items 3. Automatic submission after 0.5s delay 4. Batch results display with status for each item Manual Workflow: 1. Enable "batch mode" in circulation settings 2. Input field expands to textarea for multiple barcodes 3. Submit to see comprehensive batch results This is a proof-of-concept seeking user feedback before full development and refinement. Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> -- You are receiving this mail because: You are watching all bug changes.