Exemplo n.º 1
0
</td>
           <td><?php 
    form::number_field_wid4sr('issued_quantity');
    ?>
</td>
           <td><?php 
    form::number_field_wid4sr('open_quantity');
    ?>
</td>
           <td></td>
           <td><?php 
    echo $f->select_field_from_object('wip_supply_type', bom_header::wip_supply_type(), 'option_line_code', 'option_line_value', ${$class_fourth}->wip_supply_type, '', 'wip_supply_type', '', $readonly);
    ?>
</td>
           <td><?php 
    echo $f->select_field_from_object('supply_sub_inventory', subinventory::find_all_of_org_id(${$class}->org_id), 'subinventory_id', 'subinventory', ${$class_fourth}->supply_sub_inventory, '', 'subinventory_id', '', $readonly);
    ?>
</td>
           <td><?php 
    echo $f->select_field_from_object('supply_locator', locator::find_all_of_subinventory(${$class_fourth}->supply_sub_inventory), 'locator_id', 'locator', ${$class_fourth}->supply_locator, '', 'locator_id', '', $readonly);
    ?>
</td>
          </tr>
          <?php 
    $count = $count + 1;
}
?>
        </tbody>
       </table>
      </div>
     </form>
Exemplo n.º 2
0
?>
</li>
       <li><?php 
$f->l_select_field_from_object('bom_type', item::bom_types(), 'option_line_code', 'option_line_value', ${$class}->bom_type, 'bom_type');
?>
       </li>
       <li><?php 
$f->l_checkBox_field_d('build_in_wip_cb');
?>
</li>
       <li><?php 
$f->l_select_field_from_object('wip_supply_type', bom_header::wip_supply_type(), 'option_line_code', 'option_line_value', $item->wip_supply_type, 'wip_supply_type', '', $readonly);
?>
       </li>
       <li><?php 
$f->l_select_field_from_object('wip_supply_subinventory', subinventory::find_all_of_org_id($item->org_id), 'subinventory_id', 'subinventory', $item->wip_supply_subinventory, 'wip_supply_subinventory', 'subinventory_id', '', $readonly);
?>
       </li>
       <li><?php 
$f->l_select_field_from_object('wip_supply_locator', locator::find_all_of_subinventory($item->wip_supply_subinventory), 'locator_id', 'locator', $item->wip_supply_locator, 'wip_supply_locator', 'locator_id', '', $readonly);
?>
       </li>
      </ul>
     </div>
     <div class="second_rowset">
      <div class="panel panel-collapse panel-ino-classy large_box">
       <div class="panel-heading"><div class="panel-title"><?php 
echo __('Cost Information');
?>
</div></div>
       <div class="panel-body">
Exemplo n.º 3
0
        echo form::select_field_from_object('type', subinventory::subinventory_type(), 'option_line_code', 'option_line_code', ${$class}->type, 'type', $readonly);
        ?>
             </td>
             <td>
              <?php 
        form::text_field_wid('subinventory');
        ?>
             </td>
             <td>
              <?php 
        form::text_field_wid('description');
        ?>
             </td>
             <td>  
              <?php 
        echo form::select_field_from_object('locator_control', subinventory::locator_control(), 'option_line_code', 'option_line_code', ${$class}->locator_control, 'locator_control', $readonly);
        ?>
	 
             </td>
             <td>
              <?php 
        echo form::checkBox_field('allow_negative_balance_cb' . $count, ${$class}->allow_negative_balance_cb, 'allow_negative_balance_cb', $readonly);
        ?>
             </td>
             <td><?php 
        form::text_field_wids('default_cost_group');
        ?>
</td>
            </tr>
            <?php 
        $count = $count + 1;
Exemplo n.º 4
0
$f = new inoform();
$bc = new ino_barcode();
$trnx_a = ['SUB_INV' => 'Subinventory Transfer', 'PUR_REQ' => 'Purchase Requisition'];
?>
<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>
Exemplo n.º 5
0
         <tr class="locator_line<?php 
        echo $count;
        ?>
