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
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
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
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
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
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
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
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-
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
.@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
:
> 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
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
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
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
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
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
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
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
You should be able to select for that based on the letter_code field,
assuming you're using different notice files for each level. For example:
select * from message_queue where letter_code = 'ODUE3' order by
time_queued desc
should produce only third overdue messages.
Jane Wagner
Senior Projec
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
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 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
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
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..
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
Difference between the biblioitems.url field and the actual MARC 856 (in the
xml)? I don't know what makes biblioitems.url get populated, but I suspect if
you load data in bulk (outside the Tools import) it doesn't happen.
Somebody had a neat trick on the IRC (chris_n?) for reading the actual M
I can't find the correspondence or the bug report right now, of course, but a
week or two ago there was some discussion of separating the fines display into
stuff that's currently outstanding and stuff that's been paid. That would seem
to tie in nicely to the comment:
> Ideally, we also create
Not directly related to Kyle's idea, but one of the needs we've seen
relating to fines is a better description of what the payment is for.
Having Koha just say "Payment, thanks" doesn't tell staff two weeks
later what the payment was for. We've been planning to look at
amplifying that description;
We've been happy to work with Kyle, and he's produced a lot of good features.
One minor note, though, to follow up on his message -- we're using the
kohaprogramm...@ptfs.com address on all our bugzilla reports (including ones
written by other developers than Kyle), so check with us if you have
" Expiration Date: An optional date after which the reserve would be
automatically canceled. This one would be pretty easy."
There is the holdCancelLength syspref -- is that what you're working
with? Does the code not obey it now? (Haven't checked...).
We also have some related development in t
) 654-8088 x 151
jwag...@ptfs.com <mailto:jwag...@ptfs.com>
From: Chris Nighswonger [mailto:cnighswon...@foundations.edu]
Sent: Wednesday, September 02, 2009 10:11 AM
To: Wagner, Jane
Cc: patc...@koha.org
Subject: Re: [Koha-patches] [PATCH] Bug 3572 Change masthead wording for OPAC
accoun
[mailto:wolfgang.heym...@bsz-bw.de]
Sent: Wednesday, September 02, 2009 9:19 AM
To: Wagner, Jane
Cc: koha-patches@lists.koha.org
Subject: AW: [Koha-patches] [PATCH] Bug 3567: Display Alternate
GraphicRepresentation (MARC21 880) in OPAC
Our solution displays each Alternate Graphic Field from 880 "tog
I did something similar as a local customization for one site. They
wanted to display the 880, but they didn't like the "Alternate Graphic
Representation" label -- although that's the LC name for the field, they
thought it wouldn't make sense to their patrons. I relabeled it in
their OPAC as "Non
Nicole, I like the idea of grouping related sysprefs. It's sometimes
hard to know everything you need to turn on/set for something like
Amazon or Syndetics. How might this work with Jesse's rework of the
system preferences interface?
Jane Wagner
Library Systems Analyst
PTFS Inc.
Content Manageme
...@tamil.fr]
Sent: Friday, July 24, 2009 12:50 PM
To: Wagner, Jane
Cc: koha-devel@lists.koha.org
Subject: Re: [Koha-devel] Hardcoding XSLT files to force opening URLs in new
window (bug #3098)
> I have not yet been able to figure out how to pass the syspref into
> the XSLT files, but I hav
If XSLT is turned on (for OPAC details and results), the syspref
OPACURLOpenInNewWindow is not obeyed. For sites who want URLs to open
in a new window, this is a problem ranging from mildly annoying to a
serious concern. I reported it as a bug (#3098) some time ago, and
revisited it again today f
Congratulations on the new position; I hope you find it fun and
challenging. You've been a big help to me as I have been trying to
learn the intricacies of a new system, and I am glad to hear you'll
still be around. Although I'm not sure when you're going to find time
to sleep :-)
All the best!
I don't know about the admin report, but the accruefines in the syspref
description is wrong. The needed cronjob is fines.pl, I believe.
Jane Wagner
Library Systems Analyst
PTFS Inc.
Content Management and Library Solutions
6400 Goldsboro Road, Suite 200
Bethesda, MD 20817
(301) 654-8088 x 151
This reminds me of a problem I've seen, but haven't yet researched. You can't
search for a title with a colon in it (e.g., 3:10 to Yuma) or, I think, a
question mark. If you remove the colon or question mark, you can search them.
Would the file modified in this patch be where those fixes woul
2009 11:29 AM
To: Wagner, Jane
Cc: patc...@koha.org
Subject: Re: [Koha-patches] [PATCH] Bug 3173 Place Hold link visible in OPAC
even if syspref turned off
Out of curiosity, why aren't we putting this on the results, lists,
and cart as well?
---
Nicole C. Engard
Open Source Evangelist, Li
From: Joe Atzberger [mailto:joe.atzber...@liblime.com]
Sent: Wednesday, April 29, 2009 6:48 PM
To: Wagner, Jane
Cc: patc...@koha.org
Subject: Re: [Koha-patches] [PATCH] Bug 3173 Place Hold link visible in
OPAC even if syspref turned off
Jane --
When I added the TMPL_VAR statements into th
boro Road, Suite 200
Bethesda, MD 20817
(301) 654-8088 x 151
jwag...@ptfs.com
-Original Message-
From: Galen Charlton [mailto:galen.charl...@liblime.com]
Sent: Wed 4/29/2009 4:05 PM
To: Wagner, Jane
Cc: patc...@koha.org
Subject: Re: [Koha-patches] [PATCH] Bug 3173 Place Hold link visible in O
s.com
-Original Message-
From: Galen Charlton [mailto:galen.charl...@liblime.com]
Sent: Wednesday, April 29, 2009 4:05 PM
To: Wagner, Jane
Cc: patc...@koha.org
Subject: Re: [Koha-patches] [PATCH] Bug 3173 Place Hold link visible in OPAC
even if syspref turned off
Hi Jane,
This needs
n Charlton [mailto:galen.charl...@liblime.com]
Sent: Wednesday, April 29, 2009 8:44 AM
To: Wagner, Jane
Cc: patc...@koha.org
Subject: Re: [Koha-patches] [PATCH] Enhancements/fixes for OPAC advanced search
screen
Hi,
When I tested this, I found a problem with the display of the expanded
options. Sp
I remember discussion about this problem but can't find specifics. In
staff mode, the system is sometimes showing a different duedate in the
results list than in the detail page. The one on the detail page is
correct. It looks as if the results list is using the due_date variable
calculated by S
n the mc-itype:bks not working though. Maybe you
need to re-index zebra after the update? I noticed some changes to both
the MARC21 and UNIMARC zebra configs with the update ( one of them was
mine :) ). ( Please forgive the self-back-patting ).
Any other ideas from the list?
On Mon, 2009-04-2
lled from /opac-tmpl/... as they are supposed
to be on the OPAC. They show up fine from there.
I'm wondering if you are running an older revision of Koha.
Good luck.
On Mon, 2009-04-27 at 16:32 -0400, Wagner, Jane wrote:
> I've been working on the OPAC advanced search page. I solved
I've been working on the OPAC advanced search page. I solved the
problem of expanded search options not showing up. Now that they do,
there's a section called Limit Type To that is puzzling me. Here's a
sample entry.
Books
First problem is that the images being called apparently don't exist
an
20817
(301) 654-8088 x 151
jwag...@ptfs.com
-Original Message-
From: koha-devel-boun...@lists.koha.org
[mailto:koha-devel-boun...@lists.koha.org] On Behalf Of Wagner, Jane
Sent: Friday, April 24, 2009 2:30 PM
To: koha-devel@lists.koha.org
Subject: [Koha-devel] Proposed fixes for XSLT files
I'm working on several changes to the XSLT files for hitlist and
individual record display. Some of them are listed as bugs, while
others should probably be so listed. We also have some that are
individual to the site; I thought I'd fix the overall problems and send
a patch, then do the site's ch
We'd certainly be interested for the DC area. We could host a small
group depending on needs.
Jane Wagner
Library Systems Analyst
PTFS Inc.
Content Management and Library Solutions
6400 Goldsboro Road, Suite 200
Bethesda, MD 20817
(301) 654-8088 x 151
jwag...@ptfs.com
-Original Message
MD 20817
(301) 654-8088 x 151
jwag...@ptfs.com
-Original Message-
From: Michael Hafen [mailto:mdha...@tech.washk12.org]
Sent: Thursday, April 23, 2009 2:00 PM
To: Wagner, Jane
Cc: patc...@koha.org
Subject: Re: [Koha-patches] [PATCH] Bug 3152 OPAC reading history column
headers don'
PTFS Inc.
Content Management and Library Solutions
6400 Goldsboro Road, Suite 200
Bethesda, MD 20817
(301) 654-8088 x 151
jwag...@ptfs.com
-Original Message-
From: Owen Leonard [mailto:oleon...@myacpl.org]
Sent: Thursday, April 23, 2009 12:17 PM
To: Wagner, Jane
Cc: patc...@koha.org
Subject
Do you have rebuild_zebra.pl set up as a cron job? See the appendix of the
online manual for syntax:
https://sites.google.com/a/liblime.com/koha-manual/Home/Table-of-Contents/Appendicies/cron-jobs
Jane Wagner
Library Systems Analyst
PTFS Inc.
Content Management and Library Solutions
6400 Gold
From: koha-devel-boun...@lists.koha.org on behalf of paul POULAIN
Sent: Tue 3/31/2009 3:29 AM
To: koha-devel@lists.koha.org
Subject: Re: [Koha-devel] Problem with 007 framework?
Wagner, Jane a écrit :
>
> FYI, I've sent a patch to the patches list for the 007 value builder,
> incorporating
te 200
Bethesda, MD 20817
(301) 654-8088 x 151
jwag...@ptfs.com
-Original Message-
From: Galen Charlton [mailto:galen.charl...@liblime.com]
Sent: Tue 3/31/2009 7:33 AM
To: Wagner, Jane
Cc: paul POULAIN; koha-devel@lists.koha.org
Subject: Re: [Koha-devel] Problem with 007 framework?
Hi J
roblem with 007 framework?
Wagner, Jane a écrit :
>
> FYI, I've sent a patch to the patches list for the 007 value builder,
> incorporating all 15 material types. I'm still looking at what's
> needed to fix the 006 and 008 builders.
>
mmm... nothing recieved yet on the mai
Goldsboro Road, Suite 200
Bethesda, MD 20817
(301) 654-8088 x 151
jwag...@ptfs.com <mailto:jwag...@ptfs.com>
From: koha-devel-boun...@lists.koha.org
[mailto:koha-devel-boun...@lists.koha.org] On Behalf Of Wagner, Jane
Sent: Friday, March 06, 2009 12:09 PM
To: Eric Bégin
Cc: koha-devel@l
...@bigballofwax.co.nz]
Sent: Friday, March 20, 2009 3:15 PM
To: Wagner, Jane
Cc: Owen Leonard; koha-devel
Subject: Re: [Koha-devel] Date defaults in pendingreserves.pl (holds to pull
report)
2009/3/21 Wagner, Jane :
> That approach hadn't occurred to me, thanks. However, is it possible to
ns.
Jane Wagner
Library Systems Analyst
PTFS Inc.
Content Management and Library Solutions
6400 Goldsboro Road, Suite 200
Bethesda, MD 20817
(301) 654-8088 x 151
jwag...@ptfs.com
-Original Message-
From: Owen Leonard [mailto:oleon...@myacpl.org]
Sent: Friday, March 20, 2009 2:57 PM
To: Wa
The pendingreserves.pl script is defaulting to a date range of 10 years
ago to yesterday. However, the last bit of the below part of the script
-- the if !defined($startdate) piece -- seems to be implying that other
start and end dates could be provided. I'm not finding any place where
other date
jwag...@ptfs.com
-Original Message-
From: Owen Leonard [mailto:oleon...@myacpl.org]
Sent: Wednesday, March 11, 2009 1:18 PM
To: Wagner, Jane
Cc: koha-devel@lists.koha.org
Subject: Re: [Koha-devel] Change get_saved_reports order to alphabetical?
> In C4::Reports::Guided (Guided.pm), the su
In C4::Reports::Guided (Guided.pm), the subroutine get_saved_reports()
is sorting the saved reports list by date created. Would there be any
interest in changing this to alphabetical by report name instead? That
seems to be more functional. Is there some background or reason for the
date sort?
6400 Goldsboro Road, Suite 200
Bethesda, MD 20817
(301) 654-8088 x 151
jwag...@ptfs.com <mailto:jwag...@ptfs.com>
From: Eric Bégin [mailto:eric.be...@inlibro.com]
Sent: Friday, March 06, 2009 12:07 PM
To: Wagner, Jane
Cc: koha-devel@lists.koha.org
Subject: Re: [Koha-devel] Probl
[mailto:eric.be...@inlibro.com]
Sent: Friday, March 06, 2009 11:42 AM
To: Wagner, Jane
Cc: koha-devel@lists.koha.org
Subject: Re: [Koha-devel] Problem with 007 framework?
Jane,
When there is an elipsis after a field, this means that it use a value
builder plugin.
You can see which value builder is used for
I'm not finding anything on bugzilla and I'm not quite sure if this is a
bug, or if something's not configured right. Trying to original catalog
a DVD, with the DVDs, VHS framework selected (but the same problem
exists in all the frameworks). If you click the ellipse after the 007
Physical Descri
x 151
jwag...@ptfs.com
-Original Message-
From: Nicole Engard [mailto:nicole.eng...@liblime.com]
Sent: Wednesday, February 25, 2009 10:57 AM
To: Michael Hafen
Cc: Wagner, Jane; koha-devel@lists.koha.org
Subject: Re: [Koha-devel] Using date functions in report SQL
Michael - Good catch :
Does anyone have some examples of using date functions like currdate()
and month() in report SQL statements? Is this possible in Koha reports?
I'm not having any luck -- even a very simple
select currdate()
report comes back with a generic error message.
Thanks.
Jane Wagner
Library Systems Ana
-Original Message-
On Tue, Feb 24, 2009 at 7:33 AM, Chris Cormack wrote:
> On Tue, Feb 24, 2009 at 7:15 PM, paul POULAIN
> wrote:
>> Wagner, Jane a écrit :
>>> Can someone clarify the timeout system preference? In the 3.0.x manual
>>> site, it says
Can someone clarify the timeout system preference? In the 3.0.x manual
site, it says
Inactivity timeout for cookies authentication (in seconds). This
preference applies to both the staff client and the OPAC.
Default Value: 1200
If I'm doing the math right, the default value translates to
-Original Message-
As far as the UNIMARC format is concerned, BibLibre did change the
"default" framework when the standard changed: it's the framework
that's available as an sql file with a release.
Other than that, if a librarian did a "DVD" framework, it's her job to
alter it, as Owen sa
nd Library Solutions
6400 Goldsboro Road, Suite 200
Bethesda, MD 20817
(301) 654-8088 x 151
jwag...@ptfs.com
-Original Message-
On Sat, Jan 31, 2009 at 8:18 AM, Wagner, Jane wrote:
> Many thanks. I've been looking at the wiki and the bug sites, as well
> as the documentatio
is Cormack [mailto:ch...@bigballofwax.co.nz]
Sent: Friday, January 30, 2009 2:15 PM
To: Wagner, Jane
Cc: koha-devel@lists.koha.org
Subject: Re: [Koha-devel] FW: [Koha] PTFS Support for the Koha Community
Hi Jane
Welcome to the Koha community :) It's a fun place to be, we have
develope
John Yokley, our CEO, posted the following message to the main Koha
list. He is not subscribed to koha-devel, so he asked me to forward it
to this list.
I have been subscribed to the various Koha lists for some time, since I
joined PTFS. I have 20 years' experience in the ILS world, 13 of the
74 matches
Mail list logo