]> git.evergreen-ils.org Git - Evergreen.git/commit
LP1737540: Add Patron Information to Receipts
authorJason Boyer <jboyer@library.in.gov>
Mon, 29 Jan 2018 22:02:01 +0000 (17:02 -0500)
committerJason Stephenson <jason@sigio.com>
Fri, 16 Feb 2018 13:36:31 +0000 (08:36 -0500)
commiteb9ca01e659b9d238c895e96f7882dd7ba09b7ff
tree8bf05737392b008549bbba5862185ce37b7d9f36
parent8cf71da81be14f11c390d4aa55528a27b130f163
LP1737540: Add Patron Information to Receipts

Adds the following fields to a patron object on print_data:
first_given_name
second_given_name
family_name
suffix
barcode
money_summary.balance_owed
money_summary.total_paid
money_summary.total_owed
expire_date
alias
has_email
has_phone

On the following receipts: Checkout, Items Out, and Bill Payment.

(money_summary left out on bill payment because it will always be out of date.)

Signed-off-by: Jason Boyer <jboyer@library.in.gov>
Signed-off-by: Jason Stephenson <jason@sigio.com>
Open-ILS/src/templates/staff/share/print_templates/t_bill_payment.tt2
Open-ILS/src/templates/staff/share/print_templates/t_checkout.tt2
Open-ILS/src/templates/staff/share/print_templates/t_items_out.tt2
Open-ILS/web/js/ui/default/staff/admin/workstation/app.js
Open-ILS/web/js/ui/default/staff/circ/patron/bills.js
Open-ILS/web/js/ui/default/staff/circ/patron/checkout.js
Open-ILS/web/js/ui/default/staff/circ/patron/items_out.js