170 likes | 305 Views
Andover Pull List. PULL LIST PROCEDURE Log on to Evergreen Open “Pull List for Hold Requests” Click the “Fetch more holds” button however many times it takes until the button turns grey Click the Print button……after a few seconds a print dialog box will appear Click OK. Andover Pull List.
E N D
Andover Pull List • PULL LIST PROCEDURE • Log on to Evergreen • Open “Pull List for Hold Requests” • Click the “Fetch more holds” button however many times it takes until the button turns grey • Click the Print button……after a few seconds a print dialog box will appear • Click OK
Hold Slip TemplateHeader • *********** header ************* • <style type="text/ess"> • #slip { • font-size: 15pt; margin-top: 4.5em; width: 100%; clear: both; • border-bottom: Ipx solid #000; padding-bottom: 4.5in; • } • #notifications { font-size: 15pt; margin-top: 4.5em; width: 100%; clear: both; • margin-bottom: .5in; • } • .hide { • display:none; • } • div.alias:not(:empty) { line-height: lem; font-size: 2.5em; text-decoration: underline; • } • /* something like this could denote aliases div.alias:not(:empty):before { font-size: smaller; content: "*"; • } • */ • div.alias:not(:empty)+div, div.rotate-alias:not(:empty)+div, div.hold-for-name:not{:empty)+div { display: none; • } • .hold-for { • margin-top: lem; • }.hold-for div { • display: inline; • }
Header - Continued • .rotate { • position: absolute; display: block; • -moz-transform: rotate(90deg); • -moz-transform-origin: bottom left; • top: -l.Oem; • left: 64mm; • width: .75em; • font-size: 6em; • height: lem; • line-height: lem; /* affects distance between letters */ word-wrap: break-word; • letter-spacing: 800px; /* needs large value to prevent two letters appearing side-by-side • */ • text-transform: uppercase; • } • .rotate div { • border: Ipx solid #000; • } • span.expiry-date { • display: block; text-align: center; margin-top: lOpx; font-size: .3em; line-height: l.Oem; letter-spacing: normal; • } • </style> • <div class="rotate"> • <div class="rotate-alias">%SUBSTR(3, -100)%%PATRON_ALIAS%%SUBSTR_END%</div> <div>%SUBSTR(3, -100)%%PATRON_LASTNAME%%SUBSTR_END%</div> • <span class="expiry-date">%DATE_FORMAT(%shelf_expire_time%,%m/%d)%</span> • </div>
Header - Continued • <div id="slip"> • <div class="alias">%PATRON_ALIAS%</div> • <div> • <div style="line-height: lem; font-size: 2.5em;">%PATRON_LASTNAME%</div> <div style="line-height: .75em; font-size: 1.5em;">%PATRON_FIRSTNAME%</div> </div> • <div style="margin-top: 0.75in; text-align: center"> • Hold Slip<br /> • Andover<br /> • %TODAY_D% %TODAY_I% : %TODAY_iyi% • </div> • <div class="hold-for">Hold For: • <div class="hold-for-name">%PATRON_ALIAS%</div> • <div> • %PATRON_LASTNA]yiE%, %PATRON_FIRSTNA]yiE%<br /> • <!-- Phone#: %notify_by_phone_msg% --> • </div> • </div> • <br /> • ITEM: %item_barcode%<br/> • %item_title%<br/> • </div>
Footer • ************ FOOTER ***************** • <div id="notifications" altgroup="phonenot" altid="main"> • Patron Notifications:<br /> • <span altcheck="phonenot">%notify_by_j)hone_msg%<span style="display: none">*</span></span><br /> %notify_by_email_msg%<br /> • % no t i f y_by_text_msg % • <span style="display: none" alt="phonenot" altshow="none">*</span> • <br /> • <br / > • <br /> • </div>