Open GoogleCodeExporter opened 8 years ago
You can add the following below line 11 on index.php to get rid of that error
but I don't think it's going to do anything for a slow response -sounds like a
server or ils issue.
$include='pages/'.$page.'.php';
Original comment by ericmelton1@gmail.com
on 17 Aug 2012 at 6:45
Because of the delay in the software showing the book on the monitor after it
is scanned is it possible without alot of work on your part to add the option
to play a sound when the item scanned appears on the screen each time?
What is happening is when they walk up and scan like 5 items fast as they can
by the time they hit print only 2 or 3 books are on the screen. I was hoping
that it would slow them down if after one item scanned and shows on the screen
the program could beep (i would of course turn off the scanner beep).
Original comment by mickeyfa...@gmail.com
on 5 Oct 2012 at 1:29
try adding the following in processes/checkout.php but keep in mind the sounds
are sometimes delayed as well
put...
$.dbj_sound.play("'.$welcome_sound.'");
below...
$("#item_list").attr({ scrollTop: $("#item_list").attr("scrollHeight") });
Original comment by ericmelton1@gmail.com
on 5 Oct 2012 at 4:44
That works perfect!!!! Thank you so much!
Original comment by mickeyfa...@gmail.com
on 5 Oct 2012 at 6:17
Original issue reported on code.google.com by
mickeyfa...@gmail.com
on 17 Aug 2012 at 6:37