Re: [Koha] Plack plus shibboleth

2018-09-18 Thread Dave Sherohman
Yeah, Tomas' suggestion gave me a similar idea, of creating a standalone CGI shim which doesn't load any of the full koha infrastucture (it could probably be self-contained, using no Koha::*/C4::* modules at all) and just receives the shib tokens, then writes them into a database (or memcached), wh

Re: [Koha] Check-in Receipt

2018-09-18 Thread Michael Kuhn
Hi Mubassir > Is there any way to print check-in receipt in koha. You can read all about it in the fine manual at https://koha-community.org/manual/18.05/en/html/circulation.html#check-in-returning Also see the following Koha menus: * Administration > Item circulation alerts * Tools > Notice

[Koha] Searching for fields with no data

2018-09-18 Thread Claes Eriksson
I would like to search and find records without data in a specific field. An example: Go to advanced search in the OPAC and opt for More options. Search with some word in the "Title" field and in the field "Conference name" I would like to find those records that has no data in that field. I