[OPEN-ILS-GENERAL] registration list of accounts

2010-12-08 Thread John Yan
Hello, I want to see how much I have accounts registered. How can I 
view this list in Evergreen. Thanks.


[OPEN-ILS-GENERAL] common due date for all items

2010-12-08 Thread Gordana Vitez
Hi there,

We're an academic library on Evergreen and we would like one due date for our 
materials for over the Christmas holidays. We would like to be able to set a 
due date of Jan 10, 2011 going forward that would override all circ policies.

Is this possible? And if so, could someone point me in the right direction?

Thanks!
Gordana

Gordana Vitez
Niagara College Libraries
Welland Campus
300 Woodlawn Rd
Welland Ontario
L3C 7L3
Phone: (905) 735 2211 ext 7404
Fax: (905) 736 6021
gvi...@niagaracollege.ca


Re: [OPEN-ILS-GENERAL] common due date for all items

2010-12-08 Thread Dan Scott
Hi Gordana:

On 8 December 2010 13:55, Gordana Vitez gvi...@niagaracollege.ca wrote:
 Hi there,

 We're an academic library on Evergreen and we would like one due date for our 
 materials for over the Christmas holidays. We would like to be able to set a 
 due date of Jan 10, 2011 going forward that would override all circ policies.

 Is this possible? And if so, could someone point me in the right direction?

I'm not sure if that particular scenario is part of the hard due
date funded enhancement:
http://biblio-os.blogspot.com/2010/11/coding-has-been-completed.html -
might be worth looking into.

As a short-term measure, you could have a SQL UPDATE statement run
every 10 minutes that sets all due dates for items with a check-out
time greater than Dec. 7, 2010 (or whatever) to Jan. 10, 2011.

Dan


Re: [OPEN-ILS-GENERAL] common due date for all items

2010-12-08 Thread Thomas Berezansky
Last I looked at the hard due date functionality (and participated in  
writing some of it, for that matter) there were two modes, a limit and  
a force set.


The limit would shorten the duration if it would pass that date, the  
force set would say regardless, use this date. In the event the date  
was in the past it would fallback to the normal duration rules.


This is still, however, tied to circulation policies, though a simple  
SQL command could apply it to every circulation policy in the system.


I do not know what (released) evergreen versions support this at this time.

Thomas Berezansky
Merrimack Valley Library Consortium


Quoting Dan Scott d...@coffeecode.net:


Hi Gordana:

On 8 December 2010 13:55, Gordana Vitez gvi...@niagaracollege.ca wrote:

Hi there,

We're an academic library on Evergreen and we would like one due  
date for our materials for over the Christmas holidays. We would  
like to be able to set a due date of Jan 10, 2011 going forward  
that would override all circ policies.


Is this possible? And if so, could someone point me in the right direction?


I'm not sure if that particular scenario is part of the hard due
date funded enhancement:
http://biblio-os.blogspot.com/2010/11/coding-has-been-completed.html -
might be worth looking into.

As a short-term measure, you could have a SQL UPDATE statement run
every 10 minutes that sets all due dates for items with a check-out
time greater than Dec. 7, 2010 (or whatever) to Jan. 10, 2011.

Dan






Re: [OPEN-ILS-GENERAL] ports

2010-12-08 Thread Jesse Ephraim
Robert;

Thanks for doing that!

Jesse Ephraim

Director, Roanoke Public Library
308 S. Walnut
Roanoke, Texas 76262
(817) 491-2691
jephr...@roanoketexas.com


-Original Message-
From: open-ils-general-boun...@list.georgialibraries.org
[mailto:open-ils-general-boun...@list.georgialibraries.org] On Behalf Of
Soulliere, Robert
Sent: Wednesday, December 08, 2010 9:53 AM
To: Evergreen Discussion Group
Subject: Re: [OPEN-ILS-GENERAL] ports

Hi Joel ,

In the DIG documentation, I added the ports information to the
requirements sections for the server:
http://docs.evergreen-ils.org/1.6/draft/html/requirements.html#requireme
nts_server

