Re: [Koha] Fine amount does not display against each book

2012-09-27 Thread James Ghiorzi
Dear Vimal,

I would click either on the text payment or the fines tab.  It looks like 
that charge is unrelated to the books.  The first book is probably overdue that 
is why its in red text.  There is nothing wrong with the second book as far as 
I can see.

Hope that helps,

James Ghiorzi


From: koha-boun...@lists.katipo.co.nz [koha-boun...@lists.katipo.co.nz] On 
Behalf Of Vimal Kumar V. [vimal0...@gmail.com]
Sent: Tuesday, September 25, 2012 3:38 AM
To: Koha-List
Subject: [Koha] Fine amount does not display against each book

Dear Friends,

Fine charge does not display against each book in check out page.

Pls see the screenshot.
https://lh5.googleusercontent.com/-FaNGCKpRF9Y/UGGJCBkXMQI/IgY/p8yYM2AYweo/s640/finer%2520error.png

I am using 3.8.2

Regards,

--
Vimal Kumar V.
Mahatma Gandhi University Library
Kottayam, Kerala- 686 560
Web: http://www.vimalkumar.org
Blog: http://linuxhalwa.blogspot.com http://kohageek.blogspot.in
---
I forget what I was taught. I only remember what I have learnt
-Patrick White
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] patron internet usage timer add-on

2012-09-08 Thread James Ghiorzi
Dear Shane,

The software you looking for is usually called time and print management 
software.  The ones I am most familiar with are EnvisionWare, Sam by Comprise, 
and Cassie by Librarica.  All of these integrate into Koha using a SIP2 
connection.

Hope that helps,

James Ghiorzi


  
From: koha-boun...@lists.katipo.co.nz [koha-boun...@lists.katipo.co.nz] On 
Behalf Of ShaneGreen [sh...@creative-entropy.com]
Sent: Thursday, September 06, 2012 6:21 PM
To: koha@lists.katipo.co.nz
Subject: [Koha] patron internet usage timer add-on

Odd question, but here goes. . .

The librarians would like to be able to scan a user's library card and have
it turn on their internet access for a set amount of time.

They want to limit a patron to 2 hours of internet time per day.  So the
program would need to verify the user hasn't used up their time. Turn on
internet access to one of the patron computers.  Then turn off access when
the time is up.  Much like they do in some internet cafes.

Does anyone know of something available? Even an open source php script that
times computer usage I could hammer into a usable add-on?  I've tried a ton
of searches, but I'm not even sure what you'd call that type of software.



--
View this message in context: 
http://koha.1045719.n5.nabble.com/patron-internet-usage-timer-add-on-tp5725717.html
Sent from the Koha-general mailing list archive at Nabble.com.
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Help with sql statement.

2012-06-11 Thread James Ghiorzi
Hi Jared,

Thanks for responding on a weekend :).  I changed the statement to:

SELECT b.code,c.code,COUNT(*)
  FROM borrowers WHERE DATE(dateenrolled)  between Date between (-mm-dd)
  AND DATE(dateenrolled) and (-mm-dd) and b.codePick your 
branch|branches
  GROUP BY c.code

but its still not producing any data, I am thinking that I am missing something 
else maybe a left/right join on something.

Orginal SQL by Sharon :


SELECT branchcode,categorycode,COUNT(*)
  FROM borrowers WHERE MONTH(dateenrolled) = Month enrolled (mm) AND 
YEAR(dateenrolled)= Year enrolled ()
  GROUP BY branchcode,categorycode
  ORDER BY branchcode


Please advise,

James Ghiorzi
Data Management Coordinator
Martin Luther King Jr. Library
San Jose State University


From: Jared Camins-Esakov [jcam...@cpbibliography.com]
Sent: Saturday, June 09, 2012 4:55 PM
To: James Ghiorzi
Cc: koha@lists.katipo.co.nz; neng...@bywatersolutions.com
Subject: Re: [Koha] Help with sql statement.

James,


I am trying to get the new patron report developed by Sharon Moreland, to do a 
date range and have a location selection for San Benito County Free Library.  I 
am sure I am doing something wrong, please advise as necessary,

SQL:

SELECT b.code,c.code,COUNT(*)
FROM borrowers WHERE DATE(dateenrolled)  between Date
between (-mm-dd) AND DATE(dateenrolled)= and (-mm-dd) and 
b.code=Pick your branch|branches
GROUP BY c.code

You have an extra = after the second DATE(dateenrolled)

Regards,
Jared

--
Jared Camins-Esakov
Bibliographer, C  P Bibliography Services, LLC
(phone) +1 (917) 727-3445
(e-mail) jcam...@cpbibliography.commailto:jcam...@cpbibliography.com
(web) http://www.cpbibliography.com/

___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


[Koha] Help with sql statement.

2012-06-09 Thread James Ghiorzi
Hello everyone,

I am trying to get the new patron report developed by Sharon Moreland, to do a 
date range and have a location selection for San Benito County Free Library.  I 
am sure I am doing something wrong, please advise as necessary,

SQL:

SELECT b.code,c.code,COUNT(*)
FROM borrowers WHERE DATE(dateenrolled)  between Date
between (-mm-dd) AND DATE(dateenrolled)= and (-mm-dd) and 
b.code=Pick your branch|branches
GROUP BY c.code

Thank you for your patience and understanding,

James Ghiorzi
Data Management Coordinator
Martin Luther King Jr. Library
San Jose State University
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Issue with HOLDS

2012-05-03 Thread James Ghiorzi
Hi Steven,

Make sure you have a rule set up that includes all patron types and all item 
types in your circulation and fine rule settings.  Circulation and fine rule 
settings can be found under the administration hyper-text link, and you'll need 
to log into Koha using an account that has administration level privileges.

Hope that helps,

James Ghiorzi
Library Assistant II
San Benito County Free Library
470 Fifth St.
Hollister, CA 95023
(831) 636-4107


From: koha-boun...@lists.katipo.co.nz [koha-boun...@lists.katipo.co.nz] On 
Behalf Of Steven Nickerson [snick...@maine.rr.com]
Sent: Thursday, May 03, 2012 12:51 PM
To: koha@lists.katipo.co.nz
Subject: [Koha] Issue with HOLDS

Hello everyone,

   We're using Koha 3.2.2 and have the AllowOnShelfHolds setting set to
Allow, but we are unable to place a HOLD on anything that is currently on
the shelf.  Every attempt yields Sorry, none of these items can be placed
on hold..  We can place a hold on any item currently checked out however.
Would anyone have any ideas of where I should look to get this working?
We'd like patrons to be able to search from home a place a HOLD that we then
get emailed to us and we will set it aside for them in the library to pick
up.



Thanks!

___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Local call number

2012-04-19 Thread James Ghiorzi
Dear Paula,

Usually we add the call number to the item record rather than the MARC Record.  
In order to add a field to a MARC framework, you must log into the staff client 
with an account that has administration level privileges.  Than from the home 
page of the staff client either left click the Koha administration hyper-text 
link or left click the More Drop Down then left click administration.  Once you 
are at the administration home screen left click the MARC Bibliographic 
framework hyper-text link.  Than simply find the framework you would like to 
change/use and left click the MARC Structure hyper-text link.  A table of 
fields should appear; look for and left click the New Tag button should be near 
the top of the table.  Than simply fill out the fields as desired and left 
click the save changes button.  Now when ever you do Records using that 
template it should have the additional field.

I hope that helps,

James Ghiorzi
Library Assistant II
San Benito County Free Library
470 Fifth St.
Hollister, CA 95023
(831) 636-4107 



From: koha-boun...@lists.katipo.co.nz [koha-boun...@lists.katipo.co.nz] On 
Behalf Of Paula Corman [paula.cor...@themim.org]
Sent: Wednesday, April 18, 2012 2:36 PM
To: koha@lists.katipo.co.nz
Subject: [Koha] Local call number

