PK

ADDRLIN : /home/anibklip/aaravpest.in/2025-26/
FLL :
Current File : /home/anibklip/aaravpest.in/2025-26/certificate-aus-confirm.php

<?php 
	include "templatic/head.php"; 
	include "templatic/header.php";
?>
<div class="box">

<h2>Certificate Details</h2>

<div style="padding:0px 10px;">
<?php

$_SESSION['form_data']='good2go';

$clntid = $_POST['clntid'];
$sql="SELECT parhead FROM parties Where headid='$clntid'";
$result=mysql_query($sql) or die('Error in getting Client type');
while($row=mysql_fetch_array($result))
{
$cmntz="{$row['parhead']}";
}

?>

<!-- <form action="certificate-aus-invoicebill.php" method="post"> -->
<form action="certificate-invoicebill.php" method="post">
<input type="hidden" name="formno" value="<?php echo"$_POST[formno]";?>">
<input type="hidden" name="subc_id" value="<?php echo $_POST['subc_id']; ?>">
<input type="hidden" name="dtype" value="<?php echo"$_POST[dtype]";?>">
<input type="hidden" name="clntid" value="<?php echo"$_POST[clntid]";?>">
<input type="hidden" name="clntid2" value="<?php echo"$_POST[clntid2]";?>">
<input type="hidden" name="certificateno" value="<?php echo"$certificateno";?>">
<input type="hidden" name="issuedate" value="<?php echo"$_POST[issuedate]";?>">
<input type="hidden" name="desgood" value="<?php echo"$_POST[desgood]";?>">
<input type="hidden" name="quantitydeclared" value="<?php echo"$_POST[quantitydeclared]";?>">
<input type="hidden" name="distmarks" value="<?php echo"$_POST[distmarks]";?>">
<input type="hidden" name="conslinkno" value="<?php echo"$_POST[conslinkno]";?>">
<input type="hidden" name="portcountry" value="<?php echo"$_POST[portcountry]";?>">
<input type="hidden" name="countrydes" value="<?php echo"$_POST[countrydes]";?>">
<input type="hidden" name="declentry" value="<?php echo"$_POST[declentry]";?>">
<input type="hidden" name="nameaddress" value="<?php echo"$_POST[nameaddress]";?>">
<input type="hidden" name="declarednameaddress" value="<?php echo"$_POST[declarednameaddress]";?>">
<input type="hidden" name="namefumigant" value="<?php echo"$_POST[namefumigant]";?>">
<input type="hidden" name="datefumigantion" value="<?php echo"$_POST[datefumigantion]";?>">
<input type="hidden" name="placefumigantion" value="<?php echo"$_POST[placefumigantion]";?>">
<input type="hidden" name="dosagefumigant" value="<?php echo"$_POST[dosagefumigant]";?>">
<input type="hidden" name="durationfumigantion" value="<?php echo"$_POST[durationfumigantion]";?>">
<input type="hidden" name="airtemp" value="<?php echo"$_POST[airtemp]";?>">
<input type="hidden" name="contype" value="<?php echo"$_POST[contype]";?>">
<input type="hidden" name="airspace" value="<?php echo"$_POST[airspace]";?>">
<input type="hidden" name="presstest" value="<?php echo"$_POST[presstest]";?>">
<input type="hidden" name="discharge" value="<?php echo"$_POST[discharge]";?>">
<input type="hidden" name="enclosure" value="<?php echo"$_POST[enclosure]";?>">
<input type="hidden" name="commodity" value="<?php echo"$_POST[commodity]";?>">
<input type="hidden" name="consignment" value="<?php echo"$_POST[consignment]";?>">
<input type="hidden" name="wrapping" value="<?php echo"$_POST[wrapping]";?>">
<input type="hidden" name="perforated" value="<?php echo"$_POST[perforated]";?>">
<input type="hidden" name="height" value="<?php echo"$_POST[height]";?>">
<input type="hidden" name="cmntz" value="<?php echo"$cmntz";?>">
<input type="hidden" name="nameship" value="<?php echo"$_POST[nameship]";?>">
<input type="hidden" name="deck" value="<?php echo"$_POST[deck]";?>">
<input type="hidden" name="ajtname" value="<?php echo"$_POST[ajtname]";?>">
<input type="hidden" name="addition" value="<?php echo"$_POST[addition]";?>">
<input type="hidden" name="sub_c" value="<?php echo"$_POST[sub_c]";?>">
<input type="hidden" name="consignment_link" value="<?php if(isset($_POST['consignment_link']) && $_POST['consignment_link']!=""){ echo $_POST['consignment_link']; }else{ echo "N/A"; } ?>">
<input type="hidden" name="container20feet" value="<?php echo"$_POST[container20feet]";?>" >
<input type="hidden" name="container40feet" value="<?php echo"$_POST[container40feet]";?>" >
<input type="hidden" name="container40HC" value="<?php echo"$_POST[container40HC]";?>" >
<input type="hidden" name="containerLCL" value="<?php echo"$_POST[containerLCL]";?>" >

