LP#1749475: OPAC email/print record improvements
authorMike Rylander <mrylander@gmail.com>
Thu, 1 Nov 2018 21:56:09 +0000 (17:56 -0400)
committerJason Stephenson <jason@sigio.com>
Wed, 20 Feb 2019 14:05:26 +0000 (09:05 -0500)
commit2c6e59f74f429453f50a840e5670cdbf2f97d5f3
tree9067c78545ec283f90051a397133b71a86dd5092
parentc9c9c2c3413e6640222556dfa20d9afbbb5dac57
LP#1749475: OPAC email/print record improvements

This commit provides new functionality for controlling and delivering print
and email bibliographic record export options.

Staff will be able to adjust existing and create new print and email formats
using the Action/Trigger infrastructure and the new Event Definition Group
capability.

Patrons will be able to choose from one of several formats, as configured by
staff, in which to receive one or more bibliographic records.  Print and email
preview is made available for individual records via the existing links on the
record detail page, and for lists of records via new entry points on both the
Basket (anonymous list) and My Lists interfaces.

Signed-off-by: Mike Rylander <mrylander@gmail.com>
22 files changed:
Open-ILS/examples/fm_IDL.xml
Open-ILS/src/eg2/package-lock.json
Open-ILS/src/eg2/package.json
Open-ILS/src/eg2/src/app/staff/admin/server/admin-server-splash.component.html
Open-ILS/src/perlmods/lib/OpenILS/Application/Search/Biblio.pm
Open-ILS/src/perlmods/lib/OpenILS/Application/Trigger/Reactor.pm
Open-ILS/src/perlmods/lib/OpenILS/Application/Trigger/Reactor/SendEmail.pm
Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader.pm
Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader/Account.pm
Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader/Container.pm
Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader/Record.pm
Open-ILS/src/sql/Pg/400.schema.action_trigger.sql
Open-ILS/src/sql/Pg/950.data.seed-values.sql
Open-ILS/src/sql/Pg/upgrade/XXXX.schema.AT-def-groups.sql [new file with mode: 0644]
Open-ILS/src/templates/opac/parts/cart.tt2
Open-ILS/src/templates/opac/parts/record/summary.tt2
Open-ILS/src/templates/opac/record/email.tt2
Open-ILS/src/templates/opac/record/email_preview.tt2 [new file with mode: 0644]
Open-ILS/src/templates/opac/record/print.tt2
Open-ILS/src/templates/opac/record/print_preview.tt2 [new file with mode: 0644]
Open-ILS/src/templates/staff/admin/server/t_splash.tt2
Open-ILS/web/js/ui/default/staff/package.json