I am embarking on cataloging about 400 CD's and I want to use a locally 
assigned call number.  It appears from the MARC records I have examined that 
libraries are using the 09X field.  However, the template for the version of 
Koha that this library uses does not have that option.  Can someone please tell 
me what to do to add this field to the Koha template?  I do not have a systems 
person and/or programmer who can help, so if possible, please keep the 
directions simple.  Thanks.

Paula Corman |  Acting Librarian |  MIM-Musical Instrument Museum
4725 East Mayo Boulevard  |  Phoenix, AZ 85050  |  480.478.6000 main  |  
480.245.6906 direct
480.471.8690 fax  |  paula.cor...@themim.orgmailto:mary.far...@themim.org  |  
www.themim.orghttp://www.themim.org

___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Itherm 280 receipt printers with Koha Circulation

2012-04-19 Thread James Ghiorzi
Hello Randy,

Do they have their own driver or do you folks use the windows Generic/Text 
Driver? 
Once you figure that out than go into Firefox, page setup, change margins to 0 
if possible and also change all headers and footers to ~blank~.

Hope that helps,

James Ghiorzi
Library Assistant II
San Benito County Free Library
470 Fifth St.
Hollister, CA 95023
(831) 636-4107


From: koha-boun...@lists.katipo.co.nz [koha-boun...@lists.katipo.co.nz] On 
Behalf Of Randy Smith [rsmith@valnet.org]
Sent: Wednesday, April 18, 2012 3:34 PM
To: Koha
Subject: [Koha] Itherm 280 receipt printers with Koha Circulation

Our library consortium is preparing to go live with Koha next week.  We
want to print receipts for checkout, etc. using our Itherm 280 receipt
printers, but have searched in vain for any available configuration
instructions or advice.  Is anyone using Itherm 280 receipt printers for
patron checkout, hold slips, etc.?  Any help is greatly appreciated.

Randy Smith
Lewiston City Library
208. 743-6519
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] items that are lost, fees assessed, and then found

2012-02-18 Thread James Ghiorzi
Hi Lori,

I did a test case and came up with more of a mystery than an answer.  The thing 
I did was I checked a book out.  Than marked it as lost through the edit item 
interface, and it applied the cost of the book to the patron account.  I 
checked the book back in but no credit was issued.  So I than checked the item 
back out, and put a lost fine in the account/fines detail section of the patron 
account.  I than waived the amount, checked the item in, and the system issued 
a credit for the item, but since I had waived the fine the patron was owed a 
credit at that point.

So I guess there is really no slick way to do this other than to mark the book 
as lost in the edit item interface.  If the patron turns it back in it will 
issue a message telling you that it was lost.  Than at that point I'd imagine 
the patron would want some sort of refund, so you should be able to get their 
card, or surname, or at the very least do a little research under the item 
barcode hyper-text link and get their account straightened out.

Hope that helps,

James Ghiorzi
Library Assistant II
San Benito County Free Library
470 Fifth St.
Hollister, CA 95023
(831) 636-4107



From: koha-boun...@lists.katipo.co.nz [koha-boun...@lists.katipo.co.nz] On 
Behalf Of Lori Bowen Ayre [lori.a...@galecia.com]
Sent: Friday, February 17, 2012 7:06 PM
To: Koha list
Subject: [Koha] items that are lost, fees assessed, and then found

If a patron has lost an item and paid a fine. What happens when they then
return the lost item? Is there a slick way to figure out how much they
should be refunded based on the fine assessed and the late fee that would
apply?

Lori
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Adding more patrons to my database

2012-02-08 Thread James Ghiorzi
Hello David,

You probably have an answer already, but once you access tools, and than import 
patrons function, it should give you the option on what to do with duplicate 
records:

(If matching record is already in the borrowers table: Ignore this one, keep 
the existing one, or Overwrite the existing one with this 
It also should give you options for Patron Attributes : Replace all Patron 
Attributes, Replace only included Patron Attributes)

The only thing I am unsure of is how prevalent these options are in the older 
versions of Koha.

Respectfully,

James Ghiorzi
Library Assistant II
San Benito County Free Library
470 Fifth St.
Hollister, CA 95023
(831) 636-4107

From: koha-boun...@lists.katipo.co.nz [koha-boun...@lists.katipo.co.nz] On 
Behalf Of Hartman, David W. - GBTS Library [david.w.hart...@disney.com]
Sent: Tuesday, February 07, 2012 7:41 AM
To: Koha
Subject: [Koha] Adding more patrons to my database

Hello Koha list,

  I am adding more patrons using the csv import tool to my patron database.  If 
there are duplicates, will Koha give me the option to overwrite or ignore a 
duplicate record?

Thanks for any help and advice

David W. Hartman
Global Business Technology Strategy Library


___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] backdating, merge patrons and telecirc

2012-01-24 Thread James Ghiorzi
Hi Lori,

Koha has the book drop feature that Mr. Marron described.  As far as a 
duplicate patron goes  I think Koha tries to compare to what your inputting via 
the required fields, because on more than one occasion it has asked me if the 
patron is a duplicate or another record, than it should be a simple matter of 
just updating.  What we do to avoid duplicates is search by patron last name, 
and first name, than if we find a matching record we also look at the 
birthdate(s).  So I guess the short answer is there is no handy way of 
automatically doing this.

Respectfully,

James Ghiorzi
Library Assistant II
San Benito County Free Library
470 Fifth St.
Hollister, CA 95023
(831) 636-4107


From: koha-boun...@lists.katipo.co.nz [koha-boun...@lists.katipo.co.nz] On 
Behalf Of Lori Bowen Ayre [lori.a...@galecia.com]
Sent: Monday, January 23, 2012 2:00 PM
To: Koha list
Subject: [Koha] backdating, merge patrons and telecirc

Hi All,

Is it true that there is no backdating feature in Koha?  By this I mean, the 
ability to check-in items (e.g. book drop stuff) with check-in dates of the 
previous day (or even several days ago to handle long weekends).

Is it true there is no handy way to identify duplicate patrons and to merge 
select patron records into one record?

What about telecirc...is anyone currently using a telephone-based notification 
system (such as Asterisk) with Koha?

Lori

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-==-=-=-=-=-=-=-=-=
Lori Bowen Ayre //
Library Technology Consultant / The Galecia Group
Oversight Board  Communications Committee / Evergreen
(707) 763-6869 // lori.a...@galecia.commailto:lori.a...@galecia.com
Availability:  http://tungle.me/lori.ayre

mailto:lori.a...@galecia.comSpecializing in open source ILS solutions, RFID, 
filtering,
workflow optimization, and materials handling
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=

___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] How do you handle Claimed Returns?

2011-11-30 Thread James Ghiorzi
Maybe a work around would be instead of listing the item as lost on the patron 
account, input it as a manual invoice (Fine) and use the note/description 
fields you will have to put a value if you want to produce some kind of 
notation on the attention section of the checkout screen.  Then in the actual 
item status mark it as lost, so won't display on the catalog, folks can't put a 
hold on it, etc.  Than if it magically appears again than just checking it will 
remove the lost status, it will not credit anybody.

Respectfully,

James Ghiorzi
Library Assistant II
San Benito County Free Library
470 Fifth St.
Hollister, CA 95023
(831) 636-4107


From: Automation [croseb...@ncrl.org]
Sent: Wednesday, November 30, 2011 2:49 PM
To: James Ghiorzi
Cc: Koha Mailing List
Subject: Re: [Koha] How do you handle Claimed Returns?

One of the issues we have is actually a bug in Koha --

