[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

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

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] 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

[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] 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

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] 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] "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] 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] 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
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] 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] 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] 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] 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] 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] 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-devel] Notifications RFC

2011-08-26 Thread Wagner, Jane
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

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] 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] [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-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] 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] $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-devel] SQL for 856 tag in marc record

2010-01-27 Thread Wagner, Jane
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

Re: [Koha-devel] RFC: Modification to Fines System

2009-09-30 Thread Wagner, Jane
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

Re: [Koha-devel] RFC: Modification to Fines System

2009-09-30 Thread Wagner, Jane
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;

Re: [Koha-patches] [PATCH] Bug # 3472 - Allows superlibrians todelete any and all messages, reguardless of branchcode.

2009-09-28 Thread Wagner, Jane
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

Re: [Koha-devel] Rewriting the Dev_Week Reserves Updates

2009-09-18 Thread Wagner, Jane
" 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

Re: [Koha-patches] [PATCH] Bug 3572 Change masthead wording for OPAC account link

2009-09-02 Thread Wagner, Jane
) 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

Re: [Koha-patches] [PATCH] Bug 3567: Display Alternate GraphicRepresentation (MARC21 880) in OPAC

2009-09-02 Thread Wagner, Jane
[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

Re: [Koha-patches] [PATCH] Bug 3567: Display Alternate GraphicRepresentation (MARC21 880) in OPAC

2009-09-02 Thread Wagner, Jane
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

Re: [Koha-devel] Question/Suggestion for Development

2009-08-25 Thread Wagner, Jane
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

Re: [Koha-devel] Hardcoding XSLT files to force opening URLs in new window (bug #3098)

2009-07-24 Thread Wagner, Jane
...@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

[Koha-devel] Hardcoding XSLT files to force opening URLs in new window (bug #3098)

2009-07-24 Thread Wagner, Jane
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

Re: [Koha-devel] Transition and continuity

2009-07-23 Thread Wagner, Jane
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!

Re: [Koha-devel] finesMode & email

2009-05-17 Thread Wagner, Jane
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

Re: [Koha-patches] [PATCH] add windows quote to ignored chars

2009-05-11 Thread Wagner, Jane
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

Re: [Koha-patches] [PATCH] Bug 3173 Place Hold link visible in OPAC even if syspref turned off

2009-04-30 Thread Wagner, Jane
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

Re: [Koha-patches] [PATCH] Bug 3173 Place Hold link visible in OPAC even if syspref turned off

2009-04-30 Thread Wagner, Jane
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

Re: [Koha-patches] [PATCH] Bug 3173 Place Hold link visible in OPAC even if syspref turned off

2009-04-29 Thread Wagner, Jane
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

Re: [Koha-patches] [PATCH] Bug 3173 Place Hold link visible in OPAC even if syspref turned off

2009-04-29 Thread Wagner, Jane
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

Re: [Koha-patches] [PATCH] Enhancements/fixes for OPAC advanced search screen

2009-04-29 Thread Wagner, Jane
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

[Koha-devel] duedate differences between results and detail

2009-04-28 Thread Wagner, Jane
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

Re: [Koha-devel] Fixes to opac-search.pl and opac-advsearch.tmpl

2009-04-27 Thread Wagner, Jane
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

Re: [Koha-devel] Fixes to opac-search.pl and opac-advsearch.tmpl

2009-04-27 Thread Wagner, Jane
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

[Koha-devel] Fixes to opac-search.pl and opac-advsearch.tmpl

2009-04-27 Thread Wagner, Jane
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

Re: [Koha-devel] Proposed fixes for XSLT files

2009-04-24 Thread Wagner, Jane
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

[Koha-devel] Proposed fixes for XSLT files

2009-04-24 Thread Wagner, Jane
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

Re: [Koha-devel] Regional Hackfests

2009-04-24 Thread Wagner, Jane
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

Re: [Koha-patches] [PATCH] Bug 3152 OPAC reading history column headers don't line up with text

2009-04-24 Thread Wagner, Jane
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'

Re: [Koha-patches] [PATCH] Bug 3152 OPAC reading history column headers don't line up with text

2009-04-23 Thread Wagner, Jane
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

Re: [Koha-devel] Zebra Indexing is not working properly!

2009-04-17 Thread Wagner, Jane
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

Re: [Koha-devel] Problem with 007 framework?

2009-04-01 Thread Wagner, Jane
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

Re: [Koha-devel] Problem with 007 framework?

2009-03-31 Thread Wagner, Jane
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

Re: [Koha-devel] Problem with 007 framework?

2009-03-31 Thread Wagner, Jane
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

Re: [Koha-devel] Problem with 007 framework?

2009-03-30 Thread Wagner, Jane
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

Re: [Koha-devel] Date defaults in pendingreserves.pl (holds to pull report)

2009-03-20 Thread Wagner, Jane
...@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

Re: [Koha-devel] Date defaults in pendingreserves.pl (holds to pull report)

2009-03-20 Thread Wagner, Jane
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

[Koha-devel] Date defaults in pendingreserves.pl (holds to pull report)

2009-03-20 Thread Wagner, Jane
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

Re: [Koha-devel] Change get_saved_reports order to alphabetical?

2009-03-11 Thread Wagner, Jane
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

[Koha-devel] Change get_saved_reports order to alphabetical?

2009-03-11 Thread Wagner, Jane
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?

Re: [Koha-devel] Problem with 007 framework?

2009-03-06 Thread Wagner, Jane
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

Re: [Koha-devel] Problem with 007 framework?

2009-03-06 Thread Wagner, Jane
[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

[Koha-devel] Problem with 007 framework?

2009-03-06 Thread Wagner, Jane
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

Re: [Koha-devel] Using date functions in report SQL

2009-02-25 Thread Wagner, Jane
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 :

[Koha-devel] Using date functions in report SQL

2009-02-25 Thread Wagner, Jane
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

Re: [Koha-devel] Clarify timeout syspref?

2009-02-24 Thread Wagner, Jane
-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

[Koha-devel] Clarify timeout syspref?

2009-02-19 Thread Wagner, Jane
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

Re: [Koha-devel] Frameworks

2009-02-03 Thread Wagner, Jane
-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

[Koha-devel] Frameworks

2009-02-02 Thread Wagner, Jane
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

Re: [Koha-devel] FW: [Koha] PTFS Support for the Koha Community

2009-01-30 Thread Wagner, Jane
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

[Koha-devel] FW: [Koha] PTFS Support for the Koha Community

2009-01-30 Thread Wagner, Jane
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