Add PhoneList.pm.
authorJason Stephenson <jstephenson@mvlc.org>
Thu, 26 May 2011 14:30:10 +0000 (10:30 -0400)
committerLebbeous Fogle-Weekley <lebbeous@esilibrary.com>
Wed, 18 Sep 2013 19:32:00 +0000 (15:32 -0400)
commit9771185fb9994a0ce0f366d0255d1bb04d40652c
treef2659644d38cdc63fa43ef8fb2b5e5a1660a9c3c
parent96f23b77b3ebbcef9a2c52f23abb9ced1e0b1d88
Add PhoneList.pm.

A simple WWW module to list patrons who have holds with their phone
numbers and barcodes. The format is as requested by a specific library
for their automated calling program.

Future modifications may include the ability to rearrange the output
columns and provide formats for some data.

Signed-off-by: Jason Stephenson <jstephenson@mvlc.org>
Signed-off-by: Lebbeous Fogle-Weekley <lebbeous@esilibrary.com>
Open-ILS/examples/apache/eg.conf.in
Open-ILS/examples/apache/eg_startup.in
Open-ILS/examples/apache/eg_vhost.conf.in
Open-ILS/src/perlmods/lib/OpenILS/WWW/PhoneList.pm [new file with mode: 0644]
Open-ILS/src/perlmods/lib/OpenILS/WWW/PhoneList/Base.pm [new file with mode: 0644]
Open-ILS/src/perlmods/lib/OpenILS/WWW/PhoneList/Holds.pm [new file with mode: 0644]
Open-ILS/src/perlmods/lib/OpenILS/WWW/PhoneList/Overdues.pm [new file with mode: 0644]