[Evergreen-general] Receipts

Andrew Tillman tillman at leecountylibrary.org
Sat Oct 3 09:50:48 EDT 2020


This is what we use at Lee County:


<h3>Hold Until:__________

<h1>{{patron.family_name}}, {{patron.first_given_name}}</h1>
<b>Available on {{today | date:"M/d/yyyy"}}</b>
<div ng-switch on="hold.behind_desk">
    <div ng-switch-when="t">
      <strong>Private - Hold Behind Desk</strong>
    </div>
    <div ng-switch-when="f">
      <strong>Public Holds Shelf</strong>
    </div>
</div>
<br/>

<table>
  <tr><td valign="top"><b>Title:</b></td><td
valign="top"><b>{{title}}</b></td></tr>
  <tr><td valign="top">Barcode:</td><td
valign="top">{{copy.barcode}}</td></tr>
  <tr><td valign="top">Request Date:  </td><td
valign="top">{{hold.request_time | date:"M/d/yyyy"}}</td></tr>
  <tr><td> </td><td></td></tr>
  <tr><td valign="top"><b>Patron:</td><td
valign="top"><b>{{patron.family_name}}, {{patron.first_given_name}}
{{patron.second_given_name}}</b></tr>
  <tr><td valign="top">Barcode:</td><td
valign="top">{{patron.card.barcode}}</td></tr>
  <tr><td> </td><td></td></tr>
  <tr><td colspan="2"
style="font-weight:bold;text-decoration:underline;">Notify By:</td></tr>
  <tr ng-if="hold.phone_notify"><td  ng-if="hold.phone_notify" valign="top"
style="font-weight:bold;">Phone:  </td>
        <td ng-if="hold.phone_notify" valign="top"
style="font-weight:bold;">{{hold.phone_notify}}</td>
  </tr>
  <tr ng-if="hold.sms_notify"><td ng-if="hold.sms_notify"
valign="top">Text:</td>
        <td ng-if="hold.sms_notify" valign="top">{{hold.sms_notify}}</td>
  </tr>
  <tr ng-if="hold.email_notify == 't'"><td ng-if="hold.email_notify == 't'"
valign="top">Email:</td>
        <td ng-if="hold.email_notify == 't'"
valign="top">{{patron.email}}</td>
  </tr>
</table>
<ol>
<li ng-repeat="note in hold_notes | filter: {slip : 't'}">
<strong>{{note.title}}</strong><br/>
{{note.body}}</li>
</ol>
<br><HR NOSHADE ALIGN="left"><br>
<HR NOSHADE ALIGN="left"><br>
<HR NOSHADE ALIGN="left"><br>
<div>{{current_location.shortname}} {{today | date:'short'}}</div>
-------------------------------------------------------
Andrew Tillman
Lee County Library
(229) 759-2369
www.facebook.com/leecountylibrarygeorgia


On Fri, Oct 2, 2020 at 12:20 PM Terri Moser <terri at neosho.lib.mo.us> wrote:

> Has anyone already created a HOLD receipt where the patrons name is in a
> larger font across the top of the slip? And would you share your template?
> MOSE,T
> Like this but in a much larger font.
> Thank you
> Terri Moser
> Circulation Supervisor
> Neosho Newton County Library
>                "Never let a problem to be solved become more important
> than a person to be loved."
>                                    -Thomas S. Monson
> _______________________________________________
> Evergreen-general mailing list
> Evergreen-general at list.evergreen-ils.org
> http://list.evergreen-ils.org/cgi-bin/mailman/listinfo/evergreen-general
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://list.evergreen-ils.org/pipermail/evergreen-general/attachments/20201003/7c73d39c/attachment.html>


More information about the Evergreen-general mailing list