Arcadia Public Library uses Envisionware's PCReservation and LPT:One and we are very satisfied with it. It works well with Koha SIP, it is easy to manage by staff, it is easy to use by the public.
Cathi Wiggins Arcadia Public Library Information Systems Services Office: (626) 821-4326 Cell: (818) 203-0531 -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of [email protected] Sent: Wednesday, July 27, 2011 5:00 PM To: [email protected] Subject: Koha Digest, Vol 69, Issue 50 Send Koha mailing list submissions to [email protected] To subscribe or unsubscribe via the World Wide Web, visit http://lists.katipo.co.nz/mailman/listinfo/koha or, via email, send a message with subject or body 'help' to [email protected] You can reach the person managing the list at [email protected] When replying, please edit your Subject line so it is more specific than "Re: Contents of Koha digest..." Today's Topics: 1. Re: Quick Consensus (Liz Rea) 2. Report Help - Extracting XML (Nicole Engard) 3. Re: Seeking Koha Newsletter Editor (Daniel Grobani) 4. Re: MARC mapping (nreese) 5. Re: Seeking Koha Newsletter Editor (Nicole Engard) ---------------------------------------------------------------------- Message: 1 Date: Wed, 27 Jul 2011 15:24:43 -0500 From: Liz Rea <[email protected]> Subject: Re: [Koha] Quick Consensus To: James Ghiorzi <[email protected]> Cc: "[email protected]" <[email protected]> Message-ID: <[email protected]> Content-Type: text/plain; charset="us-ascii" NEKLS has several libraries on Envisionware, it works well and they are happy with it. (also, anyone out there using Envisionware and Koha: don't hesitate to contact us if you have trouble. I've had nearly every issue you can have with EW and SIP come up.) Liz Rea [email protected] -------------- next part -------------- A non-text attachment was scrubbed... Name: email_signature.jpeg Type: image/jpeg Size: 4862 bytes Desc: not available Url : http://lists.katipo.co.nz/pipermail/koha/attachments/20110727/4e685cc7/a ttachment-0001.jpeg -------------- next part -------------- On Jul 27, 2011, at 2:20 PM, James Ghiorzi wrote: > Dear Lee, > > There is also Cassie(and Spot if have wireless and want to authenticate) available from Librarica. Envisionware manages thousands of management systems, customer service is okay and the product itself is okay as well. You can have them install it or you can self install at no cost except for the purchase price(s) of course. Pharos is good for really big libraries/systems and academic libraries. I think any of the choices will work with Koha through a SIP interface, it probably should make no difference what you run Koha on. Hope that helps. > > Respectfully, > > James Ghiorzi > Library Assistant II > San Benito County Free Library > 470 Fifth St. > Hollister, CA 95023 > (831) 636-4107 > > ________________________________________ > From: [email protected] [[email protected]] On Behalf Of Lee Phillips [[email protected]] > Sent: Wednesday, July 27, 2011 11:39 AM > To: [email protected] > Subject: [Koha] Quick Consensus > > Hello all, > Looking at a public computer management system- choices are Envisionware > or Pharos. We run Koha and Unbuntu. Thoughts on best match and best > support/service? > Lee in Butte, Montana > _______________________________________________ > Koha mailing list http://koha-community.org > [email protected] > http://lists.katipo.co.nz/mailman/listinfo/koha > _______________________________________________ > Koha mailing list http://koha-community.org > [email protected] > http://lists.katipo.co.nz/mailman/listinfo/koha ------------------------------ Message: 2 Date: Wed, 27 Jul 2011 19:15:00 -0400 From: Nicole Engard <[email protected]> Subject: [Koha] Report Help - Extracting XML To: Koha <[email protected]> Message-ID: <cac0k6vgzvbjm1sggjuyexwf-nchouapj6eptfzk64nanvv1...@mail.gmail.com> Content-Type: text/plain; charset=UTF-8 Hello all, I need some report assistance. I want to add the summary (520a) to this report: select count(statistics.datetime) as circs, CONCAT('<a href=\"/cgi-bin/koha/catalogue/detail.pl?biblionumber=',biblio.biblionum ber,'\">',biblio.title,'</a>') AS Title, CONCAT('<a href=\"http://mycatalogv/cgi-bin/koha/opac-detail.pl?biblionumber=',bibl io.biblionumber,'\">http://catalog.losgatosca.gov/cgi-bin/koha/opac-deta il.pl?biblionumber=',biblio.biblionumber,'</a>') as URL, biblio.author, items.location from statistics join items on (items.itemnumber=statistics.itemnumber) left join biblio on (biblio.biblionumber=items.biblionumber) where DATE(statistics.datetime) Between <<Date between (yyyy-mm-dd)>> and <<and (yyyy-mm-dd)>> and statistics.itemnumber is not NULL and location = <<Shelving Location Code>> group by biblio.biblionumber order by circs DESC Limit 10 Can someone make some suggestions? ------------------------------ Message: 3 Date: Wed, 27 Jul 2011 16:49:30 -0700 (PDT) From: Daniel Grobani <[email protected]> Subject: Re: [Koha] Seeking Koha Newsletter Editor To: [email protected] Message-ID: <[email protected]> Content-Type: text/plain; charset=us-ascii Hi, I volunteer to serve as newsletter editor. I don't know the qualifications but can offer these tidbits: 1. I have experience editing newsletters and currently edit one for a community organization. 2. I've participated in the Koha community for two years, online and at two KohaCons. 3. I keep up on what's happening in the community--I read the main and developer lists regularly and subscribe to two dozen Koha-related RSS feeds. I plan to attend the IRC meeting on August 2 (well, August 1 here). ----- Cheers, Daniel Grobani Library Technology Specialist John A. Graziano Memorial Library Samuel Merritt University -- View this message in context: http://koha.1045719.n5.nabble.com/Seeking-Koha-Newsletter-Editor-tp46362 79p4640667.html Sent from the Koha - Discuss mailing list archive at Nabble.com. ------------------------------ Message: 4 Date: Wed, 27 Jul 2011 16:56:54 -0700 (PDT) From: nreese <[email protected]> Subject: Re: [Koha] MARC mapping To: [email protected] Message-ID: <[email protected]> Content-Type: text/plain; charset=us-ascii I have had an email reply from one of our sister organisations who runs Koha, and this is their answer. Anyone please feel free to add to or embellish this. I checked on our Koha installation and yes we had the same error message on MARC Bibliographic Framework test for item types I found the cause of the error by analyzing the code of cgi-bin/koha/admin/checkmarc.pl and crafting the query select frameworkcode, tagfield,tab,authorised_value from marc_subfield_structure where kohafield = "biblioitems.itemtype" +---------------+----------+------+------------------+ | frameworkcode | tagfield | tab | authorised_value | +---------------+----------+------+------------------+ | | 942 | 0 | itemtypes | | BSC | 942 | 0 | itemtypes | | MAPS | 255 | 0 | | | MAPS | 255 | 0 | | | MAPS | 942 | 0 | itemtypes | | P | 942 | 0 | itemtypes | +---------------+----------+------+------------------+ The result shows that some MAPS 255 subfields were the cause of the problem. Indeed in the MAPS framework definition the 255b (statement of projection) & 255c (statement of coordinates) were wrongly linked to biblioitems.itemtype. I just edited the framework and set the koha link to blank for these two subfields. This solved the problem with item types. Similarly for your other problem on 090c, 090d maybe check in your frameworks that Managed in tab = ignore Tag 090: Subfield Text Constraints Delete a Item type [OBSOLETE] subfield ignored Delete b Koha Dewey Subclass [OBSOLETE] subfield ignored Delete c Koha biblionumber subfield ignored Delete d Koha biblioitemnumber subfield ignored Delete Or check in the checkmarc.pl script what causes the error on your machine by running the query manually -- View this message in context: http://koha.1045719.n5.nabble.com/MARC-mapping-tp4637554p4640691.html Sent from the Koha - Discuss mailing list archive at Nabble.com. ------------------------------ Message: 5 Date: Wed, 27 Jul 2011 19:57:31 -0400 From: Nicole Engard <[email protected]> Subject: Re: [Koha] Seeking Koha Newsletter Editor To: Daniel Grobani <[email protected]> Cc: [email protected] Message-ID: <cac0k6vf9qgd8j0dl1firxhcja_1kp13+3kfody4advn2fcs...@mail.gmail.com> Content-Type: text/plain; charset=UTF-8 I think I'll be out of town for the meeting but Daniel has my vote if he wants the job :) Nicole On Wed, Jul 27, 2011 at 7:49 PM, Daniel Grobani <[email protected]> wrote: > Hi, > > I volunteer to serve as newsletter editor. I don't know the qualifications > but can offer these tidbits: > > 1. I have experience editing newsletters and currently edit one for a > community organization. > > 2. I've participated in the Koha community for two years, online and at two > KohaCons. > > 3. I keep up on what's happening in the community--I read the main and > developer lists regularly and subscribe to two dozen Koha-related RSS feeds. > > I plan to attend the IRC meeting on August 2 (well, August 1 here). > > ----- > Cheers, > Daniel Grobani > Library Technology Specialist > John A. Graziano Memorial Library > Samuel Merritt University > > -- > View this message in context: http://koha.1045719.n5.nabble.com/Seeking-Koha-Newsletter-Editor-tp46362 79p4640667.html > Sent from the Koha - Discuss mailing list archive at Nabble.com. > _______________________________________________ > Koha mailing list ?http://koha-community.org > [email protected] > http://lists.katipo.co.nz/mailman/listinfo/koha > ------------------------------ _______________________________________________ Koha mailing list [email protected] http://lists.katipo.co.nz/mailman/listinfo/koha End of Koha Digest, Vol 69, Issue 50 ************************************ _______________________________________________ Koha mailing list http://koha-community.org [email protected] http://lists.katipo.co.nz/mailman/listinfo/koha

