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 Kalish Forbes Library / 413-587-1012 / [email protected] Support Forbes Library: - Consider giving a gift <http://www.forbeslibrary.org/giving> to Forbes Library - Vote for the Friends of Forbes in the Florence Bank Community Grant Program <https://www.florencebank.com/vote>. - Join the Friends the Forbes today <https://forbeslibrary.org/friends/>! Currently reading: *Skies of Ash* by Rachel Howzell Hall Just Finished: *The Stone in the Skull* by Elizabeth Bear For information about accessibility at the library, please see: http://forbeslibrary.org/accessibility/ On Tue, Apr 24, 2018 at 12:16 PM, Kathy Lussier <[email protected]> wrote: > 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 > <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 the slip that prints when a hold is fulfilled. This slip uses the > SUBSTR macro to truncate the Patrons Last name to the first 4 characters > and the patron’s barcode to the last 5 digits. This slip is designed for > libraries that use self-serve holds. So, you will notice a lot of > information about the hold is left off of the receipt. > > Header > > <p style="padding-top:80px; padding-bottom:80px"> > <font size="6"><b> > %SUBSTR(0,4)%%PATRON_LASTNAME%%SUBSTR_END% > %SUBSTR(-5)%%PATRON_BARCODE%%SUBSTR_END% > </b></font></p> > </font><br/><br/><br/><br/> > This item needs to be routed to <b>%route_to%</b>:<br/> > Barcode: %item_barcode%<br/> > Title: %item_title%<br/> > <br/> > Notify by phone: %notify_by_phone%<br/> > > Notify by email: %notify_by_email%<br/> > > Notify by text: %notify_by_text%<br/> > > Line Item > > <em>%formatted_note%</em><br/> > > Footer > > Request date: %request_date%<br/> > <hr style="border: 1px dotted"/><br/> > Slip Date: %TODAY_TRIM%<br/> > > > > Diane Disbro > Branch Manager/Circulation Coordinator > Union Branch > Scenic Regional Library > 308 Hawthorne Drive > <https://maps.google.com/?q=308+Hawthorne+Drive+%0D%0A+++++++++++++++++++++++++++Union,+MO+%C2%A0+%C2%A0+63084&entry=gmail&source=g> > Union, MO 63084 > <https://maps.google.com/?q=308+Hawthorne+Drive+%0D%0A+++++++++++++++++++++++++++Union,+MO+%C2%A0+%C2%A0+63084&entry=gmail&source=g> > (636) 583-3224 > [email protected] > > On Tue, Apr 24, 2018 at 10:47 AM, Jennifer Bruch <[email protected]> wrote: > >> 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 >> <https://maps.google.com/?q=11+W.+Church+Street+%C2%A0+Bethlehem,+PA+18018+%C2%A0+610&entry=gmail&source=g> >> Bethlehem, PA 18018 >> <https://maps.google.com/?q=11+W.+Church+Street+%C2%A0+Bethlehem,+PA+18018+%C2%A0+610&entry=gmail&source=g> >> 610 >> <https://maps.google.com/?q=11+W.+Church+Street+%C2%A0+Bethlehem,+PA+18018+%C2%A0+610&entry=gmail&source=g>-867-3761 >> x232 >> >> On Tue, Apr 24, 2018 at 11:46 AM, Jennifer Bruch <[email protected]> wrote: >> >>> 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 >>> <https://maps.google.com/?q=11+W.+Church+Street+%C2%A0+Bethlehem,+PA+18018+%C2%A0+610&entry=gmail&source=g> >>> Bethlehem, PA 18018 >>> <https://maps.google.com/?q=11+W.+Church+Street+%C2%A0+Bethlehem,+PA+18018+%C2%A0+610&entry=gmail&source=g> >>> 610 >>> <https://maps.google.com/?q=11+W.+Church+Street+%C2%A0+Bethlehem,+PA+18018+%C2%A0+610&entry=gmail&source=g>-867-3761 >>> x232 >>> >>> On Tue, Apr 24, 2018 at 11:43 AM, Diane Disbro < >>> [email protected]> wrote: >>> >>>> *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.* >>>> >>>> >>>> >>>> >>>> * There are a LOT of differences between the two templates. Where can I >>>> find instructions for this?* >>>> >>>> Thank you. >>>> Diane Disbro >>>> Branch Manager/Circulation Coordinator >>>> Union Branch >>>> Scenic Regional Library >>>> 308 Hawthorne Drive >>>> <https://maps.google.com/?q=308+Hawthorne+Drive+Union,+MO+%C2%A0+%C2%A0+63084&entry=gmail&source=g> >>>> Union, MO 63084 >>>> <https://maps.google.com/?q=308+Hawthorne+Drive+Union,+MO+%C2%A0+%C2%A0+63084&entry=gmail&source=g> >>>> (636) 583-3224 >>>> [email protected] >>>> >>> >>> >> > > -- > Kathy Lussier > Project Coordinator > Massachusetts Library Network Cooperative > (508) [email protected] > Twitter: http://www.twitter.com/kmlussier > >
