Re: [Koha] $300 Scholarship to attend KUDOS, Madison WI May 2-3, 2011

2011-04-08 Thread Wagner, Jane
Congratulations, and I look forward to meeting Katie at the KUDOS meeting. 2011/4/6 Lori Bowen Ayre : > Hi All, > As some of you may know, I offered a $300 scholarship for one Californian to > attend the Koha Conference to be held in Madison, Wisconsin on May 2-3, > 2011.  The person selected is K

Re: [Koha] Help needed finding info in non-indexed fields

2011-04-11 Thread Wagner, Jane
Can't you just add the 561 to your indexes and rebuild? Jane Wagner Senior Project Manager LibLime, a division of PTFS Content Management and Library Solutions 6400 Goldsboro Road, Suite 200 Bethesda, MD 20817 (301) 654-8088 x 151 jwag...@liblime.com -Original Message- From: koha-boun..

Re: [Koha] [Koha-devel] Subfields 952 $i, $k

2011-04-18 Thread Wagner, Jane
We have used subfield i for our item suppression feature (Bug 4492): http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4492 and subfield k for our Other Item Status (bug 4237): http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4237 Neither have made it into head yet, though. Jane

Re: [Koha] koha - items

2011-05-24 Thread Wagner, Jane
Mason, thank you for pointing to the listserv. I had already responded privately to the original poster, offering help and suggesting the listserv as an option. As Paul said, it sounds like a configuration issue, with perhaps a missing branchcode or item type policy. I would be happy to help wit

Re: [Koha] Possible bug v 4.02 - serials_stat.pl

2011-06-15 Thread Wagner, Jane
We do maintain a mailing list for users of this codeline, and you're welcome to join that. There is now a patch available for the problem you reported at https://github.com/liblime/LibLime-Koha/commit/d50007eac9901f4965482e55af8 b730dbc6a154f Jane Wagner Senior Project Manager LibLime, a divisio

Re: [Koha] April 13th, 2005 entry

2011-08-29 Thread Wagner, Jane
As Amy's message says, the code will be available soon. It's in production now on several sites (including two large consortia) and in test on several more. As soon as we're sure it's ready, and the sponsoring organizations give approval, we'll put it on our public repo. On Fri, Aug 26, 2011 at

Re: [Koha] KOHA target for SFX

2011-10-07 Thread Wagner, Jane
I did some work along these lines a while back; see http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3634 Patch has not been updated since the last time I worked on it. Jane Wagner Senior Project Manager LibLime, a division of PTFS Content Management and Library Solutions 11501

Re: [Koha] Date on patron replication

2011-10-13 Thread Wagner, Jane
Koha stores all dates at the table level as -MM-DD -- the dateformat syspref controls how dates display in your system. But if you're loading data you probably need to enter it the way Koha wants. Jane Wagner Senior Project Manager LibLime, a division of PTFS Content Management and Library So

Re: [Koha] report help - total amount writeoff

