scratchpad:simple_self_check
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| scratchpad:simple_self_check [2008/07/09 18:02] – created stompro | scratchpad:simple_self_check [2022/02/10 13:34] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ===== Simple Self Check Client ===== | ||
| + | ==== Current Implementation ==== | ||
| + | A few links to the simple self check client code. | ||
| + | * Javascript files - http:// | ||
| + | * CSS, xml, js - http:// | ||
| + | * Messages - http:// | ||
| + | ==== Basic Requirements ==== | ||
| + | * Configurable Patron Authentication. | ||
| + | * All settings should be on a per org unit basis so that each library can decide how the system will work for them. | ||
| + | * Checking Items Out. | ||
| + | * Policy decisions for certain cases. | ||
| + | * Item on hold for another patron. | ||
| + | * Item checked out to another patron. | ||
| + | * Item not to be circulated. | ||
| + | * Account summary. | ||
| + | * Renewals | ||
| + | * Printing a receipt to a receipt printer with bells and whistles (Autocut, graphical logos) | ||
| + | * Notification of holds that need to be picked up. | ||
| + | * Audio feedback, along with visual. | ||
| + | * Inactivity logout. | ||
| + | * Design for use with a Touch Screen. | ||
| + | * Large input buttons and text. | ||
| + | * On screen keyboard and Pin Pad support (So no external keyboard is needed for input.) | ||
| + | |||
| + | ==== Assumptions ==== | ||
| + | * System will not work with EAS (security systems). | ||
| + | |||
| + | |||
| + | ==== Wishlist ==== | ||
| + | * Pay Bills and fines with CC/paypal. | ||
| + | * IM alerts to staff if patron is having trouble. | ||
| + | * Alert staff is an invalid barcode is scanned 3 times in a row, patron may need some assistance. | ||