Table of Contents

Circulation

Please note: Some of these features may have made it into 1.6

Patron Registration Enhancements

Item Checkout enhancements

Self Check module enhancements

Item Check-in enhancements

Holds Enhancements

Staff Client Interface Enhancements

OPAC and My Account Enhancements

Billing, Collections and Fine/Fee Enhancements

Action/Triggered Event and Notice Enhancements

Acquisitions

A list of items that meet claims requirements can be generated, but claims must be initiated by librarians.

To configure, in the client choose Admin -> Local Administration -> Printer Settings Editor from the top-level menu. Then press the ""Use alternate print strategy (Custom/External Print)"" button. Then enter the print command along with the string literal string %receipt.txt% where a filename would be expected.

For example: COPY %receipt.txt% LPT1 /b or lpr -S servername -P printername %receipt.txt%

For generating the sample data files instead of actual printing, you could use a command like this to copy the raw text file to your desktop:

copy %receipt.txt% ""C:\Documents and Settings\phasefx\Desktop\receipt.txt""

And then rename the resulting receipt.txt file after each print job.