if we 'write-off' or waive the cost of the item ( fire, family hardship ...etc 
),
and later the item is returned, Koha credits the patron's account ...
thus providing a possible means of income for
the less scrupulous patron. :(

Thanks for your input!

Chad

On Tue, Nov 29, 2011 at 05:14:21PM -0800, James Ghiorzi wrote:
Hi Lori,

I think he wanted to be able to associate the item with a patron, as far
as I know this is the only way of keeping the item with the patron without
resorting to using history or manual tracking methods.  What we do is
check the item in, edit the item and mark it as missing (that way no
patron puts a hold on it or goes looking for it). Than we have our
shelving staff (or whoever is available) look for it, and if the item is
found than it is a simple check-in.  If it is not found that's a whole
different can of worms :).

Respectfully,

James Ghiorzi
Library Assistant II
San Benito County Free Library
470 Fifth St.
Hollister, CA 95023
(831) 636-4107

--

From: loria...@gmail.com [loria...@gmail.com] On Behalf Of Lori Bowen Ayre
[lori.a...@galecia.com]
Sent: Tuesday, November 29, 2011 5:00 PM
To: James Ghiorzi
Cc: Automation; Koha Mailing List
Subject: Re: [Koha] How do you handle Claimed Returns?
James,
But what about if you choose to believe your patrons when they claim to
have returned an item?
Lori

On Tue, Nov 29, 2011 at 4:31 PM, James Ghiorzi
[1]jghio...@lib.co.san-benito.ca.us wrote:

  Dear Chad,

  You will have to make an authorized value under the LOST category. You
  than find the barcode of the item, edit the status of the item to Claims
  Returned. What this will do is mark the item as lost and charge patron
  for the cost of the item.  Depending on your max allowed fine settings
  and cost of the item it may or may not block the account.

  I hope that helps,

  James Ghiorzi
  Library Assistant II
  San Benito County Free Library
  470 Fifth St.
  Hollister, CA 95023
  [2](831) 636-4107
  
  From: [3]koha-boun...@lists.katipo.co.nz
  [[4]koha-boun...@lists.katipo.co.nz] On Behalf Of Automation
  [[5]croseb...@ncrl.org]
  Sent: Tuesday, November 29, 2011 4:14 PM
  To: Koha Mailing List
  Subject: [Koha] How do you handle Claimed Returns?
  Hello folks ~

  We are migrating from SirsiDynix Horizon and are wondering
  how the concept of a claimed return is handled in Koha.
  I am RTFM [ 3.6 ] and do not see a reference to this.

  The fines show a $0.00 dollar amount and a 'block' is
  placed on the account in Horizon.

  How does your library handle a claimed return in Koha?

  Thank you!

  --
  Chad Roseburg
  Automation Dept.
  North Central Regional Library
  ___
  Koha mailing list  [6]http://koha-community.org
  [7]Koha@lists.katipo.co.nz
  [8]http://lists.katipo.co.nz/mailman/listinfo/koha

 References

Visible links
1. mailto:jghio...@lib.co.san-benito.ca.us
2. file:///tmp/tel:%28831%29%20636-4107
3. mailto:koha-boun...@lists.katipo.co.nz
4. mailto:koha-boun...@lists.katipo.co.nz
5. mailto:croseb...@ncrl.org
6. http://koha-community.org/
7. mailto:Koha@lists.katipo.co.nz
8. http://lists.katipo.co.nz/mailman/listinfo/koha

--
Chad Roseburg
Automation Dept.
North Central Regional Library
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] How do you handle Claimed Returns?

2011-11-29 Thread James Ghiorzi
Dear Chad, 

You will have to make an authorized value under the LOST category. You than 
find the barcode of the item, edit the status of the item to Claims Returned. 
What this will do is mark the item as lost and charge patron for the cost of 
the item.  Depending on your max allowed fine settings and cost of the item it 
may or may not block the account.


I hope that helps,

James Ghiorzi
Library Assistant II
San Benito County Free Library 
470 Fifth St.
Hollister, CA 95023
(831) 636-4107

From: koha-boun...@lists.katipo.co.nz [koha-boun...@lists.katipo.co.nz] On 
Behalf Of Automation [croseb...@ncrl.org]
Sent: Tuesday, November 29, 2011 4:14 PM
To: Koha Mailing List
Subject: [Koha] How do you handle Claimed Returns?

Hello folks ~

We are migrating from SirsiDynix Horizon and are wondering
how the concept of a claimed return is handled in Koha.
I am RTFM [ 3.6 ] and do not see a reference to this.

The fines show a $0.00 dollar amount and a 'block' is
placed on the account in Horizon.

How does your library handle a claimed return in Koha?

Thank you!

--
Chad Roseburg
Automation Dept.
North Central Regional Library
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] How do you handle Claimed Returns?

2011-11-29 Thread James Ghiorzi
Hi Lori,

I think he wanted to be able to associate the item with a patron, as far as I 
know this is the only way of keeping the item with the patron without resorting 
to using history or manual tracking methods.  What we do is check the item in, 
edit the item and mark it as missing (that way no patron puts a hold on it or 
goes looking for it). Than we have our shelving staff (or whoever is available) 
look for it, and if the item is found than it is a simple check-in.  If it is 
not found that's a whole different can of worms :).

Respectfully,

James Ghiorzi
Library Assistant II
San Benito County Free Library
470 Fifth St.
Hollister, CA 95023
(831) 636-4107

From: loria...@gmail.com [loria...@gmail.com] On Behalf Of Lori Bowen Ayre 
[lori.a...@galecia.com]
Sent: Tuesday, November 29, 2011 5:00 PM
To: James Ghiorzi
Cc: Automation; Koha Mailing List
Subject: Re: [Koha] How do you handle Claimed Returns?

James,

But what about if you choose to believe your patrons when they claim to have 
returned an item?

Lori



On Tue, Nov 29, 2011 at 4:31 PM, James Ghiorzi 
jghio...@lib.co.san-benito.ca.usmailto:jghio...@lib.co.san-benito.ca.us 
wrote:
Dear Chad,

You will have to make an authorized value under the LOST category. You than 
find the barcode of the item, edit the status of the item to Claims Returned. 
What this will do is mark the item as lost and charge patron for the cost of 
the item.  Depending on your max allowed fine settings and cost of the item it 
may or may not block the account.


I hope that helps,

James Ghiorzi
Library Assistant II
San Benito County Free Library
470 Fifth St.
Hollister, CA 95023
(831) 636-4107tel:%28831%29%20636-4107

From: koha-boun...@lists.katipo.co.nzmailto:koha-boun...@lists.katipo.co.nz 
[koha-boun...@lists.katipo.co.nzmailto:koha-boun...@lists.katipo.co.nz] On 
Behalf Of Automation [croseb...@ncrl.orgmailto:croseb...@ncrl.org]
Sent: Tuesday, November 29, 2011 4:14 PM
To: Koha Mailing List
Subject: [Koha] How do you handle Claimed Returns?

Hello folks ~

We are migrating from SirsiDynix Horizon and are wondering
how the concept of a claimed return is handled in Koha.
I am RTFM [ 3.6 ] and do not see a reference to this.

The fines show a $0.00 dollar amount and a 'block' is
placed on the account in Horizon.

How does your library handle a claimed return in Koha?

Thank you!

--
Chad Roseburg
Automation Dept.
North Central Regional Library
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nzmailto:Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha

___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Fwd: The results of your email commands

2011-11-17 Thread James Ghiorzi
Hi Carol ,welcome to the list.

Respectfully,

James Ghiorzi
Library Assistant II
San Benito County Free Library
470 Fifth St.
Hollister, CA 95023 


From: koha-boun...@lists.katipo.co.nz [koha-boun...@lists.katipo.co.nz] On 
Behalf Of Chris Cormack [ch...@bigballofwax.co.nz]
Sent: Thursday, November 17, 2011 6:46 PM
To: koha-user
Subject: [Koha] Fwd: The results of your email commands

-- Forwarded message --
From: Caroline Asogwa caroline.aso...@unn.edu.ng
Date: 18 November 2011 15:45
Subject: Re: The results of your email commands
To: koha-ow...@lists.katipo.co.nz


