[Koha-bugs] [Bug 9844] Add a barcode queue to checkout / return

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Jun 18 17:54:42 CEST 2013


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9844

--- Comment #2 from Viktor Sarge <viktor.sarge at regionhalland.se> ---
Thanks for the input. I've read up on 10240 and while it is a good patch I feel
that the two are a bit apart even if 10240 might be a useful start to work with
the functionality described here. 

I guess it would go something like this: 

When issuing
* circulation.pl lights up a static page. 
* scan a barcode. 
* barcode is stored in a cache (javascript or indexedDB)
* barcode is lit up in the "barcode queue"-box.

These steps can take place as many times as you like at the same time as the
ones below. 

* the barcode that first arrived in the cache is sent to the server for
processing. 
* when a response arrives form the server the corresponding barcode is removed
from the cache and the visible "barcode queue"-box. 
* the correct response is displayed on circulation.pl. Multiple boxes requiring
to be handled could be displayed. 

Before going much further with this it might be a good idea to just have a go
with Plack and se if it makes the system more responsive. Not least since I
have a bit of a hard time convincing people on IRC that "scan as fast as you
like" is a good idea :)

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.


More information about the Koha-bugs mailing list