]> git.evergreen-ils.org Git - Evergreen.git/commit
Action/Trigger template output aggregator
authorBill Erickson <berick@esilibrary.com>
Tue, 11 Dec 2012 17:03:27 +0000 (12:03 -0500)
committerMike Rylander <mrylander@gmail.com>
Wed, 13 Mar 2013 17:03:34 +0000 (13:03 -0400)
commit19a144fb990564f8278ca7640c7abc91767f464c
treedd48a38c8ba5c2689a939ae00b613194f1bab732
parent2076647ce42c417a4d6b5efcce75c2edbc2885b0
Action/Trigger template output aggregator

Script to collect template output data from action-trigger events,
potentially spanning multiple event definitions, and stitching the
output together into a single file / output.  The file may then be
delivered to a 3rd party via sFTP/SCP using config.remote_account.

The primary use case of the script is for aggregating CSV, XML, etc.
output to deliver to a 3rd party for notification purposes (e.g. phone,
print notices).  This is useful because a) no one event definition can
cover all notification types and b) template output files can become too
large to practically store in the DB and deliver to/from opensrf
services.

Signed-off-by: Bill Erickson <berick@esilibrary.com>
Signed-off-by: Mike Rylander <mrylander@gmail.com>
Open-ILS/src/support-scripts/action_trigger_aggregator.pl [new file with mode: 0644]