Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
trismegisto-planilla
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Luis Gangas
trismegisto-planilla
Commits
2ce7e33e
Commit
2ce7e33e
authored
Nov 13, 2018
by
Juan José Rojas Rojas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[ADD]
parent
3083f58f
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
221 additions
and
4 deletions
+221
-4
FichaLaboralMysqlDAO.java
...va/trismegistoplanilla/mysqldao/FichaLaboralMysqlDAO.java
+0
-0
FichaMysqlDAO.java
src/java/trismegistoplanilla/mysqldao/FichaMysqlDAO.java
+0
-0
LoteFichaMysqlDAO.java
src/java/trismegistoplanilla/mysqldao/LoteFichaMysqlDAO.java
+0
-0
UbigeoMysqlDAO.java
src/java/trismegistoplanilla/mysqldao/UbigeoMysqlDAO.java
+1
-2
contratos.js
web/js/pages/contratos.js
+0
-0
consultaFichas.jsp
web/vistas/consultaFichas.jsp
+0
-2
contratos.jsp
web/vistas/contratos.jsp
+220
-0
No files found.
src/java/trismegistoplanilla/mysqldao/FichaLaboralMysqlDAO.java
View file @
2ce7e33e
src/java/trismegistoplanilla/mysqldao/FichaMysqlDAO.java
View file @
2ce7e33e
src/java/trismegistoplanilla/mysqldao/LoteFichaMysqlDAO.java
View file @
2ce7e33e
src/java/trismegistoplanilla/mysqldao/UbigeoMysqlDAO.java
View file @
2ce7e33e
...
@@ -25,8 +25,7 @@ public class UbigeoMysqlDAO implements UbigeoDAO {
...
@@ -25,8 +25,7 @@ public class UbigeoMysqlDAO implements UbigeoDAO {
ResponseHelper
response
=
new
ResponseHelper
();
ResponseHelper
response
=
new
ResponseHelper
();
try
{
try
{
connection
=
MysqlDAOFactory
.
obtenerConexion
(
Variables
.
MYSQL_NUEVO_BD_NAME
);
connection
=
MysqlDAOFactory
.
obtenerConexion
(
Variables
.
MYSQL_NUEVO_BD_NAME
);
String
sql
String
sql
=
"select "
=
"select "
+
"codigo_departamento codigoDepartamento, "
+
"codigo_departamento codigoDepartamento, "
+
"nombre_departamento nombreDepartamento "
+
"nombre_departamento nombreDepartamento "
+
"from ubigeo "
+
"from ubigeo "
...
...
web/js/pages/contratos.js
0 → 100644
View file @
2ce7e33e
This diff is collapsed.
Click to expand it.
web/vistas/consultaFichas.jsp
View file @
2ce7e33e
...
@@ -122,7 +122,6 @@
...
@@ -122,7 +122,6 @@
</tr>
</tr>
</thead>
</thead>
</table>
</table>
</div>
</div>
</div>
</div>
</div>
</div>
...
@@ -148,7 +147,6 @@
...
@@ -148,7 +147,6 @@
<div
class=
"panel-body"
>
<div
class=
"panel-body"
>
<ul
class=
"media-list"
id=
"leyenda"
>
<ul
class=
"media-list"
id=
"leyenda"
>
</ul>
</ul>
</div>
</div>
</div>
</div>
...
...
web/vistas/contratos.jsp
0 → 100644
View file @
2ce7e33e
<
%@
page
contentType=
"text/html"
pageEncoding=
"UTF-8"
%
>
<
%@
include
file=
"templates/validar.jsp"
%
>
<!DOCTYPE html>
<html>
<head>
<!--Estilos plantilla-->
<
%@
include
file=
"templates/header.jsp"
%
>
<!--Estilos plantilla-->
<!--Estilos propios-->
<!--<link href="../js/lib/jquery-confirm-master/jquery-confirm.min.css" rel="stylesheet" type="text/css"/>-->
<!--Estilos propios-->
<link
href=
"../css/pages/colors.css"
rel=
"stylesheet"
type=
"text/css"
/>
<link
href=
"../css/pages/general.css"
rel=
"stylesheet"
type=
"text/css"
/>
</head>
<body
onload=
"cargar();"
>
<input
id=
"codTitulo"
name=
"codTitulo"
type=
"hidden"
value=
"<%= menu != null ? menu.getCodigoTitulo() : 0%>"
>
<input
id=
"codModulo"
type=
"hidden"
value=
"<%= menu != null ? menu.getCodigoModulo() : 0%>"
>
<input
id=
"codCategoria"
type=
"hidden"
value=
"<%= menu != null ? menu.getCodigoCategoria() : 0%>"
>
<input
id=
"codSubCategoria"
type=
"hidden"
value=
"<%= menu != null ? menu.getCodigoSubcategoria() : 0%>"
>
<!--navbar - sidebar-->
<
%@
include
file=
"templates/header-body.jsp"
%
>
<!--navbar - sidebar-->
<!--breadcrumb-->
<
%@
include
file=
"templates/page-header.jsp"
%
>
<!--breadcrumb-->
<!--
************************* PANEL DE BUSQUEDA DE FICHAS *************************
-->
<form
action=
"../FichaServlet"
method=
"post"
id=
"formImprimirFicha"
target=
"_blank"
>
<input
type=
"hidden"
name=
"accion"
value=
"imprimirFicha"
/>
<input
type=
"hidden"
name=
"params"
id=
"params"
/>
</form>
<form
action=
"../FichaServlet"
method=
"post"
id=
"formImprimirActividadFicha"
target=
"_blank"
>
<input
type=
"hidden"
name=
"accion"
value=
"imprimirActividadFicha"
/>
<input
type=
"hidden"
name=
"paramsActividadFicha"
id=
"paramsActividadFicha"
/>
</form>
<div
class=
"row"
>
<div
class=
"col-md-6 col-md-offset-3"
>
<div
class=
"panel so-card-2"
>
<div
class=
"panel-heading bg-primary"
>
<h6
class=
"panel-title text-semibold"
>
<i
class=
"fa fa-search fa-lg"
></i>
Búsqueda de contratos
</h6>
<div
class=
"heading-elements"
>
</div>
</div>
<div
class=
"panel-body"
>
<form
action=
"#"
method=
"post"
id=
"formBuscarFichas"
name=
"formBuscarFichas"
>
<div
class=
"row"
>
<div
class=
"col-md-4"
>
<div
class=
"form-group"
>
<label
for=
"cboCriterioBusqueda"
class=
"text-semibold"
>
Criterio de búsqueda
<span
class=
"text-danger"
>
(*)
</span></label>
<select
class=
"select"
id=
"cboCriterioBusqueda"
name=
"cboCriterioBusqueda"
>
<option
value=
"0"
>
[SELECCIONAR]
</option>
<option
value=
"1"
>
TIPO DE DOCUMENTO
</option>
<option
value=
"2"
>
APELLIDOS
</option>
<option
value=
"3"
>
TIPO DE CONTRATO
</option>
<option
value=
"4"
>
RAZÓN SOCIAL
</option>
</select>
</div>
</div>
<div
id=
"divRowFiltro1"
></div>
<div
id=
"divRowFiltro2"
></div>
</div>
<div
class=
"row"
>
<div
class=
"col-md-12 text-danger text-right text-semibold"
>
(*) Campos obligatorios
</div>
</div>
<div
class=
"row"
>
<div
class=
"col-md-12 text-center"
>
<button
type=
"submit"
class=
"btn bg-primary text-center"
id=
"btnBuscarFichas"
><i
class=
"fa fa-search fa-lg position-left"
></i>
Buscar
</button>
<button
type=
"button"
class=
"btn bg-orange btn-ladda btn-ladda-progress"
data-style=
"expand-right"
data-spinner-size=
"20"
id=
"btnLimpiarFiltroFichas"
>
<span
class=
"ladda-label"
><i
class=
"fa fa-refresh fa-lg"
></i>
Limpiar
</span>
<span
class=
"ladda-spinner"
></span>
<div
class=
"ladda-progress"
style=
"width: 158px;"
></div>
</button>
</div>
</div>
</form>
</div>
</div>
</div>
</div>
<!--
************************* PANEL DE BUSQUEDA DE FICHAS *************************
-->
<!--
************************* PANEL DE LISTADO DE FICHAS *************************
-->
<div
class=
"row"
>
<div
class=
"col-md-12"
>
<div
class=
"panel so-card-2"
>
<div
class=
"panel-heading bg-primary"
>
<h6
class=
"panel-title text-semibold"
>
<i
class=
"fa fa-file fa-lg"
></i>
Listado de contratos
</h6>
</div>
<table
class=
"table table-bordered table-xxs"
id=
"tblFichas"
>
<thead>
<tr>
<th
class=
"text-center"
>
#
</th>
<th
class=
"text-center"
>
TIPO DOC.
</th>
<th
class=
"text-center"
>
NRO DOC.
</th>
<th
class=
"text-center"
>
PERSONAL
</th>
<th
class=
"text-center"
>
CORREO
</th>
<th
class=
"text-center"
>
FECHA REGISTRO
</th>
<th
class=
"text-center"
>
ESTADO
</th>
<th
class=
"text-center"
>
ACCIONES
</th>
</tr>
</thead>
</table>
</div>
</div>
</div>
<!--
************************* PANEL DE LISTADO DE FICHAS *************************
-->
<div
class=
"row"
>
<div
class=
"col-md-4 col-md-offset-4"
>
<!-- List of latest updates -->
<div
class=
"panel so-card-2"
>
<div
class=
"panel-heading bg-primary"
>
<h6
class=
"panel-title text-semibold"
>
<i
class=
"fa fa-bookmark fa-lg"
></i>
Leyenda
</h6>
<div
class=
"heading-elements"
>
<ul
class=
"icons-list"
>
<li><a
data-action=
"collapse"
></a></li>
</ul>
</div>
</div>
<div
class=
"panel-body"
>
<ul
class=
"media-list"
id=
"leyenda"
>
</ul>
</div>
</div>
</div>
</div>
<!--
************************* MDOAL LISTADO DE DETALLE DE ESTADO FICHA *************************
-->
<div
id=
"modalListadoDetalleEstadoFicha"
class=
"modal fade"
>
<div
class=
"modal-dialog"
>
<div
class=
"modal-content"
>
<div
class=
"modal-header bg-primary"
>
<button
type=
"button"
class=
"close"
data-dismiss=
"modal"
>
×
</button>
<h6
class=
"modal-title"
><i
class=
"fa fa-file fa-lg"
></i>
Actividades de la ficha
</h6>
</div>
<div
class=
"modal-body"
>
<ul
class=
"media-list media-list-bordered"
id=
"listadoActividades"
>
</ul>
</div>
<div
class=
"modal-footer"
>
<button
type=
"button"
class=
"btn bg-danger"
data-dismiss=
"modal"
><i
class=
"fa fa-close fa-lg position-left"
></i>
Cerrar
</button>
<button
type=
"button"
class=
"btn bg-slate-600 pull-left"
id=
"btnImprimirActividadFicha"
><i
class=
"fa fa-print fa-lg"
></i>
Imprimir
</button>
</div>
</div>
</div>
</div>
<!--
************************* MDOAL LISTADO DE DETALLE DE ESTADO FICHA *************************
-->
<!--javascript plantilla-->
<
%@
include
file=
"templates/footer-body.jsp"
%
>
<!--javascript plantilla-->
<!--select2-->
<script
type=
"text/javascript"
src=
"../plantilla/assets/js/plugins/forms/selects/select2.min.js"
></script>
<!--validInput-->
<script
type=
"text/javascript"
src=
"../plantilla/assets/js/plugins/validateInput/validate_inputs.js"
></script>
<!--datepicker-->
<script
type=
"text/javascript"
src=
"../plantilla/assets/js/core/libraries/jquery_ui/widgets.min.js"
></script>
<!--validate-->
<script
type=
"text/javascript"
src=
"../plantilla/assets/js/plugins/forms/validation/validate.min.js"
></script>
<script
type=
"text/javascript"
src=
"../plantilla/assets/js/plugins/forms/validation/additional_methods.min.js"
></script>
<script
type=
"text/javascript"
src=
"../plantilla/assets/js/plugins/forms/validation/localization/messages_es_PE.js"
></script>
<script
type=
"text/javascript"
src=
"../js/pages/newRulesValidate.js"
></script>
<!--datatable-->
<script
type=
"text/javascript"
src=
"../plantilla/assets/js/plugins/tables/datatables/datatables.min.js"
></script>
<script
type=
"text/javascript"
src=
"../plantilla/assets/js/plugins/forms/selects/select2.min.js"
></script>
<script
type=
"text/javascript"
src=
"../plantilla/assets/js/plugins/tables/datatables/extensions/responsive.min.js"
></script>
<!--button spinner-->
<script
type=
"text/javascript"
src=
"../plantilla/assets/js/plugins/buttons/spin.min.js"
></script>
<script
type=
"text/javascript"
src=
"../plantilla/assets/js/plugins/buttons/ladda.min.js"
></script>
<script
type=
"text/javascript"
src=
"../js/lib/jquery-confirm-master/jquery-confirm.min.js"
></script>
<!--javascript propios-->
<script
src=
"../js/pages/general.js"
type=
"text/javascript"
></script>
<script
src=
"../js/pages/menu.js"
type=
"text/javascript"
></script>
<script
src=
"../js/pages/contratos.js"
type=
"text/javascript"
></script>
<!--javascript propios-->
</body>
</html>
<
%}%
>
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment