]> git.evergreen-ils.org Git - Evergreen.git/blob - Evergreen/staff_client/chrome/content/evergreen/circ/checkin_overlay.xul
reprint last receipt action
[Evergreen.git] / Evergreen / staff_client / chrome / content / evergreen / circ / checkin_overlay.xul
1 <?xml version="1.0"?>
2 <!DOCTYPE overlay SYSTEM "chrome://evergreen/locale/checkin.dtd">
3 <overlay id="checkin_overlay" 
4         xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
5
6         <script>mw.sdump('D_TRACE','Loading checkin_overlay.xul\n');</script>
7
8         <?xul-overlay href="chrome://evergreen/content/main/clam_shell_overlay.xul"?>
9         <?xul-overlay href="chrome://evergreen/content/circ/checkin_items_overlay.xul"?>
10         <?xul-overlay href="chrome://evergreen/content/patron/patron_display_status_overlay.xul"?>
11
12 <commandset id="universal_cmds">
13
14         <command id="cmd_broken" oncommand="
15                 alert('Not Yet Implemented'); "/>
16
17
18 </commandset>
19
20 <!-- main widget for checkin -->
21 <box id="Checkin_main" flex="1" orient="vertical">
22         <groupbox id="Checkin_groupbox" orient="vertical" flex="1">
23                 <box id="ClamShell_main" />
24         </groupbox>
25 </box>
26
27 <deck id="ClamShell_first_deck">
28         <box id="PatronDisplayStatus_main" />
29         <spacer id="csfds" flex="1" />
30 </deck>
31
32 <deck id="ClamShell_second_deck">
33         <groupbox id="cssdgb">
34                 <caption id="cssdgbc" label="&circ.checkin.caption;"/>
35                 <box id="CheckinItems_main"/>
36         </groupbox>
37 </deck>
38
39 <hbox id="CheckinItems_insert1">
40        <label id="checkin_scan_barcode_label" value="&circ.checkin.scan_label;" accesskey="&circ.checkin.scan_label.accesskey;" control="checkin_barcode_entry_textbox"/>
41         <textbox id="checkin_barcode_entry_textbox"/>
42         <button id="checkin_submit_barcode_button" label="&circ.checkin.submit_label;" accesskey="&circ.checkin.submit_label.accesskey;"/>
43         <spacer flex="1"/>
44         <label value="Effective Date:" control="checkin_effective_date_textbox"/>
45         <textbox id="checkin_effective_date_textbox"/>
46 </hbox>
47
48 <hbox id="CheckinItems_insert2" />
49 <hbox id="CheckinItems_insert3" />
50 <hbox id="CheckinItems_insert4" />
51
52 <hbox id="PatronDisplayStatus_insert2">
53         <label id="PatronSearch_patron_name" class="patronNameMedium"
54                 tooltiptext="&checkin_patron.name.label;"
55                 value=" "
56                 render="true" fm_class="au" 
57                 render_value="patron_get_full_name($$)" />
58 </hbox>
59 <hbox id="PatronDisplayStatus_insert4">
60         <button id="PatronSearch_retrieve_button" 
61                 disabled="true"
62                 label="&checkin_patron.retrieve;" 
63                 accesskey="&checkin_patron.retrieve.accesskey;"/>
64 </hbox>
65
66 <hbox id="CheckinItems_insert3">
67         <button id="checkin_print" label="&checkin.print_receipt_label;" accesskey="&checkin.print_receipt_label.accesskey;"/>
68         <button id="checkin_reprint" label="&checkin.reprint_receipt_label;" accesskey="&checkin.reprint_receipt_label.accesskey;" oncommand="mw.last_sPrint();"/>
69         <spacer id="cii3s" flex="1"/>
70         <checkbox id="checkin_auto" label="&checkin.auto_print_label;" accesskey="&checkin.auto_print_label.accesskey;"/> 
71         <button id="checkin_done" label="&checkin.done_label;" accesskey="&checkin.done_label.accesskey;"/>
72 </hbox>
73
74
75 <!-- Accelerator Keys (Accessor Keys are in DTD's) -->
76 <keyset id="Checkin_keys">
77 </keyset>
78
79 </overlay>