'save_columns' : [ [ 'command' ], function() { obj.list.save_columns(); } ],
'sel_clip' : [
['command'],
- function() { obj.list.clipboard(); }
+ function() {
+ obj.list.clipboard();
+ obj.controller.view.checkin_barcode_entry_textbox.focus();
+ }
],
'sel_edit' : [
['command'],
obj.list.print(p);
}
],
- 'cmd_csv_to_clipboard' : [ ['command'], function() { obj.list.dump_csv_to_clipboard(); } ],
- 'cmd_csv_to_printer' : [ ['command'], function() { obj.list.dump_csv_to_printer(); } ],
- 'cmd_csv_to_file' : [ ['command'], function() { obj.list.dump_csv_to_file( { 'defaultFileName' : 'checked_in.txt' } ); } ]
+ 'cmd_csv_to_clipboard' : [ ['command'], function() {
+ obj.list.dump_csv_to_clipboard();
+ obj.controller.view.checkin_barcode_entry_textbox.focus();
+ } ],
+ 'cmd_csv_to_printer' : [ ['command'], function() {
+ obj.list.dump_csv_to_printer();
+ obj.controller.view.checkin_barcode_entry_textbox.focus();
+ } ],
+ 'cmd_csv_to_file' : [ ['command'], function() {
+ obj.list.dump_csv_to_file( { 'defaultFileName' : 'checked_in.txt' } );
+ obj.controller.view.checkin_barcode_entry_textbox.focus();
+ } ]
}
}
);
'save_columns' : [ [ 'command' ], function() { obj.list.save_columns(); } ],
'sel_clip' : [
['command'],
- function() { obj.list.clipboard(); }
+ function() {
+ obj.list.clipboard();
+ obj.controller.view.copy_status_barcode_entry_textbox.focus();
+ }
],
'sel_checkin' : [
['command'],
}
}
],
- 'cmd_csv_to_clipboard' : [ ['command'], function() { obj.list.dump_csv_to_clipboard(); } ],
- 'cmd_csv_to_printer' : [ ['command'], function() { obj.list.dump_csv_to_printer(); } ],
- 'cmd_csv_to_file' : [ ['command'], function() { obj.list.dump_csv_to_file( { 'defaultFileName' : 'item_status.txt' } ); } ],
+ 'cmd_csv_to_clipboard' : [ ['command'], function() {
+ obj.list.dump_csv_to_clipboard();
+ obj.controller.view.copy_status_barcode_entry_textbox.focus();
+ } ],
+ 'cmd_csv_to_printer' : [ ['command'], function() {
+ obj.list.dump_csv_to_printer();
+ obj.controller.view.copy_status_barcode_entry_textbox.focus();
+ } ],
+ 'cmd_csv_to_file' : [ ['command'], function() {
+ obj.list.dump_csv_to_file( { 'defaultFileName' : 'item_status.txt' } );
+ obj.controller.view.copy_status_barcode_entry_textbox.focus();
+ } ],
'cmd_add_items' : [
['command'],