<input type="hidden" name="product" value="<?php echo $_POST['product']; ?>" >
<input type="hidden" name="hsn" value="<?php echo $_POST['hsn']; ?>" >
<input type="hidden" name="uom" value="<?php echo $_POST['uom']; ?>" >
<input type="hidden" name="gst_combine" value="<?php echo $_POST['gst_combine']; ?>">
<input type="hidden" name="qty" value="<?php echo $_POST['qty']; ?>">

<table align="center" width="100%" border="0">
	<tr><td align="left" colspan="6"><strong>DPPQS Registration No</strong>:104 MB</td></tr>
	<tr> <td colspan="3"><em>Treatment Certificate Number: Auto assigned</em></td>
	<td align="center" colspan="3">Date of Issue: <?php echo"$_POST[issuedate]";?></td></tr>
	<td colspan="6" class="safe">This is to certify that the following regulated articles have been fumigated according to the appropriate procedures to confirm to the current Phytosanitary. Requirements of the importing country.</td></tr>
	<td align="left" colspan="6"><strong>DETAILS OF GOODS</strong></td></tr>
	<tr><td colspan="2">Target of fumigation:</td><td width="15%"><?php echo"$_POST[desgood]";?></td>
	<td align="right" colspan="2">Commodity:</td><td width="15%"><?php echo"$_POST[quantitydeclared]";?></td></tr>
<!--
<tr>
<td align="left" colspan="2">Distinguishing marks:</td><td><?php echo"$_POST[distmarks]";?></td>
<td align="right" colspan="2">Consignment Link/Container No.</td><td><?php echo"$_POST[conslinkno]";?></td></tr>
-->
<tr>
<td align="left" colspan="2">Country of origin:</td><td><?php echo"$_POST[portcountry]";?></td>
<td align="right" colspan="2" valign="top">Consignment link<br/><br/>Container No:</td><td><?php echo $_POST['consignment_link']."<br/>".$_POST['nameship'];?></td>
</tr>
	<tr><td align="left" colspan="2">Country of destination :</td><td><?php echo"$_POST[countrydes]";?></td>
	<td align="right" colspan="2">Port of loading:</td><td><?php echo"$_POST[declentry]";?></td></tr>
	    
    <tr>
	<td align="left" colspan="3"><b>Name and Address of Consignor/Exporter</b>:<br/>
	<?php 
	client_details($_POST['clntid']);
	?>
	</td>
	<td colspan="3"><b>Name & Address of Consignee/Imported</b>:<br/>
	<?php
	client_details($_POST['clntid2']);
	?>
	</td>
    </tr>
        
        
