Re: [OPEN-ILS-GENERAL] 3.0.2-3.0.3 Upgrade DB script takes over a week to finish

2018-03-29 Thread Kathy Lussier

Hi Jesse,

After I responded to your e-mail, I submitted a bug with some code to 
make this change to the 3.0.2-3.0.3 upgrade script. If you look at the 
submitted code, you'll see exactly how you would add the lines to that 
particular script. You could copy and paste the code  the additions that 
were made to the script. If you use git, you could also cherry-pick this 
patch to apply the changes.


Please note: this patch has not been reviewed by anyone yet, so it might 
not be a bad idea for somebody to take a look at it and verify that it 
looks okay.


http://git.evergreen-ils.org/?p=working/Evergreen.git;a=blobdiff;f=Open-ILS/src/sql/Pg/version-upgrade/3.0.2-3.0.3-upgrade-db.sql;h=6ca665dad31f9e34b39b04fecc9f84ea44745ce1;hp=74a7c0117003a9db2b0d69cde85337216bdab467;hb=d1918fdd3627332a06b9d7a214544d2e46302a1a;hpb=5a6636f53ad07c718c6ba207d3f9d543deec72db

If you make those changes as is, there is a section at the end that 
reenables the triggers before it finishes up.


Kathy


On 03/29/2018 06:10 PM, Jesse McCarty wrote:

Thanks again for the info. We are on 2.10.3 now and upgrading to 3.0.3. How 
would I go about re-enabling the triggers mentioned and is disabling them as 
simple as copy/paste the code snipped Kathy sent into the upgrade script? For 
combing the scripts, would it just be copy/paste the contents of each one 
sequentially into a single file? Do you have a workable single file upgrade 
script that you can share? Modifying these files is new to me.

Thanks again.

Jesse McCarty
City of Burlington
Information Systems Technician

-Original Message-
From: Open-ils-general 
[mailto:open-ils-general-boun...@list.georgialibraries.org] On Behalf Of Jason 
Stephenson
Sent: Wednesday, March 28, 2018 4:34 PM
To: open-ils-general@list.georgialibraries.org
Subject: Re: [OPEN-ILS-GENERAL] 3.0.2-3.0.3 Upgrade DB script takes over a week 
to finish

On 03/28/2018 06:52 PM, Jesse McCarty wrote:

Not sure how to proceed to test getting the upgrade more manageable
prior to upgrading production. Obviously cannot have production down
or having issues for several business days.

If you add the code to disable triggers, etc., from the 2.12.6 to 3.0 upgrade 
script, then it runs it much less time. It ran in about half an hour on my test 
system.

BTW, are you upgrading from 2.10 to 3.0? If so, it sometimes helps to make a 
single upgrade script because some steps are occasionally repeated. In this 
particular case, the 2.12.6 to 3.0.0 upgrade script does this calculation. It 
would be wise to bundle everything up and put that update at the end so you 
only have to do it once, rather than twice.

There's an authority ingest in that 2.12.6 to 3.0 upgrade that takes a lot 
longer on my test system.

Jason


--
Kathy Lussier
Project Coordinator
Massachusetts Library Network Cooperative
(508) 343-0128
kluss...@masslnc.org
Twitter: http://www.twitter.com/kmlussier



Re: [OPEN-ILS-GENERAL] 3.0.2-3.0.3 Upgrade DB script takes over a week to finish

2018-03-29 Thread Jesse McCarty
Thanks again for the info. We are on 2.10.3 now and upgrading to 3.0.3. How 
would I go about re-enabling the triggers mentioned and is disabling them as 
simple as copy/paste the code snipped Kathy sent into the upgrade script? For 
combing the scripts, would it just be copy/paste the contents of each one 
sequentially into a single file? Do you have a workable single file upgrade 
script that you can share? Modifying these files is new to me. 

Thanks again. 

Jesse McCarty
City of Burlington
Information Systems Technician

-Original Message-
From: Open-ils-general 
[mailto:open-ils-general-boun...@list.georgialibraries.org] On Behalf Of Jason 
Stephenson
Sent: Wednesday, March 28, 2018 4:34 PM
To: open-ils-general@list.georgialibraries.org
Subject: Re: [OPEN-ILS-GENERAL] 3.0.2-3.0.3 Upgrade DB script takes over a week 
to finish

On 03/28/2018 06:52 PM, Jesse McCarty wrote:
> 
> Not sure how to proceed to test getting the upgrade more manageable 
> prior to upgrading production. Obviously cannot have production down 
> or having issues for several business days.

If you add the code to disable triggers, etc., from the 2.12.6 to 3.0 upgrade 
script, then it runs it much less time. It ran in about half an hour on my test 
system.

BTW, are you upgrading from 2.10 to 3.0? If so, it sometimes helps to make a 
single upgrade script because some steps are occasionally repeated. In this 
particular case, the 2.12.6 to 3.0.0 upgrade script does this calculation. It 
would be wise to bundle everything up and put that update at the end so you 
only have to do it once, rather than twice.

There's an authority ingest in that 2.12.6 to 3.0 upgrade that takes a lot 
longer on my test system.

Jason


Re: [OPEN-ILS-GENERAL] Holdings View in Web Client

2018-03-29 Thread scott.tho...@sparkpa.org
Jason,
   Thank you for this information. Regarding this particular bug, it is too 
serious to leave to #3, and we don't have the wherewithal to do #1 so we may 
try to do #2...but will likely need funding partners...which brings us to #4: 
work together to get it fixed.

Scott

-Original Message-
From: Open-ils-general 
[mailto:open-ils-general-boun...@list.georgialibraries.org] On Behalf Of Jason 
Stephenson
Sent: Thursday, March 29, 2018 1:44 PM
To: open-ils-general@list.georgialibraries.org
Subject: Re: [OPEN-ILS-GENERAL] Holdings View in Web Client

On 03/29/2018 11:27 AM, scott.tho...@sparkpa.org wrote:
> I agree this is an impediment to implementing the Web Client in 
> centralized or semi-centralized cataloging departments (of which we 
> have many). I am just not conversant on the ins & outs of how to get 
> fixes into a release versus a maintenance release versus a patch

Bug targeting is done by one of the members of the drivers group. It is usually 
done only for bugs that have patches or where someone is working on it and is 
likely to have a patch ready in time for the release. We (mostly I) sometimes 
break the unwritten rules and target bugs prematurely.

As for how to get specific bugs fixed, you basically have 3 options:

1. Fix it yourself.
2. Hire someone else to fix it.
3. Wait for someone else to do 1 or 2.

HtH,
Jason



Re: [OPEN-ILS-GENERAL] Holdings View in Web Client

2018-03-29 Thread Jason Stephenson
On 03/29/2018 11:27 AM, scott.tho...@sparkpa.org wrote:
> I agree this is an impediment to implementing the Web Client in
> centralized or semi-centralized cataloging departments (of which we have
> many). I am just not conversant on the ins & outs of how to get fixes
> into a release versus a maintenance release versus a patch

Bug targeting is done by one of the members of the drivers group. It is
usually done only for bugs that have patches or where someone is working
on it and is likely to have a patch ready in time for the release. We
(mostly I) sometimes break the unwritten rules and target bugs prematurely.

As for how to get specific bugs fixed, you basically have 3 options:

1. Fix it yourself.
2. Hire someone else to fix it.
3. Wait for someone else to do 1 or 2.

HtH,
Jason



Re: [OPEN-ILS-GENERAL] Holdings View in Web Client

2018-03-29 Thread Kathy Lussier
To be clear, nobody is talking about getting rid of Holdings 
Maintenance. It has a new name - holdings view - and there have been 
some changes in the display, some of which are improvements and other 
changes that are causing problems, some of which are significant. But I 
haven't heard anyone suggest getting rid of it.


Kathy


On 03/29/2018 01:00 PM, Walz, Jennifer wrote:


