]> git.evergreen-ils.org Git - Evergreen.git/commit
Add PhoneList.pm.
authorJason Stephenson <jstephenson@mvlc.org>
Thu, 26 May 2011 14:30:10 +0000 (10:30 -0400)
committerBen Shum <bshum@biblio.org>
Thu, 26 Sep 2013 00:47:21 +0000 (20:47 -0400)
commit6785a4a3a1baed72f8bcff6110cff6288d9cea3b
tree07445bd4086e8f6d034e4b02a5a1050f00db5cc6
parentaddfe15b6bcfb2636b01666c50ff2f84a79bff10
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>
Signed-off-by: Ben Shum <bshum@biblio.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]