" class="show document_id inv_abc_valuation_id"><i class="fa fa-refresh"></i></a> 
    </li>
    <li><?php 
$f->l_text_field_d('valuation_name');
?>
</li>
    <li><?php 
$f->l_text_field_d('description');
?>
</li>
    <li><?php 
$f->l_select_field_from_object('criteria', inv_abc_valuation::abc_criteria(), 'option_line_code', 'option_line_value', ${$class}->criteria, 'criteria', '', 1, $readonly);
?>
</li>
    <li><?php 
$f->l_select_field_from_object('cost_type', bom_cost_type::find_all(), 'cost_type_code', 'cost_type', ${$class}->cost_type, 'cost_type', '', '', $readonly);
?>
</li>
    <li><?php 
$f->l_select_field_from_object('fp_mrp_header_id', fp_mrp_header::find_all(), 'fp_mrp_header_id', 'mrp_name', ${$class}->fp_mrp_header_id, 'fp_mrp_header_id', '', '', $readonly, '', '', '', 'org_id');
?>
</li>
    <li><?php 
$f->l_select_field_from_object('fp_forecast_header_id', fp_forecast_header::find_all(), 'fp_forecast_header_id', 'forecast', ${$class}->fp_forecast_header_id, 'fp_forecast_header_id', '', '', $readonly, '', '', '', 'org_id');
?>
</li>
   </ul>
  </div>
  <div id ="form_line" class="form_line"><span class="heading"><?php 
echo gettext('Valuation Details');
?>
         
         <tr class="bom_overhead_rate_assignment<?php 
    echo $count;
    ?>
">
          <td>
           <?php 
    echo ino_inline_action(${$class_third}->bom_overhead_rate_assignment_id, array('bom_overhead_id' => ${$class}->bom_overhead_id));
    ?>
          </td>
          <td><?php 
    form::text_field_wid3('bom_overhead_rate_assignment_id');
    ?>
</td>
          <td><?php 
    echo $f->select_field_from_object('bom_cost_type', bom_cost_type::find_all(), 'cost_type_code', 'cost_type', ${$class_third}->bom_cost_type, '', '', 1, $readonly);
    ?>
</td>
          <td><?php 
    echo form::select_field_from_object('default_basis', bom_header::bom_charge_basis(), 'option_line_code', 'option_line_value', ${$class_third}->default_basis, '', $readonly, 'default_basis');
    ?>
 </td>
          <td><?php 
    form::text_field_wid3('rate');
    ?>
</td>
         </tr>
         <?php 
    $count = $count + 1;
}
?>
</a></li>
   <li><a href="#tabsLine-2"><?php 
echo __('Future');
?>
 </a></li>
  </ul>
  <div class="tabContainer"> 
   <div id="tabsLine-1" class="tabContent">
    <div class="first_rowset"> 
     <ul class="column header_field"> 
      <li><?php 
$f->l_checkBox_field_d('multi_org_cb');
?>
      </li>
      <li><?php 
$f->l_select_field_from_object('default_cost_type', bom_cost_type::find_all(), 'bom_cost_type_id', 'cost_type', ${$class}->default_cost_type, 'default_cost_type', '', '', $readonly);
?>
      </li>
     </ul>
    </div>
    <div class="second_rowset">
     <ul class="three_column">

     </ul>
    </div>
    <!--end of tab1 div three_column-->
   </div> 
   <!--end of tab1-->
   <div id="tabsLine-2" class="tabContent">
    <div class="first_rowset"> 
     <ul class="column five_column"> 
         <tr class="bom_department_resource_assignment<?php 
    echo $count;
    ?>
">
          <td>
           <?php 
    echo ino_inline_action(${$class_second}->bom_department_resource_assignment_id, array('bom_department_id' => ${$class}->bom_department_id));
    ?>
          </td>
          <td><?php 
    $f->text_field_wid2sr('bom_department_resource_assignment_id');
    ?>
</td>
          <td>
           <?php 
    echo form::select_field_from_object('cost_type_id', bom_cost_type::find_all(), 'bom_cost_type_id', 'cost_type', ${$class_second}->cost_type_id, '', $readonly, 'cost_type_id');
    ?>
          </td>
          <td>
           <?php 
    echo form::select_field_from_object('resource_id', bom_resource::find_all(), 'bom_resource_id', 'resource', ${$class_second}->resource_id, '', $readonly, 'resource_id');
    ?>
          </td>
          <td><?php 
    form::number_field_wid2s('efficiency');
    ?>
</td>
          <td><?php 
    form::number_field_wid2s('utilization');
    ?>
</td>