All –

  From a ‘end user’ / power user standpoint (and the admin) PLEASE 
PLEASE don’t get rid of the Holdings Maintenance view / screen / 
option!!    Oh my.   We use that for so many things.   It just helps 
visually to know where a volume is, if it is labeled correctly, if it 
has copies assigned, and are there others in the system.


PLEASE keep the Holdings Maintenance.  It is one of the BEST things in 
Evergreen.


    (The other BEST thing ever is the Item Status Display.   NEVER get 
rid of that either!)


Thanks!

Jennifer

--
Jennifer Walz, MLS - Head of ILS concerns
Kinlaw Library - *Asbury University*
One Macklem Drive, Wilmore, KY 40390
859-858-3511 ext. 2269
jlw...@asbury.edu

*From:*Open-ils-general 
[mailto:open-ils-general-boun...@list.georgialibraries.org] *On Behalf 
Of *scott.tho...@sparkpa.org

*Sent:* Thursday, March 29, 2018 10:12 AM
*To:* Evergreen Discussion Group
*Subject:* [OPEN-ILS-GENERAL] Holdings View in Web Client

I just had this reported to me, and it does seem to be problematic. 
Many of our libraries use Holdings Maintenance in XUL as the first 
step in adding volumes and copies. This works out well because, even 
if a given library system has no volumes or copies under a given 
title, the org unit tree for that system appears in Holdings 
Maintenance and you can easily add volumes / copies to a specific 
branch. This tree does not appear in the Web Client so adding volumes 
to a branch requires several more steps as a user is forced to select 
the branch org unit at several junctures.  Am I missing something? Has 
anyone else noticed this?


Scott

Scott Thomas

Executive Director

*PaILS / SPARK*

(717) 873-9461

scott.tho...@sparkpa.org 

Stay informed! Join the SPARK-User Email List:

https://mail.palibrary.org/mailman/listinfo/spark-users

Description: Description: Training | SPARK – Pennsylvania's Statewide 
Library System 




--
Kathy Lussier
Project Coordinator
Massachusetts Library Network Cooperative
(508) 343-0128
kluss...@masslnc.org
Twitter: http://www.twitter.com/kmlussier



Re: [OPEN-ILS-GENERAL] Holdings View in Web Client

2018-03-29 Thread Walz, Jennifer
All -

  From a 'end user' / power user standpoint (and the admin) PLEASE PLEASE don't 
get rid of the Holdings Maintenance view / screen / option!!Oh my.   We use 
that for so many things.   It just helps visually to know where a volume is, if 
it is labeled correctly, if it has copies assigned, and are there others in the 
system.

PLEASE keep the Holdings Maintenance.  It is one of the BEST things in 
Evergreen.

(The other BEST thing ever is the Item Status Display.   NEVER get rid of 
that either!)

Thanks!

Jennifer
--
Jennifer Walz, MLS - Head of ILS concerns
Kinlaw Library -  Asbury University
One Macklem Drive, Wilmore, KY 40390
859-858-3511 ext. 2269
jlw...@asbury.edu



From: Open-ils-general 
[mailto:open-ils-general-boun...@list.georgialibraries.org] On Behalf Of 
scott.tho...@sparkpa.org
Sent: Thursday, March 29, 2018 10:12 AM
To: Evergreen Discussion Group
Subject: [OPEN-ILS-GENERAL] Holdings View in Web Client

I just had this reported to me, and it does seem to be problematic. Many of our 
libraries use Holdings Maintenance in XUL as the first step in adding volumes 
and copies. This works out well because, even if a given library system has no 
volumes or copies under a given title, the org unit tree for that system 
appears in Holdings Maintenance and you can easily add volumes / copies to a 
specific branch. This tree does not appear in the Web Client so adding volumes 
to a branch requires several more steps as a user is forced to select the 
branch org unit at several junctures.  Am I missing something? Has anyone else 
noticed this?

Scott


