load->view("partial/header"); ?>
lang->line('common_list_of').' '.$this->lang->line('module_'.$controller_name); ?>
" . $this->lang->line('common_import_excel') . " ",
array('class'=>'modal-dlg modal-btn-submit none', 'title'=>$this->lang->line('items_import_items_excel')));
?>
" . $this->lang->line($controller_name . '_new') . "",
array('class'=>'modal-dlg modal-btn-new modal-btn-submit', 'title'=>$this->lang->line($controller_name . '_new')));
?>
lang->line('common_search_options'). ': '; ?>
'search_form')); ?>
lang->line('items_empty_upc_items').' '.':', 'empty_upc');?>
'empty_upc','id'=>'empty_upc','value'=>1,'checked'=> isset($empty_upc)? ( ($empty_upc)? 1 : 0) : 0)).' | ';?>
lang->line('items_low_inventory_items').' '.':', 'low_inventory');?>
'low_inventory','id'=>'low_inventory','value'=>1,'checked'=> isset($low_inventory)? ( ($low_inventory)? 1 : 0) : 0)).' | ';?>
lang->line('items_serialized_items').' '.':', 'is_serialized');?>
'is_serialized','id'=>'is_serialized','value'=>1,'checked'=> isset($is_serialized)? ( ($is_serialized)? 1 : 0) : 0)).' | ';?>
lang->line('items_no_description_items').' '.':', 'no_description');?>
'no_description','id'=>'no_description','value'=>1,'checked'=> isset($no_description)? ( ($no_description)? 1 : 0) : 0)).' | ';?>
lang->line('items_search_custom_items').' '.':', 'search_custom');?>
'search_custom','id'=>'search_custom','value'=>1,'checked'=> isset($search_custom)? ( ($search_custom)? 1 : 0) : 0)).' | ';?>
lang->line('items_is_deleted').' '.':', 'is_deleted');?>
'is_deleted','id'=>'is_deleted','value'=>1,'checked'=> isset($is_deleted)? ( ($is_deleted)? 1 : 0) : 0));?>
lang->line('sales_date_range').' :', 'start_date');?>
'start_date','value'=>$start_date, 'class'=>'date_filter', 'size' => '15'));?>
'end_date','value'=>$end_date, 'class'=>'date_filter', 'size' => '15'));?>
load->view("partial/footer"); ?>