Exemplo n.º 1
0
    ?>
">
         <td><?php 
    $f->seq_field_d($count);
    ?>
</td>
         <td><?php 
    $f->text_field_wid2sr('sd_so_header_id');
    ?>
</td>
         <td><?php 
    $f->text_field_wid2sr('sd_so_line_id');
    ?>
</td>
         <td><?php 
    form::checkBox_field('asset_cb', ${$class_second}->asset_cb);
    ?>
</td>
         <td><?php 
    $f->text_field_wid2sr('fa_asset_category_id');
    ?>
</td>
         <td><?php 
    $f->text_field_wid2sr('prj_project_header_id');
    ?>
</td>
         <td><?php 
    $f->text_field_wid2sr('prj_project_line_id');
    ?>
</td>
         <td><?php 
Exemplo n.º 2
0
?>
</li>
						 <li><label>Customer Site</label>
							<?php 
echo $f->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>Status</label>                      
							<span class="button"><?php 
echo !empty(${$class}->so_status) ? ${$class}->so_status : "";
?>
</span>
						 </li>
						 <li><label>Revision</label>
							<?php 
echo form::checkBox_field('rev_enabled_cb', ${$class}->rev_enabled_cb, 'rev_enabled_cb', $readonly);
?>
						 </li> 
						 <li><label>Rev Number</label><?php 
form::text_field_wid('rev_number');
?>
</li> 
						 <li><label>Sales Person</label><?php 
form::text_field_wid('sales_person');
?>
</li> 
						 <li><label>Description</label><?php 
form::text_field_wid('description');
?>
</li> 
						</ul>
Exemplo n.º 3
0
        ?>
</td>
                     <td><?php 
        form::number_field_wid3sm('resource_usage');
        ?>
</td>
                     <td><?php 
        echo form::select_field_from_object('resource_schedule', bom_header::bom_schedule_option(), 'option_line_code', 'option_line_value', ${$class_third}->resource_schedule, '', $readonly, 'default_basis', '', 1);
        ?>
</td>
                     <td><?php 
        form::number_field_wid3s('assigned_units');
        ?>
</td>
                     <td><?php 
        echo form::checkBox_field('standard_rate_cb', ${$class_third}->standard_rate_cb);
        ?>
</td>
                     <td><?php 
        echo form::select_field_from_object('charge_type', bom_resource::charge_type(), 'option_line_code', 'option_line_value', ${$class_third}->charge_type, '', $readonly, '', '', 1);
        ?>
</td>
                    </tr>
                    <?php 
        $detailCount++;
    }
    ?>
                  </tbody>
                 </table>
                </div>
                <div id="tabsDetail-2-1" class="tabContent">
Exemplo n.º 4
0
</td>
         <td><?php 
    echo form::select_field_from_object('wip_supply_type', bom_header::wip_supply_type(), 'option_line_code', 'option_line_value', ${$class_second}->wip_supply_type, '', $readonly, '', '', '');
    ?>
</td>
         <td><?php 
    echo form::select_field_from_object('supply_sub_inventory', subinventory::find_all_of_org_id(${$class}->org_id), 'subinventory_id', 'subinventory', ${$class_second}->supply_sub_inventory, '', $readonly, 'subinventory_id', '', '');
    ?>
</td>
         <td><?php 
    echo form::select_field_from_object('supply_locator', locator::find_all_of_subinventory(${$class_second}->supply_sub_inventory), 'locator_id', 'locator', ${$class_second}->supply_locator, '', $readonly, 'locator_id', '', '');
    ?>
</td>
         <td>
          <?php 
    echo form::checkBox_field('include_in_cost_rollup_cb', ${$class_second}->include_in_cost_rollup_cb, 'include_in_cost_rollup_cb', $readonly);
    ?>
         </td>
        </tr>
        <?php 
    $count = $count + 1;
}
?>
      </tbody>
      <!--                  Showing a blank form for new entry-->

     </table>
    </div>
   </div>
  </div>
 </form>
Exemplo n.º 5
0
</td>
          <td><?php 
    echo form::date_fieldAnyDay('effective_end_date', ${$class_second}->effective_end_date);
    ?>
</td>
          <td><?php 
    echo form::checkBox_field('eco_implemented_cb', ${$class_second}->eco_implemented_cb, 'eco_implemented_cb', $readonly);
    ?>
</td>
          <td><?php 
    form::text_field_wid2('eco_number');
    ?>
</td>

          <td><?php 
    echo form::checkBox_field('include_in_rollup_cb', ${$class_second}->include_in_rollup_cb);
    ?>
</td>
          <td><?php 
    form::number_field_wid2s('yield');
    ?>
</td>
          <td><?php 
    form::number_field_wid2s('cumm_yield');
    ?>
</td>
         </tr>
         <?php 
    $count = $count + 1;
}
?>
Exemplo n.º 6
0
         <td>
          <?php 
    $content_type_reference_id = !empty($content_type_reference) ? ${$class_third}->content_type_reference_id : '';
    echo ino_inline_action(${$class_second}->Field, array('content_type_reference_id' => $content_type_reference_id));
    ?>
         </td>
         <td><?php 
    form::text_field_wid3('field_label');
    ?>
</td>
         <td><?php 
    echo form::select_field_from_array('field_position', dbObject::$position_array, ${$class_third}->field_position);
    ?>
</td>
         <td><?php 
    echo form::checkBox_field('required_cb', ${$class_third}->required_cb);
    ?>
</td>
         <td><?php 
    !empty(${$class_second}->field_name) ? $fielNamereadonly = 1 : ($fielNamereadonly = '');
    echo form::text_field('field_name', ${$class_second}->field_name, 20, 50, 1, 'use small letters', '', $fielNamereadonly, 'field_name');
    ?>
</td>
         <td>
          <?php 
    echo $f->select_field_from_object('field_type', content_type::content_field_type(), 'option_line_code', 'option_line_value', ${$class_second}->field_type, '', '', 1, $readonly, 'field_type', '');
    ?>
         </td>
         <td><?php 
    form::number_field_wid2s('field_num');
    ?>