]> git.evergreen-ils.org Git - working/Evergreen.git/blob - Open-ILS/xul/staff_client/server/circ/alternate_copy_summary.xul
LP#1588450 asset.copy.cost Field Missing from Client Interfaces
[working/Evergreen.git] / Open-ILS / xul / staff_client / server / circ / alternate_copy_summary.xul
1 <?xml version="1.0"?>
2 <!-- Application: Evergreen Staff Client -->
3 <!-- Screen: Alternate Copy Summary -->
4
5 <!-- ///////////////////////////////////////////////////////////////////////////////////////////////////////////// -->
6 <!-- STYLESHEETS -->
7 <?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
8 <?xml-stylesheet href="/xul/server/skin/global.css" type="text/css"?>
9
10 <!-- ///////////////////////////////////////////////////////////////////////////////////////////////////////////// -->
11 <!-- LOCALIZATION -->
12 <!DOCTYPE window PUBLIC "" ""[
13     <!--#include virtual="/opac/locale/${locale}/lang.dtd"-->
14 ]>
15
16 <!-- ///////////////////////////////////////////////////////////////////////////////////////////////////////////// -->
17 <!-- OVERLAYS -->
18 <?xul-overlay href="/xul/server/OpenILS/util_overlay.xul"?>
19 <?xul-overlay href="/xul/server/cat/bib_brief_overlay.xul"?>
20
21 <window id="alt_copy_summary_win" 
22     onload="try { my_init(); font_helper(); persist_helper(); } catch(E) { alert(E); }"
23     xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
24
25     <!-- ///////////////////////////////////////////////////////////////////////////////////////////////////////////// -->
26     <!-- BEHAVIOR -->
27     <script type="text/javascript">
28         var myPackageDir = 'open_ils_staff_client'; var IAMXUL = true;
29     </script>
30     <scripts id="openils_util_scripts"/>
31
32     <script type="text/javascript" src="/xul/server/main/JSAN.js"/>
33     <script type="text/javascript" src="/xul/server/cat/bib_brief.js"/>
34     <script type="text/javascript" src="alternate_copy_summary.js"/>
35
36     <messagecatalog id="circStrings" src="/xul/server/locale/<!--#echo var='locale'-->/circ.properties"/>
37     <messagecatalog id="catStrings" src="/xul/server/locale/<!--#echo var='locale'-->/cat.properties"/>
38
39     <groupbox flex="1" style="overflow:auto">
40
41         <caption label="&staff.circ.alternate_copy_summary.Alternate_View.label;" />
42
43         <!-- Most of this gets filled in by bib_brief_overlay.xul -->
44         <grid id="bib_brief_grid"> 
45             <rows id="bib_brief_grid_rows">
46                 <row id="bib_brief_grid_row3">
47                     <label id="bib_call_number_label"/>
48                     <textbox id="bib_call_number"/>
49                     <hbox id="placeholder1" flex="1">
50                         <label value="&staff.circ.alternate_copy_summary.Call_Number.label;" accesskey="&staff.circ.alternate_copy_summary.Call_Number.accesskey;" control="call_number" class="emphasis"/>
51                     </hbox>
52                     <hbox id="placeholder2" flex="1">
53                         <textbox name="call_number" readonly="true" context="clipboard" class="plain"/>
54                     </hbox>
55                 </row>
56             </rows>
57         </grid>
58
59         <tabbox flex="1">
60             <tabs>
61                 <tab label="&staff.circ.alternate_copy_summary.Quick_Summary.label;" accesskey="&staff.circ.alternate_copy_summary.Quick_Summary.accesskey;" />
62                 <tab label="&staff.circ.alternate_copy_summary.Circulation_History.label;" accesskey="&staff.circ.alternate_copy_summary.Circulation_History.accesskey;" />
63                 <tab label="&staff.circ.alternate_copy_summary.Holds_Transit.label;" accesskey="&staff.circ.alternate_copy_summary.Holds_Transit.accesskey;" />
64                 <tab label="&staff.circ.alternate_copy_summary.Cataloging_Info.label;" accesskey="&staff.circ.alternate_copy_summary.Cataloging_Info.accesskey;" />
65             </tabs>
66             <tabpanels flex="1">
67                 <tabpanel orient="vertical"><!-- Quick Summary -->
68                     <grid id="grid1" flex="0">
69                         <columns>
70                             <column id="g1column1"/>
71                             <column />
72                             <column />
73                             <column />
74                             <column />
75                             <column />
76                             <column />
77                             <column />
78                         </columns>
79                         <rows>
80                             <row>
81                                 <label value="&staff.circ.alternate_copy_summary.Barcode.label;" />
82                                 <textbox name="barcode" readonly="true" context="clipboard"/>
83                                 <label value="&staff.circ.alternate_copy_summary.Circ_Library.label;" />
84                                 <textbox name="copy_circ_lib" readonly="true" context="clipboard"/>
85                                 <label value="&staff.circ.alternate_copy_summary.Call_Number.label;" />
86                                 <textbox name="call_number" readonly="true" context="clipboard"/>
87                                 <label value="&staff.circ.alternate_copy_summary.Status.label;" />
88                                 <textbox name="copy_status" readonly="true" context="clipboard"/>
89                             </row>
90                             <row>
91                                 <label value="&staff.circ.alternate_copy_summary.Price.label;" />
92                                 <textbox name="price" readonly="true" context="clipboard"/>
93                                 <label value="&staff.circ.alternate_copy_summary.Owning_Library.label;" />
94                                 <textbox name="owning_lib" readonly="true" context="clipboard"/>
95                                 <!--                                <spacer />
96                                 <spacer /> -->
97                                 <label value="&staff.circ.alternate_copy_summary.Renewal_Type.label;" />
98                                 <textbox name="renewal_type" readonly="true" context="clipboard"/>
99                                 <label value="&staff.circ.alternate_copy_summary.Due_Date.label;" />
100                                 <textbox name="due_date" readonly="true" context="clipboard"/>
101                             </row>
102                             <row>
103                                 <label value="&staff.circ.alternate_copy_summary.Cost.label;" />
104                                 <textbox name="cost" readonly="true" context="clipboard"/>
105                                 <label value="&staff.circ.alternate_copy_summary.Copy_Location.label;" />
106                                 <textbox name="location" readonly="true" context="clipboard"/>
107                                 <label value="&staff.circ.alternate_copy_summary.Total_Circs.label;" />
108                                 <textbox name="total_circ_count" readonly="true" context="clipboard"/>
109                                 <label value="&staff.circ.alternate_copy_summary.Checkout_Date.label;" />
110                                 <textbox name="xact_start" readonly="true" context="clipboard"/>
111                             </row>
112                             <row>
113                                 <label value="&staff.circ.alternate_copy_summary.ISBN.label;" />
114                                 <textbox name="isbn" readonly="true" context="clipboard"/>
115                                 <label value="&staff.circ.alternate_copy_summary.Loan_Duration.label;" />
116                                 <textbox name="loan_duration" readonly="true" context="clipboard"/>
117                                 <label value="&staff.circ.alternate_copy_summary.Total_Circs___Current_Year.label;" />
118                                 <textbox name="total_circ_count_curr_year" readonly="true" context="clipboard"/>
119                                 <label value="&staff.circ.alternate_copy_summary.Checkout_Workstation.label;" />
120                                 <textbox name="checkout_workstation" readonly="true" context="clipboard"/>
121                             </row>
122                             <row>
123                                 <label value="&staff.circ.alternate_copy_summary.Date_Created.label;" />
124                                 <textbox name="copy_create_date" readonly="true" context="clipboard"/>
125                                 <label value="&staff.circ.alternate_copy_summary.Fine_Level.label;" />
126                                 <textbox name="fine_level" readonly="true" context="clipboard"/>
127                                 <label value="&staff.circ.alternate_copy_summary.Total_Circs___Prev_Year.label;" />
128                                 <textbox name="total_circ_count_prev_year" readonly="true" context="clipboard"/>
129                                 <label value="&staff.circ.alternate_copy_summary.Duration_Rule.label;" />
130                                 <textbox name="duration_rule" readonly="true" context="clipboard"/>
131                             </row>
132                             <row>
133                                 <label value="&staff.circ.alternate_copy_summary.Date_Active.label;" />
134                                 <textbox name="copy_active_date" readonly="true" context="clipboard"/>
135                                 <label value="&staff.circ.alternate_copy_summary.Reference.label;" />
136                                 <textbox name="ref" readonly="true" context="clipboard"/>
137                                 <!--
138                                 <label value="&staff.circ.alternate_copy_summary.Rolling_Counter.label;" />
139                                 <textbox name="rolling_counter" readonly="true" context="clipboard"/>
140                                 -->
141                                 <label value="&staff.circ.alternate_copy_summary.Renewal_Workstation.label;" />
142                                 <textbox name="renewal_workstation" readonly="true" context="clipboard"/>
143                                 <label value="&staff.circ.alternate_copy_summary.Recurring_Fine_Rule.label;" />
144                                 <textbox name="recurring_fine_rule" readonly="true" context="clipboard"/>
145                             </row>
146                             <row>
147                                 <label value="&staff.circ.alternate_copy_summary.Status_Changed_Time.label;" />
148                                 <textbox name="status_changed_time" readonly="true" context="clipboard"/>
149                                 <label value="&staff.circ.alternate_copy_summary.OPAC_Visible.label;" />
150                                 <textbox name="opac_visible" readonly="true" context="clipboard"/>
151                                 <label value="&staff.circ.alternate_copy_summary.Remaining_Renewals.label;" />
152                                 <textbox name="renewal_remaining" readonly="true" context="clipboard"/>
153                                 <label value="&staff.circ.alternate_copy_summary.Max_Fine_Rule.label;" />
154                                 <textbox name="max_fine_rule" readonly="true" context="clipboard"/>
155                             </row>
156                             <row>
157                                 <label value="&staff.circ.alternate_copy_summary.Copy_ID.label;" />
158                                 <textbox name="copy_id" readonly="true" context="clipboard"/>
159                                 <label value="&staff.circ.alternate_copy_summary.Holdable.label;" />
160                                 <textbox name="holdable" readonly="true" context="clipboard"/>
161                                 <spacer /><spacer />
162                                 <label value="&staff.circ.alternate_copy_summary.Checkin_Time.label;" />
163                                 <textbox name="checkin_time" readonly="true" context="clipboard"/>
164                             </row>
165                             <row>
166                                 <label value="&staff.circ.alternate_copy_summary.TCN.label;" />
167                                 <textbox name="tcn" readonly="true" context="clipboard"/>
168                                 <label value="&staff.circ.alternate_copy_summary.Circulate.label;" />
169                                 <textbox name="circulate" readonly="true" context="clipboard"/>
170                                 <!--
171                                 <label value="&staff.circ.alternate_copy_summary.Hold_Shelf_Location.label;" />
172                                 <textbox name="hold_shelf_loc" readonly="true" context="clipboard"/>
173                                 -->
174                                 <spacer /><spacer />
175                                 <label value="&staff.circ.alternate_copy_summary.Checkin_Scan_Time.label;" />
176                                 <textbox name="checkin_scan_time" readonly="true" context="clipboard"/>
177                             </row>
178                             <row>
179                                 <label value="&staff.circ.alternate_copy_summary.Floating.label;" />
180                                 <textbox name="floating" readonly="true" context="clipboard"/>
181                                 <label value="&staff.circ.alternate_copy_summary.Circ_Modifier.label;" />
182                                 <textbox name="circ_modifier" readonly="true" context="clipboard"/>
183                                 <spacer /><spacer />
184                                 <label value="&staff.circ.alternate_copy_summary.Checkin_Workstation.label;" />
185                                 <textbox name="checkin_workstation" readonly="true" context="clipboard"/>
186                             </row>
187                         </rows>
188                     </grid>
189                     <grid id="grid2" flex="1">
190                         <columns>
191                             <column id="g2column1" />
192                             <column flex="1" />
193                         </columns>
194                         <rows>
195                             <row>
196                                 <label value="&staff.circ.alternate_copy_summary.Alert.label;" />
197                                 <textbox name="alert_message" multiline="true"  context="clipboard"/>
198                             </row>
199                         </rows>
200                     </grid>
201                 </tabpanel>
202                 <tabpanel><!-- Circulation History -->
203                     <grid>
204                         <columns>
205                             <column/>
206                             <column/>
207                             <column flex="1"/>
208                             <column/>
209                             <column/>
210                         </columns>
211                         <rows>
212                             <row>
213                                 <label class="header1" value="&staff.circ.alternate_copy_summary.Previous_Circ_Group.label;" />
214                                 <spacer />
215                                 <spacer />
216                                 <label class="header1" value="&staff.circ.alternate_copy_summary.Most_Recent_Circ_Group.label;" />
217                                 <spacer />
218                             </row><row>
219                                 <label value="&staff.circ.alternate_copy_summary.Patron_Name.label;" />
220                                 <button id="prev_patron_name" name="prev_patron_name" readonly="true" />
221                                 <spacer />
222                                 <label value="&staff.circ.alternate_copy_summary.Patron_Name.label;" />
223                                 <button id="patron_name" name="patron_name" readonly="true" />
224                             </row><row>
225                                 <label value="&staff.circ.alternate_copy_summary.Total_Circs_for_circ_chain.label;" />
226                                 <textbox name="prev_num_circs" readonly="true"  context="clipboard"/>
227                                 <spacer />
228                                 <label value="&staff.circ.alternate_copy_summary.Total_Circs_for_circ_chain.label;" />
229                                 <textbox name="num_circs" readonly="true"  context="clipboard"/>
230                             </row><row>
231                                 <label value="&staff.circ.alternate_copy_summary.Checkout_Date.label;" />
232                                 <textbox name="prev_xact_start" readonly="true" context="clipboard"/>
233                                 <spacer />
234                                 <label value="&staff.circ.alternate_copy_summary.Checkout_Date.label;" />
235                                 <textbox name="xact_start" readonly="true" context="clipboard"/>
236                             </row><row>
237                                 <label value="&staff.circ.alternate_copy_summary.Checkout_Workstation.label;" />
238                                 <textbox name="prev_checkout_workstation" readonly="true" context="clipboard"/>
239                                 <spacer />
240                                 <label value="&staff.circ.alternate_copy_summary.Checkout_Workstation.label;" />
241                                 <textbox name="checkout_workstation" readonly="true" context="clipboard"/>
242                             </row><row>
243                                 <label value="&staff.circ.alternate_copy_summary.Renewal_Time.label;" />
244                                 <textbox name="prev_renewal_time" readonly="true" context="clipboard"/>
245                                 <spacer />
246                                 <label value="&staff.circ.alternate_copy_summary.Renewal_Time.label;" />
247                                 <textbox name="renewal_time" readonly="true" context="clipboard"/>
248                             </row><row>
249                                 <label value="&staff.circ.alternate_copy_summary.Renewal_Workstation.label;" />
250                                 <textbox name="prev_renewal_workstation" readonly="true" context="clipboard"/>
251                                 <spacer />
252                                 <label value="&staff.circ.alternate_copy_summary.Renewal_Workstation.label;" />
253                                 <textbox name="renewal_workstation" readonly="true" context="clipboard"/>
254                             </row><row>
255                                 <label value="&staff.circ.alternate_copy_summary.Stop_Fines.label;" />
256                                 <textbox name="prev_stop_fines" readonly="true" context="clipboard"/>
257                                 <spacer />
258                                 <label value="&staff.circ.alternate_copy_summary.Stop_Fines.label;" />
259                                 <textbox name="stop_fines" readonly="true" context="clipboard"/>
260                             </row><row>
261                                 <label value="&staff.circ.alternate_copy_summary.Stop_Fines_Time.label;" />
262                                 <textbox name="prev_stop_fines_time" readonly="true" context="clipboard"/>
263                                 <spacer />
264                                 <label value="&staff.circ.alternate_copy_summary.Stop_Fines_Time.label;" />
265                                 <textbox name="stop_fines_time" readonly="true" context="clipboard"/>
266                             </row><row>
267                                 <label value="&staff.circ.alternate_copy_summary.Checkin_Time.label;" />
268                                 <textbox name="prev_last_checkin_time" readonly="true" context="clipboard"/>
269                                 <spacer />
270                                 <label value="&staff.circ.alternate_copy_summary.Checkin_Time.label;" />
271                                 <textbox name="last_checkin_time" readonly="true" context="clipboard"/>
272                             </row><row>
273                                 <label value="&staff.circ.alternate_copy_summary.Checkin_Scan_Time.label;" />
274                                 <textbox name="prev_last_checkin_scan_time" readonly="true" context="clipboard"/>
275                                 <spacer />
276                                 <label value="&staff.circ.alternate_copy_summary.Checkin_Scan_Time.label;" />
277                                 <textbox name="last_checkin_scan_time" readonly="true" context="clipboard"/>
278                             </row><row>
279                                 <label value="&staff.circ.alternate_copy_summary.Checkin_Workstation.label;" />
280                                 <textbox name="prev_checkin_workstation" readonly="true" context="clipboard"/>
281                                 <spacer />
282                                 <label value="&staff.circ.alternate_copy_summary.Checkin_Workstation.label;" />
283                                 <textbox name="checkin_workstation" readonly="true" context="clipboard"/>
284                             </row>
285                         </rows>
286                     </grid>
287                 </tabpanel>
288                 <tabpanel orient="vertical"><!-- Hold/Transit -->
289                     <groupbox flex="1" id="holds" style="overflow: none; min-height: 80;" oils_persist="height">
290                         <caption id="hold_caption" label="&staff.circ.copy_details.hold_caption;"/>
291                         <label id="hold_patron_name" class="patronNameLarge click_link"/>
292                         <tree id="hold" flex="1" enableColumnDrag="true"/>
293                         <spacer FIXME="label and tree get swapped without this"/>
294                     </groupbox>
295                     <splitter id="splitter" oils_persist="state hidden" oils_persist_peers="holds transits"><grippy/></splitter>
296                     <groupbox flex="1" id="transits" style="overflow: none; min-height: 80;" oils_persist="height">
297                         <caption id="transit_caption" label="&staff.circ.copy_details.transit_caption;"/>
298                         <tree id="transit" flex="1" enableColumnDrag="true"/>
299                     </groupbox>
300                 </tabpanel>
301                 <tabpanel><!-- Cataloging Info -->
302                     <deck id="cat_deck" flex="1"/>
303                 </tabpanel>
304             </tabpanels>
305         </tabbox>
306     </groupbox>
307
308 </window>
309