ExcelDeudores.jsp 8.1 KB
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158
<%@page import="javax.swing.JPanel"%>
<%@page import="pe.siso.academia.Services.MatriculadosService"%>
<%@page import="pe.siso.academia.Beans.Matriculados"%>
<%@page import="java.util.ArrayList"%>
<%@page import="java.io.PrintWriter"%>
<%@ page language="java" contentType="text/html; charset=ISO-8859-1"
	pageEncoding="ISO-8859-1"%>
<!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">
<title>Export to Excel - Demo</title>
</head>
<body>
	<%
       PrintWriter pw = response.getWriter();
        int pagina =1;
        int cantPorPagina = 20;
        int cantidadRegistros = 0;
        int cantidadPaginas = 0;
      
        ArrayList<Matriculados> lista=null;
        int cod_sede=Integer.parseInt(request.getParameter("cod_sede"));
        int cod_centro=Integer.parseInt(request.getParameter("cod_centro"));
        int cod_nivel=Integer.parseInt(request.getParameter("cod_nivel"));
        int cod_grado=Integer.parseInt(request.getParameter("cod_grado"));
        int cod_ciclo=Integer.parseInt(request.getParameter("cod_ciclo"));
        int turno=Integer.parseInt(request.getParameter("turno"));
        String seccion1=request.getParameter("seccion");
        
        String fecha_i=request.getParameter("fecha_i");
        String fecha_f=request.getParameter("fecha_f");
        int tipo_Buscar=Integer.parseInt(request.getParameter("tipo_buscar"));
        String nombre=request.getParameter("nombre");
        String usu=request.getParameter("usu");
        String fecha_actual=request.getParameter("fecha_actual");
     //   pw.println("sede "+cod_sede+" centro "+cod_centro+" nivel "+cod_nivel+" grado "+cod_grado+" ciclo "+cod_ciclo+" turno "+
      //          turno+" fecha_i "+fecha_i+" fecha_f "+fecha_f+" tipobuscar "+tipo_Buscar+" nombre "+nombre);
     
        response.setContentType("application/vnd.ms-excel");
			response.setHeader("Content-Disposition", "inline; filename="
					+ "ExcelDeudores"+fecha_actual+".xls");
      
        MatriculadosService servicio=new MatriculadosService();
        cantidadRegistros=servicio.CantidadReporteDeudores(cod_sede, cod_centro, cod_nivel, cod_grado, cod_ciclo, turno, seccion1, fecha_i, fecha_f, tipo_Buscar, nombre);
        cantidadPaginas = cantidadRegistros / cantPorPagina;
        lista=servicio.ListarReporteDeudores(cod_sede, cod_centro, cod_nivel, cod_grado, cod_ciclo, turno, seccion1, fecha_i, fecha_f, tipo_Buscar, nombre,0,999999999);
        

	%>
        <table >
            <!--FILA 1 -->


            <tr  >

                <td colspan="11" style='vertical-align:middle'  align="center"><h2>REPORTE DEUDORES POR CICLO</h2></td>
            </tr>
            <!--FILA 2 -->
            <tr>
                
                <td  style='vertical-align:middle'  align="left" colspan="3"><b> SEDE:</b><b><%=lista.get(1).getNomSede()%></b></td>
                <td></td><td></td><td></td><td></td>
                <td  style='vertical-align:middle'  align="right" colspan="4"><b>SACO OLIVEROS:</b><b> REA DE TIC  </b></td>
            </tr>
            <!--FILA 3 -->
            <tr>
                
                <td  style='vertical-align:middle'  align="left" colspan="3"><b> FUENTE: PENSIONES </b></td>
                <td></td><td></td><td></td><td></td>
                <td  style='vertical-align:middle'  align="right" colspan="4"><b>RESPONSABLE:</b><b> <%=usu%>  </b></td>
            </tr>
            <!--FILA x -->
            <tr>
                
                <td style='vertical-align:middle'  align="left" colspan="3"><b>TOTAL :</b><b> <%=cantidadRegistros%></b></td>
                <td></td><td></td><td></td><td></td>

               <td align="right" colspan="4"><b>FECHA Y HORA:</b><b style='vertical-align:middle;mso-number-format:"dd/mm/yyy hh:mm AM/PM"' ><%=fecha_actual%></b></td>
            </tr>

            <tr></tr>
            <tr>
                

                <td   style='background-color:#CEE9FB ' colspan="11" style='vertical-align:middle'  align="center"><b> Deudores </b></td>

            </tr>
        </table>
	
                <table border="1">
                    
            <tr>    
               
                                                                    <th >DNI</th>
                                                                    <th >Nombres Completos</th>
                                                                 <!--   <th >Sede</th>
                                                                       <th>Centro</th> -->
                                                                    <th >Ciclo</th>
                                                                    <th >Tipo Grado</th>
                                                                    <th >Universidad</th>
                                                                    <th >Turno</th>
                                                                    <th >Seccin</th>
                                                                    <th >Cuota</th>
                                                                    <th >Pago</th>
                                                                    <th >Fecha Venc.</th>
                                                                    <th >Monto</th>
            
            <% 
             String tipopago="";
             double Total=0;
                for (int i = 0; i < lista.size(); i++) {
                    
                    String str = lista.get(i).getFecha_m();
                    String delimiter = "-";
                    String[] fecha_m;
                    fecha_m = str.split(delimiter);
                 if (lista.get(i).getTipoPago().equals("1/1")) {
                        tipopago="Pensin";
                    }else{
                        tipopago="Pensin-Frac";
                    }
                   String monto =String.format( "%.2f", lista.get(i).getMonto() );
                   
            %>
            <tr>
            
                                                                        <td style="text-align: left"><%=lista.get(i).getDni() %></td>
                                                                        <td><%=lista.get(i).getNombreCompleto() %></td>
                                                                      <!--  <td><%//lista.get(i).getNomSede() %></td>
                                                                        <td><%//lista.get(i).getNomCentro() %></td> -->
                                                                        <td><%=lista.get(i).getNomNivel() %></td>
                                                                        <td><%=lista.get(i).getNomGrado() %></td>
                                                                        <td><%=lista.get(i).getNomCiclo() %></td>
                                                                        <td><%= lista.get(i).getNomTurno() %></td>
                                                                        <td style="text-align: center "><%= lista.get(i).getSeccion() %></td>
                                                                        <td style="text-align: center"><%= lista.get(i).getCoutas() %></td>
                                                                        <td><%= tipopago %></td>
                                                                        <td  style='mso-number-format:"dd/mm/yyyy";text-align: left'><%=fecha_m[0]+"/"+fecha_m[1]+"/"+ fecha_m[2] %></td>
                                                                        <td style="mso-number-format:'0\.00'"><%=monto.replace(",", ".") %></td>
                    
            </tr>
            <% 
                   Total=Total+lista.get(i).getMonto();
                    }
                String sumtotal =String.format( "%.2f", Total );            
            %>
                         <tr>
				<td colspan="10" align='center'><b>Monto Total</b></td>
				
                                <td align='right'><b><%=sumtotal.replace(",", ".") %></b></td>
			</tr>
        </table>
                    
                
</body>
       
</html>