Add PhoneList.pm.
authorJason Stephenson <jstephenson@mvlc.org>
Thu, 26 May 2011 14:30:10 +0000 (10:30 -0400)
committerJason Stephenson <jstephenson@mvlc.org>
Tue, 4 Dec 2012 18:47:53 +0000 (13:47 -0500)
commit454be06c74441bcdc9041c7e14afd9f8b60885da
treeb8be380ff85bd9c1e2282bdad43886ada4a752a7
parent8bd99a225bf3f5bc7cbcb0a954c1e5f53b55a561
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
Open-ILS/examples/apache/eg_vhost.conf
Open-ILS/examples/apache/startup.pl
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]