<tr><td colspan="6"><strong>DETAILS OF TREATMENT</strong></td></tr>
	<tr><td width="15%">Prescribed dose rate (g/m3):</td><td width="15%"><?php echo"$_POST[namefumigant]";?></td>
	<td>Date of fumigation:</td><td width="15%"><?php echo"$_POST[datefumigantion]";?></td>
	<td width="15%">Place of fumigation:</td><td width="15%"><?php echo"$_POST[placefumigantion]";?></td>
	</tr>
     <tr><td width="30%">Dosage rate of fumigation:</td><td width="15%"><?php echo"$_POST[dosagefumigant]";?></td>
	<td>Duration of fumigation:</td><td width="15%"><?php echo"$_POST[durationfumigantion]";?></td>
	<td width="30%">Minimum Air temperature:</td><td width="15%"><?php echo"$_POST[airtemp]";?></td>
	</tr>
	
<tr><td colspan="4">Stack under sheet:</td>
	<td align="center" colspan="2"><?php
	$contype = $_POST['contype'];
	 if($contype=='No')
	 {
	 echo"<del> Yes </del>   &nbsp;<b>$contype</b>&nbsp;  <del> N/A </del>";
	 }
	 elseif($contype=='Yes')
	 {
	 echo"<b>$contype</b>  &nbsp;<del> No </del>&nbsp; <del> N/A </del>";
	 }
	 
	 ?>
	</td></tr>
	    <tr><td colspan="4">Container/s under sheet:</td>
	<td align="center" colspan="2"><?php
	$presstest = $_POST['presstest'];
	 if($presstest=='No')
	 {
	 echo"<del> Yes </del>   &nbsp;<b>$presstest</b>&nbsp;  <del> N/A </del>";
	 }
	 elseif($presstest=='Yes')
	 {
	 echo"<b>$presstest</b>  &nbsp;<del> No </del>&nbsp; <del> N/A </del>";
	 } 
	 ?>
	</td></tr>
	<tr><td colspan="4">Permanent Chamber:</td>
	<td align="center" colspan="2"><?php
	$airspace = $_POST['airspace'];
	 if($airspace=='No')
	 {
	 echo"<del> Yes </del>   &nbsp;<b>$airspace</b>&nbsp;  <del> N/A </del>";
	 }
	 elseif($airspace=='Yes')
	 {
	 echo"<b>$airspace</b>  &nbsp;<del> No </del>&nbsp; <del> N/A </del>";
	 } ?>
	</td></tr>
	<tr><td colspan="4">Pressure tested container/s :</td>
	<td align="center" colspan="2"><?php
	$discharge = $_POST['discharge'];
	 if($discharge=='No')
	 {
	 echo"<del> Yes </del>   &nbsp;<b>$discharge</b>&nbsp;  <del> N/A </del>";
	 }
	 elseif($discharge=='Yes')
	 {
	 echo"<b>$discharge</b>  &nbsp;<del> No </del>&nbsp; <del> N/A </del>";
	 }
	  
	 ?>
	</td>
	</tr>
	<!--<tr><td colspan="4">Container/Enclosure has been Ventilated to below 5ppm v/v menthyl Bromide:</td>
	<td align="center" colspan="2"><?php
	/* if($_POST[enclosure]=='No')
	 {
	 echo"<del> Yes </del>   &nbsp;<b>$_POST[enclosure]</b>&nbsp;  <del> N/A </del>";
	 }
	 elseif($_POST[enclosure]=='Yes')
	 {
	 echo"<b>$_POST[enclosure]</b>  &nbsp;<del> No </del>&nbsp; <del> N/A </del>";
	 }
	 else
	 {
	 echo"<del> Yes </del> &nbsp;<del>  No </del>&nbsp; <b>$_POST[enclosure]</b>";
	 }*/
	 ?>
	</td>
	</tr>-->
	<tr><td colspan="6"><strong>WRAPPING AND TIMER</strong></td></tr>
	<!--<tr><td colspan="4">Has the commodity has fumigated prior to lacquering,varnishing,painting or wrapping?</td>
	<td align="center" colspan="2"><?php
	/* if($_POST[commodity]=='No')
	 {
	 echo"<del> Yes </del>   &nbsp;<b>$_POST[commodity]</b>&nbsp;  <del> N/A </del>";
	 }
	 elseif($_POST[commodity]=='Yes')
	 {
	 echo"<b>$_POST[commodity]</b>  &nbsp;<del> No </del>&nbsp; <del> N/A </del>";
	 }
	 else
	 {
	 echo"<del> Yes </del> &nbsp;<del>  No </del>&nbsp; <b>$_POST[commodity]</b>";
	 }*/
	 ?>
	</td>
	</tr>-->
    <tr><td colspan="4">Dose the target of fumigation conform to the AQIS plastic wrapping, impervious surface and timber thickness requirements at the time of fumigation?</td>
	<td align="center" colspan="2"><?php
	$consignment = $_POST['consignment'];
	 if($consignment=='No')
	 {
	 echo"<del> Yes </del>   &nbsp;<b>$consignment</b>&nbsp;  <del> N/A </del>";
	 }
	 elseif($consignment=='Yes')
	 {
	 echo"<b>$consignment</b>  &nbsp;<del> No </del>&nbsp; <del> N/A </del>";
	 }
	 
	 ?>
	</td>
    </tr>
	<!--<tr><td colspan="4">If yes,has the consignment been fumigated prior to wrapping?:</td>
	<td align="center" colspan="2"><?php
	/* if($_POST[wrapping]=='No')
	 {
	 echo"<del> Yes </del>   &nbsp;<b>$_POST[wrapping]</b>&nbsp;  <del> N/A </del>";
	 }
	 elseif($_POST[wrapping]=='Yes')
	 {
	 echo"<b>$_POST[wrapping]</b>  &nbsp;<del> No </del>&nbsp; <del> N/A </del>";
	 }
	 else
	 {
	 echo"<del> Yes </del> &nbsp;<del>  No </del>&nbsp; <b>$_POST[wrapping]</b>";
	 }*/
	 ?>
	</td>
	</tr>-->
	<tr><td colspan="4">Ventilation Final TLV reading(ppm):</td>
	<td align="center" colspan="2"><?php
	$perforated = $_POST['perforated'];
	 if($perforated!='Yes')
	 {
		 echo"<b>$perforated</b>";
	 }
	 else
	 {
	 	echo"<b>N/A</b>";
	 }
	 ?>
	</td></tr>
	<!--<tr><td colspan="4">Is the timber in this consignment less than 200mm thick in <br>
	one dimension and correctly spaced every 200mm in height</td>
	<td align="center" colspan="2"><?php
	/* if($_POST[height]=='No')
	 {
	 echo"<del> Yes </del>   &nbsp;<b>$_POST[height]</b>&nbsp;  <del> N/A </del>";
	 }
	 elseif($_POST[height]=='Yes')
	 {
	 echo"<b>$_POST[height]</b>  &nbsp;<del> No </del>&nbsp; <del> N/A </del>";
	 }
	 else
	 {
	 echo"<del> Yes </del> &nbsp;<del>  No </del>&nbsp; <b>$_POST[height]</b>";
	 }*/
	 ?>
	</td></tr>-->
	<?php
	if($_POST['addition']=='')
	{
	echo "";
	}