Hi all,
This brief email is to introduce myself to the koha community. My name
   is Carol  and i work as Database Administrator in a University library. We
   have just recently installed koha for use as our library management system.
   I will be pleased to share my experiences with other koha users.
  I appreciate the efforts of the mailing list administrators and all the
   members for the help they render to the members of the list.
 Thanks.
   Carol
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Acquisition module

2011-11-07 Thread James Ghiorzi
Hi Massimo,

I believe that there is currently no way to delete a vendor using the client 
interface (there might be a way using SQL, but I wouldn't know how to do it).

The list of vendors here is my amateurish stab at it:


SELECT v.name AS vendor
FROM aqorders o
Order by v.name ASC

Hope that helps,

James Ghiorzi
Library Assistant II
San Benito County Free Library
470 Fifth ST.
Hollister, CA 95023




From: koha-boun...@lists.katipo.co.nz [koha-boun...@lists.katipo.co.nz] On 
Behalf Of Massimo Plevani [max_pl...@hotmail.it]
Sent: Monday, November 07, 2011 8:19 AM
To: koha@lists.katipo.co.nz
Subject: [Koha] Acquisition module

Dear all,
I started to work with acquisition module. I have some questions:

1. How can I delete a vendors?
2. Can I see the list of vendors (e.g Alphabeticaly ordered)?

Thanks you for your help. All the best.

Massimo Plevani
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Acquisition module

2011-11-07 Thread James Ghiorzi
Hi Nicole,

Thanks for the correction :)

Respectfully,

James Ghiorzi
Library Assistant II
San Benito County Free Library
470 Fifth St.
Hollister, CA 95023
(831) 636-4107


From: Nicole Engard [neng...@gmail.com]
Sent: Monday, November 07, 2011 9:52 AM
To: James Ghiorzi
Cc: Massimo Plevani; koha@lists.katipo.co.nz
Subject: Re: [Koha] Acquisition module

James,

That won't do the trick - but this will:

SELECT name from aqbooksellers order by name asc

And you're right about not being able to delete.

Nicole

2011/11/7 James Ghiorzi 
jghio...@lib.co.san-benito.ca.usmailto:jghio...@lib.co.san-benito.ca.us
Hi Massimo,

I believe that there is currently no way to delete a vendor using the client 
interface (there might be a way using SQL, but I wouldn't know how to do it).

The list of vendors here is my amateurish stab at it:


SELECT v.namehttp://v.name AS vendor
FROM aqorders o
Order by v.namehttp://v.name ASC

Hope that helps,

James Ghiorzi
Library Assistant II
San Benito County Free Library
470 Fifth ST.
Hollister, CA 95023




From: koha-boun...@lists.katipo.co.nzmailto:koha-boun...@lists.katipo.co.nz 
[koha-boun...@lists.katipo.co.nzmailto:koha-boun...@lists.katipo.co.nz] On 
Behalf Of Massimo Plevani [max_pl...@hotmail.itmailto:max_pl...@hotmail.it]
Sent: Monday, November 07, 2011 8:19 AM
To: koha@lists.katipo.co.nzmailto:koha@lists.katipo.co.nz
Subject: [Koha] Acquisition module

Dear all,
I started to work with acquisition module. I have some questions:

1. How can I delete a vendors?
2. Can I see the list of vendors (e.g Alphabeticaly ordered)?

Thanks you for your help. All the best.

Massimo Plevani

___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nzmailto:Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Greetings from a newbie!

2011-10-25 Thread James Ghiorzi
Dear Jessica,

Welcome to the list and congratulations with the decision to go with Koha and 
Bywater Solutions.  There are a lot of words of wisdom that the list can offer, 
so your in the right place :).  I can think of a couple minor stuff to think 
about.  Mapping your holdings codes to Koha item types probably will be the 
first one.  Secondly I would look at what receipt printers your currently using 
and if possible try them out with the demo server (to see if they work with 
Firefox or not), that probably goes for barcode scanners as well, but we 
haven't had any problems even with the oldest of our scanners.  Start thinking 
about how you want your OPAC to look too, Owen Leonard really is the expert on 
this, http://www.myacpl.org/koha/?p=30 , http://www.myacpl.org/koha/?p=380, and 
there is a video here 
http://www.archive.org/details/KohaAndOpacCustomizationWithOwenLeonard.  I can 
also send you some links to other Koha OPAC's if interested.  Lastly I would 
think about the reports you do now and get with Bywater Implementation 
Specialist so you can start planning on converting them to SQL.  That's about 
all the basics I can think of :)

Respectfully,

James Ghiorzi
Library Assistant II
San Benito County Free Library
470 Fifth St.
Hollister, CA 95023
(831) 636-4107

From: koha-boun...@lists.katipo.co.nz [koha-boun...@lists.katipo.co.nz] On 
Behalf Of Tobin, Jessica L [jto...@fhcrc.org]
Sent: Tuesday, October 25, 2011 11:35 AM
To: koha@lists.katipo.co.nz
Subject: [Koha] Greetings from a newbie!

Hi everyone,
 My name is Jessica (Jess) Tobin, and I am brand spankin’ new to the Koha 
community.  I will be taking care of our Koha installation at the Arnold 
Library.  (we are hosted by Bywater)  I come to this position with several 
years’ experience working with the SirsiDynix Unicorn/Symphony ILS, so any 
helpful tips for making that leap are most welcome. :)  Actually, any words of 
wisdom for a newbie would be appreciated!

I don’t have any specific questions or issues at this point, just wanted to say 
hello!

Jess

Jessica L. Tobin
Systems  Technical Services Librarian
Arnold Library
Fred Hutchinson Cancer Research Center
1100 Fairview Ave. N., B1-010
P.O. Box 19024
Seattle, WA 98109-1024
(206)667-6846
jto...@fhcrc.orgmailto:jto...@fhcrc.orgmailto:jto...@fhcrc.org

Check out what the Arnold Library has to offer you!
http://sharedresources.fhcrc.org/core-facilities/library

___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Multiple item types which are really the same in advanced search options

2011-10-17 Thread James Ghiorzi
Dear Cecil,

I don't think there is a way of doing what your asking for.  I know you can 
search for different item types with the advanced search.  As long as you have 
the item type within the administration - Item Types and have items keyed to 
that item type, you should be able to search them by checking in the desired 
boxes.  The only thing I can think of would be changing the items types to be 
the same, and if a separator of some sort is desired have a shelving location.


Hope that helps,

James Ghiorzi
Library Assistant II
San Benito County Free Library
470 Fifth St.
Hollister, CA 95023
(831) 636-4107


From: koha-boun...@lists.katipo.co.nz [koha-boun...@lists.katipo.co.nz] On 
Behalf Of Hillyard, Cecil [chilly...@washoecounty.us]
Sent: Monday, October 17, 2011 2:31 PM
To: koha@lists.katipo.co.nz
Subject: [Koha] Multiple item types which are really the same in advanced 
search options


Hello,

Is there a way to combine different item types in the advanced search options.  
We have to types of book items those that “float” and those that are always 
returned to their home branch.   Other than that the circ rules are the same 
for both types of books.

__

Cecil Hillyard

Cataloger

Washoe County Library Technical Services

4001 S. Virginia St.

Reno, NV 89502

tel.: 775-827-1885

fax: 775-827-5484

www.washoecountylibrary.us

___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Barcode and spine label printing in Koha

2011-10-12 Thread James Ghiorzi
Hi Jared,

I see your point, even though you could probably give the correct dimensions of 
the sheet and choose the proper starting point for the label you probably could 
only do only one barcode at a time, assuming the sheet is ordered spine label, 
barcode label on the same row(s).

Respectfully,

James Ghiorzi
Library Assistant II
San Benito County Free Library
470 Fifth St.
Hollister, CA 95023
(831) 636-4107


