[OPEN-ILS-DEV] PATCHES: OpenNCIP (Attn: David) and OpenILS::SIP

2008-06-18 Thread Brandon W. Uhlman
Hi, all. Attached are two patches for SIP2 support in Evergreen -- one to the OpenNCIP server module that speaks to external services, and one to OpenILS::SIP, Evergreen's connecting glue between OpenNCIP and the OpenSRF-y underbelly. First, due_dates.patch makes some relatively trivial

Re: [OPEN-ILS-DEV] PATCHES: OpenNCIP (Attn: David) and OpenILS::SIP

2008-06-18 Thread Grant Johnson
Hey, Is there a LookupUserResponse available in OpenNCIP yet? That's the only piece I need for our ILL implementation to RELAIS. F. Grant Johnson Systems Coordinator Robertson Library University of Prince Edward Island Brandon W. Uhlman [EMAIL PROTECTED] 06/18/08 6:20 AM Hi, all.

Re: [OPEN-ILS-DEV] PATCHES: OpenNCIP (Attn: David) and OpenILS::SIP

2008-06-18 Thread Bill Erickson
On Wednesday 18 June 2008 5:20 Brandon W. Uhlman wrote: Hi, all. Attached are two patches for SIP2 support in Evergreen -- one to the OpenNCIP server module that speaks to external services, and one to OpenILS::SIP, Evergreen's connecting glue between OpenNCIP and the OpenSRF-y underbelly.

Re: [OPEN-ILS-DEV] PATCHES: OpenNCIP (Attn: David) and OpenILS::SIP

2008-06-18 Thread Bill Erickson
On Wednesday 18 June 2008 8:07 Grant Johnson wrote: Hey, Is there a LookupUserResponse available in OpenNCIP yet? That's the only piece I need for our ILL implementation to RELAIS. Hi Grant, The OpenNCIP project only provides SIP2 at this point, no NCIP yet. -bill -- Bill Erickson | VP,

Re: [OPEN-ILS-DEV] PATCHES: OpenNCIP (Attn: David) and OpenILS::SIP

2008-06-18 Thread Brandon W. Uhlman
Quoting Bill Erickson [EMAIL PROTECTED]: This patch introduces a new configuration stanza, options in the implementation_config of an institution in oils_sip.xml. Currently, the only option is 'msg64_summary_datatype', which can have a value of 'barcode', which causes message 64 responses to

Re: [OPEN-ILS-DEV] PATCHES: OpenNCIP (Attn: David) and OpenILS::SIP

2008-06-18 Thread Mike Rylander
On Wed, Jun 18, 2008 at 8:07 AM, Grant Johnson [EMAIL PROTECTED] wrote: Hey, Is there a LookupUserResponse available in OpenNCIP yet? That's the only piece I need for our ILL implementation to RELAIS. Can RELAIS use the SIP2 interface? If so (according to another vendor's public information)

Re: [OPEN-ILS-DEV] PATCHES: OpenNCIP (Attn: David) and OpenILS::SIP

2008-06-18 Thread Grant Johnson
Thanks Mike, I just spoke to Kevin Stewart @ RELAIS -They don't support SIP2. We'll need to figure something out. We have the format of the response file... and will take a look next week. Grant Mike Rylander [EMAIL PROTECTED] 06/18/08 11:53 AM On Wed, Jun 18, 2008 at 8:07 AM, Grant Johnson

Re: [OPEN-ILS-DEV] PATCHES: OpenNCIP (Attn: David) and OpenILS::SIP

2008-06-18 Thread David J. Fiander
On 18-Jun-2008, at 09:02 , Bill Erickson wrote: On Wednesday 18 June 2008 5:20 Brandon W. Uhlman wrote: The SIP2 standard specifically says that the ACS 'can send this date field in any format it wishes'. Since the format currently being returned by Evergreen and used in handle_checkout

Re: [OPEN-ILS-DEV] PATCHES: OpenNCIP (Attn: David) and OpenILS::SIP

2008-06-18 Thread David J. Fiander
Actually, now that I've applied the patch and seen the differences in context, there's a small problem. We only add the due date, recall date, or hold pickup date if they're non-zero. The strings being returned by the ILS are not numbers, so they all evaluate to zero. That is, those fields

Re: [OPEN-ILS-DEV] PATCHES: OpenNCIP (Attn: David) and OpenILS::SIP

2008-06-18 Thread Bill Erickson
On Wednesday 18 June 2008 10:13 Brandon W. Uhlman wrote: Quoting Bill Erickson [EMAIL PROTECTED]: This patch introduces a new configuration stanza, options in the implementation_config of an institution in oils_sip.xml. Currently, the only option is 'msg64_summary_datatype', which can have