]> git.evergreen-ils.org Git - working/Evergreen.git/commit
LP1891550 Ang print context support; no-print contexts user/berick/lp1891550-ang-print-template-force-context
authorBill Erickson <berickxx@gmail.com>
Mon, 17 Aug 2020 19:13:58 +0000 (15:13 -0400)
committerBill Erickson <berickxx@gmail.com>
Mon, 17 Aug 2020 19:20:29 +0000 (15:20 -0400)
commitaf6dc89e49c8f22e336b9cf2b9c9ec958f5fe0f6
tree6a242248d95d1b5d5f9ecd9133cddb5b23f6ae4e
parenta68ac98314c9d591843fe7ee19de0667381a45fe
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>
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