[Koha] Question re TOCs and other digital content

2022-09-08 Thread Bruns, Anke
Hello again, as far as we know, Koha provides no possibility to index uploaded files, e.g. pdfs containing a table of content, an abstract, or a full text. As this info isn't so very recent, perhaps there has been development in this area that we aren't aware of? I checked the documentation, but

[Koha] Monday 26 patch testing session (open to all!) to help enhancements and bug fixes to be released

2022-09-08 Thread Victor Grousset/tuxayo
Hi :) The poll shows that the 26th should be the most convenient date. Let's meet at any moment in the following timeframe: 13h-19h UTC / 14h-20h UK/ 9h-15h US East/6h-12h US West The place is https://visio.chapril.org/koha Here is a resource about how to test patches using sandboxes: https://w

[Koha] Display Koha Saved Reports on OPAC for library patrons

2022-09-08 Thread Ms. Naveen Ali
Dear All, I have created and saved some reports in Koha, which I would like to display as Links on OPAC for patrons. How can I do this? With best regards, Naveen Ali ITM-JE (EAKL) Inst Representative for HEC Digital Library Resources. NEDUET, Karachi. __

Re: [Koha] Display Koha Saved Reports on OPAC for library patrons

2022-09-08 Thread Vikram Zadgaonkar
Hi Naveen, You can add links under important links in NAV. Vikram Zadgaonkar On Fri, Sep 9, 2022 at 11:13 AM Ms. Naveen Ali wrote: > Dear All, > > I have created and saved some reports in Koha, which I would like to > display as Links on OPAC for patrons. > > How can I do this? > > With best re

Re: [Koha] Display Koha Saved Reports on OPAC for library patrons

2022-09-08 Thread Ms. Naveen Ali
Thank you the reply, I have done that, but how do I generate URL to report. There is the option for JSON URL, but I would like the show report in PDF or HTML for patrons With best regards, Naveen Ali ITM-JE (EAKL) Inst Representative for HEC Digital Library Resources. NEDUET, Karachi.

Re: [Koha] Display Koha Saved Reports on OPAC for library patrons

2022-09-08 Thread Indranil Das Gupta
Hi, 1) make sure these reports are configured as "public" 2) That your OPACBaseURL syspref is set 3) these reports will provide the output in JSON format 4) create the necessary jQuery snippet in OpacUserJS system preference to fetch the json and generate your required display. Hope this help