">
          <td><?php 
        echo ino_inline_action(${$class}->locator_id, array('locator_id' => ${$class}->locator_id));
        ?>
 </td>
          <td>
           <?php 
        echo $f->select_field_from_object('org_id', org::find_all_inventory(), 'org_id', 'org', ${$class}->org_id, 'org_id');
        ?>
          </td>
          <td>
           <?php 
        echo $f->select_field_from_object('subinventory_id', subinventory::find_all(), 'subinventory_id', 'subinventory', ${$class}->subinventory_id, 'subinventory_id');
        ?>
          </td>
          <td class="single_line"><?php 
        echo locator::locator_structure();
        ?>
</td>
          <td><?php 
        echo form::text_field_widsr('locator_id');
        ?>
</td>
          <td><?php 
        form::text_field_wid('locator');
        ?>
</td>
          <td><?php 
Exemplo n.º 6
0
</a></li>
     <li><a href="#tabsLine-2"><?php 
echo gettext('Action');
?>
</a></li>
    </ul>
    <div class="tabContainer"> 
     <div id="tabsLine-1" class="tabContent">
      <div> 
       <ul class="column header_field"> 
        <li><?php 
$f->l_select_field_from_object('scope_org_id', org::find_all_inventory(), 'org_id', 'org', ${$class}->scope_org_id, 'scope_org_id', '', 1, $readonly1);
?>
        </li>
        <li><?php 
$f->l_select_field_from_object('scope_sub_inventory_id', subinventory::find_all_of_org_id(${$class}->scope_org_id), 'subinventory_id', 'subinventory', ${$class}->scope_sub_inventory_id, '', 'subinventory_id', '', $readonly);
?>
			</li>
        <li><?php 
$f->l_text_field_d('scope_org_hirearchy_id');
?>
 					</li>
        <li><?php 
$f->l_select_field_from_object('scope_product_line', item::product_line(), 'option_line_code', 'option_line_value', ${$class}->scope_product_line, 'scope_product_line', '', '', $readonly);
?>
</li>
        <li><?php 
$f->l_date_fieldAnyDay('from_date', ${$class}->from_date);
?>
</li>
        <li><?php 
    ?>
</td>
                <td><?php 
    form::number_field_wid3sr('required_quantity');
    ?>
</td>
                <td><?php 
    form::number_field_wid3sr('issued_quantity');
    ?>
</td>
                <td><?php 
    echo $f->select_field_from_object('wip_supply_type', bom_header::wip_supply_type(), 'option_line_code', 'option_line_value', ${$class_third}->wip_supply_type, '', 'wip_supply_type', '', 1);
    ?>
</td>
                <td><?php 
    echo $f->select_field_from_object('supply_sub_inventory', subinventory::find_all_of_org_id(${$class}->org_id), 'subinventory_id', 'subinventory', ${$class_third}->supply_sub_inventory, '', 'subinventory_id', '', 1);
    ?>
</td>
                <td><?php 
    echo $f->select_field_from_object('supply_locator', locator::find_all_of_subinventory(${$class_third}->supply_sub_inventory), 'locator_id', 'locator', ${$class_third}->supply_locator, '', 'locator_id', '', 1);
    ?>
</td>

               </tr>
               <?php 
    $count = $count + 1;
}
?>
            </tbody>
           </table>
          </div>
Exemplo n.º 8
0
    ?>
</td>
         <td><?php 
    $f->text_field_d2s('item_number', 'always_readonly');
    ?>
</td>
         <td><?php 
    $f->text_field_d2('item_description', 'always_readonly');
    ?>
</td>
         <td><?php 
    echo $f->select_field_from_object('line_uom_id', uom::find_all(), 'uom_id', 'uom_name', $sd_delivery_line->line_uom_id, '', '', '', $readonly1);
    ?>
</td>
         <td><?php 
    echo $f->select_field_from_object('staging_subinventory_id', subinventory::find_all_of_org_id(${$class}->shipping_org_id), 'subinventory_id', 'subinventory', ${$class_second}->staging_subinventory_id, '', 'subinventory_id', '', $readonly1);
    ?>