From: koha-boun...@lists.katipo.co.nz [koha-boun...@lists.katipo.co.nz] On 
Behalf Of Jared Camins-Esakov [jcam...@cpbibliography.com]
Sent: Wednesday, October 12, 2011 11:53 AM
To: Hartman, David W. - GBTS Library
Cc: Koha
Subject: Re: [Koha] Barcode and spine label printing in Koha

David,

So far as I know, that is not possible at present. I know some libraries who 
are using that type of label use OCLC's Connexion software to print out their 
labels. I'm sorry I couldn't be the bearer of better nows.

Regards,
Jared

2011/10/12 Hartman, David W. - GBTS Library 
david.w.hart...@disney.commailto:david.w.hart...@disney.com
Hello!

Is it possible to print both barcodes and spine labels on the same sheet?  
I see Gaylord has a label set, Gaylord LSL04 for both barcode and spine labels. 
If so, does someone have a template for this or similar?  :)



David W. Hartman
Global Business Technology Strategy Library
Team Disney 336N
407 828 4250tel:407%20828%204250 (8-222)
FAX 407 828 4868tel:407%20828%204868

FOLLOW MY RESEARCH on Backlothttp://backlot.disney.com/ 
Yammerhttp://www.yammer.com/!
Learn about our research partners in the 2011 IT Research Competency Center 
http://tink.corp.disney.com/?i=n7a
GBTS CAST can click to request AV 
Equipmenthttp://tink.corp.disney.com/?i=jbo, 
Bookshttp://tink.corp.disney.com/?i=jbp,   
Researchhttp://tink.corp.disney.com/?i=jbn
WATCH the GBTS Library (Video) Updatehttp://tink.corp.disney.com/?i=2f0 !
CLICK for the GBTS VIRTUAL LIBRARYhttp://tink.corp.disney.com/?i=1wnportal 
site!!
This communication is confidential, intended only for the named recipients 
above and may contain trade secrets or other information that is exempt from 
disclosure under applicable law. Any use, dissemination, distribution or 
copying of this communication by anyone other than the named recipients is 
strictly prohibited. If you have received this communication in error, please 
immediately notify us by calling (407) 828-4250tel:%28407%29%20828-4250. 
Thank you.
[cid:image001.gif@01CC88EC.263070F0]Please consider your environmental 
responsibility before printing this e-mail [cid:image001.gif@01CC88EC.263070F0]
Think Environmentality!  Reduce!  Reuse!  Recycle!



___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nzmailto:Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha




--
Jared Camins-Esakov
Bibliographer, C  P Bibliography Services, LLC
(phone) +1 (917) 727-3445
(e-mail) jcam...@cpbibliography.commailto:jcam...@cpbibliography.com
(web) http://www.cpbibliography.com/

inline: image001.gif___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Non-technical questions (and beating a dead horse)

2011-10-05 Thread James Ghiorzi
Cookies my favorite :)

Respectfully,

James Ghiorzi
Library Assistant II
San Benito County Free Library
470 Fifth St.
Hollister, CA 95023
(831) 636-4107


From: koha-boun...@lists.katipo.co.nz [koha-boun...@lists.katipo.co.nz] On 
Behalf Of Chris Cormack [ch...@bigballofwax.co.nz]
Sent: Wednesday, October 05, 2011 11:31 AM
To: Hal Bright
Cc: koha@lists.katipo.co.nz
Subject: Re: [Koha] Non-technical questions (and beating a dead horse)

2011/10/6 Hal Bright hbri...@farmingtonlibraries.org:
  Owen,

 I agree the list should cover non-technical threads and topics, but every
 question (3 in total) I have posted that was non-technical came back with A)
 please do not use the replybutton to start other topics (that was the
 reply I got for non-technical post #1 and non-technical post #2 when I
 forgot about the response from #1) and B) a resounding silence on post #3 ,
 #2  #1.

 I then asked if there was need for a listserv for users (people who use
 Koha, but use support companies [the myriad that are out there] for most of
 the issues that come across this list). I was told no, that should be done
 here (after post #3), but still received no answer when I repeated post #3.
 I resorted to asking my service provider who provided an adequate answer.

 The above is supposed to come across as humorous, so a laugh is in order
 hereget readywait for it[Insert Laugh here]

 I have successfully posted technical questions and have received answers
 (and thank you!), but this is a tech heavy list.  I still feel the need for
 a users list is warranted, but feel that this is a community decision, not
 one where I just start a listserv and invite people to use it.

Well you could, but it may just end up like this. This is the non
technical list, koha-devel is the technical list, but you can't
control what people post where, nor who answers what, there are over
2000 people subscribed to his list, only a fraction of whom are
technically minded.

Unfortunately we can't compell them to answer, maybe offer a cookie
next time ? :)

(Note this whole thread is non technical :))

Chris
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Playing a sound file with bad barcodes

2011-09-23 Thread James Ghiorzi
I have only seen this feature work with Firefox  just my two cents (more like a 
penny and half with these economic times) :)

Respectfully,

James Ghiorzi
Library Assistant II
San Benito County Free Library
470 Fifth St.
Hollister, CA 95023
(831) 636-4107


From: koha-boun...@lists.katipo.co.nz [koha-boun...@lists.katipo.co.nz] On 
Behalf Of Owen Leonard [oleon...@myacpl.org]
Sent: Friday, September 23, 2011 9:33 AM
To: Cab Vinton
Cc: Koha list
Subject: Re: [Koha] Playing a sound file with bad barcodes

 A neat enhancement would be to have Koha play a sound whenever this happens.

What version are you using? There are audio cues in the latest version of Koha.

  -- Owen

--
Web Developer
Athens County Public Libraries
http://www.myacpl.org
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Database tables

2011-09-19 Thread James Ghiorzi
Hi Tom,

There's schema floating around at http://schema.koha-community.org/

Hope that helps,

James Ghiorzi
Library Assistant II
San Benito County Free Library
470 Fifth St.
Hollister, CA 95023
(831) 636-4107


From: koha-boun...@lists.katipo.co.nz [koha-boun...@lists.katipo.co.nz] On 
Behalf Of Tom Hanstra [t...@nd.edu]
Sent: Monday, September 19, 2011 9:44 AM
To: Koha listserv
Subject: [Koha] Database tables

Is there a list anywhere of what database tables relate to which modules
and/or screens?

I'd like to get a better idea of which tables relate to various types of
data as opposed to tables which relate to system settings and other more
static values.  The table names are fairly self-explanatory, but if
there is a more complete data map, that would be useful.

Thanks,
Tom

--


-
  Tom Hanstra  Systems Administrator
  Hesburgh Libraries of Notre Dame Phone: (574)631-4686
  213 Hesburgh Library Email: t...@nd.edu
  Notre Dame, IN  46556

  Every day, from here to there, funny things are everywhere.
  Dr. Seuss
-

___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Migration from Heritage to Koha

2011-09-07 Thread James Ghiorzi
Wow, Congratulations, and welcome to Koha.

James Ghiorzi
Library Assistant II
San Benito County Free Library
470 Fifth St.
Hollister, CA 95023


From: koha-boun...@lists.katipo.co.nz [koha-boun...@lists.katipo.co.nz] On 
Behalf Of Jean Francois Bucas [jfbu...@stp.dias.ie]
Sent: Wednesday, September 07, 2011 5:01 AM
To: koha@lists.katipo.co.nz
Subject: [Koha] Migration from Heritage to Koha

Dear Koha mailing list members,

like anywhere else, from time to time, a success story is greatly welcomed.

In the case of our small library, until last month, we were using
Heritage[1], a Windows based proprietary ILS. We didn't like it, both
for technical reasons and functional reasons.

It took the combined efforts of the IT-guy (myself) and the librarian to
export the data and process it in a way that was importable in Koha.
After a few weeks, overcoming many small and big challenges, we are very
happy to introduce our new system to our users, and to this date, no
complain at all.

If you are interested in the result and the steps of the migration, you
can have a look at theses addresses:

