From: Bill Erickson Date: Wed, 28 May 2014 15:47:22 +0000 (-0400) Subject: xact details page cont. X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=455144c234d0c46dabcef50b6b43d7f65f834e59;p=working%2FEvergreen.git xact details page cont. Signed-off-by: Bill Erickson --- diff --git a/Open-ILS/src/templates/staff/circ/patron/t_xact_details.tt2 b/Open-ILS/src/templates/staff/circ/patron/t_xact_details.tt2 index 11a8c7c8cb..a676a38e13 100644 --- a/Open-ILS/src/templates/staff/circ/patron/t_xact_details.tt2 +++ b/Open-ILS/src/templates/staff/circ/patron/t_xact_details.tt2 @@ -1,6 +1,4 @@ -

[% l('Details for Transaction #[_1]', '{{xact.id()}}') %]

- -

[% l('Summary') %]

+

[% l('Transaction #[_1]', '{{xact.id()}}') %]

[% l('Billing Location') %]
@@ -8,7 +6,10 @@
[% l('Total Billed') %]
{{xact.total_owed() | currency}}
[% l('Title') %]
-
{{xact.circulation().target_copy().call_number().record().simple_record().title()}}
+
+ {{title}} + {{title}} +
[% l('Type') %]
@@ -38,21 +39,69 @@
[% l('Checked In') %]
{{xact.circulation().checkin_time() | date:'short'}}
-
-
[% l('Barcode') %]
-
- - {{xact.circulation().target_copy().barcode()}} - + +
+
+

[% l('Item Summary') %]

+
+
[% l('Barcode') %]
+ +
[% l('Location') %]
+
+ {{xact.circulation().target_copy().location().name()}} +
+
[% l('Call Number') %]
+
+ {{xact.circulation().target_copy().call_number().label()}} +
-
[% l('Call Number') %]
-
- {{xact.circulation().target_copy().call_number().label()}} +
+
[% l('Status') %]
+
+ {{xact.circulation().target_copy().status().name()}} +
+
[% l('Circulate') %]
+
+ {{xact.circulation().target_copy().circulate() == 't'}} +
+
[% l('Reference') %]
+
+ {{xact.circulation().target_copy().ref() == 't'}} +
-
[% l('Location') %]
-
- {{xact.circulation().target_copy().location().name()}} +
+
[% l('Holdable') %]
+
+ {{xact.circulation().target_copy().holdable() == 't'}} +
+
[% l('OPAC Visible') %]
+
+ {{xact.circulation().target_copy().opac_visible() == 't'}} +
+ +
[% l('Created') %]
+
+ {{xact.circulation().target_copy().create_date() | date:'short'}} +
+
+
+
[% l('Edited') %]
+
+ {{xact.circulation().target_copy().edit_date() | date:'short'}} +
+
[% l('Age Protect') %]
+
+ {{xact.circulation().target_copy().age_protect().name()}} +
+
[% l('Total Circulations') %]
+
+ TODO +
@@ -60,7 +109,7 @@ -
+