</td>
         <td><?php 
    echo $f->select_field_from_object('staging_locator_id', locator::find_all_of_subinventory(${$class_second}->staging_subinventory_id), 'locator_id', 'locator', ${$class_second}->staging_locator_id, '', 'locator_id', '', $readonly1);
    ?>
</td>
        </tr>
        <?php 
    $count = $count + 1;
}
?>
      </tbody>
      <!--                  Showing a blank form for new entry-->
     </table>
    </div>
Exemplo n.º 9
0
       </thead>
       <tbody class="inv_transaction_values">
        <tr class="inv_transaction_row0" id="tab2_1">
         <td>
          <?php 
echo form::select_field_from_object('from_subinventory_id', subinventory::find_all_of_org_id(${$class}->org_id), 'subinventory_id', 'subinventory', ${$class}->from_subinventory_id, '', $readonly, 'subinventory_id');
?>
         </td>
         <td>
          <?php 
echo form::select_field_from_object('from_locator_id', locator::find_all_of_subinventory(${$class}->from_subinventory_id), 'locator_id', 'locator', ${$class}->from_locator_id, '', $readonly, 'locator_id');
?>
         </td>
         <td>
          <?php 
echo form::select_field_from_object('to_subinventory_id', subinventory::find_all_of_org_id(${$class}->org_id), 'subinventory_id', 'subinventory', ${$class}->to_subinventory_id, '', $readonly, 'subinventory_id');
?>
         </td>
         <td>
          <?php 
echo form::select_field_from_object('to_locator_id', locator::find_all_of_subinventory(${$class}->to_subinventory_id), 'locator_id', 'locator', ${$class}->to_locator_id, '', $readonly, 'locator_id');
?>
         </td>
        </tr>
       </tbody>
      </table>
     </div>
     <div id="tabsLine-3" class="tabContent">
      <table class="form_line_data_table">
       <thead> 
        <tr>
Exemplo n.º 10
0
         break;
     case 'BUSINESS':
         echo $f->select_field_from_object('association_level_value', $org->findAll_business(), 'org_id', 'org', ${$class}->association_level_value, '', '', 1);
         break;
     case 'INVENTORY':
         echo $f->select_field_from_object('association_level_value', $org->findAll_inventory(), 'org_id', 'org', ${$class}->association_level_value, '', '', 1);
         break;
     case 'FROM_SUBINV':
         $org_id_sub = null;
         if (!empty(${$class}->association_level_value)) {
             $subinv_i = subinventory::find_by_id(${$class}->association_level_value);
             $org_id_sub = $subinv_i->org_id;
         }
         echo $f->select_field_from_object('', $org->findAll_inventory(), 'org_id', 'org', $org_id_sub, '', 'org_id', 1);
         echo '</td><td>';
         echo $f->select_field_from_object('association_level_value', subinventory::find_all(), 'subinventory_id', array('subinventory', 'org_id'), ${$class}->association_level_value, '', 'subinventory_id', 1);
         break;
     case 'USER':
         echo $f->select_field_from_object('association_level_value', user::find_all(), 'user_id', 'username', ${$class}->association_level_value, '', '', 1);
         break;
 }
 ?>
       </td>
       <td>
        <?php 
 echo $f->select_field_from_object('bc_label_format_header_id', bc_label_format_header::find_all(), 'bc_label_format_header_id', 'format_name', ${$class}->bc_label_format_header_id, '', '', 1) . "</td>";
 ?>
       </td>
      </tr>
      <?php 
 $count = $count + 1;
Exemplo n.º 11
0
    ?>
             </td>
                <td><?php 
    echo $f->date_fieldAnyDay_r('origination_date', ${$class}->origination_date, 1);
    ?>
 </td>
                <td><?php 
    echo $f->date_fieldAnyDay_r('activation_date', ${$class}->activation_date, 1);
    ?>
 </td>
                <td><?php 
    echo $f->select_field_from_object('current_org_id', org::find_all_inventory(), 'org_id', 'org', ${$class}->current_org_id, 'current_org_id', '', '', 1);
    ?>
