Add PhoneList.pm.
authorJason Stephenson <jstephenson@mvlc.org>
Thu, 26 May 2011 14:30:10 +0000 (10:30 -0400)
committerJason Stephenson <jstephenson@mvlc.org>
Wed, 18 Sep 2013 15:24:51 +0000 (11:24 -0400)
commitec7914a87f3dfa1ebe7e528236e71b9ff9afd7f2
tree56ec7fefa5c7a12edb58071e0b8ec7a919b784fd
parentab37336715cb7d84ed0c30b1cd2e9e6b85933774
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>
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]