Esempio n. 1
0
    ?>
</td>
         <td><?php 
    $f->text_field_d2('description');
    ?>
</td>
         <td><?php 
    echo $f->checkBox_field('billed_cb', ${$class_second}->billed_cb, '', '', 1);
    ?>
</td>
         <td><?php 
    echo $f->checkBox_field('revenue_distributed_cb', ${$class_second}->revenue_distributed_cb, '', '', 1);
    ?>
</td>
         <td><?php 
    $f->text_field_wid2r('reference_key_name', 'always_readonly');
    ?>
</td>
         <td><?php 
    $f->text_field_wid2r('reference_key_value', 'always_readonly');
    ?>
</td>
        </tr>
        <?php 
    $count = $count + 1;
}
?>
      </tbody>
     </table>
    </div>
   </div>
Esempio n. 2
0
    ?>
">
         <td><?php 
    $f->seq_field_d($count);
    ?>
</td>
         <td><?php 
    echo $f->checkBox_field('kit_cb', ${$class_second}->kit_cb, '', 'dontCopy');
    ?>
</td>
         <td><?php 
    echo $f->checkBox_field('kit_configured_cb', ${$class_second}->kit_configured_cb, '', 'dontCopy');
    ?>
</td>
         <td><?php 
    $f->text_field_wid2r('bom_config_header_id');
    ?>
</td>
         <td><?php 
    $f->text_field_wid2r('wip_wo_header_id');
    ?>
</td>
         <td> <a class="popup popup-form-i view-item-config medium" href="form.php?class_name=bom_config_header&mode=9&window_type=popup"> <i class="fa fa-edit"></i></a></td>
        </tr>
        <?php 
    $count = $count + 1;
}
?>
      </tbody>
      <!--                  Showing a blank form for new entry-->
     </table>
                   <th>Transaction Details </th>
                  </tr>
                 </thead>
                 <tbody class="form_data_line_tbody inv_lot_transaction_entries_values" >
                  <?php 
$count = 0;
foreach ($inv_lot_transaction_object as $inv_lot_transaction) {
    $class_second = 'inv_lot_transaction';
    ?>
         
                    <tr class="inv_lot_transaction_entries<?php 
    echo $count;
    ?>
">
                     <td><?php 
    $f->text_field_wid2r('lot_number');
    ?>
</td>
                     <td><?php 
    $f->text_field_wid2r('item_number');
    ?>
</td>
                     <td><?php 
    $f->text_field_wid2r('item_description');
    ?>
</td>
                     <td><?php 
    $f->text_field_wid2sr('org_id');
    ?>
</td>
                     <td><?php 
Esempio n. 4
0
    ?>
          <i class="select_item_number select_popup clickable fa fa-search"></i></td>
         <td><?php 
    form::text_field_wid2('item_description');
    ?>
</td>
         <td><?php 
    $f->number_field('line_quantity', ${$class_second}->line_quantity);
    ?>
</td>
         <td><?php 
    echo $f->select_field_from_object('uom_id', uom::find_all(), 'uom_id', 'uom_name', ${$class_second}->uom_id, '', 'small');
    ?>
</td>
         <td><?php 
    $f->text_field_wid2r('line_status');
    ?>
</td>
         <td><?php 
    form::number_field_wid2s('line_quantity');
    ?>
</td>
        </tr>
        <?php 
    $count = $count + 1;
}
?>
      </tbody>
     </table>
    </div>
    <div id="tabsLine-2" class="scrollElement tabContent">
Esempio n. 5
0
        }
    } else {
        ${$class_second}->agreed_quantity = ${$class_second}->agreed_amount = ${$class_second}->released_quantity = ${$class_second}->released_amount = null;
    }
    ?>
         
         <tr class="po_line<?php 
    echo $count;
    ?>
">
          <td><?php 
    $f->seq_field_d($count);
    ?>
</td>
          <td><?php 
    $f->text_field_wid2r('agreed_quantity');
    ?>
</td>
          <td><?php 
    $f->text_field_wid2r('agreed_amount');
    ?>
</td>
          <td><?php 
    $f->text_field_wid2r('released_quantity');
    ?>
</td>
          <td><?php 
    $f->text_field_wid2r('released_amount');
    ?>
</td>
         </tr>
        <tr class="qa_collection_element_line<?php 
    echo $count;
    ?>
