<div id="tabsHeader-1" class="tabContent">
    <ul class="column header_field">
     <li><label>Asset Number</label>
      <?php 
echo $f->val_field('asset_number', $fa_asset->asset_number, '', 'asset_number', '', '', '', 'fa_asset', 'asset_number');
echo $f->hidden_field_withIdClass('fa_asset_id', $fa_asset->fa_asset_id, 'fa_asset_id');
?>
      <i class="generic g_select_asset_number select_popup clickable fa fa-search" data-class_name="fa_asset"></i>
      <a name="show" href="form.php?class_name=fa_asset_source&<?php 
echo "mode={$mode}";
?>
" class="show document_id fa_asset_id">
       <i class="fa fa-refresh"></i></a> 
     </li>
     <li><label>Asset Type</label><?php 
echo $f->text_field('type', $fa_asset->type, '', 'type', '', '', 1);
?>
</li>
     <li><label>Description</label><?php 
echo $f->text_field('description', $fa_asset->description, '', 'description', '', '', 1);
?>
</li>
     <li><label>Status</label><?php 
echo $f->text_field('status', $fa_asset->status, '', 'status', '', '', 1);
?>
</li>
    </ul>
   </div>
   <div id="tabsHeader-2" class="tabContent">
    <div> <?php 
echo ino_attachement($file);
Example #2
0
?>
</label><?php 
$f->text_field_dsr('item_id');
?>
       <i class="select_item_number select_popup clickable fa fa-search"></i>
       <a name="show" href="form.php?class_name=item&<?php 
echo "mode={$mode}";
?>
" class="show document_id item_id"><i class="fa fa-refresh"></i></a> 
      </li>
      <li><label><?php 
echo gettext('Item Number');
?>
&nbsp; <i class="disable_autocomplete item_number clickable fa fa-plus"></i> 
       </label><?php 
echo $f->text_field('item_number', ${$class}->item_number, '15', 'item_number', 'select_item_number', 1, $readonly_mas, 'Enter Item Number To Serach', 'Click on the + sign before this field to enter a new item');
?>
       <i class="select_item_number select_popup clickable fa fa-search"></i>
       <a name="show" href="form.php?class_name=item&<?php 
echo "mode={$mode}";
?>
" class="show2 document_id findBy_item_number">
        <i class="fa fa-refresh"></i></a> 
      </li>
      <li><?php 
$f->l_text_field('item_description', ${$class}->item_description, '20', 'item_description', '', 1, $readonly_mas);
?>
</li>
      <li><?php 
$f->l_select_field_from_object('product_line', item::product_line(), 'option_line_code', 'option_line_value', ${$class}->product_line, 'product_line', '', '', $readonly_mas);
?>
Example #3
0
            </ul>
           </td>
           <td><?php 
    form::text_field_wid4s('wip_wo_bom_id');
    ?>
</td>
           <td><?php 
    form::text_field_wid4sm('bom_sequence');
    ?>
</td>
           <td><?php 
    echo !empty($routing_line_details) ? form::select_field_from_object('routing_sequence', $routing_line_details, 'routing_sequence', 'routing_sequence', ${$class_fourth}->routing_sequence, 'routing_sequence') : form::text_field_wid4s('routing_sequence');
    ?>
</td>
           <td><?php 
    echo $f->text_field('component_item_id_m', ${$class_fourth}->component_item_id_m, '8', '', 'item_id_m', 1, $readonly);
    ?>
</td>
           <td><?php 
    echo $f->text_field('component_item_number', ${$class_fourth}->component_item_number, '20', '', 'select_item_number', '', $readonly);
    ?>
            <i class="select_item_number select_popup clickable fa fa-search"></i></td>
           <td><?php 
    if (!empty(${$class_fourth}->component_item_id_m) && !empty(${$class}->org_id)) {
        $revision_name_a = inv_item_revision::find_by_itemIdM_orgId(${$class_fourth}->component_item_id_m, ${$class}->org_id);
    } else {
        $revision_name_a = array();
    }
    echo $f->select_field_from_object('component_revision', $revision_name_a, 'revision_name', 'revision_name', ${$class_fourth}->component_revision, '', 'small');
    ?>
</td>
Example #4
0
?>
</li>
      <li><?php 
$f->l_select_field_from_object('bu_org_id', org::find_all_business(), 'org_id', 'org', ${$class}->bu_org_id, 'bu_org_id', $readonly1, '', '');
?>
						 </li>
      <li><?php 
$f->l_select_field_from_object('prj_project_type_id', prj_project_type_header::find_all(), 'prj_project_type_header_id', 'project_type', ${$class}->prj_project_type_id, 'prj_project_type_header_id', 'medium', 1, $readonly1);
?>
						 </li>
      <li><label class="auto_complete"><?php 
echo gettext('Customer Name');
?>
</label><?php 
echo $f->hidden_field_withId('ar_customer_id', ${$class}->ar_customer_id);
echo $f->text_field('customer_name', ${$class}->customer_name, '20', 'customer_name', 'select_customer_name', '', $readonly1);
?>
       <i class="ar_customer_id select_popup clickable fa fa-search"></i></li>
      <li><label class="auto_complete"><?php 
echo gettext('Customer Number');
?>
</label><?php 
$f->text_field_d('customer_number');
?>
</li>
      <li><?php 
$f->l_select_field_from_object('ar_customer_site_id', $customer_site_obj, 'ar_customer_site_id', 'customer_site_name', ${$class}->ar_customer_site_id, 'ar_customer_site_id', 'ar_customer_site_id', '', $readonly1);
?>
 </li>
      <li><label><?php 
echo gettext('Project Manager');
Example #5
0
        echo $detailCount;
        echo $detailCount != 0 ? ' new_object' : '';
        ?>
">
                   <td>   
                    <ul class="inline_action">
                     <li class="add_row_detail_img1"><i class="fa fa-plus-circle clickable" alt="add new line"></i></li>
                     <li class="remove_row_img"><i class="fa fa-minus-circle clickable" alt="remove this line"></i></li>
                     <li><input type="checkbox" name="detail_id_cb" value="<?php 
        echo htmlentities($lot_no->inv_lot_number_id);
        ?>
"></li>           
                    </ul>
                   </td>
                   <td><?php 
        echo $f->text_field('lot_number', $lot_no->lot_number, '25');
        echo !empty(${$class_second}->lot_generation) ? $f->hidden_field('lot_generation', ${$class_second}->lot_generation) : null;
        ?>
                   </td>
                   <td><?php 
        echo $f->number_field('lot_quantity', $lot_no->lot_quantity, '25');
        ?>
                   </td>
                  </tr>
                  <?php 
        $detailCount++;
    }
    ?>
                </tbody>
               </table>
              </div>
           <li><input type="checkbox" name="line_id_cb" value="<?php 
    echo htmlentities($prj_project_type_billing->prj_project_type_billing_id);
    ?>
"></li>           
           <li><?php 
    echo form::hidden_field('prj_project_type_header_id', ${$class}->prj_project_type_header_id);
    ?>
</li>
          </ul>
         </td>
         <td><?php 
    form::text_field_wid3sr('prj_project_type_billing_id');
    ?>
</td>
         <td><?php 
    echo $f->text_field('prj_billing_extn_id', ${$class_third}->prj_billing_extn_id, '20', '', 'item_description', '', $readonly);
    ?>
</td>
         <td><?php 
    echo $f->select_field_from_object('currency', option_header::currencies(), 'option_line_code', 'option_line_value', ${$class_third}->currency);
    ?>
</td>
         <td><?php 
    echo $f->text_field_wid3('amount');
    ?>
</td>
         <td><?php 
    echo $f->text_field_wid3('percentage');
    ?>
</td>
         <td><?php 
Example #7
0
                   <td><?php 
        echo $f->number_field('action_number', ${$class_third}->action_number, '', '', 'detail_number');
        ?>
</td>
                   <td><?php 
        echo $f->select_field_from_array('pf_action_type', sys_process_flow_action::$pf_action_type_a, ${$class_third}->pf_action_type);
        ?>
</td>
                   <td><?php 
        echo $f->select_field_from_object('role_code', role_access::roles(), 'option_line_code', 'option_line_value', ${$class_third}->role_code, 'role_code');
        ?>
</td>
                   <td><?php 
        echo $f->hidden_field('user_id', ${$class_third}->user_id);
        ${$class_third}->username = !empty(${$class_third}->user_id) ? user::find_by_id(${$class_third}->user_id)->username : null;
        echo $f->text_field('username', ${$class_third}->username);
        ?>
                    <img src="<?php 
        echo HOME_URL;
        ?>
themes/default/images/serach.png" class="user_id select_popup clickable">
                   </td>
                  </tr>
                  <?php 
        $detailCount++;
    }
    ?>
                </tbody>
               </table>
              </div>
             </div>
Example #8
0
         </tr>
        </thead>
        <tbody class="form_data_line_tbody inv_count_class_ref_values" >
         <?php 
$count = 0;
$all_abc_codes = inv_abc_assignment_header::inv_abc_codes();
$no_of_class_codes = count($all_abc_codes);
foreach ($all_abc_codes as $abc_code) {
    ?>
   
          <tr class="inv_abc_assignment_header<?php 
    echo $count;
    ?>
">
           <td><?php 
    echo $f->text_field('assign_abc_class_value', $abc_code->option_line_code, '8', '', '', '', 1);
    ?>
</td>
           <td><?php 
    $count_per_year = inv_count_abc_ref::find_by_parentId_abcCode(${$class}->inv_count_header_id, $abc_code->option_line_code);
    $count_per_year_v = $count_per_year ? $count_per_year->count_per_year : null;
    echo $f->number_field('count_per_year', $count_per_year_v);
    ?>
</td>
          </tr>
          <?php 
    $count++;
}
?>
        </tbody>
       </table>
         
        <tr class="cc_co_template_line<?php 
    echo $count;
    ?>
">
         <td><?php 
    echo ino_inline_action(${$class_second}->cc_co_template_line_id, array('cc_co_template_header_id' => ${$class}->cc_co_template_header_id));
    ?>
    
         </td>
         <td><?php 
    $f->seq_field_d($count);
    ?>
</td>
         <td><?php 
    echo $f->text_field('cc_co_template_line_id', ${$class_second}->cc_co_template_line_id, '8', '', 'always_readonly');
    ?>
</td>
         <td><?php 
    if (!empty(${$class_second}->field_name) && !in_array(${$class_second}->field_name, get_dbColumns_valIndex('item'))) {
        echo $f->text_field('field_name', ${$class_second}->field_name, '20');
    } else {
        echo $f->select_field_from_array('field_name', get_dbColumns_valIndex('item'), ${$class_second}->field_name, '', 'medium', 1, '', '', 1);
    }
    ?>
 </td>
         <td><?php 
    echo $f->text_field('label', ${$class_second}->label);
    ?>
</td>
         <td><?php 
    ?>
</td>
           <td><?php 
    echo $f->select_field_from_object('bu_org_id', org::find_all_business(), 'org_id', 'org', ${$class_second}->bu_org_id, '', 'bu_org_id copyValue medium', 1, $readonly);
    ?>
</td>
           <td><?php 
    echo $f->number_field('multiplier', ${$class_second}->multiplier);
    ?>
</td>
           <td><?php 
    echo $f->number_field('burden_value', ${$class_second}->burden_value);
    ?>
</td>
           <td><?php 
    echo $f->text_field('formula', ${$class_second}->formula);
    ?>
</td>
           <td><?php 
    echo $f->date_fieldAnyDay_m('effective_start_date', ${$class_second}->effective_start_date, $readonly);
    ?>
</td>
           <td><?php 
    echo $f->date_fieldAnyDay('effective_end_date', ${$class_second}->effective_end_date);
    ?>
</td>
          </tr>
          <?php 
    $prj_burden_list_line_object_ai->next();
    if ($prj_burden_list_line_object_ai->key() == $position + $per_page) {
        break;
Example #11
0
<div id ="form_header" ><span class="heading">Barcoded Min Max Board </span>
 <div class="tabContainer">
  <ul class="inRow asperWidth headerBgColor">
   <li><lable>Inventory Org </lable>
   <?php 
echo form::select_field_from_object('org_id', org::find_all_inventory(), 'org_id', 'org', $org_id, 'org_id');
?>
   </li>
   <li><lable>Sub Inventory </lable>
   <?php 
echo $f->select_field_from_object('subinventory_id', subinventory::find_all_of_org_id($org_id), 'subinventory_id', 'subinventory', $subinventory_id, 'subinventory_id');
?>
   </li>
   <li><lable>Planner </lable>
   <?php 
echo $f->text_field('planner', '');
?>
   </li>
   <li><lable>Type </lable>
   <?php 
echo $f->select_field_from_object('make_buy', item::manufacturing_item_types(), 'option_line_code', 'option_line_value', '', 'make_buy');
?>
 
   </li>
   <li>  <a name="show" href="form.php?class_name=fp_minmax_barcode_board_v" class="show onhand_id">	
     <i class="fa fa-refresh"></i></a> </li>

  </ul>
 </div>
 <div id="barcode_min_max_boardId">
Example #12
0
</li>
      <li><label>Chart Width</label><?php 
echo $f->number_field('chart_width', ${$class}->chart_width, '', 'chart_width');
?>
</li>
      <li><label>Chart Height</label><?php 
echo $f->number_field('chart_height', ${$class}->chart_height, '', 'chart_height');
?>
</li>
      <li><label>Label Field</label>
       <?php 
$f = new inoform();
if (!empty($column_list)) {
    echo $f->select_field_from_array('chart_label', $column_list, ${$class}->chart_label, 'chart_label', 'medium');
} else {
    echo $f->text_field('chart_label', ${$class}->chart_label);
}
?>
      </li>
      <li><label>Value Field</label>
       <?php 
if (!empty($column_list)) {
    echo $f->select_field_from_array('chart_value', $column_list, ${$class}->chart_value, 'chart_value', 'medium');
} else {
    echo $f->text_field('chart_value', ${$class}->chart_value);
}
?>
      </li>
      <li><label>Legend</label>
       <?php 
if (!empty($column_list)) {
             <thead> 
             <th>Lot</th>
             <th>Serial</th>
             </thead>
             <tbody class="form_data_line_tbody">
              <tr class="inv_transaction_line0" id="tab4_1">
               <td>	<?php 
$f = new inoform();
$f->text_field_wid('lot_number');
echo $f->hidden_field('lot_number_id', ${$class}->lot_number_id);
echo $f->hidden_field('lot_generation', ${$class}->lot_generation);
?>
 </td>
               <td class="tdBlock">
                   <?php 
echo $f->text_field('serial_number', ${$class}->serial_number, '14');
echo $f->hidden_field('serial_number_id', ${$class}->serial_number_id);
echo $f->hidden_field('serial_generation', ${$class}->serial_generation);
?>
               </td>
              </tr>
             </tbody>
            </table>
           </div>
          </div>

         </div>
        </div>
        <!--                 complete Showing a blank form for new entry-->
       </form>
</li>
 								 <li><?php 
    echo form::hidden_field('profile_level', ${$class}->profile_level);
    ?>
</li>
 								</ul>
 							 </td>
 							 <td><?php 
    form::number_field_wid2sr('sys_profile_line_id');
    ?>
</td>
								<?php 
    switch ($profile_level) {
        case 'SITE':
            echo "<td>";
            echo $f->text_field('level_name', 'SITE', '', '', '', 1, 1) . '</td><td>';
            break;
        case 'BUSINESS':
            echo "<td>";
            echo $f->select_field_from_object('level_name', $org->findAll_business(), 'org_id', 'org', ${$class_second}->level_name, '', '', 1) . "</td><td>";
            break;
        case 'INVENTORY':
            echo "<td>";
            echo $f->select_field_from_object('level_name', $org->findAll_inventory(), 'org_id', 'org', ${$class_second}->level_name, '', '', 1) . "</td><td>";
            break;
        case 'USER':
            echo '<td>';
            echo $f->select_field_from_object('level_name', user::find_all(), 'user_id', 'username', ${$class_second}->level_name, '', '', 1) . "</td><td>";
            break;
    }
    if (empty($line_values)) {
Example #15
0
?>
</a></li>
   <li><a href="#tabsHeader-2"><?php 
echo gettext('Future');
?>
</a></li>
  </ul>
  <div class="tabContainer">
   <div id="tabsHeader-1" class="tabContent">
    <ul class="column header_field">
     <li><label><i class="am_maintenance_schedule_id select_popup clickable fa fa-search"></i>
       <?php 
echo gettext('Sehedule ID');
?>
</label><?php 
echo $f->text_field('am_maintenance_schedule_id', $maint_sch->am_maintenance_schedule_id, '', 'am_maintenance_schedule_id', '', '', 1);
?>
      <a name="show" href="form.php?class_name=am_ms_calendar_date&<?php 
echo "mode={$mode}";
?>
" class="show document_id am_maintenance_schedule_id"><i class="fa fa-refresh"></i></a> 
     </li>
     <li><?php 
$f->l_select_field_from_object('org_id', $org->findAll_inventory(), 'org_id', 'org', $maint_sch->org_id, 'org_id', '', 1, 1);
?>
</li>
     <li><?php 
$f->l_text_field('schedule_name', $maint_sch->schedule_name, '', '', '', '', 1);
?>
</li>
     <li><?php 
    ?>
</td>
         <td><?php 
    $f->text_field_wid2('description');
    ?>
</td>
         <td><?php 
    $f->text_field_wid2('lot_number');
    ?>
</td>
         <td><?php 
    $f->text_field_wid2('serial_number');
    ?>
</td>
         <td><?php 
    echo $f->text_field('counted_by', '');
    ?>
</td>
         <td><?php 
    echo $f->date_fieldFromToday_d('count_date', '');
    ?>
</td>
         <td><?php 
    $f->ac_field_wid('adjustment_ac_id');
    ?>
</td>
        </tr>
        <?php 
    $count = $count + 1;
}
?>
                  <td>   
                   <ul class="inline_action">
                    <li class="add_row_detail_img1"><i class="fa fa-plus-circle clickable" alt="add new line"></i></li>
                    <li class="remove_row_img"><i class="fa fa-minus-circle clickable" alt="remove this line"></i></li>
                    <li><input type="checkbox" name="detail_id_cb" value="<?php 
    echo htmlentities($lot_no->inv_lot_number_id);
    ?>
"></li>           
                    <li><?php 
    echo form::hidden_field('inv_transaction_id', ${$class}->inv_transaction_id);
    ?>
</li>
                   </ul>
                  </td>
                  <td><?php 
    echo $f->text_field('lot_number', $lot_no->lot_number, '25');
    echo $f->hidden_field('lot_generation', ${$class}->lot_generation);
    ?>
                  </td>
                  <td><?php 
    echo $f->number_field('lot_quantity', $lot_no->lot_quantity, '25');
    ?>
                  </td>
                 </tr>
                 <?php 
    $detailCount++;
}
?>
               </tbody>
              </table>
             </div>
Example #18
0
</a></li>
     </ul>
     <div class="tabContainer">
      <div id="tabsHeader-1" class="tabContent">
       <ul class="column header_field">
        <li><?php 
$f->l_text_field_dr_withSearch('option_header_id');
?>
         <a name="show" href="form.php?class_name=option_header&<?php 
echo "mode={$mode}";
?>
" class="show document_id option_header_id">
          <i class="fa fa-refresh"></i></a>  
        </li>
        <li><label>Option Name</label><?php 
echo $f->text_field('option_type', ${$class}->option_type, '', 'option_type', '', 1, $readonly1);
?>
</li>
        <li><?php 
$f->l_select_field_from_array('access_level', option_header::$access_level_a, $option_header->access_level, 'access_level', '', '', $readonly);
?>
					</li>
        <li><?php 
$f->l_text_field_d('description');
?>
</li>
        <li><?php 
$f->l_select_field_from_object('module_code', option_header::modules(), 'option_line_code', 'option_line_value', ${$class}->module_code, 'module_code', '', 1);
?>
				</li>
        <li><?php 
Example #19
0
?>
</li>
      <li><?php 
$f->l_select_field_from_object('bu_org_id', org::find_all_business(), 'org_id', 'org', $sd_so_header->bu_org_id, 'bu_org_id', $readonly1, '', '');
?>
						 </li>
      <li><?php 
$f->l_select_field_from_object('document_type', sd_document_type::find_all_header_levels(), 'sd_document_type_id', 'document_type_name', $sd_so_header->document_type, 'document_type', 'medium', 1, $readonly1);
?>
						 </li>
      <li><label class="auto_complete"><?php 
echo gettext('Customer Name');
?>
</label><?php 
echo $f->hidden_field_withId('ar_customer_id', ${$class}->ar_customer_id);
echo $f->text_field('customer_name', ${$class}->customer_name, '20', 'customer_name', 'select_customer_name', '', $readonly1);
?>
       <i class="ar_customer_id select_popup clickable fa fa-search"></i></li>
      <li><label class="auto_complete"><?php 
echo gettext('Customer Number');
?>
</label><?php 
$f->text_field_d('customer_number');
?>
</li>
      <li><?php 
$f->l_select_field_from_object('ar_customer_site_id', $customer_site_obj, 'ar_customer_site_id', 'customer_site_name', ${$class}->ar_customer_site_id, 'ar_customer_site_id', 'ar_customer_site_id', '', $readonly1);
?>
 </li>
      <li><?php 
$f->l_text_field_dr('so_status');
?>
</th>
         <th><?php 
echo gettext('WO BOM Line Id');
?>
</th>
        </tr>
       </thead>
       <tbody class="inv_transaction_values form_data_line_tbody">
        <tr class="inv_transaction_row0" id="tab3_1">
         <td><?php 
$f->text_field_widr('document_type');
?>
							</td>
         <td><?php 
echo $f->text_field('document_number', ${$class}->wo_number, '8', '', '', 1, 1);
?>
							</td>
         <td><?php 
echo $f->text_field('document_id', ${$class}->wip_wo_header_id, '8', '', '', 1, 1);
?>
							</td>
         <td><?php 
$f->text_field_widr('reference_type');
?>
							</td>
         <td><?php 
echo $f->text_field('reference_key_name', 'wip_wo_header', '20', '', '', 1, 1);
?>
							</td>
         <td><?php 
 $ce_table = 'qa_ce_' . $qa_cp_element->sys_element_name;
 $qa_cp_element_value = null;
 $field_value_obj = qa_quality_result::find_by_fieldName_referenceDetails($qa_cp_element->sys_element_name, $ref_key_name, $ref_key_value);
 if ($field_value_obj) {
     $field_value_key = $ce_table . '_value';
     $qa_cp_element_value = $field_value_obj->{$field_value_key};
 }
 $label = !empty($qa_cp_element->element_name) ? $qa_cp_element->element_name : $qa_cp_element->sys_element_name;
 echo "<li><label>{$label} </label>";
 switch ($qa_cp_element->data_type) {
     case 'LIST':
         $qa_ce_lines = qa_collection_element_line::find_by_parent_id($qa_cp_element->qa_collection_element_header_id);
         if (!empty($qa_ce_lines)) {
             echo $f->select_field_from_object($qa_cp_element->sys_element_name, $qa_ce_lines, 'qa_collection_element_line_id', 'element_value', $qa_cp_element_value);
         } else {
             echo $f->text_field($qa_cp_element->sys_element_name, $qa_cp_element_value);
         }
         break;
     case 'BOOLEAN':
         echo $f->checkBox_field($qa_cp_element->sys_element_name, $qa_cp_element_value);
         break;
     case 'FILE':
         $qa_cp_element_file_name = $qa_cp_element->sys_element_name . '_file';
         $file_routing = file::find_by_fieldName_referenceTable_and_id($qa_cp_element->sys_element_name, 'wip_wo_routing_line', $routing_line->wip_wo_routing_line_id);
         echo ino_attachement($file_routing, $qa_cp_element_file_name);
         echo $f->hidden_field($qa_cp_element->sys_element_name, $qa_cp_element_value);
         break;
     case 'OPTION_LIST':
         if (!empty($qa_cp_element->list_value_option_type)) {
             echo $f->select_field_from_object($qa_cp_element->sys_element_name, option_line::find_by_parent_id($qa_cp_element->option_header_id), 'option_line_code', 'option_line_value', $qa_cp_element_value);
         } else {
Example #22
0
   <div id="tabsHeader">
    <ul class="tabMain">
     <li><a href="#tabsHeader-1"><?php 
echo gettext('Message');
?>
</a></li>
     <li><a href="#tabsHeader-2"><?php 
echo gettext('Attachments');
?>
</a></li>
    </ul>
    <div class="tabContainer"> 
     <div id="tabsHeader-1" class="tabContent">
      <ul class="column header_field"> 
       <li><label>Email Id</label><?php 
echo $f->text_field('email_id', ${$class}->email_id, '', 'email_id', 'email_id', 1, '');
?>
</li>
       <li><label>CC Email</label><?php 
echo $f->text_field('cc_email', ${$class}->cc_email, '', 'cc_email', 'cc_email', '', '');
?>
</li>
       <li><label>BCC Email</label><?php 
echo $f->text_field('bcc_email', ${$class}->bcc_email, '', 'bcc_email', 'bcc_email', '', '');
?>
</li>
       <li><label>Subject</label><?php 
echo $f->text_field('subject', ${$class}->subject, '', 'subject', 'subject', 1, '');
?>
</li>
       <li><label>Copy Me</label><?php 
    ?>
 
         <tr class="wip_wol_transaction_line<?php 
    echo $count;
    ?>
">
          <td><?php 
    echo ino_inline_action(${$class}->bom_sequence, array('transaction_type_id' => ${$class}->transaction_type_id, 'wip_wol_transaction_id' => ${$class}->wip_wol_transaction_id, 'org_id' => ${$class}->org_id));
    ?>
</td>
          <td><?php 
    echo !empty($bom_sequence_stament) ? $bom_sequence_stament : form::text_field_wids('bom_sequence');
    ?>
</td>
          <td><?php 
    echo $f->text_field('item_id_m', $wip_wo_bom->component_item_id_m, '', '', 'item_id_m', '', 1);
    ?>
</td>
          <td><?php 
    echo $f->text_field('component_item_number', $item_i->item_number, '20', '', 'select_item_number', '', $readonly);
    ?>
           <i class="select_item_number select_popup clickable fa fa-search"></i></td>
          <td><?php 
    echo $f->text_field('component_description', $item_i->item_description, '20', '', 'item_description', '', $readonly);
    ?>
</td>
          <td><?php 
    echo $f->select_field_from_object('uom_id', uom::find_all(), 'uom_id', 'uom_name', $item_i->uom_id, '', 'uom_id', '', $readonly);
    ?>
</td>
          <td><?php 
Example #24
0
         </tr>
         <?php 
    $cart_object_ai->next();
    if ($cart_object_ai->key() == $position + $per_page) {
        break;
    }
    $count = $count + 1;
}
?>
       </tbody>
      </table>
      <div class="panel-footer">
       <div class="row">
        <div class="col-md-5"><label>Discount Code </label>
         <?php 
echo $f->text_field('discount_code', '', '', 'discount_code', 'big-input');
?>
         <button class="btn btn-default continue-shopping" role="button">Apply Discount</button></div>
        <div class="col-md-5"><label>Pin Code </label>
         <?php 
echo $f->text_field('pin_code', '', '', 'pin_code', 'big-input');
?>
         <button class="btn btn-default save-cart" role="button">Check Shipping</button></div>
        <div class="col-md-2"><span class="btn btn-lg"> Tax Amount : <?php 
$tax_amount = round($total * $tax_p / 100, $precision);
$total += $tax_amount;
echo $curr . $tax_amount;
?>
</span></div>
       </div>
      </div>
         </td>
         <td><?php 
    $f->text_field_wid2sr('hr_element_history_line_id');
    ?>
</td>
         <td><?php 
    echo $f->select_field_from_object('element_id', hr_compensation_element::find_all(), 'hr_compensation_element_id', array('element_name', 'calculation_rule'), ${$class_second}->element_id, '', '', 1, $readonly);
    ?>
</td>
         <td><?php 
    $f->text_field_wid2m('element_value');
    ?>
</td>
         <td><?php 
    $mon_val = hr_element_history_line::find_monetary_value_by_id(${$class_second}->hr_element_history_line_id);
    echo $f->text_field('monetary_value', $mon_val, '', '', '', '', 1);
    ?>
</td>
         <td><?php 
    echo $f->date_fieldFromToday('end_date', ${$class_second}->end_date);
    ?>
</td>
         <td><?php 
    $f->text_field_wid2l('description');
    ?>
</td>

        </tr>
        <?php 
    $count = $count + 1;
}
Example #26
0
</td>
         <td><?php 
    form::number_field_wid2('total_cr');
    ?>
</td>
         <td><?php 
    form::number_field_wid2('total_ac_dr');
    ?>
</td>
         <td><?php 
    form::number_field_wid2('total_ac_cr');
    ?>
</td>
         <td><?php 
    $status = empty(${$class_second}->status) ? 'U' : ${$class_second}->status;
    echo $f->text_field('status', $status, 8, '', 'copy', '', 1);
    ?>
</td>

        </tr>
        <?php 
    $count = $count + 1;
}
?>
      </tbody>
     </table>
    </div>
    <div id="tabsLine-2" class="tabContent">
     <table class="form_table">
      <thead> 
       <tr>
