From: Bill Erickson Date: Wed, 14 May 2014 21:27:33 +0000 (-0400) Subject: item status UI continued X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=9cd1d3c16673aabbf055474f361b1622c87cf1eb;p=working%2FEvergreen.git item status UI continued Signed-off-by: Bill Erickson --- diff --git a/Open-ILS/src/templates/staff/cat/item/summary_header.tt2 b/Open-ILS/src/templates/staff/cat/item/summary_header.tt2 index 0bfb53566f..09d42cc022 100644 --- a/Open-ILS/src/templates/staff/cat/item/summary_header.tt2 +++ b/Open-ILS/src/templates/staff/cat/item/summary_header.tt2 @@ -1,58 +1,51 @@ - -
-
[% l('Title:') %]
-
- {{copy.call_number().record().simple_record().title() || copy.dummy_title()}} -
- - -
-
[% l('Edition:') %]
-
- -
[% l('TCN:') %]
-
{{copy.call_number().record().tcn_value()}}
- -
[% l('Created By:') %]
-
{{copy.call_number().record().creator().usrname()}}
-
-
- -
-
[% l('Author:') %]
-
- {{copy.call_number().record().simple_record().author() || copy.dummy_author()}} -
- -
-
[% l('Pub Date:') %]
-
- {{copy.call_number().record().simple_record().pubdate()}} +
+
+
[% l('Title:') %]
+
+ {{copy.call_number().record().simple_record().title() || copy.dummy_title()}} +
+ +
[% l('Edition:') %]
+
+ +
[% l('TCN:') %]
+
{{copy.call_number().record().tcn_value()}}
+ +
[% l('Created By:') %]
+
{{copy.call_number().record().creator().usrname()}}
+
+ +
+
[% l('Author:') %]
+
+ {{copy.call_number().record().simple_record().author() || copy.dummy_author()}}
-
[% l('Databse ID:') %]
-
{{copy.call_number().record().id()}}
+
[% l('Pub Date:') %]
+
+ {{copy.call_number().record().simple_record().pubdate()}} +
-
[% l('Last Edited By:') %]
-
{{copy.call_number().record().editor().usrname()}}
-
-
+
[% l('Databse ID:') %]
+
{{copy.call_number().record().id()}}
-
-
[% l('Bib Call #:') %]
-
+
[% l('Last Edited By:') %]
+
{{copy.call_number().record().editor().usrname()}}
+
-
-
[% l('Item CAll #:') %]
-
{{copy.call_number().label()}}
+
+
[% l('Bib Call #:') %]
+
-
[% l('Record Owner:') %]
-
{{copy.call_number().record().owner().shortname()}}
+
[% l('Item Call #:') %]
+
{{copy.call_number().label()}}
-
[% l('Last Edited On:') %]
-
{{copy.edit_date() | date:'short'}}
-
-
+
[% l('Record Owner:') %]
+
{{copy.call_number().record().owner().shortname()}}
+
[% l('Last Edited On:') %]
+
{{copy.edit_date() | date:'short'}}
+
+
diff --git a/Open-ILS/src/templates/staff/cat/item/t_summary_pane.tt2 b/Open-ILS/src/templates/staff/cat/item/t_summary_pane.tt2 index c3b2e1df87..628c1796f0 100644 --- a/Open-ILS/src/templates/staff/cat/item/t_summary_pane.tt2 +++ b/Open-ILS/src/templates/staff/cat/item/t_summary_pane.tt2 @@ -1,32 +1,107 @@ +
-
-
[% l('Barcode') %]
-
{{copy.barcode()}}
+
+
[% l('Barcode') %]
+
{{copy.barcode()}}
-
[% l('Circ Library') %]
-
{{copy.circ_lib().shortname()}}
+
[% l('Circ Library') %]
+
{{copy.circ_lib().shortname()}}
-
[% l('Item Call #') %]
-
{{copy.call_number().label()}}
+
[% l('Item Call #') %]
+
{{copy.call_number().label()}}
-
[% l('Status') %]
-
{{copy.status().name()}}
-
+
[% l('Status') %]
+
{{copy.status().name()}}
+
+ +
+
[% l('Price') %]
+
{{copy.price()}}
+ +
[% l('Owning Library') %]
+
{{copy.circ_lib().shortname()}}
+ +
[% l('Renewal Type') %]
+
+
[% l('OPAC') %]
+
[% l('Desk') %]
+
[% l('Phone') %]
+
+ +
[% l('Due Date') %]
+
{{circ.due_date() | date:'short'}}
+
+ +
+
[% l('ISBN') %]
+
{{copy.call_number().record().simple_record().isbn()}}
+ +
[% l('Copy Location') %]
+
{{copy.location().name()}}
+ +
[% l('Total Circs') %]
+
{{total_circs}}
+ +
[% l('Checkout Date') %]
+
{{circ.xact_start() | date:'short'}}
+
+ +
+
[% l('Date Created') %]
+
{{copy.create_date() | date:'short'}}
+ +
[% l('Loan Duration') %]
+
{{circ.duration()}}
+ +
[% l('Total Circs - Current Year') %]
+
{{total_circs_this_year}}
-
-
[% l('Price') %]
-
{{copy.price()}}
+
[% l('Checkout Workstation') %]
+
{{circ.workstation().name()}}
+
+ +
+
[% l('Date Active') %]
+
{{copy.active_date() | date:'short'}}
+ +
[% l('Fine Level') %]
+
{{circ.duration_rule().name()}}
+ +
[% l('Total Circs - Prev Year') %]
+
{{total_circs_prev_year}}
+ +
[% l('Duration Rule') %]
+
{{circ.duration_rule().name()}}
+
+ +
+
[% l('Status Changed') %]
+
{{copy.status_changed_time() | date:'short'}}
+ +
[% l('Reference') %]
+
{{copy.ref()}}
-
[% l('Owning Library') %]
-
{{copy.circ_lib().shortname()}}
+
[% l('Renewal Workstation') %]
+
{{circ_summary.last_renewal_workstation()}}
-
[% l('Renewal Type') %]
-
-
[% l('OPAC') %]
-
[% l('Desk') %]
-
[% l('Phone') %]
+
[% l('Recurring Fine Rule') %]
+
{{circ.recurring_fine_rule().name()}}
-
[% l('Due Date') %]
-
{{circ.due_date() | date:'short'}}
+
+
[% l('Copy ID') %]
+
{{copy.id()}}
+ +
[% l('OPAC Visible') %]
+
{{copy.opac_visible()}}
+ +
[% l('Remaining Renewals') %]
+
{{circ.renewal_remaining()}}
+ +
[% l('Max Fine Rule') %]
+
{{circ.max_fine_rule().name()}}
+
+ + +
diff --git a/Open-ILS/src/templates/staff/cat/item/t_view.tt2 b/Open-ILS/src/templates/staff/cat/item/t_view.tt2 index 15aef0b026..3228700d70 100644 --- a/Open-ILS/src/templates/staff/cat/item/t_view.tt2 +++ b/Open-ILS/src/templates/staff/cat/item/t_view.tt2 @@ -2,6 +2,8 @@ +
+