Scott Thomas
Executive Director
PaILS / SPARK
(717) 873-9461
scott.tho...@sparkpa.org
Stay informed! Join the SPARK-User Email List:
https://mail.palibrary.org/mailman/listinfo/spark-users
[Description: Description: Training | SPARK - Pennsylvania's Statewide Library 
System]



Re: [OPEN-ILS-GENERAL] Evergreen libraries using/testing Syndetics Unbound?

2018-03-29 Thread Terran McCanna
>> The Syndetics Classic content we subscribe to displays under the
"Summaries and more" tab. It's OK, but not as nice as the fancy Unbound
stuff. Although I do notice that we, although we are apparently paying for
it, do not have the Professional Reviews... I wonder if that is related to
the display issues Terran found. <<

Yes - if we implement Syndetics Classic the way they intend for it to be
implemented, it will appear in a popup like the one screen-capped here:

https://drive.google.com/file/d/1iHPL-hUcHSfBbk-vbDbb1i2rJNC9e27b/view?usp=sharing

Then, instead of Evergreen needing to go check for each possible type of
content and possible review and then screen-scrape or parse the content
out, it only checks to see if the main summary page is available and
displays that, and Syndetics takes care of the rest.

Alternatively, instead of a screencap, it could be displayed in an iframe
or something like that. I prefer the pop-up.




Terran McCanna
PINES Program Manager
Georgia Public Library Service
1800 Century Place, Suite 150
Atlanta, GA 30345
404-235-7138
tmcca...@georgialibraries.org


On Thu, Mar 29, 2018 at 11:31 AM, Lindsay Stratton 
wrote:

> Well, at least their sales message is consistent!
>
> FWIW, because maybe they use the same title for their mock-up?, this is a
> link to our current catalog for Raven Boys - http://evergreen.owwl.org/
> eg/opac/record/442294.
>
> The Syndetics Classic content we subscribe to displays under the
> "Summaries and more" tab. It's OK, but not as nice as the fancy Unbound
> stuff. Although I do notice that we, although we are apparently paying for
> it, do not have the Professional Reviews... I wonder if that is related to
> the display issues Terran found.
>
> Our Novelist content displays under the "Reviews, Series & Suggest Reads"
> tab. We are kind of assuming that Unbound content would function similarly.
>
> Our main concern is the configuration and display of cover images. We are
> using the Syndetics Classic API to manage that, and worry that the way
> Evergreen processes cover images will not play nicely with whatever process
> Unbound uses.
>
> Lindsay
>
> Lindsay Stratton
> Library Automation Services Manager
> Pioneer Library System
> 2557 State Rte 21
> 
> Canandaigua, NY 14424
> 
> 585-394-8260 x104 <(585)%20394-8260>
>
>
> --
>
>


Re: [OPEN-ILS-GENERAL] Holdings View in Web Client

2018-03-29 Thread scott.tho...@sparkpa.org
Elaine,
   I agree this is an impediment to implementing the Web Client in centralized 
or semi-centralized cataloging departments (of which we have many). I am just 
not conversant on the ins & outs of how to get fixes into a release versus a 
maintenance release versus a patch.

Scott

From: Open-ils-general 
[mailto:open-ils-general-boun...@list.georgialibraries.org] On Behalf Of Elaine 
Hardy
Sent: Thursday, March 29, 2018 11:16 AM
To: Evergreen Discussion Group 
Subject: Re: [OPEN-ILS-GENERAL] Holdings View in Web Client

We would need it fixed sooner, if all or libraries are to move to the web 
client for cataloging.



J. Elaine Hardy
PINES & Collaborative Projects Manager
Georgia Public Library Service/PINES
1800 Century Place, Ste. 150
Atlanta, GA 30045
404.235.7128 Office
404.548.4241 Cell
404.235.7201 FAX

On Thu, Mar 29, 2018 at 10:53 AM, 
scott.tho...@sparkpa.org 
mailto:scott.tho...@sparkpa.org>> wrote:
Elaine,
Thank you. This is ringing a bell now, but I did not internalize it until 
one of my libraries complained and documented it. This is really bad. I noticed 
it has a high priority but is unassigned. What can we do to get this fixed in 
3.2 if not sooner?

