Re: [Koha] cannot edit public list, follow-up/part 2

2014-03-25 Thread Amy Schuler
All, I report SUCCESS! Bernardo, thanks for clarifying the borrowing number. As you may have realized, I had been using my card number (I did not realize the two numbers were different). Using the borrowing number, the command provided by Marcel worked perfectly. I learned some things about my

[Koha] About serials module

2014-03-25 Thread volkan sonmez
Our librarian who is responsible for Serials asks about some properties in KOHA Serials modules. He has used Millennium ILS before. 1- Library Has: The library subscribes to a magazine and this field shows which issues are currently in the library. 2- In the "Status" of magazine, it

Re: [Koha] About serials module

2014-03-25 Thread Vinod Kumar Mishra
Yes you can manage all. On Tue, 25 Mar 2014 20:29:48 +0530 wrote >Our librarian who is responsible for Serials asks about some properties in >KOHA Serials modules. He has used Millennium ILS before. 1- Library Has: The library subscribes to a magazine and this field shows which issues are

[Koha] Development for 'On Demand' Printouts of Overdue Bills

2014-03-25 Thread Lisa Gugliotti
Hi Koha Community, We are a small public library that is very interested in having the ability to print out overdue notices on demand for patrons who don't have email, or who don't want to share their email accounts with us. We'd like them in letter format so we can snail mai

[Koha] Update database error on Koha install

2014-03-25 Thread Scott Kushner
Hello all, Does anyone know how to get around this? It seems that I'm stuck in a loop with the installer and cannot get out! Any help would be appreciated. Thanks, Scott Kushner Middletown Library Update report : * Status: 500 * Content-type: text/html * * Software error:

Re: [Koha] [ByWater Partners] Development for 'On Demand' Printouts of Overdue Bills

2014-03-25 Thread Heather Braum (NEKLS)
Lisa, Our NExpress consortia would be interested in being a partner on this development. Heather Braum NExpress Coordinator Resource Sharing Librarian Northeast Kansas Library System hbr...@nekls.org "The illiterate of the 21st century will not be those cannot read and write, but those who canno

Re: [Koha] Development for 'On Demand' Printouts of Overdue Bills

2014-03-25 Thread Mike D.
Hello, it is interested to us. Our small Koha community in Czech Republic is finding solutions for printetd overdue notices too. Let's talk about participation. Thank You Mike 2014-03-25 17:10 GMT+01:00 Lisa Gugliotti : > Hi Koha Community, > >We are a small public library that is very

Re: [Koha] Development for 'On Demand' Printouts of Overdue Bills

2014-03-25 Thread Diedre Conkling
I'm not sure what the difference is in what you are suggesting and the overdue notices we are already able to print. I know that our libraries have set up a report for ovedues that are mailed. It took a bit of trial and error but seems to work well now. On Mar 25, 2014 9:18 AM, "Lisa Gugliotti"

Re: [Koha] Development for 'On Demand' Printouts of Overdue Bills

2014-03-25 Thread Katelyn Browne
Lisa, It sounds like you're getting a good response for partners, but I thought I'd send along the report we use for overdue notices in case it helps you in the interim. It reflects the quirks of our little school library (we sort patrons by class/grade; we only list titles on overdue reports), bu

Re: [Koha] [Koha-devel] Update database error on Koha install

2014-03-25 Thread Galen Charlton
Hi, On Tue, Mar 25, 2014 at 8:38 AM, Scott Kushner wrote: > Does anyone know how to get around this? It seems that I'm stuck in a loop > with the installer and cannot get out! > > Any help would be appreciated. It looks like some manual SQL would be called for, following the steps in the relevan

Re: [Koha] Report Help - With Rollup

2014-03-25 Thread Nick Clemens
Here's a thought, it might be an error in the authorized values., and I think it is a bug I recreated it on our system by adding an authorized_value in a different category with the same value as one in the LOC: i.e. I added AFIC to our Vendor category, with description Error! The system doesn't

[Koha] North American Koha Users Group 2014

2014-03-25 Thread Chad Roseburg
Announcing the North American Koha Users Group 2014 in Wenatchee Washington August 6th - 8th. Details here: http://ncrl.org/nakug Please send presentation and content proposals to: na...@ncrl.org RSVP to na...@ncrl.org Thank you and hope to see you there! Chad -- Chad Roseburg Automation Dept

Re: [Koha] Report Help - With Rollup

2014-03-25 Thread Nicole Engard
Nick, I figured it out - we needed to limit to LOC authorized values: SELECT IFNULL(a.lib,'*GRAND TOTAL*') as Location, thingy.circs AS Circulations FROM (select i.location as loction, count(s.datetime) as circs from statistics s left join items i using (itemnumber) left join borrowers p using (b

Re: [Koha] Report Help - With Rollup

2014-03-25 Thread Nick Clemens
Ah, I see now, not a bug, I thought the duplicate authorised_values weren't showing up, they were just filing odd because I was using test values and not sorting. On Tue, Mar 25, 2014 at 4:03 PM, Nicole Engard wrote: > Nick, > > I figured it out - we needed to limit to LOC authorized values: >

[Koha] Frameworks

2014-03-25 Thread Paul A
A dual question if I may: a) Does anyone know in the staff "Add MARC record" page (/koha/cataloguing/addbiblio.pl), how to make the "default" framework totally disappear? If not, how to set an alternate framework (say, BKS) as the "option selected" in the drop down box? Our cataloguers have,

Re: [Koha] Frameworks

2014-03-25 Thread Robin Sheat
Paul A schreef op di 25-03-2014 om 18:13 [-0400]: > a) Does anyone know in the staff "Add MARC record" page > (/koha/cataloguing/addbiblio.pl), how to make the "default" framework > totally disappear? If not, how to set an alternate framework (say, BKS) as > the "option selected" in the drop dow

Re: [Koha] Frameworks

2014-03-25 Thread Paul A
At 11:38 AM 3/26/2014 +1300, Robin Sheat wrote: Paul A schreef op di 25-03-2014 om 18:13 [-0400]: > a) Does anyone know in the staff "Add MARC record" page > (/koha/cataloguing/addbiblio.pl), how to make the "default" framework > totally disappear? If not, how to set an alternate framework (say,

Re: [Koha] Frameworks

2014-03-25 Thread Robin Sheat
Paul A schreef op di 25-03-2014 om 19:38 [-0400]: > Robin -- many tnx. Having no experience with jQuery, could you suggest the > code and how to enable it? Not off the top of my head, but between this: http://wiki.koha-community.org/wiki/JQuery_Library and this: http://api.jquery.com/ you sho

Re: [Koha] Frameworks

2014-03-25 Thread Olugbenga Adara
Hello Paul, >Paul A schreef op di 25-03-2014 om 19:38 [-0400]: >> Robin -- many tnx. Having no experience with jQuery, could you suggest the >> code and how to enable it? > The jQuery below $("a[href$='frameworkcode=']").hide(); $("#Frameworks option[value=Default]").hide(); $('li.z3950searc

Re: [Koha] Frameworks

2014-03-25 Thread Olugbenga Adara
Hello, >Hello Paul, > > >>Paul A schreef op di 25-03-2014 om 19:38 [-0400]: >>> Robin -- many tnx. Having no experience with jQuery, could you suggest the >>> code and how to enable it? >> > > >The jQuery below > > >$("a[href$='frameworkcode=']").hide(); >$("#Frameworks option[value=Default]").hi