http://library.stp.dias.ie
http://www.stp.dias.ie/library/Heritage2Koha/howto.txt

Thanks a lot to the Koha community!

Kind regards,
Jef

[1] http://www.isoxford.com/
--
Jean-Francois Bucas
IT System Administrator
School of Theoretical Physics
Dublin Institute for Advanced Studies
10 Burlington Road
Dublin 4
Tel. +353 1 614 0132
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Report of patrons by categories

2011-09-01 Thread James Ghiorzi
Dear Suzanne,

Welcome to the list.  You should be able to change expiration date if you have 
an account that has set system parameters enabled.  Once you have that you go 
to the more hypertext link, then the administration link and than the patron 
categories link.  This is where you can set a patrons expiration date.  However 
I think this will not effect current patrons.

Hope that helps,

James Ghiorzi
Library Assistant II
San Benito County Free Library
470 Fifth St.
Hollister, CA 95023
Work (831) 636-4107


From: koha-boun...@lists.katipo.co.nz [koha-boun...@lists.katipo.co.nz] On 
Behalf Of suzanne.mck...@uclh.nhs.uk [suzanne.mck...@uclh.nhs.uk]
Sent: Thursday, September 01, 2011 9:11 AM
To: koha@lists.katipo.co.nz
Subject: [Koha] Report of patrons by categories


Hello,

I'm new to the list.
Can anyone tell me how or is it possible to change the expirary date for all 
the patrons for a particular patron category?

Suzanne McKeon
Information Centre Manager
Royal London Hospital for Integrated Medicine

Tel. ext.: 82300 direct: 020 3448 2300
Email: suzanne.mck...@uclh.nhs.uk


This email is confidential and is intended solely for the person or
Entity to whom it is addressed.  If this is not you, please forward the
Message to mail.administra...@uclh.nhs.uk.  We have scanned this email
before sending it, but cannot guarantee that malicious software is
absent and we shall carry no liability in this regard.

We advise that information intended to be kept confidential should not
Be sent by email.  We also advise that health concerns should be
Discussed with a medical professional in person or by telephone.
NHS Direct can also provide advice.  We shall not be liable for any
failure to follow this advice. University College London Hospitals NHS
Foundation Trust (UCLH).

___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] HELP NEEDED: Unable to add duplicate records (copy 2s) to Koha

2011-08-11 Thread James Ghiorzi
Hello David,

Not sure if I am understanding this correctly.  Wouldn't it be easier than 
trying to duplicate records, and just add the second copy as an item to the 
first record, and than use a delimiter in the 952 line?  We use the delimiter 
c, followed by what ever copy number it is.

Respectfully,

James Ghiorzi
Library Assistant II
San Benito County Free Library
470 Fifth St.
Hollister, CA 95023
(831) 636-4107

From: koha-boun...@lists.katipo.co.nz [koha-boun...@lists.katipo.co.nz] On 
Behalf Of Hartman, David W. - GBTS Library [david.w.hart...@disney.com]
Sent: Thursday, August 11, 2011 8:30 AM
To: 'koha@lists.katipo.co.nz'
Subject: [Koha] HELP NEEDED: Unable to add duplicate records (copy 2s) to Koha


  The top record is one I am trying to add and the bottom one already exists in 
Koha.  The ISBNs are identical but when I stage them it says they are 
“no_match”.  There must be something in the copy 1 record that is discouraging 
a match but I cannot see it.  Let me know when you can.  ALL of the records I 
am adding are copy 2s and this is happening to all of them “no_match”.

=LDR  0nam a220Ia 45e0
=008  00049764
=020  \\$a671506196
=082  \\$a158.1 C28
=100  \\$aCarnegie, Dale
=245  \\$aHow to stop worrying and start living
=245  \\$cDale Carnegie
=260  \\$aNY
=260  \\$c1984
=490  \\$v1
=650  \\$a1. WORRY
=650  \\$a2. SUCCESS
=952  \\$bFL$o158.1 C28$p00049764$yBK

000 -LEADER



fixed length control field

00464nam a2200229Ia 4500



003 - CONTROL NUMBER IDENTIFIER



control field

OSt



005 - DATE AND TIME OF LATEST TRANSACTION



control field

20110808175056.0



008 - FIXED-LENGTH DATA ELEMENTS--GENERAL INFORMATION



fixed length control field

0257



020 ## - INTERNATIONAL STANDARD BOOK NUMBER



International Standard Book Number

671506196



040 ## - CATALOGING SOURCE



Transcribing agency

LC



082 ## - DEWEY DECIMAL CLASSIFICATION NUMBER



Classification number

158.1 C28



100 ## - MAIN ENTRY--PERSONAL NAME



Personal name

Carnegie, Dale



245 ## - TITLE STATEMENT



Title

How to stop worrying and start living



245 ## - TITLE STATEMENT



Statement of responsibility, etc

Dale Carnegie



260 ## - PUBLICATION, DISTRIBUTION, ETC. (IMPRINT)



Place of publication, distribution, etc

NY



260 ## - PUBLICATION, DISTRIBUTION, ETC. (IMPRINT)



Date of publication, distribution, etc

1984



300 ## - PHYSICAL DESCRIPTION



Extent

304p.



490 ## - SERIES STATEMENT



Volume number/sequential designation

1



650 ## - SUBJECT ADDED ENTRY--TOPICAL TERM



Topical term or geographic name as entry element

1. WORRY



650 ## - SUBJECT ADDED ENTRY--TOPICAL TERM



Topical term or geographic name as entry element

2. SUCCESS



942 ## - ADDED ENTRY ELEMENTS (KOHA)



Source of classification or shelving scheme



Koha item type

Book



Copies



Price effective from

Date last seen

Not for loan

Date acquired

Koha item type

Barcode

Damaged status

Lost status

Withdrawn status

Current Location

Full call number



2011-08-08

2011-08-08



2011-08-08

Book

0257







BT Library - FL

158.1 C28






any suggestions?


___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Acquisitions - Vendor Purchases History

2011-07-29 Thread James Ghiorzi
Hi Joel,

Took these right off the Wiki 
(http://wiki.koha-community.org/wiki/SQL_Reports_Library), hope they help:

Orders in Date Range

 *   Developer: Nicole C. Engard, ByWater Solutions
 *   Module: Acquisitions
 *   Purpose: Show order information for a specific date period.
 *   Status: Complete

SELECT v.name AS vendor, b.title AS 'book title',
   format(o.listprice,2) AS 'list price',
   format(o.unitprice,2) AS 'actual price',
   ba.basketname, o.notes
FROM aqorders o
LEFT JOIN aqbasket ba USING (basketno)
LEFT JOIN aqbooksellers v ON (v.id = ba.booksellerid)
LEFT JOIN biblio b USING (biblionumber)
WHERE o.entrydate BETWEEN Ordered BETWEEN (-mm-dd) AND and 
(-mm-dd)

Ledger

 *   Developer: Nicole C. Engard, ByWater Solutions
 *   Module: Acquisitions
 *   Purpose: Show's a ledger of all items ordered
 *   Status: Complete

SELECT b.name AS vendor, i.itype, p.budget_branchcode AS branch, k.basketno,
   o.entrydate AS 'order date', format(o.listprice,2) AS 'list price',
   format(o.unitprice,2) AS 'unit price', o.quantity,
   format(o.totalamount,2) AS 'total amount', o.datereceived AS 'date 
received'
FROM aqbasket k
LEFT JOIN aqbooksellers b ON (k.booksellerid=b.id)
LEFT JOIN aqorders o USING (basketno)
LEFT JOIN items i USING (biblioitemnumber)
LEFT JOIN aqbudgets p USING (budget_id)



Respectfully,

James Ghiorzi
Library Assistant II
San Benito County Free Library
470 Fifth St.
Hollister, CA 95023
(831) 636-4107

From: koha-boun...@lists.katipo.co.nz [koha-boun...@lists.katipo.co.nz] On 
Behalf Of Joel Harbottle [joel.harbot...@hotmail.com.au]
Sent: Friday, July 29, 2011 3:39 AM
To: Koha List
Subject: [Koha] Acquisitions - Vendor Purchases History


Hi All,

Just dropping a quick question for everyone. Does anyone know, if there is a to 
either view, directly in the Acquisitions, or via a generated Report, to get a 
list of all items purchased from each Vendor in the Acquisitions module?

I’m just going through a few invoices but can’t find a way of searching them in 
Acquisitions... Is there a way... I would really love to have this 
functionality.

Thanking you in advance :)

