]> git.evergreen-ils.org Git - Evergreen.git/commit
Collections user balance API / batch file output
authorBill Erickson <berick@esilibrary.com>
Thu, 12 Apr 2012 15:44:44 +0000 (11:44 -0400)
committerLebbeous Fogle-Weekley <lebbeous@esilibrary.com>
Wed, 1 Aug 2012 18:52:33 +0000 (14:52 -0400)
commit375054cfe65304c5717f13c7fbe15e66183ff2ab
tree067cc45782b12435ba6ad2936e1251ef2609d679
parent1d03a65e7a7c19acbf6644f60a7473934702a817
Collections user balance API / batch file output

New API open-ils.collections.user_balance_summary.generate,
which generates summary information on patron balance owed for all open
transactions that occurred at the requested location.  Optional flag
supports including per-xact summary information as well.  The summary
information is written to an XML file and placed in a protected, shared
web directory for download after the file has been generated.

During creation, the output file will have a .tmp suffix, allowing
clients to poll for file completion.

Includes a new opensrf.xml app_setting for open-ils.collections to
specifiy the batch file directory as well as a sample Apache config in
eg_vhost.conf

Signed-off-by: Bill Erickson <berick@esilibrary.com>
Signed-off-by: Lebbeous Fogle-Weekley <lebbeous@esilibrary.com>
Open-ILS/examples/apache/eg_vhost.conf
Open-ILS/examples/opensrf.xml.example
Open-ILS/src/perlmods/lib/OpenILS/Application/Collections.pm