Current File : //usr/local/tomcat8/work/Catalina/anms.obaba.in/ROOT/org/apache/jsp/salesRecptCustPDF_jsp.java
/*
 * Generated by the Jasper component of Apache Tomcat
 * Version: Apache Tomcat/8.0.39
 * Generated at: 2021-08-04 09:02:08 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 salesRecptCustPDF_jsp extends org.apache.jasper.runtime.HttpJspBase
    implements org.apache.jasper.runtime.JspSourceDependent,
                 org.apache.jasper.runtime.JspSourceImports {

String selmonth=null;
    ResultSet rs1=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(1621837193000L));
  }

  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_anms21","pRW$if0Um");
        
      out.write("\n");
      out.write("        </body>\n");
      out.write("        </html>\n");
      out.write("\r\n");
      out.write("    ");
      out.write("\r\n");
      out.write("    ");

    String custom=request.getParameter("cust");
    
    String mnth=request.getParameter("mnth");   
	Statement st=con.createStatement();
	ResultSet rs = null;
	rs=st.executeQuery("SELECT MONTHNAME(STR_TO_DATE("+mnth+", '%m')) as mn");
	while(rs.next())
	{
		selmonth=rs.getString("mn");
	}

      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("\r\n");
      out.write("    \r\n");
      out.write("    <link href=\"css/Mystyle.css\" rel=\"stylesheet\">\r\n");
      out.write("    \r\n");
      out.write("</head>\r\n");
      out.write("<body>\r\n");
      out.write("<div><div style=\"padding-bottom:30px; background-color:white;\" align=\"center\"><u><b><font size=\"4\">Sundry Debtors for the month of ");
      out.print(selmonth );
      out.write("</font><br></b></u></div>\r\n");
      out.write("<table class=\"pdftable\">\r\n");
      out.write("\r\n");
      out.write("<tbody>\r\n");

Statement st1=con.createStatement();
		 if((!mnth.equals("0")))
				{
			if(custom.equals("0"))
			{
				rs1=st1.executeQuery("select tb.*,(select  UPPER(ledger_name) from account_ledger where l_id=tb.particular)cust  from account_voucher_main tb where  MONTH(voucher_date)='"+mnth+"' and voucher_type='receipt'  group by particular");
			}
			else
			{
				rs1=st1.executeQuery("select tb.*,(select  UPPER(ledger_name) from account_ledger where l_id=tb.particular)cust  from account_voucher_main tb where  MONTH(voucher_date)='"+mnth+"' and voucher_type='receipt' and particular="+custom+" group by particular");
				
			}
				}
			else if(mnth.equals("0"))
			{
				if(!custom.equals("0"))
				{
					rs1=st1.executeQuery("select tb.*,(select  UPPER(ledger_name) from account_ledger where l_id=tb.particular)cust  from account_voucher_main tb where   voucher_type='receipt' and particular="+custom+" group by particular");
					
				}
				else
				{
					rs1=st1.executeQuery("select tb.*,(select  UPPER(ledger_name) from account_ledger where l_id=tb.particular)cust  from account_voucher_main tb where   voucher_type='receipt'  group by particular");
				}
			}
 
				
		
		while(rs1.next())
{

      out.write("\r\n");
      out.write("<tr>\r\n");
      out.write("<td>\r\n");
      out.write("<span>");
      out.print(rs1.getString("cust") );
      out.write("</span>\r\n");
      out.write("</td>\r\n");
      out.write("</tr>\r\n");
      out.write("<tr>\r\n");
      out.write("<td>\r\n");
      out.write("<table class=\"pdftable\" style=\"border-bottom:1px solid black;\">\r\n");
      out.write("<thead>\r\n");
      out.write("<tr>\r\n");
      out.write("<th>Date</th>\r\n");
      out.write("<th style=\"text-align:right;\">Ref No</th>\r\n");
      out.write("<th style=\"text-align:right;\">( <30 days)</th>\r\n");
      out.write("<th style=\"text-align:right;\">(30 to 60)</th>\r\n");
      out.write("<th style=\"text-align:right;\">(60 to 90)</th>\r\n");
      out.write("<th style=\"text-align:right;\">(90 to 120)</th>\r\n");
      out.write("<th style=\"text-align:right;\">( >120)</th>\r\n");
      out.write("<th style=\"text-align:right;\">On account</th>\r\n");
      out.write("</tr>\r\n");
      out.write("</thead>\r\n");

if(mnth.equals("0"))
{
	rs=st.executeQuery("select tb.*,sum(debit_amt)amt,(select sales_invoice_no from ip_sales_invoice where sinvoice_id=tb.bill_no)invno,(select invoice_date_created from ip_sales_invoice where sinvoice_id=tb.bill_no)dte,"
			+" sum((case when DATEDIFF((voucher_date),(select invoice_date_created from ip_sales_invoice where sinvoice_id=tb.bill_no)) <30 then debit_amt else '' end))thirty,"
			+" sum((case when DATEDIFF((voucher_date),(select invoice_date_created from ip_sales_invoice where sinvoice_id=tb.bill_no))  between 30 and 60 then debit_amt else '' end))thirtysixty,"
			+" sum((case when DATEDIFF((voucher_date),(select invoice_date_created from ip_sales_invoice where sinvoice_id=tb.bill_no))  between 60 and 90 then debit_amt else '' end))sixtyninty,"
			+" sum((case when DATEDIFF((voucher_date),(select invoice_date_created from ip_sales_invoice where sinvoice_id=tb.bill_no))  between 90 and 120 then debit_amt else '' end))nintytwenty,"
			+" sum((case when DATEDIFF((voucher_date),(select invoice_date_created from ip_sales_invoice where sinvoice_id=tb.bill_no))  >120 then debit_amt else '' end))onetwenty"
					+" from account_voucher_sub tb where"
			 +"   voucher_type='receipt' and particular="+rs1.getString("particular")+" group by bill_no");
	
}
else
{
rs=st.executeQuery("select tb.*,sum(debit_amt)amt,(select sales_invoice_no from ip_sales_invoice where sinvoice_id=tb.bill_no)invno,(select invoice_date_created from ip_sales_invoice where sinvoice_id=tb.bill_no)dte,"
		+" sum((case when DATEDIFF((voucher_date),(select invoice_date_created from ip_sales_invoice where sinvoice_id=tb.bill_no)) <30 then debit_amt else '' end))thirty,"
		+" sum((case when DATEDIFF((voucher_date),(select invoice_date_created from ip_sales_invoice where sinvoice_id=tb.bill_no))  between 30 and 60 then debit_amt else '' end))thirtysixty,"
		+" sum((case when DATEDIFF((voucher_date),(select invoice_date_created from ip_sales_invoice where sinvoice_id=tb.bill_no))  between 60 and 90 then debit_amt else '' end))sixtyninty,"
		+" sum((case when DATEDIFF((voucher_date),(select invoice_date_created from ip_sales_invoice where sinvoice_id=tb.bill_no))  between 90 and 120 then debit_amt else '' end))nintytwenty,"
		+" sum((case when DATEDIFF((voucher_date),(select invoice_date_created from ip_sales_invoice where sinvoice_id=tb.bill_no))  >120 then debit_amt else '' end))onetwenty"
				+" from account_voucher_sub tb where"
		 +" MONTH(voucher_date)='"+mnth+"' and voucher_type='receipt' and particular="+rs1.getString("particular")+" group by bill_no");
}
Double sum=0.00;
Double sum2=0.00;
Double sum3=0.00;
Double sum4=0.00;
Double sum5=0.00;
Double onaccsum=0.00;
while(rs.next())
{
	Double onaccs=Double.parseDouble(rs.getString("amt"));
	onaccsum=onaccsum+onaccs;
	Double s=Double.parseDouble(rs.getString("thirty"));
	sum=sum+s;
	Double s2=Double.parseDouble(rs.getString("thirtysixty"));
	sum2=sum2+s2;
	Double s3=Double.parseDouble(rs.getString("sixtyninty"));
	sum3=sum3+s3;
	Double s4=Double.parseDouble(rs.getString("nintytwenty"));
	sum4=sum4+s4;
	Double s5=Double.parseDouble(rs.getString("onetwenty"));
	sum5=sum5+s5;
 

      out.write("\r\n");
      out.write("\r\n");
      out.write("<tr>\r\n");
      out.write("<td align=\"right\">");
      out.print(rs.getString("dte") );
      out.write("</td>\r\n");
      out.write("<td align=\"right\">");
      out.print(rs.getString("bill_no") );
      out.write("</td>\r\n");
      out.write("<td align=\"right\">");
      out.print(rs.getString("thirty") );
      out.write("</td>\r\n");
      out.write("<td align=\"right\">");
      out.print(rs.getString("thirtysixty") );
      out.write("</td>\r\n");
      out.write("<td align=\"right\">");
      out.print(rs.getString("sixtyninty") );
      out.write("</td>\r\n");
      out.write("<td align=\"right\">");
      out.print(rs.getString("nintytwenty") );
      out.write("</td>\r\n");
      out.write("<td align=\"right\">");
      out.print(rs.getString("onetwenty") );
      out.write("</td>\r\n");
      out.write("<td align=\"right\">");
      out.print(onaccsum);
      out.write("</td>\r\n");
      out.write("\r\n");
      out.write("</tr>\r\n");
} 
      out.write("\r\n");
      out.write("<tr style=\"border-top:1px solid black;\">\r\n");
      out.write("<td align=\"right\"></td>\r\n");
      out.write("<td align=\"right\"></td>\r\n");
      out.write("<td align=\"right\">");
      out.print(sum );
      out.write("\r\n");
      out.write("</td>\r\n");
      out.write("<td align=\"right\">");
      out.print(sum2 );
      out.write("\r\n");
      out.write("</td>\r\n");
      out.write("<td align=\"right\">");
      out.print(sum3 );
      out.write("\r\n");
      out.write("</td>\r\n");
      out.write("<td align=\"right\">");
      out.print(sum4 );
      out.write("\r\n");
      out.write("</td>\r\n");
      out.write("<td align=\"right\">");
      out.print(sum5 );
      out.write("\r\n");
      out.write("</td>\r\n");
      out.write("<td align=\"right\">");
      out.print(onaccsum );
      out.write("</td>\r\n");
      out.write("</tr>\r\n");
      out.write("</table>\r\n");
      out.write("</td>\r\n");
      out.write("</tr>\r\n");
} 
      out.write("\r\n");
      out.write("</tbody>\r\n");
      out.write("\r\n");
      out.write("\r\n");
      out.write("\r\n");
      out.write("\r\n");
      out.write("\r\n");
      out.write("</table>\r\n");
      out.write("</div>\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);
    }
  }
}