Scott
Sent from my iPhone

On Mar 29, 2018, at 10:20 AM, Elaine Hardy 
mailto:eha...@georgialibraries.org>> wrote:
Scott,
There is a bug report for this 
--https://bugs.launchpad.net/evergreen/+bug/1715697
It is very problematic. Many of or libraries have more than 5 branches and this 
bug makes it impossible for them to use the web client



J. Elaine Hardy
PINES & Collaborative Projects Manager
Georgia Public Library Service/PINES
1800 Century Place, Ste. 
150
Atlanta, GA 
30045
404.235.7128 Office
404.548.4241 Cell
404.235.7201 FAX

On Thu, Mar 29, 2018 at 10:11 AM, 
scott.tho...@sparkpa.org 
mailto:scott.tho...@sparkpa.org>> wrote:
I just had this reported to me, and it does seem to be problematic. Many of our 
libraries use Holdings Maintenance in XUL as the first step in adding volumes 
and copies. This works out well because, even if a given library system has no 
volumes or copies under a given title, the org unit tree for that system 
appears in Holdings Maintenance and you can easily add volumes / copies to a 
specific branch. This tree does not appear in the Web Client so adding volumes 
to a branch requires several more steps as a user is forced to select the 
branch org unit at several junctures.  Am I missing something? Has anyone else 
noticed this?

Scott


Scott Thomas
Executive Director
PaILS / SPARK
(717) 873-9461
scott.tho...@sparkpa.org
Stay informed! Join the SPARK-User Email List:
https://mail.palibrary.org/mailman/listinfo/spark-users






Re: [OPEN-ILS-GENERAL] Evergreen libraries using/testing Syndetics Unbound?

2018-03-29 Thread Lindsay Stratton
Well, at least their sales message is consistent! 

FWIW, because maybe they use the same title for their mock-up?, this is a link 
to our current catalog for Raven Boys - 
http://evergreen.owwl.org/eg/opac/record/442294. 

The Syndetics Classic content we subscribe to displays under the "Summaries and 
more" tab. It's OK, but not as nice as the fancy Unbound stuff. Although I do 
notice that we, although we are apparently paying for it, do not have the 
Professional Reviews... I wonder if that is related to the display issues 
Terran found. 

Our Novelist content displays under the "Reviews, Series & Suggest Reads" tab. 
We are kind of assuming that Unbound content would function similarly. 

Our main concern is the configuration and display of cover images. We are using 
the Syndetics Classic API to manage that, and worry that the way Evergreen 
processes cover images will not play nicely with whatever process Unbound uses. 

Lindsay 

Lindsay Stratton 
Library Automation Services Manager 
Pioneer Library System 
2557 State Rte 21 
Canandaigua, NY 14424 
585-394-8260 x104 


Re: [OPEN-ILS-GENERAL] Holdings View in Web Client

2018-03-29 Thread Elaine Hardy
We would need it fixed sooner, if all or libraries are to move to the web
client for cataloging.



J. Elaine Hardy
PINES & Collaborative Projects Manager
Georgia Public Library Service/PINES
1800 Century Place, Ste. 150
Atlanta, GA 30045

404.235.7128 Office
404.548.4241 Cell
404.235.7201 FAX

On Thu, Mar 29, 2018 at 10:53 AM, scott.tho...@sparkpa.org <
scott.tho...@sparkpa.org> wrote:

