P.V. SUPA GoodStuff integration collab/phasefx/pvsupa_goodstaff
authorJason Etheridge <jason@esilibrary.com>
Wed, 12 Dec 2012 01:02:38 +0000 (20:02 -0500)
committerJason Etheridge <jason@esilibrary.com>
Tue, 26 Feb 2013 17:22:58 +0000 (12:22 -0500)
commit996e0b3a264fe2fcb4a3e0bd2419a459f5f44ac2
treea7aae58cb00cc8e168350d03a40a0db4cf213d5a
parent28134361e874efa82823ad776a7c914b428c6b16
P.V. SUPA GoodStuff integration

This impliments a "Server Add-ons" module for integrating P.V. Supa's RFID
product known as GoodStuff with the Evergreen staff client.

To activate it, you should add the identifier "pv_supa_goodstuff" (without the
quotes) to the list managed by the Admin->Workstation Administration->Server
Add-ons menu action within the staff client.  You will need the
ADMIN_SERVER_ADDON_FOR_WORKSTATION permission to do this.

After doing this and clicking the Update Active Add-Ons button, the interface
will refresh and show a GoodStuff tab in the Add-on Preferences section.  Within
this tab you will have the option of specifying the hostname and port for the
GoodStuff hardware. There is also an "Enabled" setting that needs to be checked.

Currently three interfaces have been integrated:
* Circulation -> Check In Items
* Circulation -> Check Out Items (where you scan the patron barcode)
* Circulation -> Check Out Items (where you scan the item barcodes)

Each interface gets an RFID checkbox if the "Enabled" preference has been set,
that can activate/deactivate the functionality on a per interface basis.  The
checkbox states persist (i.e. are sticky).

Signed-off-by: Jason Etheridge <jason@esilibrary.com>
Open-ILS/xul/staff_client/server/addon/pv_supa_goodstuff.js [new file with mode: 0644]
Open-ILS/xul/staff_client/server/addon/pv_supa_goodstuff_config_overlay.xul [new file with mode: 0644]
Open-ILS/xul/staff_client/server/addon/pv_supa_goodstuff_tests/pv_supa_goodstuff_test1.expect [new file with mode: 0755]
Open-ILS/xul/staff_client/server/addon/pv_supa_goodstuff_tests/pv_supa_goodstuff_test2.expect [new file with mode: 0755]
Open-ILS/xul/staff_client/server/addon/pv_supa_goodstuff_tests/pv_supa_goodstuff_test3.expect [new file with mode: 0755]
Open-ILS/xul/staff_client/server/locale/en-US/addon/pv_supa_goodstuff.properties [new file with mode: 0644]
Open-ILS/xul/staff_client/server/skin/addon/pv_supa_goodstuff.css [new file with mode: 0644]
docs/RELEASE_NOTES_NEXT/pv_supa_goodstuff.txt [new file with mode: 0644]