Example #27
0
</li>
      <li><?php 
$f->l_select_field_from_object('bu_org_id', org::find_all_business(), 'org_id', 'org', ${$class}->bu_org_id, 'bu_org_id', $readonly1, '', '');
?>
						 </li>
      <li><label>Service Type</label>
       <?php 
echo $f->select_field_from_object('hd_service_type_header_id', hd_service_type_header::find_all(), 'hd_service_type_header_id', 'service_type', ${$class}->hd_service_type_header_id, 'hd_service_type_header_id', 'medium', 1, $readonly1);
?>
						 </li>
      <li><label class="auto_complete"><?php 
echo gettext('Customer Name');
?>
</label><?php 
echo $f->hidden_field_withId('ar_customer_id', ${$class}->ar_customer_id);
echo $f->text_field('customer_name', ${$class}->customer_name, '20', 'customer_name', 'select_customer_name', '', $readonly1);
?>
       <i class="ar_customer_id select_popup clickable fa fa-search"></i></li>
      <li><label class="auto_complete"><?php 
echo gettext('Customer Number');
?>
</label><?php 
$f->text_field_d('customer_number');
?>
</li>
      <li><?php 
$f->l_select_field_from_object('ar_customer_site_id', $customer_site_obj, 'ar_customer_site_id', 'customer_site_name', ${$class}->ar_customer_site_id, 'ar_customer_site_id', 'ar_customer_site_id', '', $readonly1);
?>
 </li>
      <li><label><?php 
