ACQ order record fetcher and uploader script
Some ACQ vendors support delivering MARC order record files directly
from their order system to an ILS via FTP. (I've heard this called
"one-click" ordering in the past). This commit includes a script to
seek out such order record files and pass them on to the Acquisitions
service for PO creation and potential activation.
The script supports a number of options, configured in opensrf.xml,
including which Vandelay (record import) options to use during record
import/merge/overlay. See opensrf.xml.example for details.
Example:
./acq_order_reader.pl \
--user admin \
--password demo123 \
-poll-interval 3 \
--debug &
Signed-off-by: Bill Erickson <berick@esilibrary.com>
Signed-off-by: Mike Rylander <mrylander@gmail.com>