Evergreen ILS has a super self-checkout feature that allows patrons to help themselves.
TPAC Based Self-Checkout
Update or confirm that your Apache configuration has this (fount at the top of eg_host.conf)
<LocationMatch ^/$>
Allow from all
Options +ExecCGI
SetHandler perl-script
PerlHandler OpenILS::WWW::Redirect
PerlSendHeader On
PerlSetVar OILSRedirectTpac "true"
</LocationMatch>
The service is located at http://ils-server/eg/circ/selfcheck/main
Copy templates to
# Update /openils/conf/oils_web.xml
<template_paths>
<!-- XXX we should really move these out of the default web root -->
<path>/openils/var/web/templates_kcls</path>
<path>/openils/var/web/templates</path>
</template_paths>
Deprecated <=2.0 Checkout
This one lives at http://ils-server/opac/extras/selfcheck/selfcheck.xml.