]> git.evergreen-ils.org Git - working/Evergreen.git/blob - Open-ILS/xul/staff_client/server/circ/checkin_overlay.xul
checkin options for Amnesty mode (void_overdues) and Suppress Holds and Transits...
[working/Evergreen.git] / Open-ILS / xul / staff_client / server / circ / checkin_overlay.xul
1 <?xml version="1.0" encoding="UTF-8"?>
2
3 <!-- LOCALIZATION -->
4 <!DOCTYPE overlay PUBLIC "" ""[
5         <!--#include virtual="/opac/locale/${locale}/lang.dtd"-->
6 ]>
7
8 <overlay id="checkin_overlay" 
9         xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
10
11 <script>dump('loading checkin_overlay.xul\n');</script>
12
13 <commandset id="checkin_cmds" />
14
15 <popupset id="copy_status_popupset">
16         <popup id="copy_status_actions" position="at_pointer"> 
17                 <menuitem command="sel_clip" label="&staff.circ.checkin_overlay.sel_clip.label;" accesskey="&staff.circ.checkin_overlay.sel_clip.accesskey;" />
18                 <menuitem command="sel_bucket" label="&staff.circ.checkin_overlay.sel_bucket.label;" accesskey="&staff.circ.checkin_overlay.sel_bucket.accesskey;"/>
19                 <menuitem command="sel_opac" label="&staff.circ.checkin_overlay.sel_opac.label;" accesskey="&staff.circ.checkin_overlay.sel_opac.accesskey;" />
20                 <menuitem command="sel_copy_details" label="&staff.circ.checkin_overlay.sel_copy_details.label;" accesskey="&staff.circ.checkin_overlay.sel_copy_details.accesskey;" />
21                 <menuitem command="sel_patron" label="&staff.circ.checkin_overlay.sel_patron.label;" accesskey="&staff.circ.checkin_overlay.sel_patron.accesskey;"/>
22                 <menuitem command="sel_last_patron" label="&staff.circ.checkin_overlay.sel_last_patron.label;" accesskey="&staff.circ.checkin_overlay.sel_last_patron.accesskey;"/>
23                 <menuseparator/>
24                 <menuitem command="sel_edit" label="&staff.circ.checkin_overlay.sel_edit.label;" accesskey="&staff.circ.checkin_overlay.sel_edit.accesskey;" />
25                 <menuitem command="sel_backdate" label="&staff.circ.checkin_overlay.sel_backdate.label;" accesskey="&staff.circ.checkin_overlay.sel_backdate.accesskey;" />
26                 <menuseparator />
27                 <menuitem command="sel_mark_items_damaged" label="&staff.circ.checkin_overlay.sel_mark_items_damaged.label;" accesskey="&staff.circ.checkin_overlay.sel_mark_items_damaged.accesskey;"/>
28                 <menuseparator />
29                 <menuitem command="sel_transit_abort" label="&staff.circ.checkin_overlay.sel_transit_abort.label;" />
30                 <menuseparator />
31                 <menuitem command="sel_spine" label="&staff.circ.checkin_overlay.sel_spine.label;" accesskey="&staff.circ.checkin_overlay.sel_spine.accesskey;"/>
32                 <menuitem command="save_columns" label="&staff.circ.checkin_overlay.save_columns.label;"/>
33         </popup>
34 </popupset>
35
36 <box id="checkin_main" flex="1" orient="vertical" class="my_overflow">
37         <vbox id="cmvb1" flex="1"/>
38 </box>
39
40 <vbox id="cmvb1" flex="1">
41         <hbox id="background" style="background-color: green;">
42                 <spacer flex="1"/>
43                 <vbox>
44                         <label id="background-text" value="&staff.circ.checkin_overlay.background_text;" style="font-size: x-large; font-weight: bold;"/>
45                         <label id="hold_capture_blurb" hidden="true" value="&staff.circ.checkin_overlay.background_text.hold_capture;" style="font-size: large; font-weight: bold;"/>
46                 </vbox>
47                 <spacer flex="1"/>
48         </hbox>
49         <groupbox id="cmgb1" flex="2">
50                 <caption id="caption" label="&staff.circ.checkin.caption;" />
51                 <hbox id="checkin_top_ui" />
52                 <tree id="checkin_list" flex="1" enableColumnDrag="true" context="copy_status_actions" />
53                 <hbox id="checkin_bottom_ui" />
54         </groupbox>
55 </vbox>
56
57 <hbox id="checkin_top_ui">
58         <vbox>
59                 <hbox>
60                         <label id="checkin_scan_barcode_label" 
61                                 value="&staff.circ.checkin.scan.label;" 
62                                 accesskey="&staff.circ.checkin.scan.accesskey;" 
63                                 control="checkin_barcode_entry_textbox"/>
64                         <textbox id="checkin_barcode_entry_textbox" context="clipboard"/>
65                         <button id="checkin_submit_barcode_button" 
66                                 label="&staff.circ.checkin.submit.label;" 
67                                 command="cmd_checkin_submit_barcode"
68                                 oldaccesskey="&staff.circ.checkin.submit.accesskey;"/>
69                 </hbox>
70                 <label id="no_change_label" value="" style="color: red" hidden="true"/>
71         </vbox>
72         <spacer flex="1"/>
73         <vbox>
74                 <hbox>
75                         <hbox id="checkin_effective_date_hbox">
76                                 <label id="checkin_effective_date_label" value="&staff.circ.checkin_overlay.effective_date.label;" control="checkin_effective_datepicker" accesskey="&staff.circ.checkin_overlay.effective_date.accesskey;"/>
77                                 <datepicker id="checkin_effective_datepicker" type="popup" context="clipboard"/>
78                         </hbox>
79                         <menubar>
80                         <menu label="&staff.circ.checkin_overlay.actions.label;" accesskey="&staff.circ.checkin_overlay.actions.accesskey;">
81                                 <menupopup>
82                                         <menuitem command="sel_clip" label="&staff.circ.checkin_overlay.sel_clip.label;" accesskey="&staff.circ.checkin_overlay.sel_clip.accesskey;" />
83                                         <menuitem command="sel_bucket" label="&staff.circ.checkin_overlay.sel_bucket.label;" accesskey="&staff.circ.checkin_overlay.sel_bucket.accesskey;"/>
84                                         <menuitem command="sel_opac" label="&staff.circ.checkin_overlay.sel_opac.label;" accesskey="&staff.circ.checkin_overlay.sel_opac.accesskey;" />
85                                         <menuitem command="sel_copy_details" label="&staff.circ.checkin_overlay.sel_copy_details.label;" accesskey="&staff.circ.checkin_overlay.sel_copy_details.accesskey;" />
86                                         <menuitem command="sel_patron" label="&staff.circ.checkin_overlay.sel_patron.label;" accesskey="&staff.circ.checkin_overlay.sel_patron.accesskey;"/>
87                                         <menuitem command="sel_last_patron" label="&staff.circ.checkin_overlay.sel_last_patron.label;" accesskey="&staff.circ.checkin_overlay.sel_last_patron.accesskey;"/>
88                                         <menuseparator/>
89                                         <menuitem command="sel_edit" label="&staff.circ.checkin_overlay.sel_edit.label;" accesskey="&staff.circ.checkin_overlay.sel_edit.accesskey;" />
90                             <menuitem command="sel_backdate" label="&staff.circ.checkin_overlay.sel_backdate.label;" accesskey="&staff.circ.checkin_overlay.sel_backdate.accesskey;" />
91                                         <menuseparator />
92                                         <menuitem command="sel_mark_items_damaged" label="&staff.circ.checkin_overlay.sel_mark_items_damaged.label;" accesskey="&staff.circ.checkin_overlay.sel_mark_items_damaged.accesskey;"/>
93                                         <menuseparator />
94                                         <menuitem command="sel_transit_abort" label="&staff.circ.checkin_overlay.sel_transit_abort.label;" />
95                                         <menuseparator />
96                                         <menuitem command="sel_spine" label="&staff.circ.checkin_overlay.sel_spine.label;" accesskey="&staff.circ.checkin_overlay.sel_spine.accesskey;"/>
97                                         <menuitem command="save_columns" label="&staff.circ.checkin_overlay.save_columns.label;"/>
98                                 </menupopup>
99                         </menu>
100                         </menubar>
101                 </hbox>
102         <label id="fine_tally" value="" amount="0.00" style="color: red" hidden="true" />
103         </vbox>
104
105 </hbox>
106
107 <hbox id="checkin_bottom_ui">
108     <button id="list_actions" oncommand="this.firstChild.showPopup();"
109         label="&staff.generic.list_actions.label;" 
110         accesskey="&staff.generic.list_actions.accesskey;" 
111         type="menu" allowevents="true">
112         <menupopup id="list_actions_popup">
113                 <menuitem command="sel_clip" label="&staff.generic.list_actions.sel_clip.label;" accesskey="&staff.generic.list_actions.sel_clip.accesskey;" disabled="true" />
114             <menuitem command="cmd_csv_to_printer" label="&staff.generic.list_actions.csv_to_printer.label;" accesskey="&staff.generic.list_actions.csv_to_printer.accesskey;" />
115                 <menuitem command="cmd_csv_to_clipboard" label="&staff.generic.list_actions.csv_to_clipboard.label;" accesskey="&staff.generic.list_actions.csv_to_clipboard.accesskey;" />
116                 <menuitem command="cmd_csv_to_file" label="&staff.generic.list_actions.csv_to_file.label;" accesskey="&staff.generic.list_actions.csv_to_file.accesskey;" />
117                 <menuitem command="save_columns" label="&staff.generic.list_actions.save_columns.label;" accesskey="&staff.generic.list_actions.save_columns.accesskey;" />
118         </menupopup>
119     </button>
120
121         <button id="checkin_print" 
122                 label="&staff.checkin.print_receipt.label;" 
123                 command="cmd_checkin_print"
124                 accesskey="&staff.checkin.print_receipt.accesskey;"/>
125         <checkbox id="trim_list" label="&staff.circ.checkin_overlay.trim_list.label;" checked="true" oils_persist="checked"/> 
126         <checkbox id="strict_barcode" label="&staff.circ.checkin_overlay.strict_barcode.label;" checked="false" oils_persist="checked"/> 
127         <spacer id="pcii3s" flex="1"/>
128     <button id="checkin_modifiers" oncommand="this.firstChild.showPopup();"
129         label="&staff.circ.checkin_overlay.checkin_modifiers_btn.label;"
130         accesskey="&staff.circ.checkin_overlay.checkin_modifiers_btn.accesskey;"
131         type="menu" allowevents="true">
132         <menupopup id="checkin_modifiers_popup">
133             <menuitem type="checkbox" id="do_not_alert_on_precat" oils_persist="checked"
134                 label="&staff.circ.checkin_overlay.do_not_alert_on_precat.label;" accesskey="&staff.circ.checkin_overlay.do_not_alert_on_precat.accesskey;"/>
135             <menuitem type="checkbox" id="suppress_holds_and_transits" oils_persist="checked"
136                 label="&staff.circ.checkin_overlay.suppress_holds_and_transits.label;" accesskey="&staff.circ.checkin_overlay.suppress_holds_and_transits.accesskey;"/>
137             <menuitem type="checkbox" id="amnesty_mode" oils_persist="checked"
138                 label="&staff.circ.checkin_overlay.amnesty_mode.label;" accesskey="&staff.circ.checkin_overlay.amnesty_mode.accesskey;"/>
139             <menuitem type="checkbox" id="checkin_auto" oils_persist="checked"
140                 label="&staff.circ.checkin_overlay.checkin_auto.label;" accesskey="&staff.circ.checkin_overlay.checkin_auto.accesskey;"/>
141         </menupopup>
142     </button>
143 </hbox>
144
145 </overlay>