Current File : /home/obabain/anms_obaba_in/grnout.jsp
<%@ page language="java" contentType="text/html; charset=ISO-8859-1"
    pageEncoding="ISO-8859-1"%>
    <%@ include file="Connection.jsp" %>
    <%!int inid=0;
    String lpo=null;%>
    <%
    ResultSet rs=null;
    Statement st=con.createStatement();
    
    
    %>
    
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css"  rel="stylesheet">
    <link href="css/select2.min.css" rel="stylesheet">
    <link href="css/jquery.datetimepicker.css" rel="stylesheet">
<title>Purchase</title>
</head>
<body>
<form method="post" name="po" action="irnoutput.jsp">
<%@include file="master.jsp" %>
<div class="content">
<div class="row">
<div class="col-md-9"  style="background-color:#eae9e9;width:80%;">
<div class="panel panel-default" >
       <div class="panel-heading main-color-bg">
        <h3 class="panel-title">IRN Output</h3>
              </div>
             </div>
<div class="panel-body">

<div class="row" >

<div class="row">

<div class="form-group col-xs-2">
<p><label for="status" style="margin:5px;">
Document Number</label></p>
<input type="text" class="form-control" name="DocNo" id="DocNo">
</div>
<div class="form-group col-xs-2">
<p><label for="status" style="margin:5px;">
Document Date</label></p>
<input type="date" class="form-control" name="DocDt" id="DocDt">
</div>
</div>



<div class="form-group col-xs-2">
               <p> <label for="dispt" style="margin:5px;">
GSTIN of seller
 </label></p>
<input type="text" class="form-control" name="SlrGstin" id="SlrGstin" value="">
</div>

<div class="form-group col-xs-2">
               <p> <label for="dispt" style="margin:5px;">
Acknowledge  number </label></p>
<input type="text" class="form-control" name="AckNo" id="AckNo" value="">
</div>
<div class="form-group col-xs-2">
               <p> <label for="dispt" style="margin:5px;">
Date and time on which invoice is registered
 </label></p>
<input type="date" class="form-control" name="AckDt" id="AckDt" value="">
</div>
<div class="form-group col-xs-2">
               <p> <label for="dispt" style="margin:5px;">
IRN Number

 </label></p>
<input type="text" class="form-control" name="Irn" id="Irn" value="">
</div>
<div class="form-group col-xs-2">
               <p> <label for="dispt" style="margin:5px;">
Complete e-Invoice data digitally signed

</label></p>
<input type="text" class="form-control" name="SignedInv" id="SignedInv" value="">
</div>
<div class="form-group col-xs-2">
               <p> <label for="dispt" style="margin:5px;">
Complete QR- Code data digitally

</label></p>
<input type="text" class="form-control" name="SignedQR" id="SignedQR" value="">
</div>
<div class="form-group col-xs-2">
               <p> <label for="dispt" style="margin:5px;">
Status
</label></p>
<input type="text" class="form-control" name="Status" id="Status" value="">
</div>
<div class="form-group col-xs-2">
               <p> <label for="dispt" style="margin:5px;">
E Way Bill No. , if E Way Bill is generated

</label></p>
<input type="text" class="form-control" name="EwbNo" id="EwbNo" value="">
</div>
<div class="form-group col-xs-2">
               <p> <label for="dispt" style="margin:5px;">
E Way Bill Date. , if E Way Bill is generated

</label></p>
<input type="date" class="form-control" name="EwbDt" id="EwbDt" value="">
</div>
<div class="form-group col-xs-2">
               <p> <label for="dispt" style="margin:5px;">
E Way Bill validity date, if Part B details are provided in the payload

</label></p>
<input type="date" class="form-control" name="EwbValid" id="EwbValid" value="">
</div>
<div class="form-group col-xs-2">
               <p> <label for="dispt" style="margin:5px;">
Remarks

</label></p>
<input type="text" class="form-control" name="Remarks" id="Remarks" value="">
</div>
<div class="form-group col-xs-2">
               <p> <label for="dispt" style="margin:5px;">
Error Description

</label></p>
<input type="text" class="form-control" name="Error" id="Error" value="">
</div>
<div class="form-group col-xs-2">
               <p> <label for="dispt" style="margin:5px;">
Information


</label></p>
<input type="text" class="form-control" name="Info" id="Info" value="">
</div>
<div class="form-group col-xs-2">
               <p> <label for="dispt" style="margin:5px;">
Status of Invoice


</label></p>
<input type="text" class="form-control" name="MyStatus" id="MyStatus" value="">
</div>

<div class="form-group col-xs-2">
<p><label for="status" style="margin:5px;">
Document Type<span style="color:red;">*</span></label></p>
<input type="text" class="form-control" name="DocTyp" id="DocTyp">
</div>
</div>

<div class="row" >
<div class="modal-footer" id="contact_submit">
<input type="button" value="Back" style="background:#009191;" class="btn btn-info pull-left"  onclick="goBack()"/>
<input type="submit" value="submit" class="btn btn-info" style="background:#009191" onclick="validate();">
</div>
</div>

</div>
</div>
</div>
</div>
<%@include file="footer.jsp" %>
</form>
<script type="text/javascript">
function validate()
{
	 
	 // var t2=document.po.expdate.value;
	  var t3=document.getElementById("invno").value;
	 var t1=document.getElementById("datetimepicker").value;
	  var t4=document.getElementById("pono").value;
	  
	  
	  if( t1==null || t1=="" || t4==null || t4=="" )
		  
		 alert('Fill all mandatory fields');

		  
}
</script>

<script type="text/javascript">
function goBack() {
    window.history.back();
   
};
</script>

 <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
    <!-- Include all compiled plugins (below), or include individual files as needed -->
    <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css"></script>
    <script src="js/select2.min.js"></script>
    <script src="js/jquery.datetimepicker.full.js"></script>
   
    <script>
    $('select').select2();
    </script>
     <script>
     jQuery('#datetimepicker').datetimepicker({
    	 timepicker:false,
    	 todayBtn: "linked"
    	 //mask:true, // '9999/19/39 29:59' - digit is the maximum possible for a cell
    	});
     
     jQuery('#datetimepicker2').datetimepicker({
    	 timepicker:false,
    	 todayBtn: "linked"
    	 //mask:true, // '9999/19/39 29:59' - digit is the maximum possible for a cell
    	});
    </script>
</body>
</html>