">
         <td>
          <?php 
    echo ino_inline_action($qa_collection_element_line->qa_collection_element_line_id, array('qa_collection_element_header_id' => $qa_collection_element_header->qa_collection_element_header_id));
    ?>
         </td>

         <td><?php 
    form::text_field_wid2sr('qa_collection_element_line_id');
    ?>
</td>
         <td><?php 
    $f->text_field_wid2r('element_value');
    ?>
</td>
         <td><?php 
    $f->text_field_wid2('description');
    ?>
</td>
         <td><?php 
    $f->date_field('end_date', ${$class_second}->end_date);
    ?>
</td>
        </tr>
        <?php 
    $count = $count + 1;
}
?>
Esempio n. 7
0
">
         <td>
          <?php 
    echo ino_inline_action(${$class_second}->prj_percent_line_id, array('prj_percent_header_id' => ${$class}->prj_percent_header_id, 'prj_project_header_id' => ${$class}->prj_project_header_id));
    ?>
         </td>
         <td><?php 
    $f->text_field_wid2sr('prj_percent_line_id', 'always_readonly line_id');
    ?>
</td>
         <td><?php 
    $f->text_field_wid2sr('prj_project_line_id', 'always_readonly');
    ?>
</td>
         <td><?php 
    $f->text_field_wid2r('task_number', 'always_readonly');
    ?>
</td>
         <td><?php 
    $f->text_field_wid2r('task_description', 'always_readonly');
    ?>
</td>
         <td><?php 
    echo $f->date_fieldAnyDay('as_of_date', ${$class_second}->as_of_date);
    ?>
</td>
         <td><?php 
    $f->text_field_wid2('percent');
    ?>
</td>
         <td><?php 
         <td>
          <?php 
    echo $f->select_field_from_object('to_subinventory_id', subinventory::find_all_of_org_id(${$class}->to_org_id), 'subinventory_id', 'subinventory', ${$class_second}->to_subinventory_id, '', 'subinventory_id', '');
    ?>
         </td>
         <td>
          <?php 
    echo $f->select_field_from_object('to_locator_id', locator::find_all_of_subinventory(${$class_second}->to_subinventory_id), 'locator_id', 'locator', ${$class_second}->to_locator_id, '', 'to_locator_id', '');
    ?>
         </td>
         <td><?php 
    $f->text_field_wid2('description');
    ?>
							</td>
         <td><?php 
    $f->text_field_wid2r('status');
    ?>
				
         <?php 
    echo $f->hidden_field('action', '');
    ?>
		</td>      
         <td><?php 
    $f->text_field_wid2s('reference_type');
    ?>
							</td>
         <td><?php 
    $f->text_field_wid2('reference_key_name');
    ?>
							</td>
         <td><?php 
Esempio n. 9
0
      <tbody class="form_data_line_tbody">
       <?php 