> Elaine,
> Thank you. This is ringing a bell now, but I did not internalize it
> until one of my libraries complained and documented it. This is really bad.
> I noticed it has a high priority but is unassigned. What can we do to get
> this fixed in 3.2 if not sooner?
>
> Scott
>
> Sent from my iPhone
>
> On Mar 29, 2018, at 10:20 AM, Elaine Hardy 
> wrote:
>
> Scott,
>
> There is a bug report for this --https://bugs.launchpad.net/
> evergreen/+bug/1715697
>
> It is very problematic. Many of or libraries have more than 5 branches and
> this bug makes it impossible for them to use the web client
>
>
>
> J. Elaine Hardy
> PINES & Collaborative Projects Manager
> Georgia Public Library Service/PINES
> 1800 Century Place, Ste. 150
> 
> Atlanta, GA 30045
> 
>
> 404.235.7128 <(404)%20235-7128> Office
> 404.548.4241 <(404)%20548-4241> Cell
> 404.235.7201 <(404)%20235-7201> FAX
>
> On Thu, Mar 29, 2018 at 10:11 AM, scott.tho...@sparkpa.org <
> scott.tho...@sparkpa.org> wrote:
>
>> I just had this reported to me, and it does seem to be problematic. Many
>> of our libraries use Holdings Maintenance in XUL as the first step in
>> adding volumes and copies. This works out well because, even if a given
>> library system has no volumes or copies under a given title, the org unit
>> tree for that system appears in Holdings Maintenance and you can easily add
>> volumes / copies to a specific branch. This tree does not appear in the Web
>> Client so adding volumes to a branch requires several more steps as a user
>> is forced to select the branch org unit at several junctures.  Am I missing
>> something? Has anyone else noticed this?
>>
>> Scott
>>
>>
>>
>>
>>
>> Scott Thomas
>>
>> Executive Director
>>
>> *PaILS / SPARK*
>>
>> (717) 873-9461
>>
>> scott.tho...@sparkpa.org
>>
>> Stay informed! Join the SPARK-User Email List:
>>
>> https://mail.palibrary.org/mailman/listinfo/spark-users
>>
>>  
>>
>>
>>
>
>


Re: [OPEN-ILS-GENERAL] Holdings View in Web Client

2018-03-29 Thread scott.tho...@sparkpa.org
Elaine,
Thank you. This is ringing a bell now, but I did not internalize it until 
one of my libraries complained and documented it. This is really bad. I noticed 
it has a high priority but is unassigned. What can we do to get this fixed in 
3.2 if not sooner?

Scott

Sent from my iPhone

On Mar 29, 2018, at 10:20 AM, Elaine Hardy 
mailto:eha...@georgialibraries.org>> wrote:

Scott,

There is a bug report for this 
--https://bugs.launchpad.net/evergreen/+bug/1715697

It is very problematic. Many of or libraries have more than 5 branches and this 
bug makes it impossible for them to use the web client



J. Elaine Hardy
PINES & Collaborative Projects Manager
Georgia Public Library Service/PINES
1800 Century Place, Ste. 150
Atlanta, GA 30045

404.235.7128 Office
404.548.4241 Cell
404.235.7201 FAX

On Thu, Mar 29, 2018 at 10:11 AM, 
scott.tho...@sparkpa.org 
mailto:scott.tho...@sparkpa.org>> wrote:
I just had this reported to me, and it does seem to be problematic. Many of our 
libraries use Holdings Maintenance in XUL as the first step in adding volumes 
and copies. This works out well because, even if a given library system has no 
volumes or copies under a given title, the org unit tree for that system 
appears in Holdings Maintenance and you can easily add volumes / copies to a 
specific branch. This tree does not appear in the Web Client so adding volumes 
to a branch requires several more steps as a user is forced to select the 
branch org unit at several junctures.  Am I missing something? Has anyone else 
noticed this?

Scott


Scott Thomas
Executive Director
PaILS / SPARK
(717) 873-9461
scott.tho...@sparkpa.org
Stay informed! Join the SPARK-User Email List:
https://mail.palibrary.org/mailman/listinfo/spark-users





Re: [OPEN-ILS-GENERAL] Holdings View in Web Client

2018-03-29 Thread Elaine Hardy
Scott,

There is a bug report for this --
https://bugs.launchpad.net/evergreen/+bug/1715697

It is very problematic. Many of or libraries have more than 5 branches and
this bug makes it impossible for them to use the web client