echo gettext('Item Number');
themes/images/refresh.png"/></a> 
             </li>
             <li><label>WO Number : </label>
              <?php 
echo form::text_field_d('wo_number');
?>
             </li>
             <li>
              <label> Inventory Org : </label>
              <?php 
echo form::select_field_from_object('org_id', org::find_all_inventory(), 'org_id', 'org', ${$class}->org_id, 'org_id', $readonly, '', '', 1);
?>
             </li>
             <li><label>Date(2) : </label>
              <?php 
echo $f->text_field('transaction_date', ${$class}->transaction_date, '', '', 'dateTime');
?>
             </li>
             <li><label>Transaction Type : </label>
              <?php 
echo form::select_field_from_object('transaction_type', wip_move_transaction::wip_transactions(), 'option_line_code', 'option_line_value', ${$class}->transaction_type, 'transaction_type', $readonly, '', '', 1);
?>
             </li> 
             <li>
              <label> Move Transaction Id : </label>
              <?php 
echo form::text_field_dsr('wip_move_transaction_id');
?>
             </li>
            </ul>
           </div>
Example #29
0
                    <td><?php 
        echo $f->number_field('action_number', ${$class_third}->action_number, '', '', 'detail_number');
        ?>
</td>
                    <td><?php 
        echo $f->select_field_from_array('pf_action_type', sys_process_flow_action::$pf_action_type_a, ${$class_third}->pf_action_type);
        ?>
</td>
                    <td><?php 
        echo $f->select_field_from_object('role_code', role_access::roles(), 'option_line_code', 'option_line_value', ${$class_third}->role_code, 'role_code');
        ?>
</td>
                    <td><?php 
        echo $f->hidden_field('user_id', ${$class_third}->user_id);
        ${$class_third}->username = !empty(${$class_third}->user_id) ? user::find_by_id(${$class_third}->user_id)->username : null;
        echo $f->text_field('username', ${$class_third}->username);
        ?>
                     <img src="<?php 
        echo HOME_URL;
        ?>
themes/default/images/serach.png" class="user_id select_popup clickable">
                    </td>
                   </tr>
                   <?php 
        $detailCount++;
    }
    ?>
                 </tbody>
                </table>
               </div>
               <div id="tabsDetail-2-<?php