Current File : //usr/local/tomcat8/work/Catalina/anms.obaba.in/ROOT/org/apache/jsp/ReceiptVoucherDA_jsp.java |
/*
* Generated by the Jasper component of Apache Tomcat
* Version: Apache Tomcat/8.0.39
* Generated at: 2022-07-29 06:23:31 UTC
* Note: The last modified time of this file was set to
* the last modified time of the source file after
* generation to assist with modification tracking.
*/
package org.apache.jsp;
import javax.servlet.*;
import javax.servlet.http.*;
import javax.servlet.jsp.*;
import java.sql.*;
public final class ReceiptVoucherDA_jsp extends org.apache.jasper.runtime.HttpJspBase
implements org.apache.jasper.runtime.JspSourceDependent,
org.apache.jasper.runtime.JspSourceImports {
String particular=null;
Double paid_amt=0.00;
double amt=0.00;
String ttotal=null;
String cashchq=null;
String newid=null;
String supplid=null;
private static final javax.servlet.jsp.JspFactory _jspxFactory =
javax.servlet.jsp.JspFactory.getDefaultFactory();
private static java.util.Map<java.lang.String,java.lang.Long> _jspx_dependants;
static {
_jspx_dependants = new java.util.HashMap<java.lang.String,java.lang.Long>(1);
_jspx_dependants.put("/Connection.jsp", Long.valueOf(1656676498000L));
}
private static final java.util.Set<java.lang.String> _jspx_imports_packages;
private static final java.util.Set<java.lang.String> _jspx_imports_classes;
static {
_jspx_imports_packages = new java.util.HashSet<>();
_jspx_imports_packages.add("java.sql");
_jspx_imports_packages.add("javax.servlet");
_jspx_imports_packages.add("javax.servlet.http");
_jspx_imports_packages.add("javax.servlet.jsp");
_jspx_imports_classes = null;
}
private volatile javax.el.ExpressionFactory _el_expressionfactory;
private volatile org.apache.tomcat.InstanceManager _jsp_instancemanager;
public java.util.Map<java.lang.String,java.lang.Long> getDependants() {
return _jspx_dependants;
}
public java.util.Set<java.lang.String> getPackageImports() {
return _jspx_imports_packages;
}
public java.util.Set<java.lang.String> getClassImports() {
return _jspx_imports_classes;
}
public javax.el.ExpressionFactory _jsp_getExpressionFactory() {
if (_el_expressionfactory == null) {
synchronized (this) {
if (_el_expressionfactory == null) {
_el_expressionfactory = _jspxFactory.getJspApplicationContext(getServletConfig().getServletContext()).getExpressionFactory();
}
}
}
return _el_expressionfactory;
}
public org.apache.tomcat.InstanceManager _jsp_getInstanceManager() {
if (_jsp_instancemanager == null) {
synchronized (this) {
if (_jsp_instancemanager == null) {
_jsp_instancemanager = org.apache.jasper.runtime.InstanceManagerFactory.getInstanceManager(getServletConfig());
}
}
}
return _jsp_instancemanager;
}
public void _jspInit() {
}
public void _jspDestroy() {
}
public void _jspService(final javax.servlet.http.HttpServletRequest request, final javax.servlet.http.HttpServletResponse response)
throws java.io.IOException, javax.servlet.ServletException {
final java.lang.String _jspx_method = request.getMethod();
if (!"GET".equals(_jspx_method) && !"POST".equals(_jspx_method) && !"HEAD".equals(_jspx_method) && !javax.servlet.DispatcherType.ERROR.equals(request.getDispatcherType())) {
response.sendError(HttpServletResponse.SC_METHOD_NOT_ALLOWED, "JSPs only permit GET POST or HEAD");
return;
}
final javax.servlet.jsp.PageContext pageContext;
javax.servlet.http.HttpSession session = null;
final javax.servlet.ServletContext application;
final javax.servlet.ServletConfig config;
javax.servlet.jsp.JspWriter out = null;
final java.lang.Object page = this;
javax.servlet.jsp.JspWriter _jspx_out = null;
javax.servlet.jsp.PageContext _jspx_page_context = null;
try {
response.setContentType("text/html; charset=ISO-8859-1");
pageContext = _jspxFactory.getPageContext(this, request, response,
null, true, 8192, true);
_jspx_page_context = pageContext;
application = pageContext.getServletContext();
config = pageContext.getServletConfig();
session = pageContext.getSession();
out = pageContext.getOut();
_jspx_out = out;
out.write("\r\n");
out.write(" ");
out.write("\n");
out.write(" \n");
out.write("<!DOCTYPE html PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\" \"http://www.w3.org/TR/html4/loose.dtd\">\n");
out.write("<html>\n");
out.write("<head>\n");
out.write("<meta http-equiv=\"Content-Type\" content=\"text/html; charset=ISO-8859-1\">\n");
out.write("\n");
out.write("</head>\n");
out.write("<body>\n");
Class.forName("com.mysql.jdbc.Driver");
Connection con=DriverManager.getConnection("jdbc:mysql://localhost/obabain_anmspl","obabain_anms22","y8*8i9DU2");
out.write("\n");
out.write(" </body>\n");
out.write(" </html>\n");
out.write("\r\n");
out.write(" ");
Statement st=con.createStatement();
ResultSet rs = null;
String loginid=(String)session.getAttribute("logid");
String name=(String)session.getAttribute("uname");
String firstname=(String)session.getAttribute("firstname");
out.write('\r');
out.write('\n');
out.write("\r\n");
out.write("<!DOCTYPE html PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\" \"http://www.w3.org/TR/html4/loose.dtd\">\r\n");
out.write("<html>\r\n");
out.write("<head>\r\n");
out.write("<meta http-equiv=\"Content-Type\" content=\"text/html; charset=ISO-8859-1\">\r\n");
out.write("<title>Insert title here</title>\r\n");
out.write("</head>\r\n");
out.write("<body>\r\n");
out.write("<form>\r\n");
out.write(" ");
try{
String payno=request.getParameter("payno");
String pdate=request.getParameter("paydate");
String narr=request.getParameter("narr");
String total=request.getParameter("gtotal");
String acc=request.getParameter("account");
String parti=request.getParameter("country");
String chqno=request.getParameter("chqno");
String chqdate=request.getParameter("chqdate");
String chrg=request.getParameter("chrg");
String bank=request.getParameter("bank");
String total2=request.getParameter("total2");
//Double chr=(-1)*Double.parseDouble(chrg);
if(chqno.equals(""))
{
cashchq="cash";
}
else
{
cashchq="chq";
}
String[] a=null;
String[] b=null;
String[] c=null;
String[] g=null;
String[] co=null;
String[] billtyp=null;
//a=request.getParameterValues("particular[]");
b=request.getParameterValues("city[]");
c=request.getParameterValues("billamt[]");
billtyp=request.getParameterValues("typ[]");
co=request.getParameterValues("comm[]");
//g=request.getParameterValues("amt[]");
if(payno.contentEquals(""))
{
response.sendRedirect("Receiptvoucher.jsp");
}
else if(payno!= null || payno.length() > 0 || payno!="")
{
int i=st.executeUpdate("insert into account_voucher_main(voucher_no,account,voucher_date,particular,credit_amt,voucher_type,narration,crdr_type,createdby,cash_cheque) values('"+payno+"','"+acc+"','"+pdate+"','"+parti+"',"+total2+",'receipt','"+narr+"','Dr',"+loginid+",'"+cashchq+"')");
rs=st.executeQuery("select max(voucher_id)nid from account_voucher_main");
while(rs.next())
{
newid=rs.getString("nid");
}
if(chqno.length()> 0)
{
int l=st.executeUpdate("insert into cheque_voucher(chq_no,chq_date,created_date,voucher_no,voucher_type) values('"+chqno+"','"+chqdate+"',NOW(),'"+newid+"','Rec')");
}
for(int j=1;j<=co.length-1;j++)
{
if(billtyp[j].equals("B"))
{
if(b[j].equals("-1"))
{
System.out.print(b[j]);
int k=st.executeUpdate("insert into account_voucher_sub(voucher_id,particular,voucher_date,bill_no,debit_amt,crdr_type,voucher_type,type) values("+newid+",'"+parti+"','"+pdate+"',0,"+total+",'Cr','receipt','WB')");
}
else
{
int k=st.executeUpdate("insert into account_voucher_sub(voucher_id,particular,voucher_date,bill_no,debit_amt,crdr_type,voucher_type,type) values("+newid+",'"+parti+"','"+pdate+"','"+b[j]+"',"+c[j]+",'Cr','receipt','"+billtyp[j]+"')");
}
}
else
{
int k=st.executeUpdate("insert into account_voucher_sub(voucher_id,particular,voucher_date,bill_no,debit_amt,crdr_type,voucher_type,type) values("+newid+",'"+b[j]+"','"+pdate+"','"+b[j]+"',"+c[j]+",'Cr','receipt','"+billtyp[j]+"')");
}
if(billtyp[j].equals("B"))
{
ResultSet rr=st.executeQuery("select * from account_ledger where l_id="+parti+"");
while(rr.next())
{
particular=rr.getString("type");
supplid=rr.getString("ref_id");
}
if(particular.equals("3"))
{
ResultSet ra=st.executeQuery("select * from ip_sales_invoice2 where sinvoice_id="+b[j]+" and client_id="+supplid+"");
while(ra.next())
{
paid_amt=Double.parseDouble(ra.getString("received_amt"));
}
amt=paid_amt+Double.parseDouble(c[j]);
System.out.print(amt);
int u=st.executeUpdate("update ip_sales_invoice2 set received_amt="+amt+" where sinvoice_id="+b[j]+" and client_id="+supplid+"");
}
else if(particular.equals("1"))
{
ResultSet ra=st.executeQuery("select * from journalentry where journal_id="+b[j]+"");
while(ra.next())
{
paid_amt=Double.parseDouble(ra.getString("paid_amt"));
}
amt=paid_amt+Double.parseDouble(c[j]);
int u=st.executeUpdate("update journalentry set paid_amt="+amt+" where journal_id="+b[j]+"");
}
}
}
response.sendRedirect("ViewReceiptVoucher.jsp");
}
}
catch(Exception el){out.print(el);}
out.write("\r\n");
out.write("</form>\r\n");
out.write("</body>\r\n");
out.write("</html>");
} catch (java.lang.Throwable t) {
if (!(t instanceof javax.servlet.jsp.SkipPageException)){
out = _jspx_out;
if (out != null && out.getBufferSize() != 0)
try {
if (response.isCommitted()) {
out.flush();
} else {
out.clearBuffer();
}
} catch (java.io.IOException e) {}
if (_jspx_page_context != null) _jspx_page_context.handlePageException(t);
else throw new ServletException(t);
}
} finally {
_jspxFactory.releasePageContext(_jspx_page_context);
}
}
}