LP1891550 Ang print context support; no-print contexts user/berick/lp1891550-ang-print-template-force-context-v2
authorBill Erickson <berickxx@gmail.com>
Mon, 17 Aug 2020 19:13:58 +0000 (15:13 -0400)
committerBill Erickson <berickxx@gmail.com>
Fri, 25 Sep 2020 14:06:09 +0000 (10:06 -0400)
commit225c022e27f03ede035a5223e476ad3182261e48
treef02cdcf15cab5df7448e22bdfb023609e9524e73
parent2002181c83f0cab35b5a230c504b0d9bd7b0d840
LP1891550 Ang print context support; no-print contexts

Adds support to the Angular server template admin page for forcing a
print context for a given template.

Adds support to the Angular print service for looking up the context of
a print template when specified by name.

Adds support to And and AngJS print settings interfaces for a "No-Print"
context, which bypasses printing when used.

Adds a new workstation setting for the Booking Capture server print
template context.

Signed-off-by: Bill Erickson <berickxx@gmail.com>
Signed-off-by: Terran McCanna <tmccanna@georgialibraries.org>
Open-ILS/src/eg2/src/app/share/print/print.component.ts
Open-ILS/src/eg2/src/app/staff/admin/server/print-template.component.html
Open-ILS/src/eg2/src/app/staff/admin/server/print-template.component.ts
Open-ILS/src/sql/Pg/950.data.seed-values.sql
Open-ILS/src/sql/Pg/upgrade/XXXX.data.booking-print-context.sql [new file with mode: 0644]
Open-ILS/src/templates/staff/admin/workstation/t_print_templates.tt2
Open-ILS/web/js/ui/default/staff/services/print.js