Skip to content

Instantly share code, notes, and snippets.

View alynn26's full-sized avatar

Lynn Floyd alynn26

  • Indiana State Library
  • United States
View GitHub Profile

Evergreen Glossary

@alynn26
alynn26 / current_bills.txt
Created April 22, 2019 16:07
Current listing of Bills Receipt. Table listing bills, and total of amount owed.
<center><img src="https://www.URL.org/logo2bw.png" style="width:250px;"/></center><br />
Date: {{today | date:"mediumDate"}}<br/>
You have the following bills:<br />
<hr/>
<b>Current Charges: </b><br />
<div ng-init="transactions.subtotal = 0">
<div ng-repeat="xact in transactions">
<table width="100%" ng-init="transactions.subtotal = transactions.subtotal -- xact.summary.balance_owed">
@alynn26
alynn26 / Payment_bills.txt
Created April 22, 2019 15:42
payment of bills receipt, Cleaned up listing of bills paid in table format.
<center><img src="http://www.URL.org/logo2bw.png" style="width:250px;"/></center><br />
Transaction Date: {{today | date:"mediumDate"}}<br/>
A receipt of your transaction:<hr/>
<table style="width:100%">
<tr>
<td>Original Balance:</td>
<td align="right">{{previous_balance | currency}}</td>
</tr>
@alynn26
alynn26 / Checkout.txt
Last active April 22, 2019 15:39
Check out Receipt with Balanced owed, Saved Total, include statements. Also includes Patron barcode in barcode font at the bottom.
<div style="text-align:center;">
<img src="http://www.url.org/logo2bw.png" style="width:250px;" /></div>
<div style="text-align:center;"><b>{{INCLUDE.notice_text}}</b></div>
Welcome to {{current_location.name}}<br/>
You checked out the following items:<br/>
<hr/>
<ol>
<div ng-init="transactions.subtotal=0">
<li ng-repeat="checkout in circulations | orderBy:['circ.due_date','checkout.title']">
@alynn26
alynn26 / receipt_templet_editor.adoc
Created April 30, 2018 21:47
Web Client Receipt Template Editor.

Receipt Template Editor

The print templates follow W3C HTML standards (see http://w3schools.com/html/default.asp) and can make use of CSS and Angular JS to a certain extent.

The Receipt Template Editor can be found at: Administration → Workstation → Print Templates

Clear AddedContent Cache

On the catalog’s record summary page, there is a link for staff that will forcibly clear the cache of the Added Content for that record. This is helpful for whenthe Added Content retrieved the wrong cover jacket art, summary, etc. and caches the wrong result.

Clear Cache Link

Once clicked, there is a pop up that will display what was cleared from the cache.

Example Popup
@alynn26
alynn26 / circulation_items.adoc
Created March 25, 2014 17:34
docs/circulation/circulating_items.txt

Circulating Items

Check Out (F1)

Regular Items

1) To check out an item press F1, click Check Out on the Circulation toolbar, or select CirculationCheck Out Items.