File manager - Edit - /home/autoph/public_html/connect/home/PRF_EXECOMAwardToVendorV2_BAKOCT17.php
Back
<?php include_once 'core/init.php'; $uid = $user_data['u_id']; $prfDate = date_create() ->format("Y-m-d"); $prfTime = date('H:i:s'); $myDate = date_create() ->format("Y-m-d"); $prfDateTime=$prfDate. " ".$prfTime; if(isset($_POST['done'])){ $itemID = mysql_escape_string($_POST['AwardItemID']); $ExecomSelectedCanvassID = mysql_escape_string($_POST['canvassID']); //47 canvassID //$ExecomSelectedCanvassID = mysql_escape_string($_POST['canvassID']); //47 AwardItemID $selectedVendorAmount = mysql_escape_string($_POST['AwardItemAmount']); $selectedVendorQty = mysql_escape_string($_POST['AwardItemQty']); $token = md5(md5($itemID)); $prfCode = mysql_result(mysql_query("SELECT `header_ref_code` FROM `prf_request_detl` WHERE `id`='$itemID'"),0); //$proposalID = mysql_result(mysql_query("SELECT `canvass_id` FROM `prf_canvass_sheet` WHERE `id`='$ExecomSelectedCanvassID'"),0);//6 //$proposalCode = mysql_result(mysql_query("SELECT `ref_code` FROM `prf_uploadedcanvass` WHERE `id`='$proposalID'"),0); $canvassSheetID = mysql_result(mysql_query("SELECT `canvass_id` FROM `prf_canvass_sheet` WHERE `id`='$ExecomSelectedCanvassID'"),0); //1174 $canvassVendorID = mysql_result(mysql_query("SELECT `vendor_id` FROM `prf_uploadedcanvass` WHERE `id`='$canvassSheetID'"),0); //10 ///$canvassVendorID = mysql_result(mysql_query("SELECT `vendor_id` FROM `prf_uploadedcanvass` WHERE `id`='$ExecomSelectedCanvassID'"),0); $notes='Portal'; $itemDes = mysql_result(mysql_query("SELECT `item_description` FROM `prf_request_detl` WHERE `id`='$itemID'"),0); $requestorID = mysql_result(mysql_query("SELECT `request_by` FROM `prf_request_hdr` WHERE `reference_code`='$PRFRefCodeID'"),0); $chkIfWithMyApproval = mysql_result(mysql_query("SELECT COUNT(id) FROM `prf_execomcanvassapproval` WHERE `item_code`='$itemID' AND `approved_by_execom`='$uid'"),0); //echo "SELECT COUNT(id) FROM `prf_execomcanvassapproval` WHERE `item_code`='$itemID' AND `approved_by_execom`='$uid'"; //exit; //######################################################################################################################################### //######################################################################################################################################### //check if item is consumable or office supplies $itemCat = mysql_result(mysql_query("SELECT `category_id` FROM `prf_request_detl` WHERE `id`='$itemID' AND `sub_category_id` !=20"),0); //echo "testing...". $itemCat."<br>";; if($itemCat == 4 || $itemCat == 6){ $byPassExecom = True; }else{ $byPassExecom = False; } if($chkIfWithMyApproval!=0){ echo '<script>alert("WARNING: You already approved this request. Waiting for other EXECOM approval.")</script>'; }else{ mysql_query("INSERT INTO `prf_execomcanvassapproval`(prf_ref_code,canvass_id,item_code,vendor_id,canvass_qty,approved_amount,approved_by_execom,notes,date_approved,time_approved) VALUES('{$prfCode}','{$ExecomSelectedCanvassID}','{$itemID}','{$canvassVendorID}','{$selectedVendorQty}','{$selectedVendorAmount}','{$uid}','{$notes}','{$myDate}','{$prfTime}')"); $canvassAwardIDGMLevel = mysql_result(mysql_query("SELECT `canvass_id` from prf_execomcanvassapproval WHERE `item_code` = '$itemID' GROUP BY canvass_id HAVING COUNT(canvass_id) > 0 LIMIT 1"),0); $vendorAwardIDGMLevel = mysql_result(mysql_query("SELECT `vendor_id` from prf_execomcanvassapproval WHERE `item_code` = '$itemID' GROUP BY canvass_id HAVING COUNT(canvass_id) > 0 LIMIT 1"),0); $canvassAwardIDEXECOMB = mysql_result(mysql_query("SELECT `canvass_id` from prf_execomcanvassapproval WHERE `item_code` = '$itemID' GROUP BY canvass_id HAVING COUNT(canvass_id) > 2 LIMIT 1"),0); $vendorAwardIDEXECOMB = mysql_result(mysql_query("SELECT `vendor_id` from prf_execomcanvassapproval WHERE `item_code` = '$itemID' GROUP BY canvass_id HAVING COUNT(canvass_id) > 2 LIMIT 1"),0); //canvassAwardVendorIDSVP canvassAwardIDSVP //$getEXECOMAuthority = mysql_result(mysql_query("SELECT `authority` FROM `prf_execommembers` WHERE `execom_id`='$uid'"),0); $getItemAmountFromCanvassSheet = mysql_result(mysql_query("SELECT MIN(`amount`) FROM `prf_canvass_sheet` WHERE `item_id`='$itemID'"),0); $aprMatrix = mysql_result(mysql_query("SELECT `matrix_level` FROM `prf_validate_links` WHERE`po_code` = '$prfCode' AND `matrix_level`!=0 ORDER BY `matrix_level` DESC LIMIT 1"),0); //$byPassExecom if($byPassExecom == True){ $getRequiredApprover=mysql_query("SELECT vts_users.`u_id`,vts_users.`u_fname`,vts_users.`u_lname`,vts_users.`usr_mobile`,vts_users.`email`, prf_execommembers.`comp_id`,prf_execommembers.`execom_id`,prf_execommembers.`authority` FROM prf_execommembers JOIN vts_users ON vts_users.`u_id` = prf_execommembers.`execom_id` WHERE prf_execommembers.`deleted`=0 AND `authority` = 8888"); }else{ $getRequiredApprover = mysql_result(mysql_query("SELECT `requiredApproverID` FROM `prf_approval_matrix` WHERE `level`='$aprMatrix'"),0); } $chkIFReqAprSigned = mysql_result(mysql_query("SELECT COUNT(id) FROM `prf_execomcanvassapproval` WHERE `item_code`='$itemID' AND `approved_by_execom`='$getRequiredApprover'"),0); $chkExecomApproval = mysql_result(mysql_query("SELECT COUNT(id) FROM `prf_execomcanvassapproval` WHERE `item_code`='$itemID'"),0); switch($aprMatrix){ //################################################################################################# case '1': if($chkExecomApproval > 2){ //CHECK IF THE REQUIRED APPROVER SIGNED if($chkIFReqAprSigned > 0){ mysql_query("UPDATE `prf_request_detl` SET `execom_approval_ts`='$prfDateTime',`awarded`=1,`award_to_vendor_id`='$vendorAwardIDEXECOMB',`approved_proposal_code`='$canvassAwardIDEXECOMB',`approved_qty`='$selectedVendorQty',`approved_amount`='$selectedVendorAmount' WHERE `id`='$itemID'"); $messageToReq ="You ".$itemDes." request has been approved by EXECOM and forwarded to procurement for PO"; mysql_query("INSERT INTO `prf_ff_message`(ref_code,sender_id,message,send_to,date,time) VALUES('{$prfCode}','{$uid}','{$messageToReq}','{$requestorID}','{$myDate}','{$prfTime}')"); mysql_query("UPDATE `prf_validate_links` SET `completed` = '1' WHERE `po_code` = '$prfCode' AND `item_id`='$itemID'"); }else{ $messageToReqB ="You ".$itemDes." request has been endorsed by EXECOM. Please wait for another EXECOM to approved your request before we proceed with the PO. "; mysql_query("INSERT INTO `prf_ff_message`(ref_code,sender_id,message,send_to,date,time) VALUES('{$prfCode}','{$uid}','{$messageToReqB}','{$requestorID}','{$myDate}','{$prfTime}')"); } }else{ $messageToReqB ="Your ".$itemDes." request has been endorsed by EXECOM. Please wait for another EXECOM to approved your request before we proceed with the PO. "; mysql_query("INSERT INTO `prf_ff_message`(ref_code,sender_id,message,send_to,date,time) VALUES('{$prfCode}','{$uid}','{$messageToReqB}','{$requestorID}','{$myDate}','{$prfTime}')"); } break; //################################################################################################# case '2': if($chkExecomApproval > 2){ //CHECK IF THE REQUIRED APPROVER SIGNED if($chkIFReqAprSigned > 0){ mysql_query("UPDATE `prf_request_detl` SET `execom_approval_ts`='$prfDateTime',`awarded`=1,`award_to_vendor_id`='$vendorAwardIDEXECOMB',`approved_proposal_code`='$canvassAwardIDEXECOMB',`approved_qty`='$selectedVendorQty',`approved_amount`='$selectedVendorAmount' WHERE `id`='$itemID'"); $messageToReq ="You ".$itemDes." request has been approved by EXECOM and forwarded to procurement for PO"; mysql_query("INSERT INTO `prf_ff_message`(ref_code,sender_id,message,send_to,date,time) VALUES('{$prfCode}','{$uid}','{$messageToReq}','{$requestorID}','{$myDate}','{$prfTime}')"); mysql_query("UPDATE `prf_validate_links` SET `completed` = '1' WHERE `po_code` = '$prfCode' AND `item_id`='$itemID'"); }else{ $messageToReqB ="You ".$itemDes." request has been endorsed by EXECOM. Please wait for another EXECOM to approved your request before we proceed with the PO. "; mysql_query("INSERT INTO `prf_ff_message`(ref_code,sender_id,message,send_to,date,time) VALUES('{$prfCode}','{$uid}','{$messageToReqB}','{$requestorID}','{$myDate}','{$prfTime}')"); } }else{ $messageToReqB ="You ".$itemDes." request has been endorsed by EXECOM. Please wait for another EXECOM to approved your request before we proceed with the PO. "; mysql_query("INSERT INTO `prf_ff_message`(ref_code,sender_id,message,send_to,date,time) VALUES('{$prfCode}','{$uid}','{$messageToReqB}','{$requestorID}','{$myDate}','{$prfTime}')"); } break; //################################################################################################# case '3': if($chkExecomApproval > 1){ //CHECK IF THE REQUIRED APPROVER SIGNED if($chkIFReqAprSigned > 0){ mysql_query("UPDATE `prf_request_detl` SET `execom_approval_ts`='$prfDateTime',`awarded`=1,`award_to_vendor_id`='$vendorAwardIDGMLevel',`approved_proposal_code`='$canvassAwardIDGMLevel',`approved_qty`='$selectedVendorQty',`approved_amount`='$selectedVendorAmount' WHERE `id`='$itemID'"); $messageToReq ="You ".$itemDes." request has been approved by EXECOM and forwarded to procurement for PO"; mysql_query("INSERT INTO `prf_ff_message`(ref_code,sender_id,message,send_to,date,time) VALUES('{$prfCode}','{$uid}','{$messageToReq}','{$requestorID}','{$myDate}','{$prfTime}')"); mysql_query("UPDATE `prf_validate_links` SET `completed` = '1' WHERE `po_code` = '$prfCode' AND `item_id`='$itemID'"); }else{ $messageToReqB ="You ".$itemDes." request has been endorsed by EXECOM. Please wait for another EXECOM to approved your request before we proceed with the PO. "; mysql_query("INSERT INTO `prf_ff_message`(ref_code,sender_id,message,send_to,date,time) VALUES('{$prfCode}','{$uid}','{$messageToReqB}','{$requestorID}','{$myDate}','{$prfTime}')"); } }else{ $messageToReqB ="You ".$itemDes." request has been endorsed by EXECOM. Please wait for another EXECOM to approved your request before we proceed with the PO. "; mysql_query("INSERT INTO `prf_ff_message`(ref_code,sender_id,message,send_to,date,time) VALUES('{$prfCode}','{$uid}','{$messageToReqB}','{$requestorID}','{$myDate}','{$prfTime}')"); } break; //################################################################################################# case '4': if($chkExecomApproval > 0){ //CHECK IF THE REQUIRED APPROVER SIGNED fs if($chkIFReqAprSigned > 0){ mysql_query("UPDATE `prf_request_detl` SET `execom_approval_ts`='$prfDateTime',`awarded`=1,`award_to_vendor_id`='$vendorAwardIDGMLevel',`approved_proposal_code`='$canvassAwardIDGMLevel',`approved_qty`='$selectedVendorQty',`approved_amount`='$selectedVendorAmount' WHERE `id`='$itemID'"); $messageToReq ="You ".$itemDes." request has been approved by EXECOM and forwarded to procurement for PO"; mysql_query("INSERT INTO `prf_ff_message`(ref_code,sender_id,message,send_to,date,time) VALUES('{$prfCode}','{$uid}','{$messageToReq}','{$requestorID}','{$myDate}','{$prfTime}')"); mysql_query("UPDATE `prf_validate_links` SET `completed` = '1' WHERE `po_code` = '$prfCode' AND `item_id`='$itemID'"); }else{ $messageToReqB ="You ".$itemDes." request has been endorsed by EXECOM. Please wait for another EXECOM to approved your request before we proceed with the PO. "; mysql_query("INSERT INTO `prf_ff_message`(ref_code,sender_id,message,send_to,date,time) VALUES('{$prfCode}','{$uid}','{$messageToReqB}','{$requestorID}','{$myDate}','{$prfTime}')"); } }else{ $messageToReqB ="You ".$itemDes." request has been endorsed by EXECOM. Please wait for another EXECOM to approved your request before we proceed with the PO. "; mysql_query("INSERT INTO `prf_ff_message`(ref_code,sender_id,message,send_to,date,time) VALUES('{$prfCode}','{$uid}','{$messageToReqB}','{$requestorID}','{$myDate}','{$prfTime}')"); } break; //################################################################################################# case '5': mysql_query("UPDATE `prf_request_detl` SET `execom_approval_ts`='$prfDateTime',`awarded`=1,`award_to_vendor_id`='$canvassVendorID',`approved_proposal_code`='$ExecomSelectedCanvassID',`approved_qty`='$selectedVendorQty',`approved_amount`='$selectedVendorAmount' WHERE `id`='$itemID'"); $messageToReq ="You ".$itemDes." request has been approved and forwarded to procurement for PO"; mysql_query("INSERT INTO `prf_ff_message`(ref_code,sender_id,message,send_to,date,time) VALUES('{$prfCode}','{$uid}','{$messageToReq}','{$requestorID}','{$myDate}','{$prfTime}')"); mysql_query("UPDATE `prf_validate_links` SET `completed` = '1' WHERE `po_code` = '$prfCode' AND `item_id`='$itemID'"); break; //################################################################################################# } //CHECK IF ALL ITEMS IN THE PRF HAS BEEN APPROVED $getHeaderID = mysql_result(mysql_query("SELECT `header_id` FROM `prf_request_detl` WHERE `id`='$itemID'"),0); $chekItemCount = mysql_result(mysql_query("SELECT COUNT(id) FROM `prf_request_detl` WHERE `header_id`='$getHeaderID' AND `deleted`=0"),0); $chekItemCountApproval = mysql_result(mysql_query("SELECT COUNT(id) FROM `prf_request_detl` WHERE `header_id`='$getHeaderID' AND `deleted`=0 AND `execom_approval_ts`!=''"),0); if($chekItemCount = $chekItemCountApproval){ mysql_query("UPDATE `prf_request_hdr` SET `current_status`='7' WHERE `reference_code`='$canvassCode'"); mysql_query("UPDATE `prf_request_detl` SET `item_status`='7' WHERE `id`='$itemID'"); }else{ mysql_query("UPDATE `prf_request_detl` SET `item_status`='6' WHERE `id`='$itemID'"); } //mysql_query("UPDATE `prf_request_hdr` SET `current_status`='7' WHERE `reference_code`='$canvassCode'"); } } ?> <?php $getItemHdr = mysql_query("SELECT * FROM `prf_request_detl` WHERE `for_execom_canvass_approval`= 1 AND `deleted`=0 AND `awarded`='0' AND `execom_approval_ts`='' AND `item_status`!=99"); while($row=mysql_fetch_array($getItemHdr)){ $chkIfAlreadySigned = mysql_result(mysql_query("SELECT COUNT(id) FROM `prf_execomcanvassapproval` WHERE `item_code`='".$row['id']."' AND `approved_by_execom` = '$uniqueRefID'"),0); if($chkIfAlreadySigned == 0){ $regHDRcode=$row['header_ref_code']; $regCat=$row['category_id']; $regCatName =mysql_result(mysql_query("SELECT `description` FROM `prf_expensecategory` WHERE `id`='$regCat'"),0); $reqByID = mysql_result(mysql_query("SELECT `request_by` FROM `prf_request_hdr` WHERE `reference_code`='$regHDRcode'"),0); $reqCompID=$row['comp_id']; $dateNeeded = mysql_result(mysql_query("SELECT `date_needed` FROM `prf_request_hdr` WHERE `reference_code`='$regHDRcode'"),0); $reqCompName = mysql_result(mysql_query("SELECT `comp_code` FROM vts_company WHERE comp_id='$reqCompID'"),0); $reqByFName = mysql_result(mysql_query("SELECT u_fname FROM vts_users WHERE u_id='$reqByID'"),0); $reqByLName = mysql_result(mysql_query("SELECT u_lname FROM vts_users WHERE u_id='$reqByID'"),0); $getCompanyGMID = mysql_result(mysql_query("SELECT `approving_GM_id` FROM prf_request_hdr WHERE `reference_code`='$regHDRcode'"),0); $getGMIDFName = mysql_result(mysql_query("SELECT u_fname FROM vts_users WHERE u_id='$getCompanyGMID'"),0); $getGMIDLName = mysql_result(mysql_query("SELECT u_lname FROM vts_users WHERE u_id='$getCompanyGMID'"),0); $getDeptID = mysql_result(mysql_query("SELECT `dept_head_id` FROM `prf_request_hdr` WHERE `reference_code`='$regHDRcode'"),0); //echo $getDeptID; $getDeptIDFName = mysql_result(mysql_query("SELECT u_fname FROM vts_users WHERE u_id='$getDeptID'"),0); $getDeptIDLName = mysql_result(mysql_query("SELECT u_lname FROM vts_users WHERE u_id='$getDeptID'"),0); $getEndorsedAmountFromCanvassSheet = mysql_result(mysql_query("SELECT `amount` FROM `prf_canvass_sheet` WHERE `item_id`='".$row['id']."' AND `user_feedback` = 1 AND `user_feedback` != 0"),0); $getRequiredApprover = mysql_result(mysql_query("SELECT `requiredApproverID` FROM `prf_approval_matrix` WHERE '$getEndorsedAmountFromCanvassSheet' BETWEEN `min_amount` AND `max_amount`"),0); $getRAFName = mysql_result(mysql_query("SELECT `u_fname` FROM `vts_users` WHERE `u_id`='$getRequiredApprover'"),0); $getRALName = mysql_result(mysql_query("SELECT `u_lname` FROM `vts_users` WHERE `u_id`='$getRequiredApprover'"),0); $chkIfRAOSigned = mysql_result(mysql_query("SELECT COUNT(id) FROM `prf_execomcanvassapproval` WHERE `item_code`='".$row['id']."' AND `approved_by_execom` = '$getRequiredApprover'"),0); $getMatrixLevel = mysql_result(mysql_query("SELECT `level` FROM `prf_approval_matrix` WHERE '$getEndorsedAmountFromCanvassSheet' BETWEEN `min_amount` AND `max_amount`"),0); if($getMatrixLevel == 5){ $pendingApproval ="Dept. Head: <br><b style='padding:2px;margin:0px;font-family:Yu Gothic Light;font-size:9px;color:blue;font-weight:normal'>(".$getDeptIDFName." ".$getDeptIDLName.")</b>"; $pendingDeptName = "Waiting for ". $getDeptIDFName . " " . $getDeptIDLName. " Approval"; if($getDeptID == $uniqueRefID){ $bgColor='#d1faa0'; $view='True'; }else{ $bgColor='#eef0eb'; $view='False'; } } if($getMatrixLevel == 4){ $chkIfGMSigned = mysql_result(mysql_query("SELECT COUNT(id) FROM `prf_execomcanvassapproval` WHERE `item_code`='".$row['id']."' AND `approved_by_execom` = '$getCompanyGMID'"),0); if($chkIfRAOSigned == 1){ $rSign = '✅'; }else{ $rSign = '❌'; } if($chkIfGMSigned == 1){ $gSign = '✅'; }else{ $gSign = '❌'; } $pendingApproval ="GM/SVP/AVP <b style='padding:2px;margin:0px;font-family:Yu Gothic Light;font-size:9px;color:blue;font-weight:normal'> <br>(".$gSign.") ".$getGMIDFName." ".$getGMIDLName." <br>(".$rSign.") ".$getRAFName." ".$getRALName." </b>"; $pendingDeptName = "Waiting for approval..."; if($getCompanyGMID == $uniqueRefID || $getRequiredApprover==$uniqueRefID){ $bgColor='#ff8480 '; $view='True'; }else{ $bgColor='#eef0eb'; $view='False'; } } if($getMatrixLevel < 4){ $chkIfImExecom = mysql_result(mysql_query("SELECT COUNT(1) FROM `prf_execommembers` WHERE `execom_id`='$uniqueRefID' AND `authority` < 4"),0); $ExecomCount = mysql_result(mysql_query("SELECT COUNT(id) FROM `prf_execomcanvassapproval` WHERE `item_code`='".$row['id']."'"),0); if($chkIfRAOSigned == 1){ $rSign = '✅'; }else{ $rSign = '❌'; } $pendingApproval ="EXECOM:<b style='padding:2px;margin:0px;font-family:Yu Gothic Light;font-size:9px;color:blue;font-weight:normal'>(Any of EXECOM Members)</b>"; $pendingApproval ="ANY EXECOM MEMBERS: <b style='padding:2px;margin:0px;font-family:Yu Gothic Light;font-size:9px;color:blue;font-weight:normal'> <br>".$ExecomCount." out of 3 has been signed <br>(".$rSign.") ".$getRAFName." ".$getRALName." </b>"; $pendingDeptName = "Waiting for ". $getGMIDFName . " " . $getGMIDLName. " Approval"; $pendingDeptName = "Waiting for EXECOM Approval"; if($chkIfImExecom > 0){ $bgColor='#ff8480 '; $view='True'; }else{ $bgColor='#eef0eb'; $view='False'; } } if($PRFPUR==1){ ?><tr onclick="javascript:getInfoB(this);" title="<?php echo strtoupper($pendingDeptName); ?>"><?php echo "<td style='width:5%;background:$bgColor'>".$row['id']."</td>"; echo "<td style='width:7%;background:$bgColor;'>".strtoupper($reqCompName); echo "<br><i style='font-family:Calibri;font-size:10px;color:#f74f06'>PRF.#: ".$regHDRcode ."</i>"; echo "</td>"; echo "<td style='width:15%;background:$bgColor;'>".strtoupper($reqByLName).", ".strtoupper($reqByFName); echo"</td>"; echo "<td style='width:30%;background:$bgColor;text-align:left;'>".strtoupper($row['item_description'])."</td>"; echo "<td style='width:15%;background:$bgColor;text-align:left;'>".$regCatName."</td>"; echo "<td style='width:4%;background:$bgColor;text-align:left;'>".strtoupper($row['quantity'])."</td>"; echo "<td style='width:8%;background:$bgColor;'>".strtoupper($dateNeeded)."</td>"; echo "<td style='width:13%;background:$bgColor;'>".strtoupper($pendingApproval)."</td>"; echo "<td style='width:3%;background:$bgColor;'>".strtoupper($getMatrixLevel)."</td>"; echo "</tr>"; }else{ if($view === 'True'){ ?><tr onclick="javascript:getInfoB(this);" title="<?php echo strtoupper($pendingDeptName); ?>"><?php echo "<td style='width:5%;'>".$row['id']."</td>"; echo "<td style='width:7%;'>".strtoupper($reqCompName)."</td>"; echo "<td style='width:15%;'>".strtoupper($reqByLName).", ".strtoupper($reqByFName)."</td>"; echo "<td style='width:30%;text-align:left;'>".strtoupper($row['item_description'])."</td>"; echo "<td style='width:15%;text-align:left;'>".$regCatName."</td>"; echo "<td style='width:4%;text-align:left'>".strtoupper($row['quantity'])."</td>"; echo "<td style='width:8%;'>".strtoupper($dateNeeded)."</td>"; echo "<td style='width:13%;'>".strtoupper($pendingApproval)."</td>"; echo "<td style='width:3%;'>".strtoupper($getMatrixLevel)."</td>"; echo "</tr>"; } } } } ?> <tr><td colspan='9' ><hr style='padding:0px;background:transparent;border:0px;border-bottom:1px solid gray'></td> <tr> <td colspan='2' style='background:white;font-family:Yu Gothic; font-size:13px;color: #f97d43 ;height:20px;font-weight:normal'>Selected Record:</td> <td colspan='7' style='background:white;'> <input type='text' id='selectedPRFHeaderID' class='TableBottomLabel' style='border:0px;text-align:left' disabled> </td> </tr>
| ver. 1.4 |
.
| PHP 7.3.33 | Generation time: 0 |
proxy
|
phpinfo
|
Settings