'form-label-left addCost ','name' => 'addCost','id' => 'addCost');
echo form_open(base_url().'saveCostCenter/',$attributes); ?>
*
'CostCode','value' => set_value('CostCode'),'id'=>'CostCode', 'class' => 'form-control' ,'required' => 'true','style'=>'text-transform:uppercase;','maxlength'=>'10' );
echo form_input($data);
?>
*
'CostName','value' => set_value('CostName'),'id'=>'CostName', 'class' => 'form-control' ,'required' => 'true','style'=>'text-transform:uppercase;','maxlength'=>'100');
echo form_input($data);
?>
'Select Department');
//print_r( $options);
if(!empty($Department))
{
foreach ($Department as $SID):
$options[$SID->DEPCode] = $SID->DEPCode.' '.' - '.' '.$SID->DepartmentName;
endforeach;
}
echo form_multiselect('distriList', $options,set_value('distriList',$options),'id="distriList"' ,'class="form-control required"','required="true"');
?>
'Select Approver');
//print_r( $options);
if(!empty($Approver))
{
foreach ($Approver as $SID):
$options[$SID->EmpID] = $SID->EmpID . " - " . $SID->FirstName . " - " . $SID->Designation;
endforeach;
}
// echo form_dropdown('ApprovedBy',$options,set_value('ApprovedBy'),'id="ApprovedBy"', 'class = "form-control "'); ?>
| Budget Type | Budget Year | Remarks | Action |
|---|
getFlashdata('error');
if($error)
{
?>
getFlashdata('error'); ?>
getFlashdata('success');
if($success)
{
?>
getFlashdata('success'); ?>
', '
'); ?>