http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11759
--- Comment #34 from Viktor Sarge <[email protected]> --- > 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) Both works for me but If possible I personally prefer not ever having to say "Oh, but you see that's a batch checkout and has it's own module". If the existing interface could handle it I'd prefer to just expand it's functionality. > 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... I guess the first choice is handling it server side or client wise. With the Ajax circulation I guess you could actually have a javascript that slices the barcodes and sends them one by one(?). I guess you could even make it possible to do multiple batch scans and just append all new barcodes to the queue to be handled by the script. Not an authority on the internals of Koha though so it's really just my two cents. -- 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/
