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
-
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
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
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
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
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)
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
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
8 matches
Mail list logo