$count = 0;
foreach ($prj_status_line_object as $prj_status_line) {
    ?>
         
        <tr class="prj_status_line<?php 
    echo $count;
    ?>
">
         <td><?php 
    $f->seq_field_d($count);
    ?>
</td>
         <td><?php 
    $f->text_field_wid2r('sd_so_line_id', 'dontCopy');
    ?>
</td>
         <td><?php 
    $f->text_field_wid2r('sd_so_header_id', 'dontCopy');
    ?>
</td>
         <td><?php 
    $f->text_field_wid2r('line_status', 'dontCopy');
    ?>
</td>
         <td><?php 
    echo $f->select_field_from_object('price_list_header_id', mdm_price_list_header::find_all_sales_pl(), 'mdm_price_list_header_id', 'price_list', ${$class_second}->price_list_header_id, '', 'medium copyValue');
    ?>
         </td>
         <td><?php 
Esempio n. 10
0
    ?>
">
         <td><?php 
    $f->seq_field_d($count);
    ?>
</td>
         <td><?php 
    $f->text_field_wid2('rejection_reason');
    ?>
</td>
         <td><?php 
    $f->text_field_wid2('document_number');
    ?>
</td>
         <td><?php 
    $f->text_field_wid2r('reference_type', 'always_readonly');
    ?>
</td>
         <td><?php 
    $f->text_field_wid2l('reference_key_name', 'always_readonly');
    ?>
</td>
         <td><?php 
    $f->text_field_wid2l('reference_key_value', 'always_readonly');
    ?>
</td>
         <td><?php 
    $f->text_field_wid2r('gl_journal_header_id');
    ?>
</td>        
         <td><?php 
Esempio n. 11
0
    ?>
</td>
         <td><?php 
    echo $f->number_field('quantity', $sd_delivery_line->quantity);
    ?>
</td>
         <td><?php 
    echo $f->number_field('shipped_quantity', $sd_delivery_line->shipped_quantity, '8', '', 'always_readonly', '', 1);
    ?>
</td>
         <td><?php 
    echo $f->number_field('so_qty_change', '', '', '', 'small', '', 1);
    ?>
</td>
         <td><?php 
    $f->text_field_wid2r('delivery_status', 'always_readonly');
    ?>
</td>
         <td><?php 
    $f->text_field_wid2r('action', 'always_readonly');
    ?>
</td>
        </tr>
        <?php 
    $count = $count + 1;
}
?>
      </tbody>
     </table>
    </div>
    <div id="tabsLine-2" class="scrollElement tabContent">
         <td>
          <?php 
    echo $f->select_field_from_object('to_subinventory_id', subinventory::find_all_of_org_id(${$class}->to_org_id), 'subinventory_id', 'subinventory', ${$class_second}->to_subinventory_id, '', 'subinventory_id', '');
    ?>
         </td>
         <td>
          <?php 
    echo $f->select_field_from_object('to_locator_id', locator::find_all_of_subinventory(${$class_second}->to_subinventory_id), 'locator_id', 'locator', ${$class_second}->to_locator_id, '', 'to_locator_id', '');
    ?>
         </td>
         <td><?php 
    $f->text_field_wid2('description');
    ?>
							</td>
         <td><?php 
    $f->text_field_wid2r('status', 'always_readonly');
    ?>
				
         <?php 
    echo $f->hidden_field('action', '');
    ?>
		</td>      
         <td><?php 
    $f->text_field_wid2s('reference_type');
    ?>
							</td>
         <td><?php 
    $f->text_field_wid2('reference_key_name');
    ?>
							</td>
         <td><?php 
Esempio n. 13
0
    ?>
</td>
         <td><?php 
    echo $f->number_field('mileage_distace', ${$class_second}->mileage_distace);
    ?>
</td>
         <td><?php 
    echo $f->number_field('mileage_rate', ${$class_second}->mileage_rate);
    ?>
</td>
         <td><?php 
    $f->checkBox_field_wid2('original_receipt_missing_cb');
    ?>
</td>
         <td><?php 
    $f->text_field_wid2r('status', 'always_readonly');
    ?>
</td>
        </tr>
        <?php 
    $count = $count + 1;
}
?>
      </tbody>
     </table>
    </div>
   </div>
  </div>
 </form>
</div>
<div id="js_data">
Esempio n. 14
0
</td>
             <td><?php 
    echo $f->text_field_ap(array('name' => 'revision_name', 'value' => ${$class_second}->revision_name, 'readonly' => $reaonly_ir, 'class_name' => 'small'));
    ?>
</td>
             <td><?php 
    $f->text_field_wid2('description');
    ?>
</td>
             <td><?php 
    $f->text_field_wid2('reason');
    ?>
</td>
             <td><?php 
    if ($reaonly_ir) {
        $f->text_field_wid2r('eco_number');
    } else {
        $f->text_field_wid2('eco_number');
    }
    ?>
</td>
             <td><?php 
    echo $reaonly_ir == true ? $f->date_fieldAnyDay_r('effective_start_date', ${$class_second}->effective_start_date, 1) : $f->date_fieldAnyDay('effective_start_date', ${$class_second}->effective_start_date, 'small');
    ?>
</td>
             <td><?php 
    echo $reaonly_ir == true ? $f->date_fieldAnyDay('effective_end_date', ${$class_second}->effective_end_date, 'small') : $f->date_fieldAnyDay('effective_end_date', ${$class_second}->effective_end_date, 'small');
    ?>
</td>
             <td><?php 
    echo $reaonly_ir == true ? $f->date_fieldAnyDay_r('implementation_date', ${$class_second}->implementation_date, 1) : $f->date_fieldAnyDay('implementation_date', ${$class_second}->implementation_date, 'small');