Compare commits
No commits in common. "main" and "fix/completar" have entirely different histories.
main
...
fix/comple
|
@ -68,7 +68,7 @@ email.deleteColaborator.text2=Saludos,
|
||||||
|
|
||||||
email.receipt.title=Comprobante de pago
|
email.receipt.title=Comprobante de pago
|
||||||
email.receipt.user={0}
|
email.receipt.user={0}
|
||||||
email.receipt.fecha=Fecha de pago: {0}
|
email.receipt.fecha={0}
|
||||||
email.receipt.plantilla={0}
|
email.receipt.plantilla={0}
|
||||||
email.receipt.precio=${0}
|
email.receipt.precio=${0}
|
||||||
|
|
||||||
|
|
|
@ -135,9 +135,11 @@
|
||||||
<div class="page-content container">
|
<div class="page-content container">
|
||||||
<div class="container px-0">
|
<div class="container px-0">
|
||||||
<div class="row mt-4">
|
<div class="row mt-4">
|
||||||
<div>
|
<div class="col-12 col-lg-10 offset-lg-1">
|
||||||
<!-- .row -->
|
<!-- .row -->
|
||||||
|
|
||||||
|
<hr class="row brc-default-l1 mx-n1 mb-4" />
|
||||||
|
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-sm-6">
|
<div class="col-sm-6">
|
||||||
<div>
|
<div>
|
||||||
|
@ -151,56 +153,31 @@
|
||||||
<!-- /.col -->
|
<!-- /.col -->
|
||||||
|
|
||||||
<div class="text-95 col-sm-6 align-self-start d-sm-flex justify-content-end">
|
<div class="text-95 col-sm-6 align-self-start d-sm-flex justify-content-end">
|
||||||
|
<hr class="d-sm-none" />
|
||||||
<div class="text-grey-m2">
|
<div class="text-grey-m2">
|
||||||
<div class="my-2">
|
<div class="my-2">
|
||||||
<i class="text-blue-m2 text-xs mr-1"></i>
|
<i class="fa fa-circle text-blue-m2 text-xs mr-1"></i>
|
||||||
<span class="text-600 text-90" th:text="#{email.receipt.fecha(${factura.getFecha()}, 'dd-MM-yyyy HH:mm' )}"
|
<span class="text-600 text-90" th:text="#{email.receipt.fecha(${factura.getFecha()}, 'dd-MM-yyyy HH:mm' )}"
|
||||||
>Fecha:</span
|
>Fecha:</span
|
||||||
>
|
>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<hr class="d-sm-none" />
|
|
||||||
<!-- /.col -->
|
<!-- /.col -->
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="container">
|
<div class="mt-4">
|
||||||
<div class="row">
|
<div class="row text-600 text-white bgc-default-tp1 py-25">
|
||||||
<div class="col-lg-10 mt-5 mb-5">
|
<div class="col-9 col-sm-5">Plantilla</div>
|
||||||
<table class="table table-bordered" style="width: 100%">
|
<div class="d-none d-sm-block col-4 col-sm-2">Cantidad</div>
|
||||||
<thead>
|
<div class="d-none d-sm-block col-sm-2">Precio</div>
|
||||||
<tr class="text-uppercase font-weight-bold text-blue">
|
</div>
|
||||||
<th>Plantilla</th>
|
|
||||||
<th>Cantidad</th>
|
|
||||||
<th>Precio</th>
|
|
||||||
</tr>
|
|
||||||
</thead>
|
|
||||||
|
|
||||||
<tbody style="text-align: center">
|
<div class="text-95 text-secondary-d3">
|
||||||
<tr class="text-95 text-secondary-d3">
|
<div class="row mb-2 mb-sm-0 py-25">
|
||||||
<td th:text="#{email.receipt.plantilla(${factura.getNombrePlantilla()})}"></td>
|
<div class="col-9 col-sm-5" th:text="#{email.receipt.plantilla(${factura.getNombrePlantilla()})}"></div>
|
||||||
<td>1</td>
|
<div class="d-none d-sm-block col-2">1</div>
|
||||||
<td th:text="#{email.receipt.precio(${factura.getCosto()})}"></td>
|
<div class="d-none d-sm-block col-2 text-95" th:text="#{email.receipt.precio(${factura.getCosto()})}"></div>
|
||||||
</tr>
|
|
||||||
</tbody>
|
|
||||||
</table>
|
|
||||||
|
|
||||||
<hr />
|
|
||||||
|
|
||||||
<!-- <div class="row text-600 text-white bgc-default-tp1 d-flex flex-row" >
|
|
||||||
<div class="col-9 col-sm-5">Plantilla</div>
|
|
||||||
<div class="d-none d-sm-block col-4 col-sm-2">Cantidad</div>
|
|
||||||
<div class="d-none d-sm-block col-sm-2">Precio</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="text-95 text-secondary-d3">
|
|
||||||
<div class="row mb-2 mb-sm-0 py-25">
|
|
||||||
<div class="col-9 col-sm-5" th:text="#{email.receipt.plantilla(${factura.getNombrePlantilla()})}"></div>
|
|
||||||
<div class="d-none d-sm-block col-2">1</div>
|
|
||||||
<div class="d-none d-sm-block col-2 text-95" th:text="#{email.receipt.precio(${factura.getCosto()})}"></div>
|
|
||||||
</div>
|
|
||||||
</div>-->
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -208,7 +185,7 @@
|
||||||
<div class="row mt-3">
|
<div class="row mt-3">
|
||||||
<div class="col-12 col-sm-5 text-grey text-90 order-first order-sm-last">
|
<div class="col-12 col-sm-5 text-grey text-90 order-first order-sm-last">
|
||||||
<div class="row my-2 align-items-center bgc-primary-l3 p-2">
|
<div class="row my-2 align-items-center bgc-primary-l3 p-2">
|
||||||
<div class="col-7 text-600 text-110 text-blue text-right">Monto total:</div>
|
<div class="col-7 text-right">Monto total</div>
|
||||||
<div class="col-5">
|
<div class="col-5">
|
||||||
<span class="text-150 text-success-d3 opacity-2" th:text="#{email.receipt.precio(${factura.getCosto()})}"></span>
|
<span class="text-150 text-success-d3 opacity-2" th:text="#{email.receipt.precio(${factura.getCosto()})}"></span>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -33,13 +33,8 @@
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="ds-survey" id="entities" *ngIf="categorias?.length === 0">
|
<div class="alert alert-warning" id="no-result" *ngIf="categorias?.length === 0">
|
||||||
<div class="ds-survey--all-question-wrapper">
|
<span jhiTranslate="dataSurveyApp.categoria.home.notFound">No categorias found</span>
|
||||||
<ng-container class="">
|
|
||||||
<p class="ds-title text-center">No existen categorías</p>
|
|
||||||
<p class="ds-subtitle text-center">Inicie creando categorías para identificar las encuestas de los usuarios</p>
|
|
||||||
</ng-container>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="table-responsive" id="entities" *ngIf="categorias && categorias.length > 0">
|
<div class="table-responsive" id="entities" *ngIf="categorias && categorias.length > 0">
|
||||||
|
|
|
@ -101,7 +101,7 @@
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-md-12">
|
<div class="col-md-12">
|
||||||
<div class="table-responsive">
|
<div class="table-responsive">
|
||||||
<table class="ds-table table">
|
<table class="table">
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr *ngFor="let categoria of categorias; let i = index; trackBy: trackId">
|
<tr *ngFor="let categoria of categorias; let i = index; trackBy: trackId">
|
||||||
<td>{{ categoria.nombre }}</td>
|
<td>{{ categoria.nombre }}</td>
|
||||||
|
@ -127,7 +127,7 @@
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-md-12">
|
<div class="col-md-12">
|
||||||
<div class="table-responsive">
|
<div class="table-responsive">
|
||||||
<table class="ds-table table">
|
<table class="table">
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr *ngFor="let categoria of categorias; let i = index; trackBy: trackId">
|
<tr *ngFor="let categoria of categorias; let i = index; trackBy: trackId">
|
||||||
<td>{{ categoria.nombre }}</td>
|
<td>{{ categoria.nombre }}</td>
|
||||||
|
@ -199,7 +199,7 @@
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-md-12">
|
<div class="col-md-12">
|
||||||
<div class="table-responsive">
|
<div class="table-responsive">
|
||||||
<table class="ds-table table">
|
<table class="table">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th>Usuario</th>
|
<th>Usuario</th>
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<div class="content">
|
<div class="content">
|
||||||
<div class="py-2">
|
<div class="py-2">
|
||||||
<button type="button" class="ds-btn ds-btn--primary" (click)="exportReportesGeneralesUserExcel()">Exportar como Excel</button>
|
<!--<button type="button" class="ds-btn ds-btn--primary" (click)="exportReportesGeneralesUserExcel()">Exportar como Excel</button>
|
||||||
<button type="button" class="ds-btn ds-btn--primary" (click)="exportReportesGeneralesUserPDF()">Exportar como PDF</button>
|
<button type="button" class="ds-btn ds-btn--primary" (click)="exportReportesGeneralesUserPDF()">Exportar como PDF</button>-->
|
||||||
<button
|
<button
|
||||||
type="button"
|
type="button"
|
||||||
[hidden]="!reportsGeneral || (reportForEncuestas && reportColaboraciones)"
|
[hidden]="!reportsGeneral || (reportForEncuestas && reportColaboraciones)"
|
||||||
|
@ -169,22 +169,22 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="text-xs text-gray-500">
|
<div class="text-xs text-gray-500">
|
||||||
<div class="entity-body">
|
<div class="entity-body">
|
||||||
<!--<div class="entity-body--row m-2" *ngFor="let d of duracionArray">
|
<div class="entity-body--row m-2">
|
||||||
<span class="mt-2" *ngIf="d! > 0"
|
<span class="mt-2" *ngIf="duracion! > 0"
|
||||||
><fa-icon class="entity-icon--access" [icon]="faCalendarAlt"></fa-icon> Duración: {{
|
><fa-icon class="entity-icon--access" [icon]="faCalendarAlt"></fa-icon> Duración: {{
|
||||||
d
|
duracion
|
||||||
}}</span
|
}}</span
|
||||||
>
|
>
|
||||||
<span class="mt-2" *ngIf="d! == 0"
|
<span class="mt-2" *ngIf="duracion! == 0"
|
||||||
><fa-icon class="entity-icon--access" [icon]="faCalendarAlt"></fa-icon> Duración: Un día o
|
><fa-icon class="entity-icon--access" [icon]="faCalendarAlt"></fa-icon> Duración: Un día o
|
||||||
menos</span
|
menos</span
|
||||||
>
|
>
|
||||||
|
|
||||||
<span class="mt-2" *ngIf="d! == -1"
|
<span class="mt-2" *ngIf="duracion! == -1"
|
||||||
><fa-icon class="entity-icon--access" [icon]="faCalendarAlt"></fa-icon> Duración: No ha
|
><fa-icon class="entity-icon--access" [icon]="faCalendarAlt"></fa-icon> Duración: No ha
|
||||||
finalizado</span
|
finalizado</span
|
||||||
>
|
>
|
||||||
</div>-->
|
</div>
|
||||||
|
|
||||||
<div class="entity-body--row m-2">
|
<div class="entity-body--row m-2">
|
||||||
<p>Calificación:</p>
|
<p>Calificación:</p>
|
||||||
|
@ -287,7 +287,7 @@
|
||||||
</ul>-->
|
</ul>-->
|
||||||
<!-- <textarea readonly class="ds-survey--textarea" cols="33" rows="10" *ngIf="res.epreguntaAbierta?.id == preguntaId" > {{ res.respuesta }} </textarea>-->
|
<!-- <textarea readonly class="ds-survey--textarea" cols="33" rows="10" *ngIf="res.epreguntaAbierta?.id == preguntaId" > {{ res.respuesta }} </textarea>-->
|
||||||
|
|
||||||
<div *ngIf="res.epreguntaAbierta?.id == ePregunta.id">
|
<div *ngIf="res.epreguntaAbierta?.id == preguntaId">
|
||||||
<label> {{ '- ' + res.respuesta }}</label> <br />
|
<label> {{ '- ' + res.respuesta }}</label> <br />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -453,7 +453,7 @@
|
||||||
</ul>-->
|
</ul>-->
|
||||||
<!-- <textarea readonly class="ds-survey--textarea" cols="33" rows="10" *ngIf="res.epreguntaAbierta?.id == preguntaId" > {{ res.respuesta }} </textarea>-->
|
<!-- <textarea readonly class="ds-survey--textarea" cols="33" rows="10" *ngIf="res.epreguntaAbierta?.id == preguntaId" > {{ res.respuesta }} </textarea>-->
|
||||||
|
|
||||||
<div *ngIf="res.epreguntaAbierta?.id == ePregunta.id">
|
<div *ngIf="res.epreguntaAbierta?.id == preguntaIdColaboracion">
|
||||||
<label> {{ '- ' + res.respuesta }}</label> <br />
|
<label> {{ '- ' + res.respuesta }}</label> <br />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -15,9 +15,6 @@ import { finalize } from 'rxjs/operators';
|
||||||
import { EPreguntaAbiertaRespuestaService } from '../../e-pregunta-abierta-respuesta/service/e-pregunta-abierta-respuesta.service';
|
import { EPreguntaAbiertaRespuestaService } from '../../e-pregunta-abierta-respuesta/service/e-pregunta-abierta-respuesta.service';
|
||||||
import { IEPreguntaAbiertaRespuesta } from '../../e-pregunta-abierta-respuesta/e-pregunta-abierta-respuesta.model';
|
import { IEPreguntaAbiertaRespuesta } from '../../e-pregunta-abierta-respuesta/e-pregunta-abierta-respuesta.model';
|
||||||
import { IUsuarioEncuesta } from '../../usuario-encuesta/usuario-encuesta.model';
|
import { IUsuarioEncuesta } from '../../usuario-encuesta/usuario-encuesta.model';
|
||||||
import { exportAsExcelFile } from '../export/export_excel';
|
|
||||||
import { jsPDF } from 'jspdf';
|
|
||||||
import { createPDFTableHeaders, generatePDFTable, generatePDFTableData, saveGeneratedPDF } from '../export/export_pdf';
|
|
||||||
|
|
||||||
@Component({
|
@Component({
|
||||||
selector: 'jhi-dashboard-user',
|
selector: 'jhi-dashboard-user',
|
||||||
|
@ -61,7 +58,6 @@ export class DashboardUserComponent implements OnInit {
|
||||||
ePreguntasOpcionesColaboracion?: any[];
|
ePreguntasOpcionesColaboracion?: any[];
|
||||||
respuestaAbiertaColaboracion?: IEPreguntaAbiertaRespuesta[];
|
respuestaAbiertaColaboracion?: IEPreguntaAbiertaRespuesta[];
|
||||||
preguntaIdColaboracion?: number = 0;
|
preguntaIdColaboracion?: number = 0;
|
||||||
duracionArray?: number[] | null = null;
|
|
||||||
|
|
||||||
constructor(
|
constructor(
|
||||||
protected encuestaService: EncuestaService,
|
protected encuestaService: EncuestaService,
|
||||||
|
@ -130,31 +126,21 @@ export class DashboardUserComponent implements OnInit {
|
||||||
this.cantPrivadas = tmpEncuestas.filter(
|
this.cantPrivadas = tmpEncuestas.filter(
|
||||||
e => e.acceso === 'PRIVATE' && e.usuarioExtra?.id === this.usuarioExtra?.id && e.estado !== 'DELETED'
|
e => e.acceso === 'PRIVATE' && e.usuarioExtra?.id === this.usuarioExtra?.id && e.estado !== 'DELETED'
|
||||||
).length;
|
).length;
|
||||||
let cantidadCompletadas: number = 0;
|
|
||||||
tmpEncuestas
|
|
||||||
.filter(e => e.estado === 'ACTIVE')
|
|
||||||
.forEach(e => {
|
|
||||||
const _contadorCompletadas = e.calificacion;
|
|
||||||
cantidadCompletadas = cantidadCompletadas + (Number(_contadorCompletadas?.toString().split('.')[1]) - 1);
|
|
||||||
});
|
|
||||||
this.cantPersonas = cantidadCompletadas;
|
|
||||||
|
|
||||||
tmpEncuestas.forEach(encuesta => {
|
tmpEncuestas.forEach(encuesta => {
|
||||||
const _calificacion = encuesta.calificacion;
|
const _calificacion = encuesta.calificacion;
|
||||||
encuesta.calificacion = Number(_calificacion?.toString().split('.')[0]);
|
encuesta.calificacion = Number(_calificacion?.toString().split('.')[0]);
|
||||||
|
|
||||||
/* if (encuesta.fechaFinalizada == null) {
|
if (encuesta.fechaFinalizada == null) {
|
||||||
this.duracion = -1;
|
this.duracion = -1;
|
||||||
this.duracionArray?.push(this.duracion);
|
|
||||||
} else {
|
} else {
|
||||||
this.duracion = encuesta.fechaPublicacion?.diff(encuesta.fechaFinalizada!, 'days');
|
this.duracion = encuesta.fechaPublicacion?.diff(encuesta.fechaFinalizada!, 'days');
|
||||||
this.duracionArray?.push(this.duracion!);
|
}
|
||||||
}*/
|
|
||||||
});
|
});
|
||||||
|
|
||||||
/*this.cantPersonas = tmpEncuestas.filter(
|
this.cantPersonas = tmpEncuestas.filter(
|
||||||
e => e.calificacion && e.usuarioExtra?.id === this.usuarioExtra?.id && e.estado !== 'DELETED'
|
e => e.calificacion && e.usuarioExtra?.id === this.usuarioExtra?.id && e.estado !== 'DELETED'
|
||||||
).length;*/
|
).length;
|
||||||
//cantidad de personas que han completado la encuesta
|
//cantidad de personas que han completado la encuesta
|
||||||
|
|
||||||
this.loadFirstChart();
|
this.loadFirstChart();
|
||||||
|
@ -366,228 +352,4 @@ export class DashboardUserComponent implements OnInit {
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
exportReportesGeneralesUserExcel(): void {
|
|
||||||
/*REPORTES GENERALES:
|
|
||||||
*Cantidad de encuestas creadas
|
|
||||||
* cantidad de personas que han completado las encuestas
|
|
||||||
*Cantidad de encuestas por estado
|
|
||||||
* Cantidad de encuestas por acceso
|
|
||||||
* */
|
|
||||||
|
|
||||||
if (!this.reportsGeneral) {
|
|
||||||
const _sheets = [
|
|
||||||
'Cantidad encuestas creadas',
|
|
||||||
'Cantidad usuarios encuestas',
|
|
||||||
'Cantidad encuestas por estado',
|
|
||||||
'Cantidad encuestas por acceso',
|
|
||||||
];
|
|
||||||
|
|
||||||
const _reporteEncuestasCreadas = [{ total_encuestas: this.cantEncuestas }];
|
|
||||||
|
|
||||||
const _reporteUsuariosCompletadas = [{ total_usuarios: this.cantPersonas }];
|
|
||||||
|
|
||||||
const _reporteEncuestasEstado = [
|
|
||||||
{ total_borrador: this.cantPersonas, total_activas: this.cantActivas, total_finalizadas: this.cantFinalizadas },
|
|
||||||
];
|
|
||||||
|
|
||||||
const _reporteEncuestasAcceso = [{ total_publicas: this.cantPublicas, total_privadas: this.cantPrivadas }];
|
|
||||||
|
|
||||||
const _excelFinalData = [_reporteEncuestasCreadas, _reporteUsuariosCompletadas, _reporteEncuestasEstado, _reporteEncuestasAcceso];
|
|
||||||
const _fileName = 'reportes_generales_encuestas_DataSurvey';
|
|
||||||
exportAsExcelFile(_sheets, _excelFinalData, _fileName);
|
|
||||||
} else if (!this.reportPreguntas) {
|
|
||||||
/*REPORTES POR ENCUESTA:
|
|
||||||
* Nombre encuesta
|
|
||||||
* categoria encuesta
|
|
||||||
* calificacion encuesta
|
|
||||||
*
|
|
||||||
* preguntas:
|
|
||||||
* contenido/ cantidad*/
|
|
||||||
|
|
||||||
const _sheets = ['Datos de encuesta', 'Contenido de preguntas cerradas', 'Contenido de preguntas abiertas'];
|
|
||||||
|
|
||||||
const _reporteDatosEncuesta = [
|
|
||||||
{
|
|
||||||
nombre_encuesta: this.encuesta?.nombre,
|
|
||||||
categoria_encuesta: this.encuesta?.categoria?.nombre,
|
|
||||||
calificacion_encuesta: this.encuesta?.calificacion,
|
|
||||||
},
|
|
||||||
];
|
|
||||||
|
|
||||||
const _reporteContenidoPreguntasCerradas: any[] = [];
|
|
||||||
const _reporteContenidoPreguntasAbiertas: any[] = [];
|
|
||||||
|
|
||||||
this.ePreguntas!.forEach((pregunta: any, index) => {
|
|
||||||
debugger;
|
|
||||||
let _report: any = {};
|
|
||||||
let _reportAbierta: any = {};
|
|
||||||
|
|
||||||
if (!pregunta.tipo) {
|
|
||||||
this.respuestaAbierta!.forEach((respuesta: any) => {
|
|
||||||
if (respuesta.epreguntaAbierta?.id == pregunta.id) {
|
|
||||||
// _reportAbierta['pregunta_abierta'] = pregunta.nombre;
|
|
||||||
_reportAbierta['contenido'] = respuesta.respuesta;
|
|
||||||
_reporteContenidoPreguntasAbiertas.push(_reportAbierta);
|
|
||||||
}
|
|
||||||
});
|
|
||||||
} else {
|
|
||||||
debugger;
|
|
||||||
|
|
||||||
this.ePreguntasOpciones!.forEach((respuesta: any, index) => {
|
|
||||||
console.log(respuesta.epreguntaCerrada);
|
|
||||||
|
|
||||||
if (respuesta[index].epreguntaCerrada.id == pregunta.id) {
|
|
||||||
_report['opcion_pregunta'] = respuesta[index].nombre;
|
|
||||||
_report['cantidad'] = respuesta[index].cantidad;
|
|
||||||
_reporteContenidoPreguntasCerradas.push(_report);
|
|
||||||
}
|
|
||||||
});
|
|
||||||
}
|
|
||||||
});
|
|
||||||
|
|
||||||
const _excelFinalData = [_reporteDatosEncuesta, _reporteContenidoPreguntasCerradas, _reporteContenidoPreguntasAbiertas];
|
|
||||||
const _fileName = 'reportes_detalle_encuesta_datasurvey';
|
|
||||||
exportAsExcelFile(_sheets, _excelFinalData, _fileName);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
exportReportesGeneralesUserPDF(): void {
|
|
||||||
/*REPORTES GENERALES:
|
|
||||||
*Cantidad de encuestas creadas
|
|
||||||
* cantidad de personas que han completado las encuestas
|
|
||||||
*Cantidad de encuestas por estado
|
|
||||||
* Cantidad de encuestas por acceso
|
|
||||||
* */
|
|
||||||
|
|
||||||
if (!this.reportsGeneral) {
|
|
||||||
const doc = new jsPDF();
|
|
||||||
const _fileName = 'reportes_generales_encuestas_datasurvey';
|
|
||||||
let _docData, _headers, _docHeaders, _docTitle;
|
|
||||||
|
|
||||||
debugger;
|
|
||||||
const _reporteEncuestasCreadas = [{ total_encuestas_creadas: this.cantEncuestas!.toString() }];
|
|
||||||
debugger;
|
|
||||||
|
|
||||||
_docData = generatePDFTableData(_reporteEncuestasCreadas);
|
|
||||||
_headers = ['total_encuestas_creadas'];
|
|
||||||
_docHeaders = createPDFTableHeaders(_headers);
|
|
||||||
_docTitle = 'Reporte General Cantidad Encuestas Creadas';
|
|
||||||
|
|
||||||
generatePDFTable(doc, _docData, _docHeaders, _docTitle);
|
|
||||||
doc.addPage('p');
|
|
||||||
|
|
||||||
const _reporteUsuariosCompletadas = [{ total_usuarios_completados: this.cantPersonas.toString() }];
|
|
||||||
_docData = generatePDFTableData(_reporteUsuariosCompletadas);
|
|
||||||
_headers = ['total_usuarios_completados'];
|
|
||||||
_docHeaders = createPDFTableHeaders(_headers);
|
|
||||||
_docTitle = 'Reporte General Cantidad Usuarios';
|
|
||||||
|
|
||||||
generatePDFTable(doc, _docData, _docHeaders, _docTitle);
|
|
||||||
doc.addPage('p');
|
|
||||||
|
|
||||||
const _reporteEncuestasEstado = [
|
|
||||||
{
|
|
||||||
total_borrador: this.cantPersonas.toString(),
|
|
||||||
total_activas: this.cantActivas.toString(),
|
|
||||||
total_finalizadas: this.cantFinalizadas.toString(),
|
|
||||||
},
|
|
||||||
];
|
|
||||||
_docData = generatePDFTableData(_reporteEncuestasEstado);
|
|
||||||
_headers = ['total_borrador', 'total_activas', 'total_finalizadas'];
|
|
||||||
_docHeaders = createPDFTableHeaders(_headers);
|
|
||||||
_docTitle = 'Reporte General Cantidad Encuestas Por Estado';
|
|
||||||
|
|
||||||
generatePDFTable(doc, _docData, _docHeaders, _docTitle);
|
|
||||||
doc.addPage('p');
|
|
||||||
|
|
||||||
const _reporteEncuestasAcceso = [{ total_publicas: this.cantPublicas.toString(), total_privadas: this.cantPrivadas.toString() }];
|
|
||||||
_docData = generatePDFTableData(_reporteEncuestasAcceso);
|
|
||||||
_headers = ['total_publicas', 'total_privadas'];
|
|
||||||
_docHeaders = createPDFTableHeaders(_headers);
|
|
||||||
_docTitle = 'Reporte General Cantidad Encuestas Por Acceso';
|
|
||||||
|
|
||||||
generatePDFTable(doc, _docData, _docHeaders, _docTitle);
|
|
||||||
doc.addPage('p');
|
|
||||||
|
|
||||||
saveGeneratedPDF(doc, _fileName);
|
|
||||||
} else {
|
|
||||||
/*REPORTES POR ENCUESTA:
|
|
||||||
* Nombre encuesta
|
|
||||||
* categoria encuesta
|
|
||||||
* calificacion encuesta
|
|
||||||
*
|
|
||||||
* preguntas:
|
|
||||||
* contenido/ cantidad*/
|
|
||||||
|
|
||||||
const doc = new jsPDF();
|
|
||||||
const _fileName = 'reportes_detalles_encuestas_datasurvey';
|
|
||||||
let _docData, _headers, _docHeaders, _docTitle;
|
|
||||||
|
|
||||||
const _reporteDatosEncuesta = [
|
|
||||||
{
|
|
||||||
nombre_encuesta: this.encuesta?.nombre,
|
|
||||||
categoria_encuesta: this.encuesta?.categoria?.nombre,
|
|
||||||
calificacion_encuesta: this.encuesta?.calificacion!.toString(),
|
|
||||||
},
|
|
||||||
];
|
|
||||||
|
|
||||||
_docData = generatePDFTableData(_reporteDatosEncuesta);
|
|
||||||
_headers = ['nombre_encuesta', 'categoria_encuesta', 'calificacion_encuesta'];
|
|
||||||
_docHeaders = createPDFTableHeaders(_headers);
|
|
||||||
_docTitle = 'Reporte Detalle Encuesta';
|
|
||||||
|
|
||||||
generatePDFTable(doc, _docData, _docHeaders, _docTitle);
|
|
||||||
doc.addPage('l');
|
|
||||||
|
|
||||||
const _reporteContenidoPreguntasCerradas: any[] = [];
|
|
||||||
const _reporteContenidoPreguntasAbiertas: any[] = [];
|
|
||||||
|
|
||||||
this.ePreguntas!.forEach((pregunta: any, index) => {
|
|
||||||
debugger;
|
|
||||||
let _report: any = {};
|
|
||||||
let _reportAbierta: any = {};
|
|
||||||
|
|
||||||
if (!pregunta.tipo) {
|
|
||||||
this.respuestaAbierta!.forEach((respuesta: any) => {
|
|
||||||
if (respuesta.epreguntaAbierta?.id == pregunta.id) {
|
|
||||||
_reportAbierta['pregunta_abierta'] = 'Contenido';
|
|
||||||
_reportAbierta['contenido'] = respuesta.respuesta;
|
|
||||||
_reporteContenidoPreguntasAbiertas.push(_reportAbierta);
|
|
||||||
}
|
|
||||||
});
|
|
||||||
} else {
|
|
||||||
debugger;
|
|
||||||
|
|
||||||
this.ePreguntasOpciones!.forEach((respuesta: any, index) => {
|
|
||||||
console.log(respuesta.epreguntaCerrada);
|
|
||||||
|
|
||||||
if (respuesta[index].epreguntaCerrada.id == pregunta.id) {
|
|
||||||
_report['opcion_pregunta'] = respuesta[index].nombre;
|
|
||||||
_report['cantidad'] = respuesta[index].cantidad.toString();
|
|
||||||
_reporteContenidoPreguntasCerradas.push(_report);
|
|
||||||
}
|
|
||||||
});
|
|
||||||
}
|
|
||||||
});
|
|
||||||
|
|
||||||
_docData = generatePDFTableData(_reporteContenidoPreguntasCerradas);
|
|
||||||
_headers = ['opcion_pregunta', 'cantidad'];
|
|
||||||
_docHeaders = createPDFTableHeaders(_headers);
|
|
||||||
_docTitle = 'Reporte de Cantidad Seleccion Opciones Cerradas';
|
|
||||||
|
|
||||||
generatePDFTable(doc, _docData, _docHeaders, _docTitle);
|
|
||||||
doc.addPage('l');
|
|
||||||
|
|
||||||
_docData = generatePDFTableData(_reporteContenidoPreguntasAbiertas);
|
|
||||||
_headers = ['pregunta_abierta', 'contenido'];
|
|
||||||
_docHeaders = createPDFTableHeaders(_headers);
|
|
||||||
_docTitle = 'Reporte Respuesta Pregunta Abierta';
|
|
||||||
|
|
||||||
generatePDFTable(doc, _docData, _docHeaders, _docTitle);
|
|
||||||
doc.addPage('l');
|
|
||||||
|
|
||||||
saveGeneratedPDF(doc, _fileName);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -30,9 +30,9 @@
|
||||||
</dd>
|
</dd>
|
||||||
<dt><span jhiTranslate="dataSurveyApp.ePreguntaCerradaOpcion.ePreguntaCerrada">E Pregunta Cerrada</span></dt>
|
<dt><span jhiTranslate="dataSurveyApp.ePreguntaCerradaOpcion.ePreguntaCerrada">E Pregunta Cerrada</span></dt>
|
||||||
<dd>
|
<dd>
|
||||||
<div *ngIf="ePreguntaCerradaOpcion.epreguntaCerrada">
|
<div *ngIf="ePreguntaCerradaOpcion.ePreguntaCerrada">
|
||||||
<a [routerLink]="['/e-pregunta-cerrada', ePreguntaCerradaOpcion.epreguntaCerrada?.id, 'view']">{{
|
<a [routerLink]="['/e-pregunta-cerrada', ePreguntaCerradaOpcion.ePreguntaCerrada?.id, 'view']">{{
|
||||||
ePreguntaCerradaOpcion.epreguntaCerrada?.id
|
ePreguntaCerradaOpcion.ePreguntaCerrada?.id
|
||||||
}}</a>
|
}}</a>
|
||||||
</div>
|
</div>
|
||||||
</dd>
|
</dd>
|
||||||
|
|
|
@ -5,7 +5,7 @@ export interface IEPreguntaCerradaOpcion {
|
||||||
nombre?: string;
|
nombre?: string;
|
||||||
orden?: number;
|
orden?: number;
|
||||||
cantidad?: number;
|
cantidad?: number;
|
||||||
epreguntaCerrada?: IEPreguntaCerrada | null;
|
ePreguntaCerrada?: IEPreguntaCerrada | null;
|
||||||
}
|
}
|
||||||
|
|
||||||
export class EPreguntaCerradaOpcion implements IEPreguntaCerradaOpcion {
|
export class EPreguntaCerradaOpcion implements IEPreguntaCerradaOpcion {
|
||||||
|
@ -14,7 +14,7 @@ export class EPreguntaCerradaOpcion implements IEPreguntaCerradaOpcion {
|
||||||
public nombre?: string,
|
public nombre?: string,
|
||||||
public orden?: number,
|
public orden?: number,
|
||||||
public cantidad?: number,
|
public cantidad?: number,
|
||||||
public epreguntaCerrada?: IEPreguntaCerrada | null
|
public ePreguntaCerrada?: IEPreguntaCerrada | null
|
||||||
) {}
|
) {}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -49,9 +49,9 @@
|
||||||
<td>{{ ePreguntaCerradaOpcion.orden }}</td>
|
<td>{{ ePreguntaCerradaOpcion.orden }}</td>
|
||||||
<td>{{ ePreguntaCerradaOpcion.cantidad }}</td>
|
<td>{{ ePreguntaCerradaOpcion.cantidad }}</td>
|
||||||
<td>
|
<td>
|
||||||
<div *ngIf="ePreguntaCerradaOpcion.epreguntaCerrada">
|
<div *ngIf="ePreguntaCerradaOpcion.ePreguntaCerrada">
|
||||||
<a [routerLink]="['/e-pregunta-cerrada', ePreguntaCerradaOpcion.epreguntaCerrada?.id, 'view']">{{
|
<a [routerLink]="['/e-pregunta-cerrada', ePreguntaCerradaOpcion.ePreguntaCerrada?.id, 'view']">{{
|
||||||
ePreguntaCerradaOpcion.epreguntaCerrada?.id
|
ePreguntaCerradaOpcion.ePreguntaCerrada?.id
|
||||||
}}</a>
|
}}</a>
|
||||||
</div>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
|
|
|
@ -43,7 +43,7 @@ describe('Component Tests', () => {
|
||||||
it('Should call EPreguntaCerrada query and add missing value', () => {
|
it('Should call EPreguntaCerrada query and add missing value', () => {
|
||||||
const ePreguntaCerradaOpcion: IEPreguntaCerradaOpcion = { id: 456 };
|
const ePreguntaCerradaOpcion: IEPreguntaCerradaOpcion = { id: 456 };
|
||||||
const ePreguntaCerrada: IEPreguntaCerrada = { id: 2192 };
|
const ePreguntaCerrada: IEPreguntaCerrada = { id: 2192 };
|
||||||
ePreguntaCerradaOpcion.epreguntaCerrada = ePreguntaCerrada;
|
ePreguntaCerradaOpcion.ePreguntaCerrada = ePreguntaCerrada;
|
||||||
|
|
||||||
const ePreguntaCerradaCollection: IEPreguntaCerrada[] = [{ id: 89287 }];
|
const ePreguntaCerradaCollection: IEPreguntaCerrada[] = [{ id: 89287 }];
|
||||||
jest.spyOn(ePreguntaCerradaService, 'query').mockReturnValue(of(new HttpResponse({ body: ePreguntaCerradaCollection })));
|
jest.spyOn(ePreguntaCerradaService, 'query').mockReturnValue(of(new HttpResponse({ body: ePreguntaCerradaCollection })));
|
||||||
|
@ -65,7 +65,7 @@ describe('Component Tests', () => {
|
||||||
it('Should update editForm', () => {
|
it('Should update editForm', () => {
|
||||||
const ePreguntaCerradaOpcion: IEPreguntaCerradaOpcion = { id: 456 };
|
const ePreguntaCerradaOpcion: IEPreguntaCerradaOpcion = { id: 456 };
|
||||||
const ePreguntaCerrada: IEPreguntaCerrada = { id: 64500 };
|
const ePreguntaCerrada: IEPreguntaCerrada = { id: 64500 };
|
||||||
ePreguntaCerradaOpcion.epreguntaCerrada = ePreguntaCerrada;
|
ePreguntaCerradaOpcion.ePreguntaCerrada = ePreguntaCerrada;
|
||||||
|
|
||||||
activatedRoute.data = of({ ePreguntaCerradaOpcion });
|
activatedRoute.data = of({ ePreguntaCerradaOpcion });
|
||||||
comp.ngOnInit();
|
comp.ngOnInit();
|
|
@ -85,12 +85,12 @@ export class EPreguntaCerradaOpcionUpdateComponent implements OnInit {
|
||||||
nombre: ePreguntaCerradaOpcion.nombre,
|
nombre: ePreguntaCerradaOpcion.nombre,
|
||||||
orden: ePreguntaCerradaOpcion.orden,
|
orden: ePreguntaCerradaOpcion.orden,
|
||||||
cantidad: ePreguntaCerradaOpcion.cantidad,
|
cantidad: ePreguntaCerradaOpcion.cantidad,
|
||||||
ePreguntaCerrada: ePreguntaCerradaOpcion.epreguntaCerrada,
|
ePreguntaCerrada: ePreguntaCerradaOpcion.ePreguntaCerrada,
|
||||||
});
|
});
|
||||||
|
|
||||||
this.ePreguntaCerradasSharedCollection = this.ePreguntaCerradaService.addEPreguntaCerradaToCollectionIfMissing(
|
this.ePreguntaCerradasSharedCollection = this.ePreguntaCerradaService.addEPreguntaCerradaToCollectionIfMissing(
|
||||||
this.ePreguntaCerradasSharedCollection,
|
this.ePreguntaCerradasSharedCollection,
|
||||||
ePreguntaCerradaOpcion.epreguntaCerrada
|
ePreguntaCerradaOpcion.ePreguntaCerrada
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -116,7 +116,7 @@ export class EPreguntaCerradaOpcionUpdateComponent implements OnInit {
|
||||||
nombre: this.editForm.get(['nombre'])!.value,
|
nombre: this.editForm.get(['nombre'])!.value,
|
||||||
orden: this.editForm.get(['orden'])!.value,
|
orden: this.editForm.get(['orden'])!.value,
|
||||||
cantidad: this.editForm.get(['cantidad'])!.value,
|
cantidad: this.editForm.get(['cantidad'])!.value,
|
||||||
epreguntaCerrada: this.editForm.get(['ePreguntaCerrada'])!.value,
|
ePreguntaCerrada: this.editForm.get(['ePreguntaCerrada'])!.value,
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -75,7 +75,12 @@ export class EncuestaCompleteComponent implements OnInit {
|
||||||
this.cantidadCalificaciones = parseInt(this.encuesta!.calificacion!.toString().split('.')[1]);
|
this.cantidadCalificaciones = parseInt(this.encuesta!.calificacion!.toString().split('.')[1]);
|
||||||
this.sumCalificacion = this.avgCalificacion * this.cantidadCalificaciones;
|
this.sumCalificacion = this.avgCalificacion * this.cantidadCalificaciones;
|
||||||
}
|
}
|
||||||
this.verifyPassword();
|
this.isLocked = this.verifyPassword();
|
||||||
|
if (this.isLocked) {
|
||||||
|
this.previousState();
|
||||||
|
} else {
|
||||||
|
this.loadAll();
|
||||||
|
}
|
||||||
});
|
});
|
||||||
for (let pregunta of this.ePreguntas!) {
|
for (let pregunta of this.ePreguntas!) {
|
||||||
if (pregunta.tipo && pregunta.tipo === PreguntaCerradaTipo.SINGLE) {
|
if (pregunta.tipo && pregunta.tipo === PreguntaCerradaTipo.SINGLE) {
|
||||||
|
@ -84,22 +89,17 @@ export class EncuestaCompleteComponent implements OnInit {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
verifyPassword(): void {
|
verifyPassword(): boolean {
|
||||||
if (this.encuesta!.acceso === AccesoEncuesta.PUBLIC) {
|
if (this.encuesta!.acceso === AccesoEncuesta.PUBLIC) {
|
||||||
this.loadAll();
|
return false;
|
||||||
this.isLocked = false;
|
|
||||||
} else {
|
} else {
|
||||||
const modalRef = this.modalService.open(EncuestaPasswordDialogComponent, { size: 'lg', backdrop: 'static' });
|
const modalRef = this.modalService.open(EncuestaPasswordDialogComponent, { size: 'lg', backdrop: 'static' });
|
||||||
modalRef.componentInstance.encuesta = this.encuesta;
|
modalRef.componentInstance.encuesta = this.encuesta;
|
||||||
modalRef.closed.subscribe(reason => {
|
modalRef.closed.subscribe(reason => {
|
||||||
this.isLocked = reason != 'success';
|
return reason === 'success';
|
||||||
if (this.isLocked) {
|
|
||||||
this.previousState();
|
|
||||||
} else {
|
|
||||||
this.loadAll();
|
|
||||||
}
|
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
ngAfterViewChecked(): void {
|
ngAfterViewChecked(): void {
|
||||||
|
@ -194,6 +194,7 @@ export class EncuestaCompleteComponent implements OnInit {
|
||||||
this.getOpenQuestionAnswers();
|
this.getOpenQuestionAnswers();
|
||||||
this.registerOpenQuestionAnswers();
|
this.registerOpenQuestionAnswers();
|
||||||
this.updateEncuestaRating();
|
this.updateEncuestaRating();
|
||||||
|
|
||||||
this.previousState();
|
this.previousState();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -1,12 +1,12 @@
|
||||||
<form class="ds-form" name="deleteForm">
|
<form class="ds-form" [formGroup]="passwordForm" name="deleteForm" (ngSubmit)="submitPassword()">
|
||||||
|
<div *ngIf="this.isWrong">
|
||||||
|
<p>Contraseña incorrecta</p>
|
||||||
|
</div>
|
||||||
<div class="modal-body">
|
<div class="modal-body">
|
||||||
<p class="ds-title--small" jhiTranslate="dataSurveyApp.encuesta.password.title">Enter password</p>
|
<p class="ds-title--small" jhiTranslate="dataSurveyApp.encuesta.password.title">Enter password</p>
|
||||||
<p class="ds-subtitle" id="jhi-delete-encuesta-heading" jhiTranslate="dataSurveyApp.encuesta.password.text">
|
<p class="ds-subtitle" id="jhi-delete-encuesta-heading" jhiTranslate="dataSurveyApp.encuesta.password.text">
|
||||||
This survey is marked as private, please enter the password
|
This survey is marked as private, please enter the password
|
||||||
</p>
|
</p>
|
||||||
<div class="alert alert-danger" *ngIf="this.isWrong">
|
|
||||||
<p>Contraseña incorrecta</p>
|
|
||||||
</div>
|
|
||||||
<input [(ngModel)]="passwordInput" type="password" name="passwordInput" id="passwordInput" placeholder="qwerty..." />
|
<input [(ngModel)]="passwordInput" type="password" name="passwordInput" id="passwordInput" placeholder="qwerty..." />
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -15,7 +15,13 @@
|
||||||
<fa-icon icon="arrow-left"></fa-icon> <span jhiTranslate="entity.action.cancel">Cancel</span>
|
<fa-icon icon="arrow-left"></fa-icon> <span jhiTranslate="entity.action.cancel">Cancel</span>
|
||||||
</button>
|
</button>
|
||||||
|
|
||||||
<button class="ds-btn ds-btn--primary" (click)="submitPassword()">
|
<button
|
||||||
|
id="jhi-confirm-delete-option"
|
||||||
|
data-cy="submit"
|
||||||
|
type="submit"
|
||||||
|
class="ds-btn ds-btn--primary"
|
||||||
|
[disabled]="passwordForm.get('password')!.invalid"
|
||||||
|
>
|
||||||
<span jhiTranslate="entity.action.submit">Submit</span>
|
<span jhiTranslate="entity.action.submit">Submit</span>
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
import { Component, OnInit } from '@angular/core';
|
import { Component, OnInit } from '@angular/core';
|
||||||
|
import { FormBuilder, Validators } from '@angular/forms';
|
||||||
import { NgbActiveModal } from '@ng-bootstrap/ng-bootstrap';
|
import { NgbActiveModal } from '@ng-bootstrap/ng-bootstrap';
|
||||||
import { IEncuesta } from '../encuesta.model';
|
import { IEncuesta } from '../encuesta.model';
|
||||||
|
|
||||||
|
@ -8,16 +9,21 @@ import { IEncuesta } from '../encuesta.model';
|
||||||
styleUrls: ['./encuesta-password-dialog.component.scss'],
|
styleUrls: ['./encuesta-password-dialog.component.scss'],
|
||||||
})
|
})
|
||||||
export class EncuestaPasswordDialogComponent implements OnInit {
|
export class EncuestaPasswordDialogComponent implements OnInit {
|
||||||
|
passwordForm = this.fb.group({
|
||||||
|
password: [null, [Validators.required]],
|
||||||
|
});
|
||||||
encuesta?: IEncuesta;
|
encuesta?: IEncuesta;
|
||||||
isWrong?: boolean;
|
isWrong?: boolean;
|
||||||
passwordInput?: string;
|
passwordInput?: string;
|
||||||
|
|
||||||
constructor(protected activeModal: NgbActiveModal) {}
|
constructor(protected activeModal: NgbActiveModal, protected fb: FormBuilder) {}
|
||||||
|
|
||||||
ngOnInit(): void {}
|
ngOnInit(): void {}
|
||||||
|
|
||||||
submitPassword() {
|
submitPassword() {
|
||||||
if (this.passwordInput != undefined && this.passwordInput === this.encuesta!.contrasenna) {
|
const password = this.passwordForm.get(['password'])!.value;
|
||||||
|
|
||||||
|
if (this.passwordForm.valid && password === this.encuesta!.contrasenna) {
|
||||||
this.activeModal.close('success');
|
this.activeModal.close('success');
|
||||||
} else {
|
} else {
|
||||||
this.isWrong = true;
|
this.isWrong = true;
|
||||||
|
|
|
@ -58,7 +58,7 @@
|
||||||
[disabled]="isLoading"
|
[disabled]="isLoading"
|
||||||
data-toggle="modal"
|
data-toggle="modal"
|
||||||
data-target="#crearPregunta"
|
data-target="#crearPregunta"
|
||||||
*ngIf="encuesta!.estado !== 'ACTIVE' && encuesta!.estado !== 'FINISHED' && (isAutor() || isEscritor())"
|
*ngIf="encuesta!.estado !== 'FINISHED' && (isAutor() || isEscritor())"
|
||||||
>
|
>
|
||||||
<fa-icon icon="sync" [icon]="faPlus"></fa-icon> <span>Crear pregunta</span>
|
<fa-icon icon="sync" [icon]="faPlus"></fa-icon> <span>Crear pregunta</span>
|
||||||
</button>
|
</button>
|
||||||
|
|
|
@ -376,7 +376,7 @@ export class EncuestaUpdateComponent implements OnInit, AfterViewChecked {
|
||||||
nombre: this.editForm.get(['nombre'])!.value,
|
nombre: this.editForm.get(['nombre'])!.value,
|
||||||
orden: 10,
|
orden: 10,
|
||||||
cantidad: 0,
|
cantidad: 0,
|
||||||
epreguntaCerrada: this.selectedQuestionToCreateOption,
|
ePreguntaCerrada: this.selectedQuestionToCreateOption,
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -59,13 +59,8 @@
|
||||||
|
|
||||||
<jhi-alert></jhi-alert> -->
|
<jhi-alert></jhi-alert> -->
|
||||||
|
|
||||||
<div class="ds-survey" id="entities" *ngIf="plantillas?.length === 0">
|
<div class="alert alert-warning" id="no-result" *ngIf="plantillas?.length === 0">
|
||||||
<div class="ds-survey--all-question-wrapper">
|
<span jhiTranslate="dataSurveyApp.plantilla.home.notFound">No templates found</span>
|
||||||
<ng-container class="">
|
|
||||||
<p class="ds-title text-center">No existen plantillas</p>
|
|
||||||
<p class="ds-subtitle text-center">Inicie creando plantillas de encuestas para publicarlas en la tienda</p>
|
|
||||||
</ng-container>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="table-responsive" id="entities" *ngIf="plantillas && plantillas.length > 0">
|
<div class="table-responsive" id="entities" *ngIf="plantillas && plantillas.length > 0">
|
||||||
|
|
|
@ -38,26 +38,27 @@
|
||||||
</select>
|
</select>
|
||||||
</div>-->
|
</div>-->
|
||||||
|
|
||||||
<!-- <div class="ds-filter">
|
<!--<div class="ds-filter">
|
||||||
|
|
||||||
<div class="form-check pl-0 mb-3">
|
<div class="form-check pl-0 mb-3">
|
||||||
<input type="radio" class="form-check-input" id="under25" name="materialExampleRadios" [value]="0" />
|
<input type="radio" class="form-check-input" id="under25" name="materialExampleRadios" [value]="0">
|
||||||
<label for="under25" [(ngModel)]="searchPrecio">GRATIS</label>
|
<label for="under25" [(ngModel)]="searchPrecio">GRATIS</label>
|
||||||
</div>
|
</div>
|
||||||
<div class="form-check pl-0 mb-3">
|
<div class="form-check pl-0 mb-3">
|
||||||
<input type="radio" class="form-check-input" id="2550" name="materialExampleRadios" [value]="5" />
|
<input type="radio" class="form-check-input" id="2550" name="materialExampleRadios" [value]="">
|
||||||
<label for="2550" [(ngModel)]="searchPrecio"> $5 - $10</label>
|
<label for="2550" [(ngModel)]="searchPrecio"> $5 - $10</label>
|
||||||
</div>
|
</div>
|
||||||
<div class="form-check pl-0 mb-3">
|
<div class="form-check pl-0 mb-3">
|
||||||
<input type="radio" class="form-check-input" id="50100" name="materialExampleRadios" />
|
<input type="radio" class="form-check-input" id="50100" name="materialExampleRadios">
|
||||||
<label for="50100" [(ngModel)]="searchPrecio">$10 - $20</label>
|
<label for="50100" [(ngModel)]="searchPrecio">$10 - $20</label>
|
||||||
</div>
|
</div>
|
||||||
<div class="form-check pl-0 mb-3">
|
<div class="form-check pl-0 mb-3">
|
||||||
<input type="radio" class="form-check-input" id="100200" name="materialExampleRadios" />
|
<input type="radio" class="form-check-input" id="100200" name="materialExampleRadios">
|
||||||
<label for="100200" [(ngModel)]="searchPrecio">$20 - $30</label>
|
<label for="100200" [(ngModel)]="searchPrecio">$20 - $30</label>
|
||||||
</div>
|
</div>
|
||||||
<div class="form-check pl-0 mb-3">
|
<div class="form-check pl-0 mb-3">
|
||||||
<input type="radio" class="form-check-input" id="200above" name="materialExampleRadios" />
|
<input type="radio" class="form-check-input" id="200above" name="materialExampleRadios">
|
||||||
<label [(ngModel)]="searchPrecio">Más de $30 </label>
|
<label [(ngModel)]="searchPrecio">Más de $30 </label>
|
||||||
</div>
|
</div>
|
||||||
</div>-->
|
</div>-->
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -5,6 +5,6 @@ export const TIENDA_PLANTILLA_ROUTE: Route = {
|
||||||
path: 'tienda-plantilla',
|
path: 'tienda-plantilla',
|
||||||
component: ListarTiendaPlantillaComponent,
|
component: ListarTiendaPlantillaComponent,
|
||||||
data: {
|
data: {
|
||||||
pageTitle: 'dataSurveyApp.tiendaPlantilla.title',
|
pageTitle: 'tiendaPlantilla.title',
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<div class="container-fluid navbar navbar-marketing navbar-expand-lg bg-white navbar-light">
|
<div class="container-fluid navbar navbar-marketing navbar-expand-lg bg-white navbar-light">
|
||||||
<div class="container px-5 py-4">
|
<div class="container px-5 py-4">
|
||||||
<a class="text-dark" routerLink="login"
|
<a class="text-dark" routerLink="login"
|
||||||
><img src="./../../content/img_datasurvey/datasurvey-logo-text-black.svg" width="300" alt=""
|
><img src="src/main/webapp/content/img_datasurvey/datasurvey-logo-text-black.svg" width="300" alt=""
|
||||||
/></a>
|
/></a>
|
||||||
|
|
||||||
<div class="col-6" style="text-align: end">
|
<div class="col-6" style="text-align: end">
|
||||||
|
@ -135,22 +135,20 @@
|
||||||
></fa-icon>
|
></fa-icon>
|
||||||
</div>
|
</div>
|
||||||
<div class="entity-body--row m-2">
|
<div class="entity-body--row m-2">
|
||||||
<button class="ds-btn btn-card" routerLink="pagina-principal" routerLinkActive="router-link-active">
|
<button class="ds-btn btn-card"><fa-icon [icon]="faPollH"></fa-icon> Completar encuesta</button>
|
||||||
<fa-icon [icon]="faPollH"></fa-icon> Ver más encuestas
|
|
||||||
</button>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<!-- <div class="row">
|
<div class="row">
|
||||||
<div class="col">
|
<div class="col">
|
||||||
<a routerLink="#">
|
<a routerLink="#">
|
||||||
<button class="ds-btn ds-btn--primary fw-500 ms-lg-4 mb-4">Ver todas las encuestas</button>
|
<button class="ds-btn ds-btn--primary fw-500 ms-lg-4 mb-4">Ver todas las encuestas</button>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</div> -->
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -2,13 +2,13 @@
|
||||||
Main page styles
|
Main page styles
|
||||||
========================================================================== */
|
========================================================================== */
|
||||||
|
|
||||||
// .hipster {
|
.hipster {
|
||||||
// display: inline-block;
|
display: inline-block;
|
||||||
// width: 347px;
|
width: 347px;
|
||||||
// height: 497px;
|
height: 497px;
|
||||||
// background: url('../../content/images/jhipster_family_member_0.svg') no-repeat center top;
|
background: url('../../content/images/jhipster_family_member_0.svg') no-repeat center top;
|
||||||
// background-size: contain;
|
background-size: contain;
|
||||||
// }
|
}
|
||||||
|
|
||||||
.bg-img-cover {
|
.bg-img-cover {
|
||||||
background-position: center;
|
background-position: center;
|
||||||
|
@ -206,16 +206,16 @@ Main page styles
|
||||||
}
|
}
|
||||||
|
|
||||||
/* wait autoprefixer update to allow simple generation of high pixel density media query */
|
/* wait autoprefixer update to allow simple generation of high pixel density media query */
|
||||||
// @media only screen and (-webkit-min-device-pixel-ratio: 2),
|
@media only screen and (-webkit-min-device-pixel-ratio: 2),
|
||||||
// only screen and (-moz-min-device-pixel-ratio: 2),
|
only screen and (-moz-min-device-pixel-ratio: 2),
|
||||||
// only screen and (-o-min-device-pixel-ratio: 2/1),
|
only screen and (-o-min-device-pixel-ratio: 2/1),
|
||||||
// only screen and (min-resolution: 192dpi),
|
only screen and (min-resolution: 192dpi),
|
||||||
// only screen and (min-resolution: 2dppx) {
|
only screen and (min-resolution: 2dppx) {
|
||||||
// .hipster {
|
.hipster {
|
||||||
// background: url('../../content/images/jhipster_family_member_0.svg') no-repeat center top;
|
background: url('../../content/images/jhipster_family_member_0.svg') no-repeat center top;
|
||||||
// background-size: contain;
|
background-size: contain;
|
||||||
// }
|
}
|
||||||
// }
|
}
|
||||||
|
|
||||||
.icon-stack {
|
.icon-stack {
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
|
|
|
@ -94,13 +94,6 @@ export class HomeComponent implements OnInit, OnDestroy {
|
||||||
(res: HttpResponse<IEncuesta[]>) => {
|
(res: HttpResponse<IEncuesta[]>) => {
|
||||||
this.isLoading = false;
|
this.isLoading = false;
|
||||||
const tmpEncuestas = res.body ?? [];
|
const tmpEncuestas = res.body ?? [];
|
||||||
|
|
||||||
// Fix calificacion
|
|
||||||
tmpEncuestas.forEach(encuesta => {
|
|
||||||
const _calificacion = encuesta.calificacion;
|
|
||||||
encuesta.calificacion = Number(_calificacion?.toString().split('.')[0]);
|
|
||||||
});
|
|
||||||
|
|
||||||
this.encuestas = tmpEncuestas.filter(e => e.estado === 'ACTIVE' && e.acceso === 'PUBLIC');
|
this.encuestas = tmpEncuestas.filter(e => e.estado === 'ACTIVE' && e.acceso === 'PUBLIC');
|
||||||
this.encuestasMostradas = this.encuestas.reverse().slice(0, 3);
|
this.encuestasMostradas = this.encuestas.reverse().slice(0, 3);
|
||||||
},
|
},
|
||||||
|
|
|
@ -26,7 +26,7 @@ export const ADMIN_ROUTES: RouteInfo[] = [
|
||||||
{ path: '/pagina-principal', title: 'Inicio', type: 'link', icontype: 'nc-icon nc-world-2' },
|
{ path: '/pagina-principal', title: 'Inicio', type: 'link', icontype: 'nc-icon nc-world-2' },
|
||||||
{
|
{
|
||||||
path: '/dashboard/admin',
|
path: '/dashboard/admin',
|
||||||
title: 'Reportes',
|
title: 'Dashboard',
|
||||||
type: 'link',
|
type: 'link',
|
||||||
icontype: 'nc-icon nc-chart-bar-32',
|
icontype: 'nc-icon nc-chart-bar-32',
|
||||||
},
|
},
|
||||||
|
@ -74,7 +74,7 @@ export const USER_ROUTES: RouteInfo[] = [
|
||||||
path: '/encuesta',
|
path: '/encuesta',
|
||||||
title: 'Encuestas',
|
title: 'Encuestas',
|
||||||
type: 'link',
|
type: 'link',
|
||||||
icontype: 'nc-icon nc-paper',
|
icontype: 'nc-icoxn nc-paper',
|
||||||
},
|
},
|
||||||
{ path: '/tienda-plantilla', title: 'Tienda', type: 'link', icontype: 'nc-icon nc-shop' },
|
{ path: '/tienda-plantilla', title: 'Tienda', type: 'link', icontype: 'nc-icon nc-shop' },
|
||||||
// {
|
// {
|
||||||
|
|
|
@ -6,7 +6,6 @@ import { Pipe, PipeTransform, Injectable } from '@angular/core';
|
||||||
@Injectable()
|
@Injectable()
|
||||||
export class FilterPipe implements PipeTransform {
|
export class FilterPipe implements PipeTransform {
|
||||||
transform(items: any[], field: string, value: string): any[] {
|
transform(items: any[], field: string, value: string): any[] {
|
||||||
debugger;
|
|
||||||
if (!items) {
|
if (!items) {
|
||||||
return [];
|
return [];
|
||||||
}
|
}
|
||||||
|
|
After Width: | Height: | Size: 12 KiB |
After Width: | Height: | Size: 13 KiB |
After Width: | Height: | Size: 6.9 KiB |
After Width: | Height: | Size: 10 KiB |
After Width: | Height: | Size: 11 KiB |
After Width: | Height: | Size: 222 KiB |
After Width: | Height: | Size: 6.9 KiB |
After Width: | Height: | Size: 9.3 KiB |
After Width: | Height: | Size: 15 KiB |
After Width: | Height: | Size: 16 KiB |
After Width: | Height: | Size: 22 KiB |
After Width: | Height: | Size: 5.3 KiB |
After Width: | Height: | Size: 6.5 KiB |
After Width: | Height: | Size: 9.5 KiB |
After Width: | Height: | Size: 10 KiB |
After Width: | Height: | Size: 19 KiB |
After Width: | Height: | Size: 6.0 KiB |
After Width: | Height: | Size: 7.8 KiB |
After Width: | Height: | Size: 12 KiB |
After Width: | Height: | Size: 13 KiB |
After Width: | Height: | Size: 605 B |
After Width: | Height: | Size: 3.4 KiB |
After Width: | Height: | Size: 3.5 KiB |
After Width: | Height: | Size: 3.0 KiB |
After Width: | Height: | Size: 3.5 KiB |
After Width: | Height: | Size: 3.2 KiB |
After Width: | Height: | Size: 3.2 KiB |
After Width: | Height: | Size: 319 KiB |
After Width: | Height: | Size: 2.3 KiB |
After Width: | Height: | Size: 20 KiB |
After Width: | Height: | Size: 2.4 KiB |
After Width: | Height: | Size: 47 KiB |
After Width: | Height: | Size: 300 KiB |
After Width: | Height: | Size: 137 KiB |
After Width: | Height: | Size: 157 KiB |
After Width: | Height: | Size: 198 KiB |
After Width: | Height: | Size: 379 KiB |
After Width: | Height: | Size: 139 KiB |
After Width: | Height: | Size: 258 KiB |
After Width: | Height: | Size: 172 KiB |
After Width: | Height: | Size: 334 KiB |
After Width: | Height: | Size: 201 KiB |
After Width: | Height: | Size: 311 KiB |
After Width: | Height: | Size: 360 KiB |
After Width: | Height: | Size: 234 KiB |
After Width: | Height: | Size: 157 KiB |
After Width: | Height: | Size: 118 KiB |
After Width: | Height: | Size: 193 KiB |
After Width: | Height: | Size: 156 KiB |
After Width: | Height: | Size: 541 KiB |
After Width: | Height: | Size: 362 KiB |
After Width: | Height: | Size: 1.6 MiB |
After Width: | Height: | Size: 951 KiB |
After Width: | Height: | Size: 262 KiB |
After Width: | Height: | Size: 126 KiB |
After Width: | Height: | Size: 156 KiB |
After Width: | Height: | Size: 715 KiB |
After Width: | Height: | Size: 182 KiB |
After Width: | Height: | Size: 140 KiB |
After Width: | Height: | Size: 298 KiB |
After Width: | Height: | Size: 486 KiB |
After Width: | Height: | Size: 326 KiB |
After Width: | Height: | Size: 100 KiB |
After Width: | Height: | Size: 59 KiB |
After Width: | Height: | Size: 169 KiB |
After Width: | Height: | Size: 178 KiB |
After Width: | Height: | Size: 274 KiB |
After Width: | Height: | Size: 190 KiB |
After Width: | Height: | Size: 166 KiB |
After Width: | Height: | Size: 147 KiB |
After Width: | Height: | Size: 92 KiB |
After Width: | Height: | Size: 140 KiB |
After Width: | Height: | Size: 156 KiB |
After Width: | Height: | Size: 162 KiB |
After Width: | Height: | Size: 291 KiB |
After Width: | Height: | Size: 285 KiB |