echo $otherchargtype = $obj->oct($fp['oct']); ?> /<?php if ($fp['othercharg'] == '') { echo '0.00'; } else { echo $fp['othercharg']; } ?> </td> <td><?php echo $fp['disper']; ?> </td> <td><?php echo $Inspection = $obj->inspection($fp['inspection']); ?> </td> <td><?php echo $payment = $obj->paymentOptn($fp['payment']); ?> </td> <td><?php echo $fp['validday']; ?> </td> <td><?php echo $tdc = $obj->tdc_emd($fp['tdc']); ?> </td> <td><?php
if ($_GET['firm'] == "") { echo "<font class='error'>There's some error..</font>"; } else { $obj->StoreFirmsWithProducts($_GET['firm'], $_GET['consignee'], $_GET['inspection'], $_GET['quantity'], $_GET['unit'], $_GET['tdc'], $_GET['emd'], $_GET['rate'], $_GET['taxtype'], $_GET['taxper'], $_GET['taxamount'], $_GET['disper'], $_GET['disamount'], $_GET['othercharg'], $_GET['validday'], $_GET['payment'], $_GET['delperod'], $_GET['delschedule'], $_GET['remark'], $_GET['spinate'], $_GET['PRODUCTID']); echo "<font class='success'>Firm added successfully</font>"; } } if (isset($_POST['firm_id_tender']) && $_POST['firm_id_tender'] != '') { $result_firm_tender = $obj->Schedule_Peride($_POST['firm_id_tender']); echo json_encode($result_firm_tender); } if (isset($_GET['pidProductFirm']) && $_GET['pidProductFirm'] != '') { $update_product_firm = $obj->UpdateProductFirm($_GET['category'], $_GET['inspection'], $_GET['discription'], $_GET['consignee'], $_GET['quantity'], $_GET['unitX'], $_GET['pidProductFirm']); $mj = $obj->ProductFirmAfterUpdate($_GET['pidProductFirm']); $my_unit = $obj->unit($mj['unit']); $my_inspection = $obj->inspection($mj['inspection']); ?> <td><input type="text" name="category_update[]" style="width:200px;" class="kareena" value="<?php echo $mj['item_name'] . ":-" . $mj['item_discription']; ?> " id="category_update_0" readonly="readonly" /> </td> <td><input type="text" id="inspection_update_0" name="inspection_update[]" class="selectD" style="width:120px;" value="<?php echo $my_inspection; ?> " readonly="readonly" /> </td> <td> <input type="text" name="discription_update[]" class="kareena" id="discription_update_0" readonly="readonly" value="<?php echo $mj['discription']; ?>
<span style="margin-left:0px;border-bottom:1px solid #000;">Generate Bid Refrence number </span> </div> <!-------------------------------> <table id="multipels" class="showing" cellspacing="3px;"> <tr><th>Firm</th><th>Inspection</th><th>Rate</th></tr> <tr><td><?php print_r($record_update['csign_short_name']); ?> </td> <td> <?php echo $qq = $obj->inspection($record_update['inspection']); ?> </td> <td> <?php print_r($record_update['rate']); ?> </td></tr> <tr><th>Tax Type</th><th>Tax %</th><th>Other Charge Type</th></tr> <tr><td> <?php echo $tt = $obj->taxType($record_update['taxtype']); ?> </td> <td> <?php