<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">Hi Evan, that should most likely still work and here are a few things you can try:<div class=""><br class=""></div><div class="">Re-type (don’t copy and paste) that line in your receipts. It’s possible that the email is having its quotes messed with at some point and that may break things if so.</div><div class=""><br class=""></div><div class="">Depending on the default font size, it’s possible that 200% is too big or small. Try things like 100%, 150%, or 250% to see if any of those help.</div><div class=""><br class=""></div><div class="">Put the {{patron.card.barcode}} tag somewhere else in the receipt where it will also appear as regular numbers to make sure it looks as expected. If there’s a problem with the syntax or a barcode has characters that 3 of 9 doesn’t support that will prevent the scanner from reading it correctly. (Though I’d expect there to be no barcode at all or one that is very short in that case so that wouldn’t be terribly mysterious.)</div><div class=""><br class=""></div><div class="">Verify that the barcode scanner is setup to actually read 3 of 9, if your item barcode labels aren’t 3 of 9 it’s possible that the scanner is configured to only read item / card barcodes. The way to do this is likely by scanning various setup barcodes in the scanner’s manual.</div><div class=""><br class=""></div><div class="">Jason<br class=""><div class="">
<meta charset="UTF-8" class=""><div dir="auto" style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none; word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class=""><div dir="auto" style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none; word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class=""><div dir="auto" style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none; word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class=""><div><br class="">-- <br class="">Jason Boyer<br class="">Senior System Administrator<br class="">Equinox Open Library Initiative<br class=""><a href="mailto:JBoyer@equinoxOLI.org" class="">JBoyer@equinoxOLI.org</a><br class="">+1 (877) Open-ILS (673-6457)<br class="">https://equinoxOLI.org/</div></div></div></div>
</div>
<div><br class=""><blockquote type="cite" class=""><div class="">On Sep 8, 2021, at 3:41 PM, Computer Services via Evergreen-circ <<a href="mailto:evergreen-circ@list.evergreen-ils.org" class="">evergreen-circ@list.evergreen-ils.org</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div dir="ltr" class=""><div class="gmail_default" style="font-family:tahoma,sans-serif">Hello,</div><div class="gmail_default" style="font-family:tahoma,sans-serif"><br class=""></div><div class="gmail_default" style="font-family:tahoma,sans-serif">This is Evan from the Poplar Bluff Municipal Library. Previously, I inquired about printing barcodes on hold shelf slips from Webby. Michele was able to provide an amazing solution that worked for us quite well until nature zapped our tower we were using for this. Some time has passed and when I attempted to recreate the ability to print barcodes through Hatch using the code below and the Free 3 of 9 Extended font on a new tower the barcodes were not recognized by a reader. </div><div class="gmail_default" style="font-family:tahoma,sans-serif"><br class=""></div><div class="gmail_default" style="font-family:tahoma,sans-serif"><span style="font-family:verdana,sans-serif" class=""><div style="font-family: '</span><span style="font-family: Verdana; font-size: 13.3333px;" class="">Free 3 of 9 Extended</span><span style="font-family:verdana,sans-serif" class="">';font-size:200%">*{{</span><span style="font-family:verdana,sans-serif" class="">patron.card.</span><span style="font-family:verdana,sans-serif" class="">barcode</span><span style="font-family:verdana,sans-serif" class="">}}* </div> </span><br class=""></div><div class="gmail_default" style="font-family:tahoma,sans-serif"><span style="font-family:verdana,sans-serif" class=""><br class=""></span></div><div class="gmail_default" style="font-family:tahoma,sans-serif"><span style="font-family:verdana,sans-serif" class="">My question is, should this still work, or do I need to make modifications to this procedure to get this working again?</span></div><div class="gmail_default" style="font-family:tahoma,sans-serif"><span style="font-family:verdana,sans-serif" class=""><br class=""></span></div><div class="gmail_default" style="font-family:tahoma,sans-serif"><span style="font-family:verdana,sans-serif" class="">Thank you in advance for your time and consideration.</span></div></div><br class=""><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, May 13, 2021 at 5:13 PM Computer Services <<a href="mailto:computerservices@poplarbluff.org" class="">computerservices@poplarbluff.org</a>> wrote:<br class=""></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr" class=""><div class="gmail_default" style="font-family:tahoma,sans-serif">Hello,</div><div class="gmail_default" style="font-family:tahoma,sans-serif"><br class=""></div><div class="gmail_default" style="font-family:tahoma,sans-serif">This is Evan from the Poplar Bluff Municipal Library. I was wondering if there is a way to print barcodes onto hold slips when printed from the browser-based Webby client. We are using a locker system from Bibliotheca and are trying to streamline this process. Currently, we are using an online barcode generator and copying and pasting the patron ID needed so we can get a barcode for the scanner on the lockers. While we can manually type a patron's ID while using the lockers, using a barcode greatly reduces the chance of a number error during entry.</div><div class="gmail_default" style="font-family:tahoma,sans-serif"><br class=""></div><div class="gmail_default" style="font-family:tahoma,sans-serif">If anybody has any thoughts on this or a possible solution please let me know.</div><div class="gmail_default" style="font-family:tahoma,sans-serif"><br class=""></div><div class="gmail_default" style="font-family:tahoma,sans-serif">Thank you in advance for your time and consideration.</div><div class=""><br class=""></div>-- <br class=""><div dir="ltr" class=""><div dir="ltr" class=""><span style="" class=""><div style="line-height: 1.2; margin-top: 0pt; margin-bottom: 0pt;" class=""><span style="font-size:11pt;font-family:Arial;font-weight:700;vertical-align:baseline;white-space:pre-wrap" class="">Evan Seckler</span></div><div style="line-height: 1.2; margin-top: 0pt; margin-bottom: 0pt;" class=""><span style="font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap" class="">Library IT Coordinator</span></div><div style="line-height: 1.2; margin-top: 0pt; margin-bottom: 0pt;" class=""><span style="font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap" class=""><span style="border:none;display:inline-block;overflow:hidden;width:229px;height:104px" class=""><img src="https://lh6.googleusercontent.com/NgBFpSebWgdaIZqM3T99wSnumBXNthYVDG118D1fW4yLU_QuSO-7Om37W9Je_vmt6n47kXoizykxueJQI_OVyYWl_gzrcEy6jPEqXE_xhdNIbHvdDB2bl8aoxIRVgFXoJ3rqQaI" width="229" height="104" style="margin-left: 0px; margin-top: 0px;" class=""></span></span></div><div style="line-height: 1.2; margin-top: 0pt; margin-bottom: 0pt;" class=""><span style="font-size:11pt;font-family:Arial;font-weight:700;vertical-align:baseline;white-space:pre-wrap" class="">Poplar Bluff Municipal Library</span></div><div style="line-height: 1.2; margin-top: 0pt; margin-bottom: 0pt;" class=""><span style="font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap" class="">318 North Main Street | Poplar Bluff, MO 63901</span></div><div style="line-height: 1.2; margin-top: 0pt; margin-bottom: 0pt;" class=""><span style="font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap" class="">e: <a href="mailto:computerservices@poplarbluff.org" target="_blank" class="">computerservices@poplarbluff.org</a></span></div><div style="line-height: 1.2; margin-top: 0pt; margin-bottom: 0pt;" class=""><span style="font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap" class="">t: (573) 686 - 8639 | d: (573) 203 - 4099</span></div><div style="line-height: 1.2; margin-top: 0pt; margin-bottom: 0pt;" class=""><a href="https://poplarbluff.org/" style="text-decoration:none" target="_blank" class=""><span style="font-size:11pt;font-family:Arial;text-decoration:underline;vertical-align:baseline;white-space:pre-wrap" class="">Website</span></a><span style="font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap" class=""> | </span><a href="https://poplarbluff.org/calendar" style="text-decoration:none" target="_blank" class=""><span style="font-size:11pt;font-family:Arial;text-decoration:underline;vertical-align:baseline;white-space:pre-wrap" class="">Events</span></a><span style="font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap" class=""> | </span><a href="https://poplarbluff.org/annualreport.html" style="text-decoration:none" target="_blank" class=""><span style="font-size:11pt;font-family:Arial;text-decoration:underline;vertical-align:baseline;white-space:pre-wrap" class="">Annual Report</span></a><span style="font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap" class=""> | </span><a href="http://poplarbluff.org/downloads.html" style="text-decoration:none" target="_blank" class=""><span style="font-size:11pt;font-family:Arial;text-decoration:underline;vertical-align:baseline;white-space:pre-wrap" class="">Digital Library</span></a><span style="font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap" class=""> | </span><a href="https://www.poplarbluff.org/usingthelibrary.html#mobile" style="text-decoration:none" target="_blank" class=""><span style="font-size:11pt;font-family:Arial;text-decoration:underline;vertical-align:baseline;white-space:pre-wrap" class="">Wireless Printing</span></a></div><div style="line-height: 1.2; margin-top: 0pt; margin-bottom: 0pt;" class=""><span style="font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap" class="">Search the catalog</span></div><div style="line-height: 1.2; margin-top: 0pt; margin-bottom: 0pt;" class=""><span style="font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap" class=""><span style="border:none;display:inline-block;overflow:hidden;width:33px;height:33px" class=""><img src="https://lh6.googleusercontent.com/SzjEwdg3EBZk6RDOhz7T0aKv1QA-WE1amQaS1E1X-0Rw24dOtt97NJDoE_g43_LVvjsJplfte1CaxtzpBUSsHN1jOOg6foObVoSugHWKnRRnjfZaoadRyFYnMTnWoo4G0q4L_rs" width="33" height="33" style="margin-left: 0px; margin-top: 0px;" class=""></span></span><span style="font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap" class=""> </span><span style="font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap" class=""><span style="border:none;display:inline-block;overflow:hidden;width:32px;height:32px" class=""><img src="https://lh3.googleusercontent.com/EjtCFTHA2NrHfKjYU3VC4usAWTqwv2JQtUeiqGTTq6akXALNX3Us1-2tuvqkXHHaO7AdxzQBQQMK4ve2YcrZowbaFLJIN8v0TPdh83glGzoZr2qXwU7n6HRVJ04-vIRnSh5EZ98" width="32" height="32" style="margin-left: 0px; margin-top: 0px;" class=""></span></span><span style="font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap" class=""> </span><span style="font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap" class=""><span style="border:none;display:inline-block;overflow:hidden;width:33px;height:33px" class=""><img src="https://lh6.googleusercontent.com/QHf-Kz66D1se4lOCZAxl0S55xO4jxShWbgpMIHx71dMCHBKabvy_fPp8rLpjyTUDbTK31YLKBDP0NUhaM7g9RsSaqYIqHZepAhe4C4WdDb61sVK2qvxGwunT2UxwREWTAlTpWQw" width="33" height="33" style="margin-left: 0px; margin-top: 0px;" class=""></span></span><span style="font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap" class=""> </span><span style="font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap" class=""><span style="border:none;display:inline-block;overflow:hidden;width:31px;height:31px" class=""><img src="https://lh4.googleusercontent.com/S5qWhHnD57fwSLbNn9AABwY3hcspfoCuTlc1-QylIqgjPocMjeU9TfEoi2SNJEZVlp_fxp-mxgMo9PaNmM4wYFlkbOABC4xTxRRViGTIQNgYmc9W521apDmfANiHOgIDfpsSj6s" width="31" height="31" style="margin-left: 0px; margin-top: 0px;" class=""></span></span></div><br class=""><div style="line-height: 1.2; margin-top: 0pt; margin-bottom: 0pt;" class=""><span style="font-size:11pt;font-family:Arial;font-style:italic;vertical-align:baseline;white-space:pre-wrap" class="">Poplar Bluff Municipal Library District with its community partners provides and </span><span style="font-family:Arial;font-size:11pt;font-style:italic;white-space:pre-wrap" class="">promotes equal access to reading, information, cultural and intellectual resources.</span></div></span><br style="" class=""></div></div></div>
</blockquote></div><br clear="all" class=""><div class=""><br class=""></div>-- <br class=""><div dir="ltr" class="gmail_signature"><div dir="ltr" class=""><span style="" class=""><div style="line-height: 1.2; margin-top: 0pt; margin-bottom: 0pt;" class=""><span style="font-size:11pt;font-family:Arial;font-weight:700;vertical-align:baseline;white-space:pre-wrap" class="">Evan Seckler</span></div><div style="line-height: 1.2; margin-top: 0pt; margin-bottom: 0pt;" class=""><span style="font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap" class="">Library IT Coordinator</span></div><div style="line-height: 1.2; margin-top: 0pt; margin-bottom: 0pt;" class=""><span style="font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap" class=""><span style="border:none;display:inline-block;overflow:hidden;width:229px;height:104px" class=""><img src="https://lh6.googleusercontent.com/NgBFpSebWgdaIZqM3T99wSnumBXNthYVDG118D1fW4yLU_QuSO-7Om37W9Je_vmt6n47kXoizykxueJQI_OVyYWl_gzrcEy6jPEqXE_xhdNIbHvdDB2bl8aoxIRVgFXoJ3rqQaI" width="229" height="104" style="margin-left: 0px; margin-top: 0px;" class=""></span></span></div><div style="line-height: 1.2; margin-top: 0pt; margin-bottom: 0pt;" class=""><span style="font-size:11pt;font-family:Arial;font-weight:700;vertical-align:baseline;white-space:pre-wrap" class="">Poplar Bluff Municipal Library</span></div><div style="line-height: 1.2; margin-top: 0pt; margin-bottom: 0pt;" class=""><span style="font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap" class="">318 North Main Street | Poplar Bluff, MO 63901</span></div><div style="line-height: 1.2; margin-top: 0pt; margin-bottom: 0pt;" class=""><span style="font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap" class="">e: <a href="mailto:computerservices@poplarbluff.org" target="_blank" class="">computerservices@poplarbluff.org</a></span></div><div style="line-height: 1.2; margin-top: 0pt; margin-bottom: 0pt;" class=""><span style="font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap" class="">t: (573) 686 - 8639 | d: (573) 203 - 4099</span></div><div style="line-height: 1.2; margin-top: 0pt; margin-bottom: 0pt;" class=""><a href="https://poplarbluff.org/" style="text-decoration:none" target="_blank" class=""><span style="font-size:11pt;font-family:Arial;text-decoration:underline;vertical-align:baseline;white-space:pre-wrap" class="">Website</span></a><span style="font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap" class=""> | </span><a href="https://poplarbluff.org/calendar" style="text-decoration:none" target="_blank" class=""><span style="font-size:11pt;font-family:Arial;text-decoration:underline;vertical-align:baseline;white-space:pre-wrap" class="">Events</span></a><span style="font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap" class=""> | </span><a href="https://poplarbluff.org/annualreport.html" style="text-decoration:none" target="_blank" class=""><span style="font-size:11pt;font-family:Arial;text-decoration:underline;vertical-align:baseline;white-space:pre-wrap" class="">Annual Report</span></a><span style="font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap" class=""> | </span><a href="http://poplarbluff.org/downloads.html" style="text-decoration:none" target="_blank" class=""><span style="font-size:11pt;font-family:Arial;text-decoration:underline;vertical-align:baseline;white-space:pre-wrap" class="">Digital Library</span></a><span style="font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap" class=""> | </span><a href="https://www.poplarbluff.org/usingthelibrary.html#mobile" style="text-decoration:none" target="_blank" class=""><span style="font-size:11pt;font-family:Arial;text-decoration:underline;vertical-align:baseline;white-space:pre-wrap" class="">Wireless Printing</span></a></div><div style="line-height: 1.2; margin-top: 0pt; margin-bottom: 0pt;" class=""><span style="font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap" class="">Search the catalog</span></div><div style="line-height: 1.2; margin-top: 0pt; margin-bottom: 0pt;" class=""><span style="font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap" class=""><span style="border:none;display:inline-block;overflow:hidden;width:33px;height:33px" class=""><img src="https://lh6.googleusercontent.com/SzjEwdg3EBZk6RDOhz7T0aKv1QA-WE1amQaS1E1X-0Rw24dOtt97NJDoE_g43_LVvjsJplfte1CaxtzpBUSsHN1jOOg6foObVoSugHWKnRRnjfZaoadRyFYnMTnWoo4G0q4L_rs" width="33" height="33" style="margin-left: 0px; margin-top: 0px;" class=""></span></span><span style="font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap" class=""> </span><span style="font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap" class=""><span style="border:none;display:inline-block;overflow:hidden;width:32px;height:32px" class=""><img src="https://lh3.googleusercontent.com/EjtCFTHA2NrHfKjYU3VC4usAWTqwv2JQtUeiqGTTq6akXALNX3Us1-2tuvqkXHHaO7AdxzQBQQMK4ve2YcrZowbaFLJIN8v0TPdh83glGzoZr2qXwU7n6HRVJ04-vIRnSh5EZ98" width="32" height="32" style="margin-left: 0px; margin-top: 0px;" class=""></span></span><span style="font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap" class=""> </span><span style="font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap" class=""><span style="border:none;display:inline-block;overflow:hidden;width:33px;height:33px" class=""><img src="https://lh6.googleusercontent.com/QHf-Kz66D1se4lOCZAxl0S55xO4jxShWbgpMIHx71dMCHBKabvy_fPp8rLpjyTUDbTK31YLKBDP0NUhaM7g9RsSaqYIqHZepAhe4C4WdDb61sVK2qvxGwunT2UxwREWTAlTpWQw" width="33" height="33" style="margin-left: 0px; margin-top: 0px;" class=""></span></span><span style="font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap" class=""> </span><span style="font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap" class=""><span style="border:none;display:inline-block;overflow:hidden;width:31px;height:31px" class=""><img src="https://lh4.googleusercontent.com/S5qWhHnD57fwSLbNn9AABwY3hcspfoCuTlc1-QylIqgjPocMjeU9TfEoi2SNJEZVlp_fxp-mxgMo9PaNmM4wYFlkbOABC4xTxRRViGTIQNgYmc9W521apDmfANiHOgIDfpsSj6s" width="31" height="31" style="margin-left: 0px; margin-top: 0px;" class=""></span></span></div><br class=""><div style="line-height: 1.2; margin-top: 0pt; margin-bottom: 0pt;" class=""><span style="font-size:11pt;font-family:Arial;font-style:italic;vertical-align:baseline;white-space:pre-wrap" class="">Poplar Bluff Municipal Library District with its community partners provides and </span><span style="font-family:Arial;font-size:11pt;font-style:italic;white-space:pre-wrap" class="">promotes equal access to reading, information, cultural and intellectual resources.</span></div></span><br style="" class=""></div></div>
_______________________________________________<br class="">Evergreen-circ mailing list<br class=""><a href="mailto:Evergreen-circ@list.evergreen-ils.org" class="">Evergreen-circ@list.evergreen-ils.org</a><br class="">http://list.evergreen-ils.org/cgi-bin/mailman/listinfo/evergreen-circ<br class=""></div></blockquote></div><br class=""></div></body></html>