</td>
                <td><?php 
    echo $f->select_field_from_object('current_subinventory_id', subinventory::find_all_of_org_id(${$class}->current_org_id), 'subinventory_id', 'subinventory', ${$class}->current_subinventory_id, 'current_subinventory_id', 'subinventory_id', '', 1);
    ?>
			</td>
                <td><?php 
    echo $f->select_field_from_object('current_locator_id', locator::find_all_of_subinventory(${$class}->current_subinventory_id), 'locator_id', 'locator', ${$class}->current_locator_id, '', 'locator_id', '', 1);
    ?>
</td>
                <td><?php 
    $f->text_field_d('inv_lot_number_id');
    ?>
             </td>
                <td><?php 
    $f->text_field_d('country_of_origin');
    ?>
             </td>
               </tr>
Exemplo n.º 12
0
<?php

include_once "../../../includes/basics/basics.inc";
?>

<?php 
if (!empty($_GET['org_id']) && ($_GET['find_all_subinventory'] = 1)) {
    echo '<div id="json_subinventory_find_all">';
    $subinv = new subinventory();
    $subinv->org_id = $_GET['org_id'];
    $subinventory_of_org = $subinv->findAll_ofOrgid();
    if (empty($subinventory_of_org)) {
        return false;
    } else {
        echo '<option value=""></option>';
        foreach ($subinventory_of_org as $key => $value) {
            echo '<option value="' . $value->subinventory_id . '"';
            echo '>' . $value->subinventory . '</option>';
        }
    }
    echo '</div>';
}
?>

Exemplo n.º 13
0
</td>
           <td><?php 
    form::number_field_drs('inv_location_default_id');
    ?>
</td>
           <td><?php 
    echo $f->hidden_field('item_id_m', ${$class}->item_id_m);
    $f->text_field_wid('item_number', 'select_item_number');
    ?>
<i class="select_item_number select_popup clickable fa fa-search"></i></td>
           <td><?php 
    echo $f->select_field_from_object('default_type', inv_location_default::location_default_types(), 'option_line_code', 'option_line_value', ${$class}->default_type);
    ?>
</td>
           <td><?php 
    echo $f->select_field_from_object('subinventory_id', subinventory::find_all_of_org_id(${$class}->org_id), 'subinventory_id', 'subinventory', ${$class}->subinventory_id, '', 'subinventory_id copyValue', '');
    ?>
           </td>
           <td><?php 
    echo $f->select_field_from_object('locator_id', locator::find_all_of_subinventory(${$class}->subinventory_id), 'locator_id', 'locator', ${$class}->locator_id, '', 'locator_id copyValue', '');
    ?>
       </td>
          </tr>
          <?php 
    $location_default_object_ai->next();
    if ($location_default_object_ai->key() == $position + $per_page) {
        break;
    }
    $count = $count + 1;
}
?>
Exemplo n.º 14
0
$f->l_text_field_dr_withSearch('locator_id');
?>
        <a name="show" href="form.php?class_name=locator&<?php 
echo "mode={$mode}";
?>
" class="show document_id locator_id"><img src="<?php 
echo HOME_URL;
?>
themes/images/refresh.png"/></a> 
       </li> 
       <li><?php 
$f->l_select_field_from_object('org_id', org::find_all_inventory(), 'org_id', 'org', ${$class}->org_id, 'org_id', '', '', $readonly);
?>
    </li>
       <li><?php 
$f->l_select_field_from_object('subinventory_id', subinventory::find_all(), 'subinventory_id', 'subinventory', ${$class}->subinventory_id, 'subinventory_id', '', '', $readonly);
?>
    </li>
       <li><label><?php 
echo __('Locator Structure');
?>
</label><?php 
echo locator::locator_structure();
?>
</li>
       <li><?php 
$f->l_text_field_d('locator');
?>
</li>
       <li><?php 
$f->l_text_field_d('alias');
Exemplo n.º 15
0
    ?>
<i class="select_item_number select_popup clickable fa fa-search"></i></td>
         <td><?php 
    $f->text_field_wid2('item_description');
    ?>
</td>
         <td><?php 
    echo $f->select_field_from_object('uom_id', uom::find_all(), 'uom_id', 'uom_name', ${$class_second}->uom_id, '', 'small', '', 1);
    ?>
