'barcode_config_form', 'class' => 'form-horizontal']) ?>
'control-label col-xs-2']) ?>
'control-label col-xs-2 required']) ?>
'5', 'max' => '350', 'min' => '60', 'type' => 'number', 'name' => 'barcode_width', 'id' => 'barcode_width', 'class' => 'form-control input-sm required', 'value' => $config['barcode_width'] ]) ?>
'control-label col-xs-2 required']) ?>
'number', 'min' => 10, 'max' => 120, 'name' => 'barcode_height', 'id' => 'barcode_height', 'class' => 'form-control input-sm required', 'value' => $config['barcode_height'] ]) ?>
'control-label col-xs-2 required']) ?>
'number', 'min' => '1', 'max' => '30', 'name' => 'barcode_font_size', 'id' => 'barcode_font_size', 'class' => 'form-control input-sm required', 'value' => $config['barcode_font_size'] ]) ?>
'control-label col-xs-2']) ?>
'allow_duplicate_barcodes', 'id' => 'allow_duplicate_barcodes', 'value' => 'allow_duplicate_barcodes', 'checked' => $config['allow_duplicate_barcodes'] == 1 ]) ?>  
'control-label col-xs-2']) ?>
   
'control-label col-xs-2']) ?>
settings['barcode_formats']); echo form_dropdown([ 'name' => 'barcode_formats[]', 'id' => 'barcode_formats', 'options' => !empty($barcode_formats) ? array_combine($barcode_formats, $barcode_formats) : [], 'multiple' => 'multiple', 'data-role' => 'tagsinput' ]) ?>
'control-label col-xs-2']) ?>
lang('Config.none'), 'name' => lang('Items.name'), 'category' => lang('Items.category'), 'cost_price' => lang('Items.cost_price'), 'unit_price' => lang('Items.unit_price'), 'company_name' => lang('Suppliers.company_name') ], $config['barcode_first_row'], ['class' => 'form-control input-sm'] ); ?>
lang('Config.none'), 'name' => lang('Items.name'), 'category' => lang('Items.category'), 'cost_price' => lang('Items.cost_price'), 'unit_price' => lang('Items.unit_price'), 'item_code' => lang('Items.item_number'), 'company_name' => lang('Suppliers.company_name') ], $config['barcode_second_row'], ['class' => 'form-control input-sm'] ) ?>
lang('Config.none'), 'name' => lang('Items.name'), 'category' => lang('Items.category'), 'cost_price' => lang('Items.cost_price'), 'unit_price' => lang('Items.unit_price'), 'item_code' => lang('Items.item_number'), 'company_name' => lang('Suppliers.company_name') ], $config['barcode_third_row'], ['class' => 'form-control input-sm'] ) ?>
'control-label col-xs-2 required']) ?>
'barcode_num_in_row', 'id' => 'barcode_num_in_row', 'class' => 'form-control input-sm required', 'value' => $config['barcode_num_in_row'] ]) ?>
'control-label col-xs-2 required']) ?>
'barcode_page_width', 'id' => 'barcode_page_width', 'class' => 'form-control input-sm required', 'value' => $config['barcode_page_width'] ]) ?> %
'control-label col-xs-2 required']) ?>
'barcode_page_cellspacing', 'id' => 'barcode_page_cellspacing', 'class' => 'form-control input-sm required', 'value' => $config['barcode_page_cellspacing'] ]) ?> px
'submit_barcode', 'id' => 'submit_barcode', 'value' => lang('Common.submit'), 'class' => 'btn btn-primary btn-sm pull-right' ]) ?>