'item_form', 'class'=>'form-horizontal')); ?>
lang->line('items_item_number'), 'name', array('class'=>'control-label col-xs-3')); ?>
'item_number', 'id'=>'item_number', 'class'=>'form-control input-sm', 'disabled'=>'', 'value'=>$item_info->item_number) );?>
lang->line('items_name'), 'name', array('class'=>'control-label col-xs-3')); ?>
'name', 'id'=>'name', 'class'=>'form-control input-sm', 'disabled'=>'', 'value'=>$item_info->name) ); ?>
lang->line('items_category'), 'category', array('class'=>'control-label col-xs-3')); ?>
'category', 'id'=>'category', 'class'=>'form-control input-sm', 'disabled'=>'', 'value'=>$item_info->category) );?>
lang->line('items_stock_location'), 'stock_location', array('class'=>'control-label col-xs-3')); ?>
'display_stock(this.value);', 'class'=>'form-control')); ?>
lang->line('items_current_quantity'), 'quantity', array('class'=>'control-label col-xs-3')); ?>
'quantity', 'id'=>'quantity', 'class'=>'form-control input-sm', 'disabled'=>'', 'value'=>to_quantity_decimals(current($item_quantities))) ); ?>
Inventory->get_inventory_data_for_item($item_info->item_id)->result_array(); $employee_name = array(); foreach($inventory_array as $row) { $employee = $this->Employee->get_info($row['trans_user']); array_push($employee_name, $employee->first_name . ' ' . $employee->last_name); } ?>
Inventory Data Tracking
Date Employee In/Out Qty Remarks