</td>
         <td><?php 
    echo $f->date_fieldAnyDay('schedule_date', ${$class_second}->schedule_date);
    ?>
</td>
         <td><?php 
    echo $f->select_field_from_object('subinventory_id', subinventory::find_all_of_org_id(${$class}->org_id), 'subinventory_id', 'subinventory', ${$class_second}->subinventory_id, '', 'subinventory_id', '', 1);
    ?>
</td>
         <td><?php 
    echo $f->select_field_from_object('locator_id', locator::find_all_of_subinventory(${$class_second}->subinventory_id), 'locator_id', 'locator', ${$class_second}->locator_id, '', 'locator_id', '', 1);
    ?>
</td>
        </tr>
        <?php 
    $count = $count + 1;
}
?>
      </tbody>
     </table>
    </div>
    <div id="tabsLine-2" class="tabContent">
Exemplo n.º 16
0
  $$class->onhand = $onhand_i->onhand;
  $$class->reservable_onhand = $onhand_i->reservable_onhand;
 }else{
  $$class->onhand =  $$class->reservable_onhand = null;
 }
 if (!empty($$class->inv_serial_number_id)) {
  $inv_serial_number_i = inv_serial_number::find_by_id($$class->inv_serial_number_id);
  $$class->serial_number = $inv_serial_number_i->serial_number;
 }else{
  $$class->serial_number =  null;
 }
 ?>         
 <tr class="inv_reservation_line<?php echo $count ?>">
  <td><?php $f->seq_field_d($count); ?></td>
  <td><?php echo $f->select_field_from_array('supply_type', inv_reservation::$supply_type_a, $$class->supply_type); ?></td>
  <td><?php echo $f->select_field_from_object('subinventory_id', subinventory::find_all_of_org_id($$class->org_id), 'subinventory_id', 'subinventory' ,$$class->subinventory_id,  '' , 'subinventory_id subinventory'); ?>         </td>
  <td><?php echo $f->select_field_from_object('locator_id', locator::find_all_of_subinventory($$class->subinventory_id), 'locator_id', 'locator' , $$class->locator_id, '', 'locator_id locator'); ?>         </td>
  <td><?php
   echo $f->val_field_wid('serial_number', 'inv_serial_number', 'serial_number', 'item_id_m');
   echo $f->hidden_field('inv_serial_number_id', $$class->inv_serial_number_id);
   echo $f->hidden_field_withCLass('org_id', '', 'popup_value');
   echo $f->hidden_field_withCLass('item_id_m', '', 'popup_value item_id_m');
   echo $f->hidden_field_withCLass('current_subinventory_id', '', 'popup_value current_subinventory_id');
   echo $f->hidden_field_withCLass('current_locator_id', '', 'popup_value current_locator_id');
   ?><i class="select_serial_number_id generic select_popup clickable fa fa-search" data-class_name="inv_serial_number"></i></td> 
  <td><?php echo $f->text_field_widr('onhand' ,'always_readonly'); ?></td>
  <td><?php echo $f->text_field_widr('reservable_onhand' ,'always_readonly'); ?></td>
  <td><?php echo $f->text_field_widr('onhand_id' ,'always_readonly'); ?></td>
  <td><?php echo $f->text_field_widr('supply_comment'); ?></td>
  <td><?php echo $f->text_field_widr('s_reference_key_name' ,'always_readonly'); ?></td>
  <td><?php echo $f->text_field_widr('s_reference_key_value' ,'always_readonly'); ?></td>
