Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
Asistencia
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
Billy Larru
Asistencia
Commits
636fe850
Commit
636fe850
authored
Aug 06, 2018
by
Billy Larru
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mostrando proyectado de asistencias
parent
e6d7b04a
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
53 additions
and
15 deletions
+53
-15
pom.xml
pom.xml
+2
-2
general.css
src/main/webapp/css/general.css
+5
-0
proyectar_asistencia_policias.js
src/main/webapp/js/pages/proyectar_asistencia_policias.js
+45
-12
proyectarAsistenciaPolicias.jsp
src/main/webapp/vistas/proyectarAsistenciaPolicias.jsp
+1
-1
No files found.
pom.xml
View file @
636fe850
...
...
@@ -49,8 +49,8 @@
<artifactId>
maven-compiler-plugin
</artifactId>
<version>
3.1
</version>
<configuration>
<source>
1.
7
</source>
<target>
1.
7
</target>
<source>
1.
8
</source>
<target>
1.
8
</target>
<compilerArguments>
<endorseddirs>
${endorsed.dir}
</endorseddirs>
</compilerArguments>
...
...
src/main/webapp/css/general.css
View file @
636fe850
...
...
@@ -255,4 +255,8 @@ table.display tbody tr:hover td {
}
.table
{
width
:
100%
!important
;
}
.dataTable
thead
.sorting_asc
:after
{
content
:
''
!important
;
}
\ No newline at end of file
src/main/webapp/js/pages/proyectar_asistencia_policias.js
View file @
636fe850
...
...
@@ -5,18 +5,36 @@ function initializeData() {
"fecha_entrada"
:
"2018-06-15"
,
"marcacion_entrada"
:
"06:59"
,
"marcacion_salida"
:
"00:00"
,
"fecha_salida"
:
"2018-06-15"
});
data
.
push
({
"numero"
:
2
,
"nombres"
:
"DELGADO CHOZO JUAN FRANCISCO"
,
"sede"
:
"CANTA CALLAO 2"
,
"horario"
:
"07:00 - 17:00"
,
"tipo_horario"
:
"REGULAR"
,
"fecha_entrada"
:
"2018-06-1
5"
,
"marcacion_entrada"
:
"06:59"
,
"marcacion_salida"
:
"00:00"
,
"fecha_salida"
:
"2018-06-15
"
});
"fecha_entrada"
:
"2018-06-1
6"
,
"marcacion_entrada"
:
"06:59"
,
"marcacion_salida"
:
"00:00"
,
"fecha_salida"
:
"2018-06-16
"
});
data
.
push
({
"numero"
:
3
,
"nombres"
:
"DELGADO CHOZO JUAN FRANCISCO"
,
"sede"
:
"CANTA CALLAO 2"
,
"horario"
:
"07:00 - 17:00"
,
"tipo_horario"
:
"REGULAR"
,
"fecha_entrada"
:
"2018-06-17"
,
"marcacion_entrada"
:
"06:59"
,
"marcacion_salida"
:
"00:00"
,
"fecha_salida"
:
"2018-06-17"
});
data
.
push
({
"numero"
:
4
,
"nombres"
:
"APONTE JAIME SEGUNDO FRANCISCO"
,
"sede"
:
"CUBA"
,
"horario"
:
"07:00 - 17:00"
,
"tipo_horario"
:
"REGULAR"
,
"fecha_entrada"
:
"2018-06-15"
,
"marcacion_entrada"
:
"06:59"
,
"marcacion_salida"
:
"00:00"
,
"fecha_salida"
:
"2018-06-15"
});
data
.
push
({
"numero"
:
5
,
"nombres"
:
"APONTE JAIME SEGUNDO FRANCISCO"
,
"sede"
:
"CUBA"
,
"horario"
:
"07:00 - 17:00"
,
"tipo_horario"
:
"REGULAR"
,
"fecha_entrada"
:
"2018-06-17"
,
"marcacion_entrada"
:
"06:59"
,
"marcacion_salida"
:
"00:00"
,
"fecha_salida"
:
"2018-06-17"
});
data
.
push
({
"numero"
:
6
,
"nombres"
:
"GARCIA TORRES DAVID"
,
"sede"
:
"CUBA"
,
"horario"
:
"07:00 - 17:00"
,
"tipo_horario"
:
"REGULAR"
,
"fecha_entrada"
:
"2018-06-15"
,
"marcacion_entrada"
:
"06:59"
,
"marcacion_salida"
:
"00:00"
,
"fecha_salida"
:
"2018-06-15"
});
data
.
push
({
"numero"
:
7
,
"nombres"
:
"VERA GUEVARA HUGO"
,
"sede"
:
"CUBA"
,
"horario"
:
"07:00 - 17:00"
,
"tipo_horario"
:
"REGULAR"
,
"fecha_entrada"
:
"2018-06-15"
,
"marcacion_entrada"
:
"06:59"
,
"marcacion_salida"
:
"00:00"
,
"fecha_salida"
:
"2018-06-15"
});
data
.
push
({
"numero"
:
8
,
"nombres"
:
"MENDOZA RAMIREZ JORGE"
,
"sede"
:
"CUBA"
,
"horario"
:
"07:00 - 17:00"
,
"tipo_horario"
:
"REGULAR"
,
"fecha_entrada"
:
"2018-06-15"
,
"marcacion_entrada"
:
"06:59"
,
"marcacion_salida"
:
"00:00"
,
"fecha_salida"
:
"2018-06-15"
});
data
.
push
({
"numero"
:
4
,
"nombres"
:
"DELGADO CHOZO JUAN FRANCISCO"
,
"sede"
:
"CANTA CALLAO 2
"
,
"horario"
:
"07:00 - 17:00"
,
"tipo_horario"
:
"REGULAR"
,
data
.
push
({
"numero"
:
9
,
"nombres"
:
"MENDOZA RAMIREZ JORGE"
,
"sede"
:
"CUBA
"
,
"horario"
:
"07:00 - 17:00"
,
"tipo_horario"
:
"REGULAR"
,
"fecha_entrada"
:
"2018-06-15"
,
"marcacion_entrada"
:
"06:59"
,
"marcacion_salida"
:
"00:00"
,
"fecha_salida"
:
"2018-06-15"
});
data
.
push
({
"numero"
:
5
,
"nombres"
:
"DELGADO CHOZO JUAN FRANCISCO"
,
"sede"
:
"CANTA CALLAO 2
"
,
"horario"
:
"07:00 - 17:00"
,
"tipo_horario"
:
"REGULAR"
,
data
.
push
({
"numero"
:
10
,
"nombres"
:
"GUERRERO VELASCO LUIS SEGUNDO"
,
"sede"
:
"CUBA
"
,
"horario"
:
"07:00 - 17:00"
,
"tipo_horario"
:
"REGULAR"
,
"fecha_entrada"
:
"2018-06-15"
,
"marcacion_entrada"
:
"06:59"
,
"marcacion_salida"
:
"00:00"
,
"fecha_salida"
:
"2018-06-15"
});
data
.
push
({
"numero"
:
6
,
"nombres"
:
"DELGADO CHOZO JUAN FRANCISCO"
,
"sede"
:
"CANTA CALLAO 2"
,
"horario"
:
"07:00 - 17:00"
,
"tipo_horario"
:
"REGULAR"
,
data
.
push
({
"numero"
:
11
,
"nombres"
:
"GUERRERO VELASCO LUIS SEGUNDO"
,
"sede"
:
"CUBA"
,
"horario"
:
"07:00 - 17:00"
,
"tipo_horario"
:
"REGULAR"
,
"fecha_entrada"
:
"2018-06-15"
,
"marcacion_entrada"
:
"06:59"
,
"marcacion_salida"
:
"00:00"
,
"fecha_salida"
:
"2018-06-15"
});
data
.
push
({
"numero"
:
12
,
"nombres"
:
"GUERRERO VELASCO LUIS SEGUNDO"
,
"sede"
:
"CUBA"
,
"horario"
:
"07:00 - 17:00"
,
"tipo_horario"
:
"REGULAR"
,
"fecha_entrada"
:
"2018-06-15"
,
"marcacion_entrada"
:
"06:59"
,
"marcacion_salida"
:
"00:00"
,
"fecha_salida"
:
"2018-06-15"
});
}
...
...
@@ -54,19 +72,33 @@ function mostrarVistaPrevia() {
autoWidth
:
false
,
responsive
:
true
,
stateSave
:
true
,
columnDefs
:
[{
orderable
:
false
,
width
:
'100px'
,
targets
:
[
7
]
}],
columnDefs
:
[
{
orderable
:
false
,
width
:
'5%'
,
targets
:
0
,
className
:
"text-center"
},
{
orderable
:
false
,
width
:
'15%'
,
targets
:
1
},
{
orderable
:
false
,
width
:
'10%'
,
targets
:
2
,
className
:
"text-center"
},
{
orderable
:
false
,
width
:
'7%'
,
targets
:
3
,
className
:
"text-center"
},
{
orderable
:
false
,
width
:
'7%'
,
targets
:
4
,
className
:
"text-center"
},
{
orderable
:
false
,
width
:
'10%'
,
targets
:
5
,
className
:
"text-center"
},
{
orderable
:
false
,
width
:
'8%'
,
targets
:
6
,
className
:
"text-center"
},
{
orderable
:
false
,
width
:
'8%'
,
targets
:
7
,
className
:
"text-center"
}
],
dom
:
'<"datatable-header"fl><"datatable-scroll-wrap"t><"datatable-footer"ip>'
,
"processing"
:
true
,
data
:
data
,
"columns"
:
[
{
"data"
:
"numero"
},
{
"data"
:
"numero"
,
"className"
:
"text-center"
},
{
"data"
:
"nombres"
},
{
"data"
:
"sede"
},
{
"data"
:
"horario"
},
{
"data"
:
"sede"
,
"className"
:
"text-center"
},
{
"data"
:
"horario"
,
"className"
:
"text-center"
},
{
"data"
:
"tipo_horario"
,
"className"
:
"text-center"
,
...
...
@@ -101,6 +133,7 @@ function mostrarVistaPrevia() {
],
rowsGroup
:
[
1
,
2
,
3
,
4
],
fnInitComplete
:
function
(
settings
,
data
)
{
$
(
'th'
).
removeClass
(
'sorting_asc'
);
console
.
log
(
data
);
}
});
...
...
src/main/webapp/vistas/proyectarAsistenciaPolicias.jsp
View file @
636fe850
...
...
@@ -52,7 +52,7 @@
<h6
class=
"panel-title"
style=
"font-size: 15px; font-family: inherit"
><i
class=
"icon icon-search4"
></i>
ASISTENCIAS PROYECTADAS
</h6>
</div>
<div>
<table
class=
"table table-responsive dataTable table-striped table-
hover table-sm table-bordered display
"
id=
"tblAsistenciaPolicias"
>
<table
class=
"table table-responsive dataTable table-striped table-
sm table-bordered
"
id=
"tblAsistenciaPolicias"
>
<thead>
<tr>
<th
class=
"text-center"
>
N°
</th>
...
...
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