Re: [OPEN-ILS-GENERAL] Change in DB action regarding SQL marc update

2018-04-24 Thread Josh Stompro
Jim, I wonder if this is a scope/search path issue? "oils_xpath" looks like it has no schema specified there. When I run "show search_path" I get show search_path; search_path --- evergreen, public, pg_catalog Josh Stompro - LARL IT Director From: Open-il

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

2018-04-24 Thread Josh Stompro
Hello, Thank you all for the great info in this thread. I've been trying out some test upgrades from 2.10 -> 3.1 and have some questions that I thought I would just add here. I just want to make sure I understand which of the longer running updates do the same things as other updates for e

Re: [OPEN-ILS-GENERAL] Change in DB action regarding SQL marc update

2018-04-24 Thread Jeff Godin
On Mon, Apr 23, 2018 at 3:48 PM, Jim Taylor wrote: > I haven’t done this for a while but just tried a straightforward SQL > update of the “marc” field in the biblio.record_entry table and get the > error below. Have done this 10’s of thousands of times within the last > year or so with no probl

[OPEN-ILS-GENERAL] receipt templates

2018-04-24 Thread Diane Disbro
*Good morning -* *When we migrate to Webby, we will need to set up our receipt templates again. I couldn't find instructions for doing that in the official documentation. All I can see is that XUL template language (hold transit slip below)* * doesn't look like the Webby template language.*

Re: [OPEN-ILS-GENERAL] receipt templates

2018-04-24 Thread Jennifer Bruch
Here is where to start, PINES documentation. Then after that it is html and a lot of tinkering. https://pines.georgialibraries.org/dokuwiki/doku.php?id=circ:workstations:receipt-content *Jennifer Bruch* Bethlehem Area Public Library 11 W. Church Street Bethlehem, PA 18018 610-867-3761 x232 On Tu

Re: [OPEN-ILS-GENERAL] receipt templates

2018-04-24 Thread Jennifer Bruch
One thing I have not gotten down yet is sorting, I was able to sort the Holds Pull List by Shelving Location Etc and items in a Check Out slip by Due Date. However, I have not got it working in Webby yet. *Jennifer Bruch* Bethlehem Area Public Library 11 W. Church Street Bethlehem, PA 18018 610-86

Re: [OPEN-ILS-GENERAL] online registration and mobile app

2018-04-24 Thread Aubrey Area Library
My response on Launchpad. Definitely something our library, and possibly consortium, would be interested in. Like Terran the issue of duplication and patrons "gaming" the system is an issue we would like to avoid. Each library in our consortium is pretty autonomous and each offers varying levels o

Re: [OPEN-ILS-GENERAL] receipt templates

2018-04-24 Thread Diane Disbro
Thank you! Something like this* http://docs.evergreen-ils.org/3.0/_receipt_template_editor.html * for Webby is what those of us who aren't programmer need. My most pressing need is language for Hold_Slip #2. Hold_Slip #2 This is th

Re: [OPEN-ILS-GENERAL] receipt templates

2018-04-24 Thread Kathy Lussier
Hi Diane, This thread might help you out: https://markmail.org/message/dc6bmdeuv6dqneqd Kathy On 04/24/2018 12:09 PM, Diane Disbro wrote: Thank you! Something like this*http://docs.evergreen-ils.org/3.0/_receipt_template_editor.html* for Webby is what those of us who aren't programmer nee

Re: [OPEN-ILS-GENERAL] receipt templates

2018-04-24 Thread Jennifer Bruch
Formatting Overview: https://pines.georgialibraries.org/dokuwiki/doku.php?id=circ:workstations:receipts Substrings To print just a substring of a variable, you can use a *limitTo* function: {{variable | limitTo:limit}} where limit is the number of characters you want. Original Code Result The Sis

Re: [OPEN-ILS-GENERAL] receipt templates

2018-04-24 Thread Benjamin Kalish
In Webby you are using Angular style templates and Javascript which is great and gives you a lot of flexibility. Once you've realized that the hardest part is figuring out what variables are available in a given template. If anyone has a tip for figuring that out I'd love to hear it! Benjamin Kali

Re: [OPEN-ILS-GENERAL] receipt templates

2018-04-24 Thread Terran McCanna
The page here has tips for doing substrings (and other things): https://pines.georgialibraries.org/dokuwiki/doku.php?id=circ:workstations:receipts If you scroll down to the section on Public Hold Shelf Slips, it has an example of doing the type of slip you are interested in. Terran McCanna PINES

Re: [OPEN-ILS-GENERAL] receipt templates

2018-04-24 Thread Terran McCanna
You would put your sorting code inside the ng-repeat tag like this: You can also sort first by one field, then by a second field like this: http://copy.location.name>','volume.label']*"> Terran McCanna PINES Program Manager Georgia Public Library Service 1800 Century Place, Suite 150 Atlanta,

Re: [OPEN-ILS-GENERAL] receipt templates

2018-04-24 Thread Jennifer Bruch
Thanks Terran, I had that part except I was leaving hold_data at the front of the fields. Once I took those out it worked! *Jennifer Bruch* Bethlehem Area Public Library 11 W. Church Street Bethlehem, PA 18018 610-867-3761 x232 On Tue, Apr 24, 2018 at 2:19 PM, Terran McCanna < tmcca...@georgialib

Re: [OPEN-ILS-GENERAL] receipt templates

2018-04-24 Thread Terran McCanna
Excellent! Terran McCanna PINES Program Manager Georgia Public Library Service 1800 Century Place, Suite 150 Atlanta, GA 30345 404-235-7138 tmcca...@georgialibraries.org On Tue, Apr 24, 2018 at 3:12 PM, Jennifer Bruch wrote: > Thanks Terran, > I had that part except I was leaving hold_data at