2011-10-19 Thread Wagner, Jane
Try something like this: SELECT round(Sum(accountlines.amount),2) AS 'Writeoffs Last 3 Months' FROM accountlines WHERE accounttype = 'W' and date like concat(date_format(LAST_DAY(now() - interval 3 month),'%Y-%m-%')) (haven’t tested this variant, but I run similar reports for 1 month and paym

Re: [Koha] removing item from a list

2011-10-21 Thread Wagner, Jane
You should be able to do this under Tools, Lists. Select the list, then check off items to delete. Jane Wagner Senior Project Manager LibLime, a division of PTFS Content Management and Library Solutions 11501 Huff Court North Bethesda, MD 20895 (301) 654-8088 x 151 jwag...@liblime.com

Re: [Koha] Record matching for biblios without ISBN or ISSN

2011-10-31 Thread Wagner, Jane
If you've kept the default mapping, you should be able to configure a rule to match on the 999c -- that's the Koha biblionumber. Jane Wagner Senior Project Manager LibLime, a division of PTFS Content Management and Library Solutions 11501 Huff Court North Bethesda, MD 20895 (301) 654-8088 x 151 j

Re: [Koha] List of Koha libraries and/or their OPACs

2011-11-09 Thread Wagner, Jane
I did a presentation at the KUDOS meeting in May which may be of help. The .pdf of the PowerPoint is now online at http://www.koha.org/documentation- It has links to various useful resources and notes about where you can insert customizations into the sysprefs. 2011/11/8 Buster > > Hi. I've b

Re: [Koha] List of Koha libraries and/or their OPACs

2011-11-09 Thread Wagner, Jane
: > 2011/11/10 Wagner, Jane : > > I did a presentation at the KUDOS meeting in May which may be of help. > The > > .pdf of the PowerPoint is now online at > http://www.koha.org/documentation- > > > That falls into the beware things that aren't actually Koha camp, fa

Re: [Koha] List of Koha libraries and/or their OPACs

2011-11-09 Thread Wagner, Jane
.@gmx.de> wrote: > Wagner, Jane schrieb am 09.11.2011 17:19:43 > > > Everything in that presentation with the single exception of one item (on > > slide 38, clearly labelled as such) is valid for what you are pleased to > > refer to as the fair and square Koha camp. D

Re: [Koha] "Not for loan" items and "Unavailable"

2011-11-18 Thread Wagner, Jane
We have some custom code on Kurt’s server right now, but you should be able to accomplish the same thing with a jquery. In the syspref opacuserjs, try something like this: $(document).ready(function(){ $("span:contains('No copies available')").replaceWith("Available Online."); }); The above as

Re: [Koha] Update on link resolver + Koha?

2011-12-27 Thread Wagner, Jane
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3634 I did the original patch but have not had a chance to go back and work on it. Jane Wagner Senior Project Manager LibLime, a division of PTFS Content Management and Library Solutions 11501 Huff Court North Bethesda, MD 20895 (301) 654-

Re: [Koha] Sessions table corrupt in Koha 3.0

2012-01-13 Thread Wagner, Jane
The sessions table tracks logins to the system, and can drastically slow your system down if it gets too large. You can safely truncate it entirely; doing so will disconnect anyone presently logged in but it sounds like you can’t log in at the moment anyway. There is a script (misc/cronjobs/clean

Re: [Koha] Koha & PowerSchool updating patron records

2012-03-12 Thread Wagner, Jane
Yes, we have discussed this, and the question isn't really on the Koha end. It's how to automate the export of data from PowerSchool with appropriate headers so that it can match up with Koha field names. The two sticking points are branchcode and patron category; there is presently no direct equ

[Koha] KohaCon 12 fishing trip

2012-04-18 Thread Wagner, Jane
Planning is underway for all aspects of KohaCon 12 (http://koha-community.org/kohacon12/), including some recreational excursions. At MJ Ray's request during today's planning meeting, I'm sending out a message to let people know that an ocean fishing trip is proposed: http://koha-community.org/ko

Re: [Koha] Competing patron messages

2012-05-22 Thread Wagner, Jane
The distinction I've always made is that the notes in the patron record are for permanent or semi-permanent info -- "Johnny has his parents' permission to check out games and DVDs" etc. The messages option is for more ephemeral data, like "need to check address next time you're in the library." I

Re: [Koha] ReturnToShelvingCart not working properly

2012-07-23 Thread Wagner, Jane
Are you running the cron job that ages things off the cart? misc/cronjobs/cart_to_shelf.pl --hours 4 (for a four-hour shelving period) Jane Wagner Senior Project Manager LibLime, a division of PTFS Content Management and Library Solutions 11501 Huff Court North Bethesda, MD 20895 (301) 654-8088

Re: [Koha] Records not showing in OPAC and multiple biblionumbers

2013-02-20 Thread Wagner, Jane
See http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6657 for one possible cause. Jane Wagner Senior Project Manager LibLime, a division of PTFS Content Management and Library Solutions 11501 Huff Court North Bethesda, MD 20895 (301) 654-8088 x 151 jwag...@liblime.com -Original Mess

[Koha] search syntax question

2013-02-21 Thread Wagner, Jane
Posting the message below for David Hartman, who's having trouble sending mail to the list. Please respond to the list or to him directly at david.w.hart...@disney.com . Jane Wagner Senior Project Manager LibLime, a division of PTFS Content Management and Library Solutions 11501 Huff Court North B