J. Elaine Hardy
PINES & Collaborative Projects Manager
Georgia Public Library Service/PINES
1800 Century Place, Ste. 150
Atlanta, GA 30045

404.235.7128 Office
404.548.4241 Cell
404.235.7201 FAX

On Thu, Mar 29, 2018 at 10:11 AM, scott.tho...@sparkpa.org <
scott.tho...@sparkpa.org> wrote:

> I just had this reported to me, and it does seem to be problematic. Many
> of our libraries use Holdings Maintenance in XUL as the first step in
> adding volumes and copies. This works out well because, even if a given
> library system has no volumes or copies under a given title, the org unit
> tree for that system appears in Holdings Maintenance and you can easily add
> volumes / copies to a specific branch. This tree does not appear in the Web
> Client so adding volumes to a branch requires several more steps as a user
> is forced to select the branch org unit at several junctures.  Am I missing
> something? Has anyone else noticed this?
>
> Scott
>
>
>
>
>
> Scott Thomas
>
> Executive Director
>
> *PaILS / SPARK*
>
> (717) 873-9461
>
> scott.tho...@sparkpa.org
>
> Stay informed! Join the SPARK-User Email List:
>
> https://mail.palibrary.org/mailman/listinfo/spark-users
>
> [image: Description: Description: Training | SPARK – Pennsylvania's
> Statewide Library System] 
>
>
>


Re: [OPEN-ILS-GENERAL] Holdings View in Web Client

2018-03-29 Thread Kate Coleman
Yes, this is one of the very first things we noticed and is a showstopper
for me personally. I do not use the web client to add items. It was so much
easier in XUL. There is a bug:
https://bugs.launchpad.net/evergreen/+bug/1715697



On Thu, Mar 29, 2018 at 9:12 AM scott.tho...@sparkpa.org <
scott.tho...@sparkpa.org> wrote:

> I just had this reported to me, and it does seem to be problematic. Many
> of our libraries use Holdings Maintenance in XUL as the first step in
> adding volumes and copies. This works out well because, even if a given
> library system has no volumes or copies under a given title, the org unit
> tree for that system appears in Holdings Maintenance and you can easily add
> volumes / copies to a specific branch. This tree does not appear in the Web
> Client so adding volumes to a branch requires several more steps as a user
> is forced to select the branch org unit at several junctures.  Am I missing
> something? Has anyone else noticed this?
>
> Scott
>
>
>
>
>
> Scott Thomas
>
> Executive Director
>
> *PaILS / SPARK*
>
> (717) 873-9461
>
> scott.tho...@sparkpa.org
>
> Stay informed! Join the SPARK-User Email List:
>
> https://mail.palibrary.org/mailman/listinfo/spark-users
>
> [image: Description: Description: Training | SPARK – Pennsylvania's
> Statewide Library System] 
>
>
>
-- 


Kate Coleman
Jefferson County Library - Central Services
Technical Services Supervisor
5678 State Rd. PP
High Ridge, MO 63049
636-677-8689
Fax: 636--677-1769
kcole...@jeffcolib.org


[OPEN-ILS-GENERAL] Holdings View in Web Client

2018-03-29 Thread scott.tho...@sparkpa.org
I just had this reported to me, and it does seem to be problematic. Many of our 
libraries use Holdings Maintenance in XUL as the first step in adding volumes 
and copies. This works out well because, even if a given library system has no 
volumes or copies under a given title, the org unit tree for that system 
appears in Holdings Maintenance and you can easily add volumes / copies to a 
specific branch. This tree does not appear in the Web Client so adding volumes 
to a branch requires several more steps as a user is forced to select the 
branch org unit at several junctures.  Am I missing something? Has anyone else 
noticed this?

Scott


Scott Thomas
Executive Director
PaILS / SPARK
(717) 873-9461
scott.tho...@sparkpa.org
Stay informed! Join the SPARK-User Email List:
https://mail.palibrary.org/mailman/listinfo/spark-users
[Description: Description: Training | SPARK - Pennsylvania's Statewide Library 
System]