Re: [Koha] setting barcode of batch of books

2018-07-05 Thread Bob Birchall
Run a report: SELECT barcode FROM items Export the output to a text file or spreadsheet. You can also scan to a text file one by one, with a barcode reader. Bob Birchall Calyx On 06/07/18 15:44, hira.ak...@almusnet.com wrote: Hi, Is there any way with which we can save the barcodes of batch i

Re: [Koha] checkout using barcode scanner

2018-07-05 Thread Bob Birchall
Koha supports the use of barcode scanners. See the manual. Bob Birchall Calyx On 06/07/18 15:39, hira.ak...@almusnet.com wrote: hi, does koha provides check in check out functionality using barcode scanner or we must have to write it down manually at check in / check out time?? __

[Koha] setting barcode of batch of books

2018-07-05 Thread hira.ak...@almusnet.com
Hi, Is there any way with which we can save the barcodes of batch items? i.e. through barcode scanner output file or any other thing? kindly tell all the ways through which we can save barcodes of all items in catalogue. thanks in advance. ___ Koha m

[Koha] checkout using barcode scanner

2018-07-05 Thread hira.ak...@almusnet.com
hi, does koha provides check in check out functionality using barcode scanner or we must have to write it down manually at check in / check out time?? ___ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz https://lists.katipo.co.nz/ma

Re: [Koha] Batch restriction of patrons?

2018-07-05 Thread Barton Chittenden
Another possibility would be to use the message triggers and automatically suspend patrons on their last notice. On Thu, Jul 5, 2018 at 3:49 PM, Cab Vinton wrote: > Hi, All -- > > We've used the noissuescharge setting in the Circulation preferences > to prevent patrons from checking items out wh

[Koha] Batch restriction of patrons?

2018-07-05 Thread Cab Vinton
Hi, All -- We've used the noissuescharge setting in the Circulation preferences to prevent patrons from checking items out when their fines exceed a certain amount. However, since most of our fines are relatively modest, it may take several months to reach the noissuescharge cap if a patron only

Re: [Koha] On-Site Checkout

2018-07-05 Thread Nicolas Legrand
Hi, we make both on site checkouts and regular checkouts. When we do on site checkouts, we often have a batch of it, so having the option already checked is a time saver. We had a little modification to the code of ciculation.pl : my $onsite_checkout = $query->param('onsite_checkout'); if ($onsit