Exemplo n.º 17
0
                 </tr>
                </thead>
                <tbody class="form_data_detail_tbody">
                 <?php 
    $detailCount = 0;
    foreach ($po_detail_object as $po_detail) {
        $class_third = 'po_detail';
        ${$class_third} =& $po_detail;
        ?>
                  <tr class="po_detail<?php 
        echo $count . '-' . $detailCount;
        ?>
 ">
                   <td>
  <?php 
        echo $f->select_field_from_object('subinventory_id', subinventory::find_all_of_org_id(${$class_second}->receving_org_id), 'subinventory_id', 'subinventory', ${$class_third}->subinventory_id, '', 'subinventory_id copyValue', '');
        ?>
                   </td>
                   <td>
  <?php 
        echo $f->select_field_from_object('locator_id', locator::find_all_of_subinventory(${$class_third}->subinventory_id), 'locator_id', 'locator', ${$class_third}->locator_id, '', 'locator_id copyValue', '');
        ?>
                   </td>
                   <td><?php 
        $f->text_field_wid3('requestor');
        ?>
</td>
                   <td><?php 
        echo $f->select_field_from_array('invoice_match_type', po_detail::$invoice_match_type_a, ${$class_third}->invoice_match_type);
        ?>
</td>
Exemplo n.º 18
0
    ?>
">
         <td><?php 
    form::text_field_wid2('planning_percentage');
    ?>
</td>
         <td><?php 
    form::text_field_wid2('yield');
    ?>
</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>
        </tr>
        <?php 
    $count = $count + 1;
}
?>
      </tbody>
      <!--                  Showing a blank form for new entry-->

     </table>
Exemplo n.º 19
0
   <th><?php echo gettext('From Locator') ?></th>
   <th><?php echo gettext('To SubInv') ?></th>
   <th><?php echo gettext('To Locator') ?></th>
   <th><?php echo gettext('Description') ?></th>
   <th><?php echo gettext('Reason') ?></th>
   </thead>
   <tbody class="form_data_line_tbody">
    <tr class="inv_transaction_line0" id="tab2_1">
     <td>
      <?php echo $f->select_field_from_object('from_subinventory_id', subinventory::find_all_of_org_id($$class->org_id), 'subinventory_id', 'subinventory', $$class->from_subinventory_id, '', 'subinventory_id', '', $readonly); ?>
     </td>
     <td>
      <?php echo $f->select_field_from_object('from_locator_id', locator::find_all_of_subinventory($$class->from_subinventory_id), 'locator_id', 'locator', $$class->from_locator_id, '', 'from_locator_id', '', $readonly); ?>
     </td>
     <td>
      <?php echo $f->select_field_from_object('to_subinventory_id', subinventory::find_all_of_org_id($$class->org_id), 'subinventory_id', 'subinventory', $$class->to_subinventory_id, '', 'subinventory_id', '', $readonly); ?>
     </td>
     <td>
      <?php echo $f->select_field_from_object('to_locator_id', locator::find_all_of_subinventory($$class->to_subinventory_id), 'locator_id', 'locator', $$class->to_locator_id, '', 'to_locator_id', '', $readonly); ?>
     </td>
     <td><?php form::text_field_wid('description'); ?>							</td>
     <td><?php form::text_field_wid('reason'); ?>							</td>
    </tr>
   </tbody>
  </table>
 </div>
 <div id="tabsLine-3" class="tabContent">
  <table class="form_line_data_table">
   <thead>
   <th><?php echo gettext('Document Type') ?></th>
   <th><?php echo gettext('Doc. Number') ?></th>
