Receipts Tips and Tricks

Below are examples of code snippets to further customize your Checkout, Hold and Payment receipts

Add an Image
<img src="image link" style='width="100%"/>

Add some style
<span style='font-size:2em'>Your Text</span>

Sort
%SORT(due_date)%

Format Dates
%DATE_FORMAT(%due_date,%m-%d-%Y)%

Last 4 digits of Barcode
%SUBSTR(-4)%PATRON_BARCODE%SUBSTR_END%

Rotate
<div style="moz-transform: rotate(90deg);">Text to Rotate</div>

Print an actual barcode
<span style="font-family:'Free 3 of 9';font-size:40pt;">*%PATRON_BARCODE%*
</span>

More Receipt References: