]> git.evergreen-ils.org Git - working/Evergreen.git/blob - Open-ILS/src/templates/staff/cat/item/t_list.tt2
64e88a7eb33b3fb31b433bb213ad3d35b4085ab4
[working/Evergreen.git] / Open-ILS / src / templates / staff / cat / item / t_list.tt2
1 <?xml version="1.0" encoding="Windows-1252"?>
2 <eg-grid
3   id-field="index"
4   idl-class="acp"
5   features="-display,clientsort,allowAll"
6   main-label="[% l('Item Status') %]"
7   items-provider="gridDataProvider"
8   grid-controls="gridControls"
9   persist-key="cat.items"
10   status-column="statusIconColumn"
11   dateformat="{{$root.egDateAndTimeFormat}}">
12
13   <eg-grid-action handler="add_copies_to_bucket"
14     label="[% l('Add Items to Bucket') %]"></eg-grid-action>
15   <eg-grid-action handler="add_records_to_bucket"
16     label="[% l('Add Item Records to Bucket') %]"></eg-grid-action>
17   <eg-grid-action handler="show_in_catalog"
18     label="[% l('Show in Catalog') %]"></eg-grid-action>
19   <eg-grid-action handler="make_copies_bookable"
20     label="[% l('Make Items Bookable') %]"></eg-grid-action>
21   <eg-grid-action handler="book_copies_now"
22     disabled="need_one_selected"
23     label="[% l('Book Item Now') %]"></eg-grid-action>
24   <eg-grid-action handler="manage_reservations"
25     disabled="need_one_selected"
26     label="[% l('Manage Reservations') %]"></eg-grid-action>
27   <eg-grid-action handler="requestItems"
28     label="[% l('Request Items') %]"></eg-grid-action>
29   <eg-grid-action handler="attach_to_peer_bib"
30     label="[% l('Link as Conjoined to Previously Marked Bib Record') %]"></eg-grid-action>
31   <eg-grid-action handler="selectedHoldingsCopyDelete"
32     label="[% l('Delete Items') %]"></eg-grid-action>
33   <eg-grid-action handler="checkin"
34     label="[% l('Check In Items') %]"></eg-grid-action>
35   <eg-grid-action handler="renew"
36     label="[% l('Renew Items') %]"></eg-grid-action>
37   <eg-grid-action handler="cancel_transit"
38     label="[% l('Cancel Transit') %]"></eg-grid-action>
39   <eg-grid-action handler="update_inventory"
40     label="[% l('Update Inventory') %]"></eg-grid-action>
41     
42   <eg-grid-action handler="selectedHoldingsItemStatusTgrEvt" group="[% l('Show') %]"
43     label="[% l('Triggered Events') %]"></eg-grid-action>
44   <eg-grid-action handler="selectedHoldingsItemStatusHolds" group="[% l('Show') %]"
45     label="[% l('Item Holds') %]"></eg-grid-action>
46   <eg-grid-action handler="showBibHolds" group="[% l('Show') %]"
47     label="[% l('Record Holds') %]"></eg-grid-action>
48   <eg-grid-action handler="print_labels" group="[% l('Show') %]"
49     label="[% l('Print Labels') %]"></eg-grid-action>
50   <eg-grid-action handler="locateAcquisition" group="[% l('Show') %]"
51     label="[% l('Originating Acquisition') %]"></eg-grid-action>
52
53   <eg-grid-action handler="selectedHoldingsDamaged" group="[% l('Mark') %]"
54     label="[% l('Item as Damaged') %]"></eg-grid-action>
55   <eg-grid-action handler="selectedHoldingsDiscard" group="[% l('Mark') %]"
56     label="[% l('Item as Discard/Weed') %]"></eg-grid-action>
57   <eg-grid-action handler="selectedHoldingsMissing" group="[% l('Mark') %]"
58     label="[% l('Item as Missing') %]"></eg-grid-action>
59     
60   <eg-grid-action handler="selectedHoldingsCopyAdd" group="[% l('Add') %]"
61     label="[% l('Items') %]"></eg-grid-action>
62   <eg-grid-action handler="selectedHoldingsVolCopyAdd" group="[% l('Add') %]"
63     label="[% l('Call Numbers and Items') %]"></eg-grid-action>
64   <eg-grid-action handler="selectedHoldingsCopyAlertsAdd" group="[% l('Add') %]"
65     label="[% l('Item Alerts') %]"></eg-grid-action>
66
67   <eg-grid-action handler="selectedHoldingsVolEdit" group="[% l('Edit') %]"
68     label="[% l('Call Numbers') %]"></eg-grid-action>
69   <eg-grid-action handler="selectedHoldingsCopyEdit" group="[% l('Edit') %]"
70     label="[% l('Items') %]"></eg-grid-action>
71   <eg-grid-action handler="selectedHoldingsVolCopyEdit" group="[% l('Edit') %]"
72     label="[% l('Call Numbers and Items') %]"></eg-grid-action>
73   <eg-grid-action handler="replaceBarcodes" group="[% l('Edit') %]"
74     label="[% l('Replace Barcodes') %]"></eg-grid-action>
75   <eg-grid-action handler="selectedHoldingsCopyAlertsEdit" group="[% l('Edit') %]"
76     label="[% l('Manage Item Alerts') %]"></eg-grid-action>
77
78   <eg-grid-action handler="changeItemOwningLib" group="[% l('Transfer') %]"
79     label="[% l('Items to Previously Marked Library') %]"></eg-grid-action>
80   <eg-grid-action handler="transferItems" group="[% l('Transfer') %]"
81     label="[% l('Items to Previously Marked Call Number') %]"></eg-grid-action>
82
83   <eg-grid-field label="[% l('Alert Message') %]"  path='alert_message' visible></eg-grid-field>
84   <eg-grid-field label="[% l('Barcode') %]"        path='barcode' visible></eg-grid-field>
85   <eg-grid-field label="[% l('Call Number') %]"    path="call_number.label" visible></eg-grid-field>
86   <eg-grid-field label="[% l('Due Date') %]"       path="_circ.due_date" datecontext="_circ_lib" dateonlyinterval="_duration" datatype="timestamp" visible></eg-grid-field>
87
88   <eg-grid-field label="[% l('Location') %]"       path="location.name" visible></eg-grid-field>
89   <eg-grid-field label="[% l('Item Status') %]"    path="status.name" visible></eg-grid-field>
90   <eg-grid-field label="[% l('Title') %]"       
91     path="call_number.record.simple_record.title" visible>
92     <a target="_blank" href="[% ctx.base_path %]/staff/cat/catalog/record/{{item['call_number.record.id']}}">
93       {{item['call_number.record.simple_record.title']}} <span ng-show="item['call_number.record.id']" class="glyphicon glyphicon-new-window"/>
94     </a>
95   </eg-grid-field>
96
97   <eg-grid-field label="[% l('Acquisition Cost') %]"     path="cost" hidden></eg-grid-field>
98   <eg-grid-field label="[% l('Age-Based Hold Protection') %]"  path="age_protect.name" hidden></eg-grid-field>
99   <eg-grid-field label="[% l('Author') %]"               path="call_number.record.simple_record.author"  hidden></eg-grid-field>
100   <eg-grid-field label="[% l('Checkin Date') %]"         path="_circ_summary.last_checkin_time" datatype="timestamp" hidden></eg-grid-field>
101   <eg-grid-field label="[% l('Checkin Scan Date') %]"    path="_circ_summary.last_checkin_scan_time" datatype="timestamp" hidden></eg-grid-field>
102   <eg-grid-field label="[% l('Checkin Workstation') %]"  path="_circ_summary.last_checkin_workstation" hidden></eg-grid-field>
103   <eg-grid-field label="[% l('Checkout Date') %]"  path="_circ_summary.start_time" datatype="timestamp" hidden></eg-grid-field>
104   <eg-grid-field label="[% l('Checkout Workstation') %]"  path="_circ_summary.checkout_workstation" hidden></eg-grid-field>
105   <eg-grid-field label="[% l('Checkout/Renewal Library') %]"  path="_circ_lib.shortname" hidden></eg-grid-field>
106   <eg-grid-field label="[% l('Circulation ID') %]"        path="_circ.id" hidden></eg-grid-field>
107   <eg-grid-field label="[% l('Circ or Renewal Workstation') %]"  path="_circ_ws" hidden></eg-grid-field>
108   <eg-grid-field label="[% l('Last Renewal Workstation') %]"  path="_circ_summary.last_renewal_workstation" hidden></eg-grid-field>
109   <eg-grid-field label="[% l('Classification') %]"        path="call_number.label_class.name" hidden></eg-grid-field>
110   <eg-grid-field label="[% l('CN Prefix') %]"             path="call_number.prefix.label" hidden></eg-grid-field>
111   <eg-grid-field label="[% l('CN Suffix') %]"             path="call_number.suffix.label" hidden></eg-grid-field>
112   <eg-grid-field label="[% l('Circulate as Type') %]"     path="circ_as_type.value" hidden></eg-grid-field>
113   <eg-grid-field label="[% l('Circulate?') %]"            path="circulate" hidden></eg-grid-field>
114   <eg-grid-field label="[% l('Circulation Library') %]"   path="circ_lib.shortname" hidden></eg-grid-field>
115   <eg-grid-field label="[% l('Circulation Modifier') %]"  path="circ_modifier.name" hidden></eg-grid-field>
116   <eg-grid-field label="[% l('Item ID') %]"               path="id" hidden></eg-grid-field>
117   <eg-grid-field label="[% l('Item Number') %]"           path="copy_number" hidden></eg-grid-field>
118
119   <eg-grid-field label="[% l('Created By') %]"
120     path="creator" hidden>
121     <a target="_blank" href="[% ctx.base_path %]/staff/circ/patron/{{item['creator.id']}}/checkout">
122       {{item['creator.usrname']}} <span ng-show="item['creator.id']" class="glyphicon glyphicon-new-window"/>
123     </a>
124   </eg-grid-field>
125
126   <eg-grid-field label="[% l('Date Created') %]"          path="create_date" datatype="timestamp" hidden></eg-grid-field>
127   <eg-grid-field label="[% l('Date Last Edited') %]"      path="edit_date" datatype="timestamp" hidden></eg-grid-field>
128   <eg-grid-field label="[% l('Date Record Created') %]"   path="call_number.record.create_date" datatype="timestamp" hidden></eg-grid-field>
129   <eg-grid-field label="[% l('Date Record Last Edited') %]"    path="call_number.record.edit_date" datatype="timestamp" hidden></eg-grid-field>
130   <eg-grid-field label="[% l('Deleted?') %]"              path="deleted" hidden></eg-grid-field>
131   <eg-grid-field label="[% l('Deposit?') %]"              path="deposit" hidden></eg-grid-field>
132   <eg-grid-field label="[% l('Deposit amount') %]"        path="deposit_amount" hidden></eg-grid-field>
133   <eg-grid-field label="[% l('Document ID') %]"           path="call_number.record.id" hidden></eg-grid-field>
134   <eg-grid-field label="[% l('Edited By') %]"             path="editor.usrname" hidden></eg-grid-field>
135   <eg-grid-field label="[% l('Fine Level') %]"            path="fine_level" hidden>
136     <span>{{item['fine_level'] | string_pick:'[% l('Low') %]':'[% l('Normal') %]':'[% l('High') %]'}}</span>
137   </eg-grid-field>
138   <eg-grid-field label="[% l('Fines Stopped') %]"         path="_circ_summary.last_stop_fines" hidden></eg-grid-field>
139   <eg-grid-field label="[% l('Fines Stopped Time') %]"    path="_circ_summary.last_stop_fines_time" datatype="timestamp" hidden></eg-grid-field>
140   <eg-grid-field label="[% l('Floating Group') %]"        path="floating.name" hidden></eg-grid-field>
141   <eg-grid-field label="[% l('Holdable?') %]"             path="holdable" hidden></eg-grid-field>
142   <eg-grid-field label="[% l('Holds Count') %]"           path="holds_count" hidden></eg-grid-field>
143   <eg-grid-field label="[% l('In-House Uses') %]"         path="_inHouseUseCount" hidden></eg-grid-field>
144   <eg-grid-field label="[% l('ISBN') %]"                  path="call_number.record.simple_record.isbn" hidden></eg-grid-field>
145   <eg-grid-field label="[% l('Loan Duration') %]"         path="loan_duration" hidden>
146     <span>{{item['loan_duration'] | string_pick:'[% l('Short') %]':'[% l('Normal') %]':'[% l('Extended') %]'}}</span>
147   </eg-grid-field>
148   <eg-grid-field label="[% l('OPAC Visible?') %]"         path="opac_visible" hidden></eg-grid-field>
149   <eg-grid-field label="[% l('Owned By') %]"              path="call_number.record.owner" hidden></eg-grid-field>
150   <eg-grid-field label="[% l('Owning Library') %]"        path="call_number.owning_lib.shortname" hidden></eg-grid-field>
151   <eg-grid-field label="[% l('Parts') %]"                 path="parts.label" hidden></eg-grid-field>
152   <eg-grid-field label="[% l('Price') %]"                 path="price" hidden></eg-grid-field>
153   <eg-grid-field label="[% l('Publication Date') %]"      path="call_number.record.simple_record.pubdate" hidden></eg-grid-field>
154   <eg-grid-field label="[% l('Publisher') %]"             path="call_number.record.simple_record.publisher" hidden></eg-grid-field>
155   <eg-grid-field label="[% l('Quality') %]"               path="call_number.record.simple_record.quality" hidden></eg-grid-field>
156   <eg-grid-field label="[% l('Reference?') %]"            path="ref" hidden></eg-grid-field>
157   <eg-grid-field label="[% l('Remaining Renewals') %]"    path="_circ.renewal_remaining" hidden></eg-grid-field>
158   <eg-grid-field label="[% l('Status Changed Time') %]"   path="status_changed_time" datatype="timestamp" hidden></eg-grid-field>
159   <eg-grid-field label="[% l('TCN') %]"                   path="call_number.record.tcn_value" hidden></eg-grid-field>
160   <eg-grid-field label="[% l('TCN Source') %]"            path="call_number.record.tcn_source" hidden></eg-grid-field>
161   <eg-grid-field label="[% l('Transaction Complete') %]"  path="_circ.xact_finish" datatype="timestamp" hidden></eg-grid-field>
162   <eg-grid-field label="[% l('Alerts') %]" path="copy_alert_count" handlers="gridCellHandlers" visible compiled>
163     {{item['copy_alert_count']}}
164     <button ng-disabled="item['copy_alert_count'] <= 0" class="btn btn-sm btn-default" ng-click="col.handlers.copyAlertsEdit(item['id'])">[% l('Manage') %]</button>
165   </eg-grid-field>
166   <eg-grid-field label="[% l('Inventory Date') %]"        path="latest_inventory.inventory_date" datatype="timestamp"></eg-grid-field>
167   <eg-grid-field label="[% l('Inventory Workstation') %]" path="latest_inventory.inventory_workstation.name"></eg-grid-field>
168   
169 </eg-grid>
170
171 <div class="flex-row pad-vert">
172   <div class="flex-cell"></div>
173   <div class="pad-horiz">
174     <button class="btn btn-default"
175       ng-click="print_list()">[% l('Print') %]</button>
176   </div>
177 </div>