else
{
echo"<tr>
	<td colspan=6><strong>ADDITION DECLERATION:</strong><br></td></tr>
	<tr><td colspan=6>
$_POST[deck]<br>I declare that these details are true and correct 
	and the fumigation has been carried out in accordance with the NSPM -12

</td></tr>
</tr>
	  ";
}
 ?>
 
 <tr>	
        <td colspan="6"> Number of Container   </td>
      </tr>
      
      <tr>	
        <td colspan="6">&nbsp; &nbsp; 20&rsquo;&nbsp; &nbsp; &nbsp; &nbsp; <?=$_POST['container20feet'];?> <br /><br />
         &nbsp; &nbsp; 40&rsquo; &nbsp; &nbsp; &nbsp; &nbsp;<?=$_POST['container40feet'];?> <br /><br />
         &nbsp; &nbsp;  40HC &nbsp; &nbsp; <?=$_POST['container40HC'];?> <br /><br />
         &nbsp; &nbsp; LCL &nbsp; &nbsp; &nbsp; <?=$_POST['containerLCL'];?> <br /><br />
        
        
        </td>
      </tr>
 
<tr>
<td colspan="3" align="right">Agent Name:</td>
<td colspan="3" align="center"><?php echo $_POST['ajtname']; ?>
<?php
	if($_POST['ajtname']!=''){
	
	echo $_POST['ajtname'];
	} 
	else {
	echo "n/a";
	}
	?>
