From 794107174ce43063a05e116ba99caf843f1d489f Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Tue, 1 Jul 2014 16:34:26 -0400 Subject: [PATCH] items out : check in, renew w/ date; add billing Signed-off-by: Bill Erickson --- Open-ILS/src/templates/staff/circ/patron/index.tt2 | 1 + .../templates/staff/circ/patron/t_items_out.tt2 | 6 ++ .../staff/circ/patron/t_renew_with_date_dialog.tt2 | 24 ++++++ .../staff/circ/share/t_event_override_dialog.tt2 | 5 +- .../js/ui/default/staff/circ/patron/items_out.js | 86 +++++++++++++++++++++- .../web/js/ui/default/staff/circ/services/circ.js | 1 + Open-ILS/web/js/ui/default/staff/services/ui.js | 4 +- 7 files changed, 120 insertions(+), 7 deletions(-) create mode 100644 Open-ILS/src/templates/staff/circ/patron/t_renew_with_date_dialog.tt2 diff --git a/Open-ILS/src/templates/staff/circ/patron/index.tt2 b/Open-ILS/src/templates/staff/circ/patron/index.tt2 index 9d9a8091f6..54258a0815 100644 --- a/Open-ILS/src/templates/staff/circ/patron/index.tt2 +++ b/Open-ILS/src/templates/staff/circ/patron/index.tt2 @@ -37,6 +37,7 @@ angular.module('egCoreMod').run(['egStrings', function(s) { s.GROUP_ADD_USER = "[% l('Enter the patron barcode') %]"; s.RENEW_ITEMS = "[% l('Renew Items?') %]"; s.RENEW_ALL_ITEMS = "[% l('Renew All Items?') %]"; + s.CHECK_IN_CONFIRM = "[% l('Check In Items?') %]"; }]); diff --git a/Open-ILS/src/templates/staff/circ/patron/t_items_out.tt2 b/Open-ILS/src/templates/staff/circ/patron/t_items_out.tt2 index 32cb2681da..611306554c 100644 --- a/Open-ILS/src/templates/staff/circ/patron/t_items_out.tt2 +++ b/Open-ILS/src/templates/staff/circ/patron/t_items_out.tt2 @@ -20,6 +20,12 @@ label="[% l('Mark Claims Never Checked Out') %]"> + + + diff --git a/Open-ILS/src/templates/staff/circ/patron/t_renew_with_date_dialog.tt2 b/Open-ILS/src/templates/staff/circ/patron/t_renew_with_date_dialog.tt2 new file mode 100644 index 0000000000..d8112d00db --- /dev/null +++ b/Open-ILS/src/templates/staff/circ/patron/t_renew_with_date_dialog.tt2 @@ -0,0 +1,24 @@ + + + diff --git a/Open-ILS/src/templates/staff/circ/share/t_event_override_dialog.tt2 b/Open-ILS/src/templates/staff/circ/share/t_event_override_dialog.tt2 index fd1985858e..5850ac5d08 100644 --- a/Open-ILS/src/templates/staff/circ/share/t_event_override_dialog.tt2 +++ b/Open-ILS/src/templates/staff/circ/share/t_event_override_dialog.tt2 @@ -9,7 +9,10 @@