[Koha] Report to display count of records without number of copies.

2012-02-21 Thread Vimal Kumar
Dear Friends, Can you help me to build a report to display, Count of records without number of copies. Regards, -- Vimal Kumar V. Mahatma Gandhi University Library Kottayam, Kerala- 686 560 Web: http://www.vimalkumar.org Blog: http://linuxhalwa.blogspot.com -

Re: [Koha] How to include 952$x in a report

2012-02-21 Thread Stefano Bargioni
Paul, seems you are using two queries (";" delimits queries). If I'm not wrong, you can use SELECT items.biblionumber,items.barcode,items.dateaccessioned, ExtractValue(biblioitems.marcxml,'//datafield[@tag="952"]/subfield[@code="x"]') AS ITEM FROM biblioitems LEFT JOIN items ON (items.biblioitemn

Re: [Koha] Report to display count of records without number of copies.

2012-02-21 Thread Marijana Glavica
On Tue, Feb 21, 2012 at 01:43:19PM +0530, Vimal Kumar wrote: > Dear Friends, > > Can you help me to build a report to display, > Count of records without number of copies. If you need count of all titles: SELECT COUNT(biblionumber) AS Count FROM biblio ; other useful reports: http://wiki.koha-co

[Koha] How to display fields in OPAC

2012-02-21 Thread Richa Srivastava
Where can I find xslt styelsheet to change the field display in normal view in OPAC? Is this wise to touch the xslt style sheet as a library staff? Can it be accessed through staff-client interface? -- Best wishes ऋचा Richa Srivastava ___ Koha mailing

Re: [Koha] [Discussion tech] Generalise the use Template Toolkit plugins

2012-02-21 Thread Paul Poulain
Le 13/02/2012 08:12, Chris Cormack a écrit : > On 13 February 2012 20:11, Marcel de Rooy wrote: >> I would say here that a general rule is hard to make. Even disapproving a >> patch only for the reason of not using a plugin is "discussionable". > Current Koha does a lot of things in a lot of ways

[Koha] Updating ebook records in Koha - what happens to adjusted biblio records?

2012-02-21 Thread Hartman, David W. - GBTS Library
My library subscribes to Books24x7 and Safari Books online. When I update my collection to have the latest book records from these providers, I assume I should REVERT the last batch input and IMPORT the latest records. If I took an existing Safari biblio record and added a print (second copy)

[Koha] Novelist

2012-02-21 Thread v...@scls.lib.wi.us
Hi, Is any library using the Novelist integration that was included with the 3.6.0 Koha upgrade? I would like to see what this looks like. Vicki -- Vicki Teal Lovely Helping our 53 member libraries provide the best possible service to the public. ILS Project Manager South Central Library Sy

Re: [Koha] Novelist

2012-02-21 Thread Nicole Engard
That was submitted to Koha 3.6 by a ByWater Solutions partner - Los Gatos Public Library. You can see it in action on their system: http://catalog.losgatosca.gov/ Nicole C. Engard ByWater Solutions On Tue, Feb 21, 2012 at 8:27 PM, v...@scls.lib.wi.us wrote: > Hi, > > Is any library using the N