</td></tr> 

<?php
//if(isset($_POST['subc_id']) && $_POST['subc_id']!=''){
//echo "";
//}
//else{

?>
<tr><td colspan="6"><strong>INVCOICE DETAILS</strong></td></tr>
<tr><td colspan="3" align="right">Amount :</td><td align="center" colspan="3">Rs. <?php echo round($_POST['amount'], 2); ?>/-</td></tr>

<tr>
	<td colspan="3" align="right">Name of Product/Service:</td>
	<td align="center" colspan="3"><?php echo $_POST['product']; ?></td>
</tr>
<tr>
	<td colspan="3" align="right">HSN ACS :</td>
	<td align="center" colspan="3"><?php echo $_POST['hsn']; ?></td>
</tr>
<tr>
	<td colspan="3" align="right">UOM :</td>
	<td align="center" colspan="3"><?php echo $_POST['uom']; ?></td>
</tr>

<tr><td colspan="3" align="right">Discount:<i>(
<?php 
if(isset($_POST['discount']) && $_POST['discount']==''){
echo "n/a";
}
else{
$discount = round($_POST['discount'], 2);
echo "$discount %"; 
} 
?>
)</i></td>
	<td colspan="3" align="center">
	<?php
	if($_POST['discount']!=''){
	$fdiscount=round($_POST['amount']*$_POST['discount']/100, 2);
	echo "Rs. $fdiscount /-";
	} 
	else {
	echo "n/a";
	$fdiscount=$_POST['amount']*$_POST['discount']/100;
	}
	?>
</td></tr>
	
	<tr><td colspan="3" align="right">GST :<i>(
<?php 
if(isset($_POST['stax']) && $_POST['stax']=='yes'){
$srtax = $_POST['srtax']; 
echo "$srtax %";
}
else{
echo "n/a";
} 
?>
)</i></td>
<td colspan="3" align="center"> 
	<?php
	if(isset($_POST['stax']) && $_POST['stax']=='yes'){
	$fgrandtotal=$_POST['amount']-$fdiscount;
	$staxnet=round($fgrandtotal*$_POST['srtax']/100, 2);
	echo"Rs. $staxnet /-";
	} 
	else {
	$staxnet=0;
	echo "n/a";
	}
	?>
</td></tr>
	<?php
	$fgrandtotal=$_POST['amount']-$fdiscount;
	$finalone=round($fgrandtotal+$staxnet, 2);
	 ?>
	<tr><td align="right" colspan="3"><strong>Grand Total :</strong></td><td colspan="3" align="center">Rs. <?php echo"<strong>$finalone</strong>";?>/-
	</td></tr>
<?php
//}
?>
<tr><td align="right" colspan="3"><strong>Patriculars:</strong></td><td colspan="3" align="center"><?php echo $_POST['particular'];?>
	</td></tr>
<tr><td colspan="6" align="center"><br><center><input type="submit" class="amo-submit" value=">> Proceed to Checkout >>"></center><br></td></tr>

<?php 
if(isset($_POST['stax']) && $_POST['stax']=='yes'){
$srtax=$_POST['srtax'];
} 
else{
$srtax=0;
}
?>


<!- Invoice ->
<input type="hidden" name="amount" value="<?php echo $_POST['amount']; ?>" >
<input type="hidden" name="discount" value="<?php echo $fdiscount; ?>" >
<input type="hidden" name="srtax" value="<?php echo $staxnet; ?>" >
<input type="hidden" name="finalone" value="<?php echo $finalone; ?>">
<input type="hidden" name="particular" value="<?php echo $_POST['particular'];?>">
<!- End Invoide Data ->
</form>
</div>			
</div>
<?php
	include "templatic/footer.php";
?>


PK 99