Kindest Regards,
Joel



Joel Harbottle
Library Technician

Library Processing Services (Queensland)
Email: library.servi...@hotmail.comUrlBlockedError.aspx
Web: http://libservices.wordpress.com/
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Quick Consensus

2011-07-27 Thread James Ghiorzi
Dear Lee,

There is also Cassie(and Spot if have wireless and want to authenticate) 
available from Librarica.  Envisionware manages thousands of management 
systems, customer service is okay and the product itself is okay as well. You 
can have them install it or you can self install at no cost except for the 
purchase price(s) of course.  Pharos is good for really big libraries/systems 
and academic libraries.  I think any of the choices will work with Koha through 
a SIP interface, it probably should make no difference what you run Koha on.  
Hope that helps.

Respectfully,

James Ghiorzi
Library Assistant II
San Benito County Free Library
470 Fifth St.
Hollister, CA 95023
(831) 636-4107


From: koha-boun...@lists.katipo.co.nz [koha-boun...@lists.katipo.co.nz] On 
Behalf Of Lee Phillips [lphill...@buttepubliclibrary.info]
Sent: Wednesday, July 27, 2011 11:39 AM
To: koha@lists.katipo.co.nz
Subject: [Koha] Quick Consensus

Hello all,
Looking at a public computer management system- choices are Envisionware
or Pharos. We run Koha and Unbuntu. Thoughts on best match and best
support/service?
Lee in Butte, Montana
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Fines not creating

2011-07-22 Thread James Ghiorzi
Maybe the Cron jobs has to be updated/re-configured?

Respectfully,

James Ghiorzi
Library Assistant II
San Benito County Free Library
470 Fifth St.
Hollister, CA 95023
(831) 636-4107

From: koha-boun...@lists.katipo.co.nz [koha-boun...@lists.katipo.co.nz] On 
Behalf Of Peel Lisa [lisa.p...@ritz.edu]
Sent: Friday, July 22, 2011 8:48 AM
To: koha@lists.katipo.co.nz
Subject: [Koha] Fines not creating

Hello

I have had two patrons today checking in overdue items (they come up as overdue 
on check in) but no fine has been created on their account.

We upgraded to 3.4 recently – I had a quick look in the system prefs, calendar 
and fine rules and I think it all looks ok. Is there something I am missing?

Thanks in advance

Regards

Lisa

[cid:image001.jpg@01CC4897.99AA2CF0]


LISA PEEL, PGDip, MA.
Librarian
César Ritz Colleges Switzerland
1897 Le Bouveret - Switzerland
Tel: +41 24 482 82 82 Fax: +41 24 482 82 80
E-mail: lisa.p...@ritz.edumailto:hortense.ho...@ritz.edu
http://www.ritz.eduhttp://www.ritz.edu/ - 
http://www.culinaryarts.chhttp://www.culinaryarts.ch/

inline: image001.jpg___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Koha and Computer Management Systems

2011-07-19 Thread James Ghiorzi
Sorry about that, I had sent my message after I saw yours go through :).

If you go with PC Reservation, start off with the older version to see how you 
like the interface, the newest version has a great interface but has little 
quirks here and there.


Respectfully,

James Ghiorzi
Library Assistant II
San Benito County Free Library
470 Fifth St.
Hollister, CA 95023
(831) 636-4107

From: loria...@gmail.com [loria...@gmail.com] On Behalf Of Lori Bowen Ayre 
[lori.a...@galecia.com]
Sent: Tuesday, July 19, 2011 11:24 AM
To: James Ghiorzi
Cc: koha@lists.katipo.co.nz
Subject: Re: [Koha] Koha and Computer Management Systems

Melissa,

For clarity...Envisionware makes PC Reservation.  They aren't two different 
products.  ;)

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-==-=-=-=-=-=-=-=-=
Lori Bowen Ayre // Library Technology Consultant
The Galecia Group // www.galecia.comhttp://www.galecia.com/
(707) 763-6869 // lori.a...@galecia.commailto:lori.a...@galecia.com

mailto:lori.a...@galecia.comSpecializing in open source ILS solutions, RFID, 
filtering,
workflow optimization, and materials handling
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=



2011/7/19 James Ghiorzi 
jghio...@lib.co.san-benito.ca.usmailto:jghio...@lib.co.san-benito.ca.us
EnvisionWare and Cassie will work with the SIP interface as well.  With Cassie 
you can opt to have a separate server for wireless connections which is called 
- Spot, both have a printing management option as well.  Cassie will require 
self install, EnvisionWare can install for you or you can self install.  Hope 
that helps :)

Respectfully,

James Ghiorzi
Library Assistant II
San Benito County Free Library
470 Fifth St.
Hollister, CA 95023
(831) 636-4107tel:%28831%29%20636-4107

From: koha-boun...@lists.katipo.co.nzmailto:koha-boun...@lists.katipo.co.nz 
[koha-boun...@lists.katipo.co.nzmailto:koha-boun...@lists.katipo.co.nz] On 
Behalf Of G. Laws [glaw...@rhcl.orgmailto:glaw...@rhcl.org]
Sent: Tuesday, July 19, 2011 8:02 AM
To: koha@lists.katipo.co.nzmailto:koha@lists.katipo.co.nz
Subject: Re: [Koha] Koha and Computer Management Systems

Userful (userful.comhttp://userful.com) also works with koha using the SIP 
interface. If you have any specific questions let me know.

Kyle was working on a completely new version of libki, but I haven't checked on 
the status of that project recently.

---

On 07/19/2011 08:39 AM, Melissa Parker wrote:
Good Morning All,

My system is looking into computer management systems for our library.  We need 
one that interfaces with KOHA.  Currently we have been looking at cybrarian and 
libki, but are there any others that you recommend that are work well AND 
interfaces with KOHA?

Thanks for your help in this search

Melissa Parker
SEKLS



___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nzmailto:Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha




--

Greg Lawson
Rolling Hills Consolidated Library


___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nzmailto:Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] scanning call numbers

2011-06-28 Thread James Ghiorzi
Dear Linda, 

Not sure if your referring to the browse shelf feature, which I think is only 
part of the public PAC and not a function of the staff interface.  But you can 
enter a call number in either search.  For example 362.4 would get you books 
with in that range.  By using the public catalog, you can select an item, than 
browse shelf, which in turn would allow you to browse items in a similar call 
number range.

I hope that helps,

James Ghiorzi
Library Assistant II
San Benito County Free Library
470 Fifth ST.
Hollister, CA 95023
(831) 636-4107


From: koha-boun...@lists.katipo.co.nz [koha-boun...@lists.katipo.co.nz] On 
Behalf Of Linda Culberson [lcul...@mdah.state.ms.us]
Sent: Tuesday, June 28, 2011 10:29 AM
To: koha
Subject: [Koha] scanning call numbers

All,
I was asked by a staff member whether  there a browse capability,
specifically browse call numbers?  I'm not finding anything in the
documentation.

Thanks.
--
Linda Culberson  lcul...@mdah.state.ms.us
Archives and Records Services Division
Ms. Dept. of Archives  History
P. O. Box 571
Jackson, MS 39205-0571
Telephone:  601/576-6873   Fax:  601/576-6824

___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] overdue charges

2011-06-07 Thread James Ghiorzi
Hi Rachel,