Exemplo n.º 20
0
include_once "../../../includes/basics/basics.inc";
$err_msg = '';
if (!empty($_GET['bc_static_label_id']) && $_GET['print_label'] == 1) {
    $param = get_postArray_From_jqSearializedArray($_GET['print_parameters']);
    $sl = new bc_static_label();
    $sl->findBy_id($_GET['bc_static_label_id']);
    switch ($sl->label_type) {
        case 'LOCATOR':
            $locator = new locator_v();
            $locator->org_id = !empty($param['org_id'][0]) ? $param['org_id'][0] : '';
            $locator->subinventory_id = !empty($param['subinventory_id'][0]) ? $param['subinventory_id'][0] : '';
            $locator->locator_id = !empty($param['locator_id'][0]) ? $param['locator_id'][0] : '';
            $data_obj_a = $locator->findBy_parameter();
            break;
        case 'SUBINV':
            $sub = new subinventory();
            $sub->org_id = !empty($param['org_id'][0]) ? $param['org_id'][0] : '';
            $sub->subinventory_id = !empty($param['subinventory_id'][0]) ? $param['subinventory_id'][0] : '';
            $data_obj_a = $sub->findBy_parameter_withOrgDetails();
            break;
        case 'ORG':
        case 'INV':
            $org_id = !empty($param['org_id'][0]) ? $param['org_id'][0] : '';
            $data_obj_a = org::find_by_id($org_id);
            break;
        default:
            break;
    }
    if (!empty($data_obj_a) && is_array($data_obj_a)) {
        foreach ($data_obj_a as $data_obj) {
            $bc_lr = new bc_label_request();
        ?>
         
            <tr class="fp_kanban_header_line<?php 
        echo $count;
        ?>
">
             <td><?php 
        $f->seq_field_d($count);
        ?>
</td>
             <td><?php 
        echo $f->select_field_from_object('from_org_id', org::find_all_inventory(), 'org_id', 'org', ${$class}->from_org_id, 'from_org_id', 'org_id', '', $readonly);
        ?>
         </td>
             <td><?php 
        echo $f->select_field_from_object('from_subinventory_id', subinventory::find_all_of_org_id(${$class}->from_org_id), 'from_subinventory_id', 'subinventory', ${$class}->from_subinventory_id, 'from_subinventory_id', 'from_subinventory_id', '', $readonly);
        ?>
         </td>
             <td><?php 
        echo $f->select_field_from_object('from_locator_id', locator::find_all_of_subinventory(${$class}->from_subinventory_id), 'locator_id', 'locator', ${$class}->from_locator_id, 'from_locator_id', 'locator_id from_subinventory_id', '', $readonly);
        ?>
         </td>
             <td><?php 
        echo $f->val_field_d('supplier_name', 'supplier', 'supplier_name', '', 'supplier_name', 'vf_select_supplier_name');
        echo $f->hidden_field_withId('supplier_id', ${$class}->supplier_id);
        ?>
<i class="generic g_select_supplier_name select_popup clickable fa fa-search" data-class_name="supplier"></i></td>
             <td><?php 
        $supplier_site_obj = !empty(${$class}->supplier_id) ? supplier_site::find_by_parent_id(${$class}->supplier_id) : array();
        echo $f->select_field_from_object('supplier_site_id', $supplier_site_obj, 'supplier_site_id', 'supplier_site_name', ${$class}->supplier_site_id, 'supplier_site_id');
        ?>
Exemplo n.º 22
0
     <th><?php echo gettext('UOM') ?></th>
     <th><?php echo gettext('Sub Inventory') ?></th>
     <th><?php echo gettext('Locator') ?></th>
    </tr>
   </thead>
   <tbody class="form_data_line_tbody">
    <?php
    $count = 0;
    foreach ($sd_delivery_line_object as $sd_delivery_line) {
     ?>         
     <tr class="sd_delivery_line<?php echo $count ?>">
      <td><?php $f->text_field_wid2sr('item_id_m'); ?></td>
      <td><?php $f->text_field_d2s('item_number'); ?></td>
      <td><?php $f->text_field_d2('item_description'); ?></td>
      <td><?php echo $f->select_field_from_object('line_uom_id', uom::find_all(), 'uom_id', 'uom_name', $sd_delivery_line->line_uom_id, '', '', '', $readonly1); ?></td>
      <td><?php echo $f->select_field_from_object('staging_subinventory_id', subinventory::find_all_of_org_id($$class->shipping_org_id), 'subinventory_id', 'subinventory', $$class_second->staging_subinventory_id, '', 'subinventory_id', '', $readonly1); ?></td>
      <td><?php echo $f->select_field_from_object('staging_locator_id', locator::find_all_of_subinventory($$class_second->staging_subinventory_id), 'locator_id', 'locator', $$class_second->staging_locator_id, '', 'locator_id', '', $readonly1); ?></td>
     </tr>
     <?php
     $count = $count + 1;
    }
    ?>
   </tbody>
   <!--                  Showing a blank form for new entry-->
  </table>
 </div>
 <div id="tabsLine-3" class="tabContent">
  <table class="form_line_data_table">
   <thead> 
    <tr>
     <th><?php echo gettext('Customer Id') ?></th>