diff --git a/images/5dcfa377fd09e73271e6deca92342831.jpeg b/images/5dcfa377fd09e73271e6deca92342831.jpeg deleted file mode 100644 index d548844..0000000 Binary files a/images/5dcfa377fd09e73271e6deca92342831.jpeg and /dev/null differ diff --git a/images/939134babd2cb0097b4f51f6eec24f9a.jpeg b/images/939134babd2cb0097b4f51f6eec24f9a.jpeg deleted file mode 100644 index d548844..0000000 Binary files a/images/939134babd2cb0097b4f51f6eec24f9a.jpeg and /dev/null differ diff --git a/server/controller/Admin/reporte.js b/server/controller/Admin/reporte.js index 25d9f11..3b9dbcd 100644 --- a/server/controller/Admin/reporte.js +++ b/server/controller/Admin/reporte.js @@ -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, }); } diff --git a/server/controller/Admin/todasInscripciones.js b/server/controller/Admin/todasInscripciones.js index 21c709e..a98066c 100644 --- a/server/controller/Admin/todasInscripciones.js +++ b/server/controller/Admin/todasInscripciones.js @@ -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: [ diff --git a/server/uploads/reporte.csv b/server/uploads/reporte.csv index f6461fe..08114ad 100644 --- a/server/uploads/reporte.csv +++ b/server/uploads/reporte.csv @@ -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