and  staff client:
http://docs.evergreen-ils.org/1.6/draft/html/requirements_staffclient.ht
ml

Previously there were some ambiguous references in the security section:
http://docs.evergreen-ils.org/1.6/draft/html/security.html
which mentioned the ports. I tightened it up a bit to indicate 80 and
443 ports are the only ones required for OPAC and staff client access.

Let me know if this is sufficient or if we need reference to this in
other places.

Thanks,
Robert

Robert Soulliere, BA (Hons), MLIS
Systems Librarian
Mohawk College Library
robert.soulli...@mohawkcollege.ca
Telephone: 905 575 1212 x3936
Fax: 905 575 2011

From: open-ils-general-boun...@list.georgialibraries.org
[open-ils-general-boun...@list.georgialibraries.org] On Behalf Of Joel
Harbottle [joel.harbot...@hotmail.com.au]
Sent: December 2, 2010 8:00 PM
To: Evergreen Discussion Group
Subject: Re: [OPEN-ILS-GENERAL] ports

Hi Dan and Jason,

This is exactly the information we were needing. Many thanks for sharing
it.

Do you know if this information is listed anywhere in any Evergreen
documentation on the website?

Kindest Regards,
Joel


Joel Harbottle
Email: joel.harbot...@hotmail.com.au




 Date: Tue, 30 Nov 2010 21:48:17 -0500
 From: d...@coffeecode.net
 To: open-ils-general@list.georgialibraries.org
 Subject: Re: [OPEN-ILS-GENERAL] ports

 On Tue, Nov 30, 2010 at 09:41:08PM -0500, Jason Etheridge wrote:
   If anyone has knowledge of which ports Evergreen and the Evergreen
   Staff Client use, would you be willing to create a list of the
ports and
   share it with the Evergreen community?
 
  The staff client connects to ports 80 and 443 on an Evergreen
server.
  It's all HTTP and SSL. :-)

 Right, so you can even narrow it down to TCP on 80 and 443. No UDP!

 You might want to leave yourself a way to SSH or VPN into your server
 from outside the firewall as well, but it's not mandatory.

This E-mail contains privileged and confidential information intended
only for the individual or entity named in the message.  If the reader
of this message is not the intended recipient, or the agent responsible
to deliver it to the intended recipient, you are hereby notified that
any review, dissemination, distribution or copying of this communication
is prohibited.  If this communication was received in error, please
notify the sender by reply E-mail immediately, and delete and destroy
the original message.


Re: [OPEN-ILS-GENERAL] common due date for all items

2010-12-08 Thread Gordana Vitez
Thanks to Dan and Thomas for the info. Looking forward to seeing these options 
implemented in future releases!
 
Gordana

 Thomas Berezansky tsb...@mvlc.org 08/12/2010 2:16 pm 
Last I looked at the hard due date functionality (and participated in  
writing some of it, for that matter) there were two modes, a limit and  
a force set.

The limit would shorten the duration if it would pass that date, the  
force set would say regardless, use this date. In the event the date  
was in the past it would fallback to the normal duration rules.

This is still, however, tied to circulation policies, though a simple  
SQL command could apply it to every circulation policy in the system.

I do not know what (released) evergreen versions support this at this time.

Thomas Berezansky
Merrimack Valley Library Consortium


Quoting Dan Scott d...@coffeecode.net:

 Hi Gordana:

 On 8 December 2010 13:55, Gordana Vitez gvi...@niagaracollege.ca wrote:
 Hi there,

 We're an academic library on Evergreen and we would like one due  
 date for our materials for over the Christmas holidays. We would  
 like to be able to set a due date of Jan 10, 2011 going forward  
 that would override all circ policies.

 Is this possible? And if so, could someone point me in the right direction?

 I'm not sure if that particular scenario is part of the hard due
 date funded enhancement:
 http://biblio-os.blogspot.com/2010/11/coding-has-been-completed.html -
 might be worth looking into.

 As a short-term measure, you could have a SQL UPDATE statement run
 every 10 minutes that sets all due dates for items with a check-out
 time greater than Dec. 7, 2010 (or whatever) to Jan. 10, 2011.

 Dan