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
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..
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
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
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
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
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
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
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
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
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
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
:
> 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
.@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
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
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-
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
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
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
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
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
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
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
23 matches
Mail list logo