Arreglo en la fecha del reporte

This commit is contained in:
Andres2908
2022-02-16 23:21:48 -06:00
parent 1a709bd38f
commit f1059aa78e
5 changed files with 5 additions and 8 deletions
Binary file not shown.

Before

Width:  |  Height:  |  Size: 129 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 129 KiB

+1 -1
View File
@@ -32,7 +32,7 @@ const reporte = async (body) => {
confirmacion: res[i].confirmacion,
folio: res[i].folio,
monto: res[i].monto,
fechaInscripcion: res[i].fechaInscripcion,
fechaInscripcion: moment(res[i].fechaInscripcion).format('L'),
idArea: res[i].idArea,
});
}
@@ -5,7 +5,7 @@ const Usuario = require(`${dbPath}/Usuario`);
const Inscripcion = require(`${dbPath}/Inscripcion`);
const todasInscripciones = async (body) => {
const numeroCuenta = validar.validarNumeroCuenta(body.numeroCuenta);
// const numeroCuenta = validar.validarNumeroCuenta(body.numeroCuenta);
return Inscripcion.findAll({
where: { validacion: body.validacion },
include: [
+3 -6
View File
@@ -1,7 +1,4 @@
idInscripcion,validacion,confirmacion,folio,monto,fechaInscripcion,idArea
1,"",false,7410,1,Wed Feb 09 2022 21:28:01 GMT-0600 (hora estándar central),3
2,"",false,8555,98,Wed Feb 09 2022 21:30:16 GMT-0600 (hora estándar central),1
3,"",false,5555,6,Wed Feb 09 2022 21:30:48 GMT-0600 (hora estándar central),1
4,"",false,7899,63,Wed Feb 09 2022 21:31:00 GMT-0600 (hora estándar central),3
5,"",false,7778,8,Wed Feb 09 2022 21:45:45 GMT-0600 (hora estándar central),1
6,"",false,9898,6633,Wed Feb 09 2022 21:46:01 GMT-0600 (hora estándar central),3
1,1,false,8520,65,Wed Feb 16 2022 10:37:15 GMT-0600 (hora estándar central),1
2,2,false,9630,65,Wed Feb 16 2022 10:48:43 GMT-0600 (hora estándar central),3
3,2,false,8563,7,Wed Feb 16 2022 17:30:47 GMT-0600 (hora estándar central),1
1 idInscripcion validacion confirmacion folio monto fechaInscripcion idArea
2 1 1 false 7410 8520 1 65 Wed Feb 09 2022 21:28:01 GMT-0600 (hora estándar central) Wed Feb 16 2022 10:37:15 GMT-0600 (hora estándar central) 3 1
3 2 2 false 8555 9630 98 65 Wed Feb 09 2022 21:30:16 GMT-0600 (hora estándar central) Wed Feb 16 2022 10:48:43 GMT-0600 (hora estándar central) 1 3
4 3 2 false 5555 8563 6 7 Wed Feb 09 2022 21:30:48 GMT-0600 (hora estándar central) Wed Feb 16 2022 17:30:47 GMT-0600 (hora estándar central) 1
4 false 7899 63 Wed Feb 09 2022 21:31:00 GMT-0600 (hora estándar central) 3
5 false 7778 8 Wed Feb 09 2022 21:45:45 GMT-0600 (hora estándar central) 1
6 false 9898 6633 Wed Feb 09 2022 21:46:01 GMT-0600 (hora estándar central) 3