Make sure that finesMode under Fines Policy and Circulation within System 
Preferences are set to Calculate and charge.  I think too that a cronjob will 
have to be created in order for the system to run the fine script(s).

Hope that helps,

James Ghiorzi
Library Assistant II
San Benito County Free Library
470 Fifth St.
Hollister, CA 95023
(831) 636-4107

From: koha-boun...@lists.katipo.co.nz [koha-boun...@lists.katipo.co.nz] On 
Behalf Of TSBC Librarian [libr...@tsbc.org.nz]
Sent: Monday, June 06, 2011 2:41 PM
To: koha@lists.katipo.co.nz
Subject: [Koha] overdue charges

Can anyone tell me what I am doing wrong please?

We have loaded Koha 3.02.00.004  using linux and it is running sweet. We are 
really pleased with it. However, it is not calculating charges. Running a 
script will do a manual calculation. Manually loaded charges appear but not 
automatically calculated charges for overdues. Does anyone have any ideas 
please?

Rachel Black (RLIANZA)
Library Manager
The Shepherd's Bible College

354 Te Aute Road,
RD 2, Hastings 4172
New Zealand

PO Box 8229
Havelock North 4157
New Zealand

Phone: +64-6-873-0054
Fax: +64-6-877-7545
Mobile: +64-22-034-3752
Email: libr...@tsbc.org.nz
Web: www.tsbc.org.nz/library
MSN: libr...@tsbc.org.nz
Skype: rachel.e.black



__ Information from ESET Smart Security, version of virus signature 
database 6185 (20110606) __

The message was checked by ESET Smart Security.

http://www.eset.com
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] IE error trying to save System Preferences

2011-05-23 Thread James Ghiorzi
No clue what causes it (maybe a pop up thing?), anyways I just always use 
Firefox for system preference work.

Respectfully,

James Ghiorzi
Library Assistant II
San Benito County Free Library
470 Fifth St.
Hollister, CA 95023
(831) 636-4107

From: koha-boun...@lists.katipo.co.nz [koha-boun...@lists.katipo.co.nz] On 
Behalf Of Steven Nickerson [snick...@maine.rr.com]
Sent: Monday, May 23, 2011 7:03 AM
To: koha@lists.katipo.co.nz
Subject: [Koha] IE error trying to save System Preferences

When I try to modify any of the System Preferences with IE I get the following 
error:

User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; 
GTB7.0; SLCC1; .NET CLR 2.0.50727; MDDC; .NET CLR 3.5.30729; .NET CLR 
3.0.30729; .NET4.0C)

Timestamp: Sun, 22 May 2011 21:21:23 UTC


Message: 'this.localName' is null or not an object

Line: 40

Char: 17

Code: 0

URI: 
http://”server_name_removed”:8080/intranet-tmpl/prog/en/js/ajax.jsUrlBlockedError.aspx

Does anyone have any ideas what would cause this error?   Firefox form the 
exact same client machine is able to modify and save the System Preferences 
successfully.   Thanks!
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] spine lable

2011-05-09 Thread James Ghiorzi
Dear Doctor Gaur,

From the staff client screen go to tools, than label creator.  After than 
select manage templates, and create a template that matches the labels 
dimensions.  Once your done with the template you will have to create layout 
which tells Koha which fields to use on the label.  Once you have completed 
these steps select manage batches, than from click on the batches drop down 
button and select new batch.  Than simply add barcodes from the items to be 
labeled.  Once you have scanned/typed all desired barcodes click the Add 
Item(s) button.  the Export Batch button should now be available click on 
that, than you will select your template and layout and starting label number, 
and click the Export button.  After which you can choose several different 
formats to print to, we use .pdf files.  Than it should be a simple matter 
of selecting the print function.

Hope this helps,

James Ghiorzi
Library Assistant II
San Benito County Free Library
470 Fifth St.
Hollister, CA 95023
(831) 636-4107

From: koha-boun...@lists.katipo.co.nz [koha-boun...@lists.katipo.co.nz] On 
Behalf Of rupesh_g...@rediffmail.com [rupesh_g...@rediffmail.com]
Sent: Monday, May 09, 2011 12:00 AM
To: koha koha
Subject: [Koha] spine lable

Dear all

I am using koha 3.2 and interested to print spine label like bar code. How can 
I print spine label in bulk.

With warm regards,

Dr. Rupesh Gaur


M.A., MLIS, PGDCA, M. Phil and PhD (Lib.  Inf. Sc.)
Librarian  Convener
Indira Gandhi National College,
(Affiliated to Kurukshetra University)

A Multifaculty NAAC Accredited Co-educational Institution)
Ladwa (Kurukshetra) - 136132


Phone Off. 01744-260334
Mobile No. 09466694800
Email: rupesh_g...@rediffmail.com, gaurrup...@gmail.com

Web site : https://sites.google.com/site/ignclladwa/
[http://sigads.rediff.com/RealMedia/ads/adstream_nx.ads/www.rediffmail.com/signatureline.htm@Middle]http://sigads.rediff.com/RealMedia/ads/click_nx.ads/www.rediffmail.com/signatureline.htm@Middle?
Treat yourself at a restaurant, spa, resort and much more with Rediff Deal ho 
jaye!http://track.rediff.com/click?url=___http://dealhojaye.rediff.com/___cmp=signaturelnk=rediffmailsignaturenewservice=deals
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] need help with OPAC/cataloging

2011-05-03 Thread James Ghiorzi
Dear Margaret,

Are you clicking on save and edit items or just save and view record (I think 
that's the default).  Once you create the record you have to add the item to it 
will than have several subfields to fill for the item, one of which (for us its 
subfield o), full call number, once you click add item, it should appear on 
OPAC.

Respectfully,

James Ghiorzi
Library Assistant II
San Benito County Free Library
470 Fifth St.
Hollister, CA 95023
(831) 636-4107

From: koha-boun...@lists.katipo.co.nz [koha-boun...@lists.katipo.co.nz] On 
Behalf Of Margaret Matthews [mamatth...@hughes.net]
Sent: Sunday, May 01, 2011 9:58 AM
To: Koha@lists.katipo.co.nz
Subject: [Koha] need help with OPAC/cataloging

good morning all,

I am using KOHA 3.2.7.  I am downloading from z39, filling in Items, saving it. 
 yet when I go to the OPAC to make sure it is there I am not getting any 
Holdings to come up-everything else is there.  students have to go to ISBD or 
MARC tabs to find call #.  what am I not doing?  thanks in advance.

Margaret
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Unable to see patron address change

2011-04-26 Thread James Ghiorzi
Hi Sheldon,


I don't think there's a problem with the version.  It should be a setting 
within System Preferences, and Administration KohaAdminEmailAddress.  What will 
happen is that when the patron makes a change in their account on OPAC it will 
mail the address that you put here.

Hope that helps,

James Ghiorzi
Library Assistant II
San Benito County Free Library
470 Fifth St.
Hollister, CA 95023
(831) 636-4107


From: koha-boun...@lists.katipo.co.nz [koha-boun...@lists.katipo.co.nz] On 
Behalf Of sheldon_tappin [thecarte...@hotmail.com]
Sent: Tuesday, April 26, 2011 10:18 AM
To: koha@lists.katipo.co.nz
Subject: [Koha] Unable to see patron address change

Hi All,


We are currently using Koha 3.0.6. We're carrying out final tests on the
system and observed that a patron change their address information from the
OPAC interface but we cannot see the changes in the Staff Interface. Can you
please tell me if this is a problem in Koha 3.0.6. We do plan on upgrading
to Koha 3.2.x. If this is a problem in koha 3.0.6 please tell me if this
problem is corrected in koha 3.2.x.




Sheldon

--
View this message in context: 
http://koha.1045719.n5.nabble.com/Unable-to-see-patron-address-change-tp4341482p4341482.html
Sent from the Koha - Discuss mailing list archive at Nabble.com.
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha