[Koha] Can't connect to SIP2 and port 6001 closed

2019-09-09 Thread library
Hi all, I need your help . I've tried to connect the self check to Koha Server. But the SIP2 services can't be upped and the 6001 is closed. From log: 1 - root@UKOHA:/var/log/koha/ulibrary# ps -ef | grep SIP umplibr+ 769 1 0 Sep06 ? 00:00:16 daemon --name=ulibrary-koha-sip --errlog=/var/log/k

Re: [Koha] Card number login for Patrons

2019-09-09 Thread Katrin Fischer
Hi, this already works in the OPAC - both cardnumber and userid can be used. Do you think of a specific API or the self check out? Katrin On 09.09.19 20:46, Father Vlasie wrote: Hello everyone! Is there a way to allow a patron to login using his card number rather than an username and passwo

[Koha] Card number login for Patrons

2019-09-09 Thread Father Vlasie
Hello everyone! Is there a way to allow a patron to login using his card number rather than an username and password. I would like to implement a system where a user simply scans his card to login when on site. Thank you! FV ___ Koha mailing list h

[Koha] Help restoring OPAC search box

2019-09-09 Thread Sayward Schoonmaker
Hi All— thank you in advance for any help— I am new to Koha and using the software for a research project at Syracuse University. I’ve made an error that is way beyond my knowledge! I copied and pasted some code from ByWaterSolutions into the OpacCustomSearch field (which was empty) and in doing s

Re: [Koha] Alerts for every Nth check out

2019-09-09 Thread Cab Vinton
My first thought was to run a daily report using the MOD function on the total number of checkouts, i.e., MOD(30,10) = 0, MOD(120,10) = 0, etc. Unfortunately, patrons often don't check out just one item at a time, so you'd miss many cases if you only flagged patrons whose issues count was an exact