http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11759
--- Comment #33 from David Cook <[email protected]> --- A few thoughts: 1) Do we need to have a separate batch checkout page? Or can we add batch checkout functionality to the existing checkout page? (Perhaps having "Single" and "Batch" tabs in the UI) 2) As Viktor pointed out, how could this work with a RFID scanner providing multiple barcodes at once? In my case, I have a RFID scanner that is returning comma-separated barcodes (e.g. 12345,67890,111213). I suppose this case is similar to the textarea case, except for a difference with separator, and the RFID scanner sends a carriage return at the end of the concatenated barcode string to trigger a submit... Tricky... -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
