Compare commits
No commits in common. "main" and "feature/US-46" have entirely different histories.
main
...
feature/US
|
@ -29,7 +29,6 @@
|
|||
"@types/gapi.auth2": "0.0.54",
|
||||
"angularx-social-login": "^4.0.1",
|
||||
"bootstrap": "4.6.0",
|
||||
"chart.js": "^3.5.0",
|
||||
"chartist": "^0.11.4",
|
||||
"dayjs": "1.10.5",
|
||||
"file-saver": "^2.0.5",
|
||||
|
@ -37,7 +36,6 @@
|
|||
"jspdf": "^2.3.1",
|
||||
"jw-angular-social-buttons": "^1.0.0",
|
||||
"ng-chartist": "^5.0.0",
|
||||
"ng2-charts": "^2.4.2",
|
||||
"ngx-infinite-scroll": "10.0.1",
|
||||
"ngx-paypal": "^8.0.0",
|
||||
"ngx-sharebuttons": "^8.0.5",
|
||||
|
@ -4396,14 +4394,6 @@
|
|||
"@types/jquery": "*"
|
||||
}
|
||||
},
|
||||
"node_modules/@types/chart.js": {
|
||||
"version": "2.9.34",
|
||||
"resolved": "https://registry.npmjs.org/@types/chart.js/-/chart.js-2.9.34.tgz",
|
||||
"integrity": "sha512-CtZVk+kh1IN67dv+fB0CWmCLCRrDJgqOj15qPic2B1VCMovNO6B7Vhf/TgPpNscjhAL1j+qUntDMWb9A4ZmPTg==",
|
||||
"dependencies": {
|
||||
"moment": "^2.10.2"
|
||||
}
|
||||
},
|
||||
"node_modules/@types/chartist": {
|
||||
"version": "0.11.1",
|
||||
"resolved": "https://registry.npmjs.org/@types/chartist/-/chartist-0.11.1.tgz",
|
||||
|
@ -6968,11 +6958,6 @@
|
|||
"integrity": "sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA==",
|
||||
"dev": true
|
||||
},
|
||||
"node_modules/chart.js": {
|
||||
"version": "3.5.0",
|
||||
"resolved": "https://registry.npmjs.org/chart.js/-/chart.js-3.5.0.tgz",
|
||||
"integrity": "sha512-J1a4EAb1Gi/KbhwDRmoovHTRuqT8qdF0kZ4XgwxpGethJHUdDrkqyPYwke0a+BuvSeUxPf8Cos6AX2AB8H8GLA=="
|
||||
},
|
||||
"node_modules/chartist": {
|
||||
"version": "0.11.4",
|
||||
"resolved": "https://registry.npmjs.org/chartist/-/chartist-0.11.4.tgz",
|
||||
|
@ -16623,11 +16608,6 @@
|
|||
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz",
|
||||
"integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg=="
|
||||
},
|
||||
"node_modules/lodash-es": {
|
||||
"version": "4.17.21",
|
||||
"resolved": "https://registry.npmjs.org/lodash-es/-/lodash-es-4.17.21.tgz",
|
||||
"integrity": "sha512-mKnC+QJ9pWVzv+C4/U3rRsHapFfHvQFoFB92e52xeyGMcX6/OlIl78je1u8vePzYZSkkogMPJ2yjxxsb89cxyw=="
|
||||
},
|
||||
"node_modules/lodash.clonedeep": {
|
||||
"version": "4.5.0",
|
||||
"resolved": "https://registry.npmjs.org/lodash.clonedeep/-/lodash.clonedeep-4.5.0.tgz",
|
||||
|
@ -17478,14 +17458,6 @@
|
|||
"node": ">=10"
|
||||
}
|
||||
},
|
||||
"node_modules/moment": {
|
||||
"version": "2.29.1",
|
||||
"resolved": "https://registry.npmjs.org/moment/-/moment-2.29.1.tgz",
|
||||
"integrity": "sha512-kHmoybcPV8Sqy59DwNDY3Jefr64lK/by/da0ViFcuA4DH0vQg5Q6Ze5VimxkfQNSC+Mls/Kx53s7TjP1RhFEDQ==",
|
||||
"engines": {
|
||||
"node": "*"
|
||||
}
|
||||
},
|
||||
"node_modules/ms": {
|
||||
"version": "2.1.2",
|
||||
"resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
|
||||
|
@ -17646,22 +17618,6 @@
|
|||
"chartist": ">=0.11.4"
|
||||
}
|
||||
},
|
||||
"node_modules/ng2-charts": {
|
||||
"version": "2.4.3",
|
||||
"resolved": "https://registry.npmjs.org/ng2-charts/-/ng2-charts-2.4.3.tgz",
|
||||
"integrity": "sha512-tPrhHSS2DfVyipXQ0gykOPc8zFNnj2b7sAebUVty392vHnEGYCwsP6YbFfpr1iXu4yBSRm4Gt5lffR5w0uyYSw==",
|
||||
"dependencies": {
|
||||
"@types/chart.js": "^2.9.24",
|
||||
"lodash-es": "^4.17.15",
|
||||
"tslib": "^2.0.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@angular/common": ">=7.2.0",
|
||||
"@angular/core": ">=7.2.0",
|
||||
"chart.js": "^2.9.3",
|
||||
"rxjs": "^6.3.3"
|
||||
}
|
||||
},
|
||||
"node_modules/ngx-infinite-scroll": {
|
||||
"version": "10.0.1",
|
||||
"resolved": "https://registry.npmjs.org/ngx-infinite-scroll/-/ngx-infinite-scroll-10.0.1.tgz",
|
||||
|
@ -23864,6 +23820,11 @@
|
|||
"safer-buffer": "^2.0.2",
|
||||
"tweetnacl": "~0.14.0"
|
||||
},
|
||||
"bin": {
|
||||
"sshpk-conv": "bin/sshpk-conv",
|
||||
"sshpk-sign": "bin/sshpk-sign",
|
||||
"sshpk-verify": "bin/sshpk-verify"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=0.10.0"
|
||||
}
|
||||
|
@ -31042,14 +31003,6 @@
|
|||
"@types/jquery": "*"
|
||||
}
|
||||
},
|
||||
"@types/chart.js": {
|
||||
"version": "2.9.34",
|
||||
"resolved": "https://registry.npmjs.org/@types/chart.js/-/chart.js-2.9.34.tgz",
|
||||
"integrity": "sha512-CtZVk+kh1IN67dv+fB0CWmCLCRrDJgqOj15qPic2B1VCMovNO6B7Vhf/TgPpNscjhAL1j+qUntDMWb9A4ZmPTg==",
|
||||
"requires": {
|
||||
"moment": "^2.10.2"
|
||||
}
|
||||
},
|
||||
"@types/chartist": {
|
||||
"version": "0.11.1",
|
||||
"resolved": "https://registry.npmjs.org/@types/chartist/-/chartist-0.11.1.tgz",
|
||||
|
@ -33070,11 +33023,6 @@
|
|||
"integrity": "sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA==",
|
||||
"dev": true
|
||||
},
|
||||
"chart.js": {
|
||||
"version": "3.5.0",
|
||||
"resolved": "https://registry.npmjs.org/chart.js/-/chart.js-3.5.0.tgz",
|
||||
"integrity": "sha512-J1a4EAb1Gi/KbhwDRmoovHTRuqT8qdF0kZ4XgwxpGethJHUdDrkqyPYwke0a+BuvSeUxPf8Cos6AX2AB8H8GLA=="
|
||||
},
|
||||
"chartist": {
|
||||
"version": "0.11.4",
|
||||
"resolved": "https://registry.npmjs.org/chartist/-/chartist-0.11.4.tgz",
|
||||
|
@ -40518,11 +40466,6 @@
|
|||
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz",
|
||||
"integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg=="
|
||||
},
|
||||
"lodash-es": {
|
||||
"version": "4.17.21",
|
||||
"resolved": "https://registry.npmjs.org/lodash-es/-/lodash-es-4.17.21.tgz",
|
||||
"integrity": "sha512-mKnC+QJ9pWVzv+C4/U3rRsHapFfHvQFoFB92e52xeyGMcX6/OlIl78je1u8vePzYZSkkogMPJ2yjxxsb89cxyw=="
|
||||
},
|
||||
"lodash.clonedeep": {
|
||||
"version": "4.5.0",
|
||||
"resolved": "https://registry.npmjs.org/lodash.clonedeep/-/lodash.clonedeep-4.5.0.tgz",
|
||||
|
@ -41186,11 +41129,6 @@
|
|||
"mkdirp": "^1.0.3"
|
||||
}
|
||||
},
|
||||
"moment": {
|
||||
"version": "2.29.1",
|
||||
"resolved": "https://registry.npmjs.org/moment/-/moment-2.29.1.tgz",
|
||||
"integrity": "sha512-kHmoybcPV8Sqy59DwNDY3Jefr64lK/by/da0ViFcuA4DH0vQg5Q6Ze5VimxkfQNSC+Mls/Kx53s7TjP1RhFEDQ=="
|
||||
},
|
||||
"ms": {
|
||||
"version": "2.1.2",
|
||||
"resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
|
||||
|
@ -41320,16 +41258,6 @@
|
|||
"tslib": "^2.1.0"
|
||||
}
|
||||
},
|
||||
"ng2-charts": {
|
||||
"version": "2.4.3",
|
||||
"resolved": "https://registry.npmjs.org/ng2-charts/-/ng2-charts-2.4.3.tgz",
|
||||
"integrity": "sha512-tPrhHSS2DfVyipXQ0gykOPc8zFNnj2b7sAebUVty392vHnEGYCwsP6YbFfpr1iXu4yBSRm4Gt5lffR5w0uyYSw==",
|
||||
"requires": {
|
||||
"@types/chart.js": "^2.9.24",
|
||||
"lodash-es": "^4.17.15",
|
||||
"tslib": "^2.0.0"
|
||||
}
|
||||
},
|
||||
"ngx-infinite-scroll": {
|
||||
"version": "10.0.1",
|
||||
"resolved": "https://registry.npmjs.org/ngx-infinite-scroll/-/ngx-infinite-scroll-10.0.1.tgz",
|
||||
|
|
|
@ -86,7 +86,6 @@
|
|||
"@types/gapi.auth2": "0.0.54",
|
||||
"angularx-social-login": "^4.0.1",
|
||||
"bootstrap": "4.6.0",
|
||||
"chart.js": "^3.5.0",
|
||||
"chartist": "^0.11.4",
|
||||
"dayjs": "1.10.5",
|
||||
"file-saver": "^2.0.5",
|
||||
|
@ -94,7 +93,6 @@
|
|||
"jspdf": "^2.3.1",
|
||||
"jw-angular-social-buttons": "^1.0.0",
|
||||
"ng-chartist": "^5.0.0",
|
||||
"ng2-charts": "^2.4.2",
|
||||
"ngx-infinite-scroll": "10.0.1",
|
||||
"ngx-paypal": "^8.0.0",
|
||||
"ngx-sharebuttons": "^8.0.5",
|
||||
|
|
|
@ -43,7 +43,10 @@ public class UsuarioEncuesta implements Serializable {
|
|||
private UsuarioExtra usuarioExtra;
|
||||
|
||||
@ManyToOne
|
||||
@JsonIgnoreProperties(value = { "usuarioEncuestas", "usuarioExtra" }, allowSetters = true)
|
||||
@JsonIgnoreProperties(
|
||||
value = { "usuarioEncuestas", "ePreguntaAbiertas", "ePreguntaCerradas", "categoria", "usuarioExtra" },
|
||||
allowSetters = true
|
||||
)
|
||||
private Encuesta encuesta;
|
||||
|
||||
// jhipster-needle-entity-add-field - JHipster will add fields here
|
||||
|
|
|
@ -80,14 +80,11 @@ public class EPreguntaCerradaOpcionResource {
|
|||
.body(result);
|
||||
}
|
||||
|
||||
@PutMapping("/e-pregunta-cerrada-opcions/count/{id}")
|
||||
public ResponseEntity<EPreguntaCerradaOpcion> updateOpcionCount(@PathVariable(value = "id", required = false) final Long id) {
|
||||
System.out.println(id);
|
||||
EPreguntaCerradaOpcion updatedOpcion = ePreguntaCerradaOpcionService.findOne(id).get();
|
||||
System.out.println(updatedOpcion);
|
||||
int cantidad = updatedOpcion.getCantidad() + 1;
|
||||
updatedOpcion.setCantidad(cantidad);
|
||||
this.ePreguntaCerradaOpcionService.partialUpdate(updatedOpcion);
|
||||
@PostMapping("/e-pregunta-cerrada-opcions/count/{id}")
|
||||
public ResponseEntity<EPreguntaCerradaOpcion> updateOpcionCount(@PathVariable(value = "id", required = true) final Long id) {
|
||||
EPreguntaCerradaOpcion updatedOpcion = getEPreguntaCerradaOpcion(id).getBody();
|
||||
int cantidad = updatedOpcion.getCantidad();
|
||||
updatedOpcion.setCantidad(cantidad += 1);
|
||||
return ResponseEntity.ok(updatedOpcion);
|
||||
}
|
||||
|
||||
|
|
|
@ -432,7 +432,7 @@ public class EncuestaResource {
|
|||
newEncuesta.setNombre(encuesta.get().getNombre());
|
||||
newEncuesta.setDescripcion(encuesta.get().getDescripcion());
|
||||
newEncuesta.setFechaCreacion(ZonedDateTime.now());
|
||||
newEncuesta.setCalificacion(5.1d);
|
||||
newEncuesta.setCalificacion(5d);
|
||||
newEncuesta.setAcceso(encuesta.get().getAcceso());
|
||||
newEncuesta.setEstado(encuesta.get().getEstado());
|
||||
newEncuesta.setCategoria(encuesta.get().getCategoria());
|
||||
|
|
|
@ -68,7 +68,7 @@ email.deleteColaborator.text2=Saludos,
|
|||
|
||||
email.receipt.title=Comprobante de pago
|
||||
email.receipt.user={0}
|
||||
email.receipt.fecha=Fecha de pago: {0}
|
||||
email.receipt.fecha={0}
|
||||
email.receipt.plantilla={0}
|
||||
email.receipt.precio=${0}
|
||||
|
||||
|
|
|
@ -135,9 +135,11 @@
|
|||
<div class="page-content container">
|
||||
<div class="container px-0">
|
||||
<div class="row mt-4">
|
||||
<div>
|
||||
<div class="col-12 col-lg-10 offset-lg-1">
|
||||
<!-- .row -->
|
||||
|
||||
<hr class="row brc-default-l1 mx-n1 mb-4" />
|
||||
|
||||
<div class="row">
|
||||
<div class="col-sm-6">
|
||||
<div>
|
||||
|
@ -151,44 +153,21 @@
|
|||
<!-- /.col -->
|
||||
|
||||
<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="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' )}"
|
||||
>Fecha:</span
|
||||
>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<hr class="d-sm-none" />
|
||||
<!-- /.col -->
|
||||
</div>
|
||||
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-lg-10 mt-5 mb-5">
|
||||
<table class="table table-bordered" style="width: 100%">
|
||||
<thead>
|
||||
<tr class="text-uppercase font-weight-bold text-blue">
|
||||
<th>Plantilla</th>
|
||||
<th>Cantidad</th>
|
||||
<th>Precio</th>
|
||||
</tr>
|
||||
</thead>
|
||||
|
||||
<tbody style="text-align: center">
|
||||
<tr class="text-95 text-secondary-d3">
|
||||
<td th:text="#{email.receipt.plantilla(${factura.getNombrePlantilla()})}"></td>
|
||||
<td>1</td>
|
||||
<td th:text="#{email.receipt.precio(${factura.getCosto()})}"></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<hr />
|
||||
|
||||
<!-- <div class="row text-600 text-white bgc-default-tp1 d-flex flex-row" >
|
||||
<div class="mt-4">
|
||||
<div class="row text-600 text-white bgc-default-tp1 py-25">
|
||||
<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>
|
||||
|
@ -200,15 +179,13 @@
|
|||
<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 class="row mt-3">
|
||||
<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="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">
|
||||
<span class="text-150 text-success-d3 opacity-2" th:text="#{email.receipt.precio(${factura.getCosto()})}"></span>
|
||||
</div>
|
||||
|
|
|
@ -33,13 +33,8 @@
|
|||
</button>
|
||||
</div>
|
||||
|
||||
<div class="ds-survey" id="entities" *ngIf="categorias?.length === 0">
|
||||
<div class="ds-survey--all-question-wrapper">
|
||||
<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 class="alert alert-warning" id="no-result" *ngIf="categorias?.length === 0">
|
||||
<span jhiTranslate="dataSurveyApp.categoria.home.notFound">No categorias found</span>
|
||||
</div>
|
||||
|
||||
<div class="table-responsive" id="entities" *ngIf="categorias && categorias.length > 0">
|
||||
|
|
|
@ -101,7 +101,7 @@
|
|||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
<div class="table-responsive">
|
||||
<table class="ds-table table">
|
||||
<table class="table">
|
||||
<tbody>
|
||||
<tr *ngFor="let categoria of categorias; let i = index; trackBy: trackId">
|
||||
<td>{{ categoria.nombre }}</td>
|
||||
|
@ -127,7 +127,7 @@
|
|||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
<div class="table-responsive">
|
||||
<table class="ds-table table">
|
||||
<table class="table">
|
||||
<tbody>
|
||||
<tr *ngFor="let categoria of categorias; let i = index; trackBy: trackId">
|
||||
<td>{{ categoria.nombre }}</td>
|
||||
|
@ -199,7 +199,7 @@
|
|||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
<div class="table-responsive">
|
||||
<table class="ds-table table">
|
||||
<table class="table">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Usuario</th>
|
||||
|
|
|
@ -3,7 +3,7 @@ import * as XLSX from 'xlsx';
|
|||
import * as FileSaver from 'file-saver';
|
||||
import { jsPDF } from 'jspdf';
|
||||
import { exportAsExcelFile, exportAsExcelTable } from '../export/export_excel';
|
||||
import { generatePDFTableData, createPDFTableHeaders, generatePDFTable, saveGeneratedPDF } from '../export/export_pdf';
|
||||
import { generatePDFTableData, createPDFTableHeaders, generatePDFTable } from '../export/export_pdf';
|
||||
|
||||
import { FacturaService } from '../../factura/service/factura.service';
|
||||
import { UsuarioExtraService } from '../../usuario-extra/service/usuario-extra.service';
|
||||
|
@ -313,14 +313,7 @@ export class DashboardAdminComponent implements OnInit {
|
|||
Cantidad de comentarios de retroalimentación
|
||||
*/
|
||||
|
||||
const _sheets = [
|
||||
'usuarios generales',
|
||||
'enc. publicadas',
|
||||
'enc. publicadas categoría',
|
||||
'enc. finalizadas categoría',
|
||||
'encuestas generales',
|
||||
'reporte de usuarios',
|
||||
];
|
||||
const _sheets = ['reportes generales', 'enc. publicadas', 'enc. publicadas categoría', 'enc. finalizadas categoría'];
|
||||
|
||||
const _reporteUsuarios = [
|
||||
{
|
||||
|
@ -360,44 +353,13 @@ export class DashboardAdminComponent implements OnInit {
|
|||
_reporteCantidadEncuestasFinalizadasCategoria.push(_report);
|
||||
});
|
||||
|
||||
// this.encuestasPublicadas
|
||||
// this.encuestasFinalizadas
|
||||
// this.encuestasBorrador
|
||||
// this.encuestasCompletadas
|
||||
const _reporteEncuestasReportesGenerales = [
|
||||
{
|
||||
encuestas_borrador: this.encuestasBorrador,
|
||||
encuestas_publicadas: this.encuestasPublicadas,
|
||||
encuestas_finalizadas: this.encuestasFinalizadas,
|
||||
encuestas_completadas: this.encuestasCompletadas,
|
||||
},
|
||||
];
|
||||
|
||||
// this.encuestasUsuario;
|
||||
// this.encuestasUsuarioPublicadas;
|
||||
// this.encuestasUsuarioFinalizadas;
|
||||
// this.encuestasUsuarioBorrador;
|
||||
// this.encuestasUsuarioCompletadas;
|
||||
// this.usuarios;
|
||||
const _reporteEncuestasUsuarios: any[] = [];
|
||||
this.usuarios!.forEach((user, index) => {
|
||||
let _report: any = {};
|
||||
_report['usuario_nombre'] = user.nombre;
|
||||
_report['usuario_encuestas'] = this.encuestasUsuario[index];
|
||||
_report['encuestas_borrador'] = this.encuestasUsuarioBorrador[index];
|
||||
_report['encuestas_publicadas'] = this.encuestasUsuarioPublicadas[index];
|
||||
_report['encuestas_finalizadas'] = this.encuestasUsuarioFinalizadas[index];
|
||||
_report['encuestas_completadas_usuarios'] = this.encuestasUsuarioCompletadas[index];
|
||||
_reporteEncuestasUsuarios.push(_report);
|
||||
});
|
||||
// exportAsExcelTable();
|
||||
|
||||
const _excelFinalData = [
|
||||
_reporteUsuarios,
|
||||
_reporteEncuestasPublicadas,
|
||||
_reporteCantidadEncuestasPublicadasCategoria,
|
||||
_reporteCantidadEncuestasFinalizadasCategoria,
|
||||
_reporteEncuestasReportesGenerales,
|
||||
_reporteEncuestasUsuarios,
|
||||
];
|
||||
const _fileName = 'reportes_datasurvey';
|
||||
exportAsExcelFile(_sheets, _excelFinalData, _fileName);
|
||||
|
@ -420,115 +382,15 @@ export class DashboardAdminComponent implements OnInit {
|
|||
*/
|
||||
|
||||
const doc = new jsPDF();
|
||||
const _fileName = 'reportes_datasurvey';
|
||||
let _docData, _headers, _docHeaders, _docTitle;
|
||||
|
||||
// Usuarios Generales
|
||||
const _reporteUsuarios = [
|
||||
{
|
||||
ganancias_plantillas: this.gananciasTotales!.toString(),
|
||||
usuarios_activos: this.cantUsuarioActivos!.toString(),
|
||||
usuarios_bloqueados: this.cantUsuarioBloqueados!.toString(),
|
||||
},
|
||||
];
|
||||
_docData = generatePDFTableData(_reporteUsuarios);
|
||||
_headers = ['ganancias_plantillas', 'usuarios_activos', 'usuarios_bloqueados'];
|
||||
_docHeaders = createPDFTableHeaders(_headers);
|
||||
_docTitle = 'Reporte Usuarios Generales';
|
||||
const _reporteUsuarios = [{ usuarios_activos: '100', usuarios_bloqueados: '50' }];
|
||||
const _docData = generatePDFTableData(_reporteUsuarios);
|
||||
|
||||
generatePDFTable(doc, _docData, _docHeaders, _docTitle);
|
||||
doc.addPage('p');
|
||||
const _headers = ['usuarios_activos', 'usuarios_bloqueados'];
|
||||
const _docHeaders = createPDFTableHeaders(_headers);
|
||||
const _fileName = 'reporte_general';
|
||||
const _docTitle = 'Reportes Generales de la Aplicación';
|
||||
|
||||
// Encuestas Publicadas
|
||||
const _reporteEncuestasPublicadas: any[] = [];
|
||||
this.listaMesesAnnos.forEach((date: any, index) => {
|
||||
let _report: any = {};
|
||||
_report['fecha'] = date;
|
||||
_report['cantidad'] = this.encuestasPublicadasMesAnno[index].toString();
|
||||
_reporteEncuestasPublicadas.push(_report);
|
||||
});
|
||||
_docData = generatePDFTableData(_reporteEncuestasPublicadas);
|
||||
_headers = ['fecha', 'cantidad'];
|
||||
_docHeaders = createPDFTableHeaders(_headers);
|
||||
_docTitle = 'Reporte Encuestas Publicadas';
|
||||
|
||||
generatePDFTable(doc, _docData, _docHeaders, _docTitle);
|
||||
doc.addPage('p');
|
||||
|
||||
// Encuestas Publicadas
|
||||
const _reporteCantidadEncuestasPublicadasCategoria: any[] = [];
|
||||
this.categorias!.forEach((categoria: any, index) => {
|
||||
let _report: any = {};
|
||||
_report['categoria'] = categoria.nombre;
|
||||
_report['cantidad'] = this.encuestasPublicadasCategoria[index].toString();
|
||||
_reporteCantidadEncuestasPublicadasCategoria.push(_report);
|
||||
});
|
||||
_docData = generatePDFTableData(_reporteCantidadEncuestasPublicadasCategoria);
|
||||
_headers = ['categoria', 'cantidad'];
|
||||
_docHeaders = createPDFTableHeaders(_headers);
|
||||
_docTitle = 'Reporte Encuestas Publicadas por Categoría';
|
||||
|
||||
generatePDFTable(doc, _docData, _docHeaders, _docTitle);
|
||||
doc.addPage('p');
|
||||
|
||||
// Encuestas Publicadas
|
||||
const _reporteCantidadEncuestasFinalizadasCategoria: any[] = [];
|
||||
this.categorias!.forEach((categoria: any, index) => {
|
||||
let _report: any = {};
|
||||
_report['categoria'] = categoria.nombre;
|
||||
_report['cantidad'] = this.encuestasFinalzadasCategoria[index].toString();
|
||||
_reporteCantidadEncuestasFinalizadasCategoria.push(_report);
|
||||
});
|
||||
_docData = generatePDFTableData(_reporteCantidadEncuestasFinalizadasCategoria);
|
||||
_headers = ['categoria', 'cantidad'];
|
||||
_docHeaders = createPDFTableHeaders(_headers);
|
||||
_docTitle = 'Reporte Encuestas Finalizadas por Categoría';
|
||||
|
||||
generatePDFTable(doc, _docData, _docHeaders, _docTitle);
|
||||
doc.addPage('', 'l');
|
||||
|
||||
// Encuestas Generales
|
||||
const _reporteEncuestasReportesGenerales = [
|
||||
{
|
||||
encuestas_borrador: this.encuestasBorrador.toString(),
|
||||
encuestas_publicadas: this.encuestasPublicadas.toString(),
|
||||
encuestas_finalizadas: this.encuestasFinalizadas.toString(),
|
||||
encuestas_completadas: this.encuestasCompletadas.toString(),
|
||||
},
|
||||
];
|
||||
_docData = generatePDFTableData(_reporteEncuestasReportesGenerales);
|
||||
_headers = ['encuestas_borrador', 'encuestas_publicadas', 'encuestas_finalizadas', 'encuestas_completadas'];
|
||||
_docHeaders = createPDFTableHeaders(_headers);
|
||||
_docTitle = 'Reporte Encuestas Generales';
|
||||
generatePDFTable(doc, _docData, _docHeaders, _docTitle);
|
||||
doc.addPage('', 'l');
|
||||
|
||||
// Usuarios
|
||||
const _reporteEncuestasUsuarios: any[] = [];
|
||||
this.usuarios!.forEach((user, index) => {
|
||||
let _report: any = {};
|
||||
_report['usuario_nombre'] = user.nombre;
|
||||
_report['usuario_encuestas'] = this.encuestasUsuario[index].toString();
|
||||
_report['encuestas_borrador'] = this.encuestasUsuarioBorrador[index].toString();
|
||||
_report['encuestas_publicadas'] = this.encuestasUsuarioPublicadas[index].toString();
|
||||
_report['encuestas_finalizadas'] = this.encuestasUsuarioFinalizadas[index].toString();
|
||||
_report['encuestas_completadas_usuarios'] = this.encuestasUsuarioCompletadas[index].toString();
|
||||
_reporteEncuestasUsuarios.push(_report);
|
||||
});
|
||||
_docData = generatePDFTableData(_reporteEncuestasUsuarios);
|
||||
_headers = [
|
||||
'usuario_nombre',
|
||||
'usuario_encuestas',
|
||||
'encuestas_borrador',
|
||||
'encuestas_publicadas',
|
||||
'encuestas_finalizadas',
|
||||
'encuestas_completadas_usuarios',
|
||||
];
|
||||
_docHeaders = createPDFTableHeaders(_headers);
|
||||
_docTitle = 'Reporte de Usuarios';
|
||||
|
||||
generatePDFTable(doc, _docData, _docHeaders, _docTitle);
|
||||
|
||||
saveGeneratedPDF(doc, _fileName);
|
||||
generatePDFTable(doc, _docData, _docHeaders, _fileName, _docTitle);
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,468 +1 @@
|
|||
<div class="content">
|
||||
<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)="exportReportesGeneralesUserPDF()">Exportar como PDF</button>
|
||||
<button
|
||||
type="button"
|
||||
[hidden]="!reportsGeneral || (reportForEncuestas && reportColaboraciones)"
|
||||
class="ds-btn ds-btn--primary"
|
||||
style="float: right"
|
||||
(click)="cambiarVista()"
|
||||
>
|
||||
Ver reportes generales
|
||||
</button>
|
||||
<button
|
||||
type="button"
|
||||
[hidden]="!reportForEncuestas || (reportsGeneral && reportColaboraciones)"
|
||||
class="ds-btn ds-btn--primary"
|
||||
style="float: right"
|
||||
(click)="cambiarVista()"
|
||||
>
|
||||
Ver reportes por encuestas
|
||||
</button>
|
||||
<button
|
||||
type="button"
|
||||
[hidden]="!reportColaboraciones || (reportsGeneral && reportForEncuestas)"
|
||||
class="ds-btn ds-btn--primary"
|
||||
style="float: right"
|
||||
(click)="cambiarVistaColaboracion('colaboracion')"
|
||||
>
|
||||
Ver reportes de colaboraciones
|
||||
</button>
|
||||
|
||||
<button type="button" [hidden]="reportPreguntas" class="ds-btn ds-btn--secondary" style="float: right" (click)="cambiarVista()">
|
||||
<fa-icon icon="arrow-left"></fa-icon> Volver
|
||||
</button>
|
||||
<button
|
||||
type="button"
|
||||
[hidden]="reportColaboracionPreguntas"
|
||||
class="ds-btn ds-btn--secondary"
|
||||
style="float: right"
|
||||
(click)="cambiarVista()"
|
||||
>
|
||||
<fa-icon icon="arrow-left"></fa-icon> Volver
|
||||
</button>
|
||||
</div>
|
||||
|
||||
<div class="container-fluid">
|
||||
<div class="py-2" [hidden]="reportsGeneral">
|
||||
<h1>Reportes generales</h1>
|
||||
<h2>En esta sección encontrará los reportes generales de todas sus encuestas</h2>
|
||||
</div>
|
||||
|
||||
<div class="py-2" [hidden]="reportForEncuestas">
|
||||
<h1>Reportes por encuesta</h1>
|
||||
<h2>En esta sección encontrará los reportes de cada una de sus encuestas</h2>
|
||||
</div>
|
||||
|
||||
<div class="py-2" [hidden]="reportPreguntas">
|
||||
<h1>Detalles de la encuesta</h1>
|
||||
<h2>En esta sección encontrará los reportes con respecto al contenido de las preguntas de su encuesta</h2>
|
||||
</div>
|
||||
<div class="py-2" [hidden]="reportColaboraciones">
|
||||
<h1>Reportes de colaboraciones</h1>
|
||||
<h2>En esta sección encontrará los reportes generales de todas las colaboraciones en las que esté participando</h2>
|
||||
</div>
|
||||
<div class="py-2" [hidden]="reportColaboracionPreguntas">
|
||||
<h1>Detalles de la encuesta en la que colabora</h1>
|
||||
<h2>En esta sección encontrará los reportes con respecto al contenido de las preguntas de la encuesta a la que colabora</h2>
|
||||
</div>
|
||||
<hr />
|
||||
|
||||
<!--REPORTES GENERALES-->
|
||||
<div class="container-fluid py-5" [hidden]="reportsGeneral">
|
||||
<div class="">
|
||||
<div class="row justify-content-around">
|
||||
<div class="col-lg-3 col-sm-6">
|
||||
<div class="card">
|
||||
<div class="card-content">
|
||||
<div class="row">
|
||||
<div class="col-xs-5 w-25 px-1">
|
||||
<div class="icon-big icon-success text-center">
|
||||
<fa-icon [icon]="faListAlt"></fa-icon>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-xs-7 w-50">
|
||||
<div class="numbers">
|
||||
<p class="ds-title--small">Cantidad de encuestas creadas</p>
|
||||
{{ cantEncuestas }}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="card-footer">
|
||||
<hr />
|
||||
<br />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="col-lg-3 col-sm-6">
|
||||
<div class="card">
|
||||
<div class="card-content">
|
||||
<div class="row">
|
||||
<div class="col-xs-5 w-25 px-1">
|
||||
<div class="icon-big icon-users-active text-center">
|
||||
<fa-icon [icon]="faUser"></fa-icon>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-xs-7 w-50">
|
||||
<div class="numbers">
|
||||
<p class="ds-title--small">Cantidad de usuario que han completado las encuestas</p>
|
||||
{{ cantPersonas }}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="card-footer">
|
||||
<hr />
|
||||
<br />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="row justify-content-around por-categoria">
|
||||
<div class="col-md-5">
|
||||
<div class="grafico-encuestas-fecha">
|
||||
<div class="card" height="300" width="300">
|
||||
<h1 class="ds-title">Cantidad de encuestas por estado</h1>
|
||||
|
||||
<div id="chartEstado" class="ct-chart ct-major-tenth"></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="col-md-5">
|
||||
<div class="grafico-encuestas-fecha">
|
||||
<div class="card" height="300" width="300">
|
||||
<h1 class="ds-title">Cantidad de encuestas por acceso</h1>
|
||||
|
||||
<div id="chartAcceso" class="ct-chart ct-major-tenth"></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!--REPORTE POR ENCUESTA-->
|
||||
|
||||
<div class="container-fluid" [hidden]="reportForEncuestas">
|
||||
<div class="ds-survey" id="entitiesEncuestas" *ngIf="encuestas && encuestas?.length === 0">
|
||||
<div class="ds-survey--all-question-wrapper">
|
||||
<ng-container class="">
|
||||
<p class="ds-title text-center">No posee encuestas</p>
|
||||
</ng-container>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row gx-5" *ngIf="encuestas && encuestas.length > 0">
|
||||
<div class="col-xl-4 col-lg-4 col-md-6 mb-5" *ngFor="let encuesta of encuestas">
|
||||
<div class="card-encuesta lift h-100" [attr.data-id]="encuesta.id">
|
||||
<div class="card-body p-3">
|
||||
<div class="card-title mb-0">{{ encuesta.nombre }}</div>
|
||||
<div class="entity-body--row m-2">
|
||||
<span class="tag mt-2">{{ encuesta.categoria?.nombre | lowercase }}</span>
|
||||
</div>
|
||||
<div class="entity-body--row m-2">
|
||||
<span class="subtitle mt-2">{{ encuesta.descripcion | titlecase }}</span>
|
||||
</div>
|
||||
<div class="text-xs text-gray-500">
|
||||
<div class="entity-body">
|
||||
<!--<div class="entity-body--row m-2" *ngFor="let d of duracionArray">
|
||||
<span class="mt-2" *ngIf="d! > 0"
|
||||
><fa-icon class="entity-icon--access" [icon]="faCalendarAlt"></fa-icon> Duración: {{
|
||||
d
|
||||
}}</span
|
||||
>
|
||||
<span class="mt-2" *ngIf="d! == 0"
|
||||
><fa-icon class="entity-icon--access" [icon]="faCalendarAlt"></fa-icon> Duración: Un día o
|
||||
menos</span
|
||||
>
|
||||
|
||||
<span class="mt-2" *ngIf="d! == -1"
|
||||
><fa-icon class="entity-icon--access" [icon]="faCalendarAlt"></fa-icon> Duración: No ha
|
||||
finalizado</span
|
||||
>
|
||||
</div>-->
|
||||
|
||||
<div class="entity-body--row m-2">
|
||||
<p>Calificación:</p>
|
||||
<fa-icon *ngFor="let i of [].constructor(encuesta.calificacion)" class="entity-icon--star" [icon]="faStar"></fa-icon>
|
||||
<fa-icon
|
||||
*ngFor="let i of [].constructor(5 - encuesta.calificacion!)"
|
||||
class="entity-icon--star--off"
|
||||
[icon]="faStar"
|
||||
></fa-icon>
|
||||
</div>
|
||||
<div class="entity-body--row m-2">
|
||||
<button (click)="detallesPreguntas(encuesta)" class="ds-btn btn-card ds-btn--primary">
|
||||
<fa-icon [icon]="faEye"></fa-icon> Detalle
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!--REPORTES DE LAS PREGUNTAS-->
|
||||
|
||||
<div class="container-fluid" *ngIf="encuesta" [hidden]="reportPreguntas">
|
||||
<div class="ds-survey" id="entitiesPreguntas" *ngIf="ePreguntas && ePreguntas?.length === 0">
|
||||
<div class="ds-survey--all-question-wrapper">
|
||||
<ng-container class="">
|
||||
<p class="ds-title text-center">No se encontraron preguntas</p>
|
||||
</ng-container>
|
||||
</div>
|
||||
</div>
|
||||
<div>
|
||||
<div class="ds-survey preview-survey" id="entities" *ngIf="ePreguntas && ePreguntas.length > 0">
|
||||
<div class="ds-survey--all-question-wrapper col-8">
|
||||
<div class="ds-survey--question-wrapper card-encuesta" *ngFor="let ePregunta of ePreguntas; let i = index">
|
||||
<div
|
||||
[attr.data-index]="ePregunta.id"
|
||||
[attr.data-tipo]="ePregunta.tipo"
|
||||
[attr.data-opcional]="ePregunta.opcional"
|
||||
class="ds-survey--question"
|
||||
>
|
||||
<div class="ds-survey--titulo">
|
||||
<span class="ds-survey--titulo--name">{{ i + 1 }}. {{ ePregunta.nombre }}</span>
|
||||
</div>
|
||||
<div>
|
||||
<span *ngIf="ePregunta.tipo === 'SINGLE'" class="ds-subtitle"
|
||||
>Pregunta de respuesta {{ 'dataSurveyApp.PreguntaCerradaTipo.SINGLE' | translate | lowercase }}
|
||||
{{ ePregunta.opcional ? '(opcional)' : '' }}</span
|
||||
>
|
||||
<span *ngIf="ePregunta.tipo === 'MULTIPLE'" class="ds-subtitle"
|
||||
>Pregunta de respuesta {{ 'dataSurveyApp.PreguntaCerradaTipo.MULTIPLE' | translate | lowercase }}
|
||||
{{ ePregunta.opcional ? '(opcional)' : '' }}</span
|
||||
>
|
||||
<span *ngIf="!ePregunta.tipo" class="ds-subtitle"
|
||||
>Pregunta de respuesta abierta {{ ePregunta.opcional ? '(opcional)' : '' }}</span
|
||||
>
|
||||
</div>
|
||||
<ng-container *ngIf="ePregunta.tipo">
|
||||
<ng-container *ngFor="let ePreguntaOpcion of ePreguntasOpciones; let j = index">
|
||||
<ng-container *ngFor="let ePreguntaOpcionFinal of ePreguntaOpcion">
|
||||
<ng-container *ngIf="ePregunta.id === ePreguntaOpcionFinal.epreguntaCerrada.id">
|
||||
<div
|
||||
class="ds-survey--option ds-survey--option--base ds-survey--closed-option can-delete"
|
||||
[attr.data-id]="ePreguntaOpcionFinal.id"
|
||||
>
|
||||
<div class="radio" *ngIf="ePregunta.tipo === 'SINGLE'">
|
||||
<!--<input
|
||||
type="text"
|
||||
readonly
|
||||
style="border-radius: 3px"
|
||||
name="{{ 'radio' + ePregunta.id }}"
|
||||
id="'radio'"
|
||||
/>-->
|
||||
<label>{{
|
||||
ePreguntaOpcionFinal.nombre + ' / Cantidad de veces seleccionada: ' + ePreguntaOpcionFinal.cantidad
|
||||
}}</label>
|
||||
</div>
|
||||
<div class="checkbox" *ngIf="ePregunta.tipo === 'MULTIPLE'">
|
||||
<!--<input
|
||||
|
||||
type="checkbox"
|
||||
style="border-radius: 3px"
|
||||
id="{{ 'checkbox' + ePreguntaOpcionFinal.id }}"
|
||||
/>-->
|
||||
<label>{{
|
||||
ePreguntaOpcionFinal.nombre + ' / Cantidad de veces seleccionada: ' + ePreguntaOpcionFinal.cantidad
|
||||
}}</label>
|
||||
</div>
|
||||
</div>
|
||||
</ng-container>
|
||||
</ng-container>
|
||||
</ng-container>
|
||||
</ng-container>
|
||||
<div *ngIf="!ePregunta.tipo">
|
||||
<div *ngFor="let res of respuestaAbierta">
|
||||
<!-- <ul>
|
||||
<li *ngIf="res.epreguntaAbierta?.id == preguntaId"> {{ res.respuesta }}</li>
|
||||
</ul>-->
|
||||
<!-- <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">
|
||||
<label> {{ '- ' + res.respuesta }}</label> <br />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!--REPORTE POR COLABORACION-->
|
||||
|
||||
<div class="container-fluid" [hidden]="reportColaboraciones">
|
||||
<div class="ds-survey" id="entitiesColaboraciones" *ngIf="usuarioEncuestas && usuarioEncuestas?.length === 0">
|
||||
<div class="ds-survey--all-question-wrapper">
|
||||
<ng-container class="">
|
||||
<p class="ds-title text-center">No posee colaboraciones</p>
|
||||
</ng-container>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row gx-5" *ngIf="usuarioEncuestas && usuarioEncuestas.length > 0">
|
||||
<div class="col-xl-4 col-lg-4 col-md-6 mb-5" *ngFor="let colaboracion of usuarioEncuestas">
|
||||
<div class="card-encuesta lift h-100" *ngIf="colaboracion.encuesta" [attr.data-id]="colaboracion.encuesta.id">
|
||||
<div class="card-body p-3">
|
||||
<div class="card-title mb-0">{{ colaboracion.encuesta.nombre }}</div>
|
||||
<div class="entity-body--row m-2">
|
||||
<span class="tag mt-2">{{ colaboracion.encuesta.categoria?.nombre | lowercase }}</span>
|
||||
</div>
|
||||
<div class="entity-body--row m-2">
|
||||
<span class="subtitle mt-2">{{ colaboracion.encuesta.descripcion | titlecase }}</span>
|
||||
</div>
|
||||
<div class="text-xs text-gray-500">
|
||||
<div class="entity-body">
|
||||
<div class="entity-body--row m-2">
|
||||
<span class="mt-2" *ngIf="duracionColaboracion! > 0"
|
||||
><fa-icon class="entity-icon--access" [icon]="faCalendarAlt"></fa-icon> Duración: {{
|
||||
duracionColaboracion
|
||||
}}</span
|
||||
>
|
||||
<span class="mt-2" *ngIf="duracionColaboracion! == 0"
|
||||
><fa-icon class="entity-icon--access" [icon]="faCalendarAlt"></fa-icon> Duración: Un día o
|
||||
menos</span
|
||||
>
|
||||
|
||||
<span class="mt-2" *ngIf="duracionColaboracion! == -1"
|
||||
><fa-icon class="entity-icon--access" [icon]="faCalendarAlt"></fa-icon> Duración: No ha
|
||||
finalizado</span
|
||||
>
|
||||
</div>
|
||||
|
||||
<div class="entity-body--row m-2">
|
||||
<p>Calificación:</p>
|
||||
<fa-icon
|
||||
*ngFor="let i of [].constructor(colaboracion.encuesta.calificacion)"
|
||||
class="entity-icon--star"
|
||||
[icon]="faStar"
|
||||
></fa-icon>
|
||||
<fa-icon
|
||||
*ngFor="let i of [].constructor(5 - colaboracion.encuesta.calificacion!)"
|
||||
class="entity-icon--star--off"
|
||||
[icon]="faStar"
|
||||
></fa-icon>
|
||||
</div>
|
||||
<div class="entity-body--row m-2">
|
||||
<button (click)="detallesPreguntasColaboracion(colaboracion.encuesta)" class="ds-btn btn-card ds-btn--primary">
|
||||
<fa-icon [icon]="faEye"></fa-icon> Detalle
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!--REPORTES DE LAS PREGUNTAS DE LA COLABORACION-->
|
||||
|
||||
<div class="container-fluid" *ngIf="colaboracion" [hidden]="reportColaboracionPreguntas">
|
||||
<div>
|
||||
<div
|
||||
class="ds-survey"
|
||||
id="entitiesPreguntasColaboracion"
|
||||
*ngIf="ePreguntasOpcionesColaboracion && ePreguntasOpcionesColaboracion?.length === 0"
|
||||
>
|
||||
<div class="ds-survey--all-question-wrapper">
|
||||
<ng-container class="">
|
||||
<p class="ds-title text-center">No se encontraron preguntas</p>
|
||||
</ng-container>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div
|
||||
class="ds-survey preview-survey"
|
||||
id="entitiesColaboration"
|
||||
*ngIf="ePreguntasOpcionesColaboracion && ePreguntasOpcionesColaboracion.length > 0"
|
||||
>
|
||||
<div class="ds-survey--all-question-wrapper col-8">
|
||||
<div class="ds-survey--question-wrapper card-encuesta" *ngFor="let ePregunta of ePreguntasOpcionesColaboracion; let i = index">
|
||||
<div
|
||||
[attr.data-index]="ePregunta.id"
|
||||
[attr.data-tipo]="ePregunta.tipo"
|
||||
[attr.data-opcional]="ePregunta.opcional"
|
||||
class="ds-survey--question"
|
||||
>
|
||||
<div class="ds-survey--titulo">
|
||||
<span class="ds-survey--titulo--name">{{ i + 1 }}. {{ ePregunta.nombre }}</span>
|
||||
</div>
|
||||
<div>
|
||||
<span *ngIf="ePregunta.tipo === 'SINGLE'" class="ds-subtitle"
|
||||
>Pregunta de respuesta {{ 'dataSurveyApp.PreguntaCerradaTipo.SINGLE' | translate | lowercase }}
|
||||
{{ ePregunta.opcional ? '(opcional)' : '' }}</span
|
||||
>
|
||||
<span *ngIf="ePregunta.tipo === 'MULTIPLE'" class="ds-subtitle"
|
||||
>Pregunta de respuesta {{ 'dataSurveyApp.PreguntaCerradaTipo.MULTIPLE' | translate | lowercase }}
|
||||
{{ ePregunta.opcional ? '(opcional)' : '' }}</span
|
||||
>
|
||||
<span *ngIf="!ePregunta.tipo" class="ds-subtitle"
|
||||
>Pregunta de respuesta abierta {{ ePregunta.opcional ? '(opcional)' : '' }}</span
|
||||
>
|
||||
</div>
|
||||
<ng-container *ngIf="ePregunta.tipo">
|
||||
<ng-container *ngFor="let ePreguntaOpcion of ePreguntasOpcionesColaboracion; let j = index">
|
||||
<ng-container *ngFor="let ePreguntaOpcionFinal of ePreguntaOpcion">
|
||||
<ng-container *ngIf="ePregunta.id === ePreguntaOpcionFinal.epreguntaCerrada.id">
|
||||
<div
|
||||
class="ds-survey--option ds-survey--option--base ds-survey--closed-option can-delete"
|
||||
[attr.data-id]="ePreguntaOpcionFinal.id"
|
||||
>
|
||||
<div class="radio" *ngIf="ePregunta.tipo === 'SINGLE'">
|
||||
<!--<input
|
||||
type="text"
|
||||
readonly
|
||||
style="border-radius: 3px"
|
||||
name="{{ 'radio' + ePregunta.id }}"
|
||||
id="'radio'"
|
||||
/>-->
|
||||
<label>{{
|
||||
ePreguntaOpcionFinal.nombre + ' / Cantidad de veces seleccionada: ' + ePreguntaOpcionFinal.cantidad
|
||||
}}</label>
|
||||
</div>
|
||||
<div class="checkbox" *ngIf="ePregunta.tipo === 'MULTIPLE'">
|
||||
<!--<input
|
||||
|
||||
type="checkbox"
|
||||
style="border-radius: 3px"
|
||||
id="{{ 'checkbox' + ePreguntaOpcionFinal.id }}"
|
||||
/>-->
|
||||
<label>{{
|
||||
ePreguntaOpcionFinal.nombre + ' / Cantidad de veces seleccionada: ' + ePreguntaOpcionFinal.cantidad
|
||||
}}</label>
|
||||
</div>
|
||||
</div>
|
||||
</ng-container>
|
||||
</ng-container>
|
||||
</ng-container>
|
||||
</ng-container>
|
||||
<div *ngIf="!ePregunta.tipo">
|
||||
<div *ngFor="let res of respuestaAbiertaColaboracion">
|
||||
<!-- <ul>
|
||||
<li *ngIf="res.epreguntaAbierta?.id == preguntaId"> {{ res.respuesta }}</li>
|
||||
</ul>-->
|
||||
<!-- <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">
|
||||
<label> {{ '- ' + res.respuesta }}</label> <br />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<p>dashboard-user works!</p>
|
||||
|
|
|
@ -1,23 +1,4 @@
|
|||
import { Component, OnInit } from '@angular/core';
|
||||
import { UsuarioEncuestaService } from '../../usuario-encuesta/service/usuario-encuesta.service';
|
||||
import { IUser } from '../../user/user.model';
|
||||
import { HttpResponse } from '@angular/common/http';
|
||||
import { IEncuesta } from '../../encuesta/encuesta.model';
|
||||
import { EstadoEncuesta } from '../../enumerations/estado-encuesta.model';
|
||||
import { EncuestaService } from '../../encuesta/service/encuesta.service';
|
||||
import { UsuarioExtra } from '../../usuario-extra/usuario-extra.model';
|
||||
import { Account } from '../../../core/auth/account.model';
|
||||
import { AccountService } from '../../../core/auth/account.service';
|
||||
import { UsuarioExtraService } from '../../usuario-extra/service/usuario-extra.service';
|
||||
import { faListAlt, faUser, faEye, faStar, faCalendarAlt } from '@fortawesome/free-solid-svg-icons';
|
||||
import * as Chartist from 'chartist';
|
||||
import { finalize } from 'rxjs/operators';
|
||||
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 { 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({
|
||||
selector: 'jhi-dashboard-user',
|
||||
|
@ -25,569 +6,7 @@ import { createPDFTableHeaders, generatePDFTable, generatePDFTableData, saveGene
|
|||
styleUrls: ['./dashboard-user.component.scss'],
|
||||
})
|
||||
export class DashboardUserComponent implements OnInit {
|
||||
user: IUser | null = null;
|
||||
cantEncuestas: number = 0;
|
||||
cantPersonas: number = 0;
|
||||
cantActivas: number = 0;
|
||||
cantFinalizadas: number = 0;
|
||||
cantDraft: number = 0;
|
||||
cantPublicas: number = 0;
|
||||
cantPrivadas: number = 0;
|
||||
faListAlt = faListAlt;
|
||||
faUser = faUser;
|
||||
faEye = faEye;
|
||||
faStar = faStar;
|
||||
faCalendarAlt = faCalendarAlt;
|
||||
reportsGeneral = false;
|
||||
reportForEncuestas = true;
|
||||
reportPreguntas = true;
|
||||
reportColaboraciones = true;
|
||||
reportColaboracionPreguntas = true;
|
||||
duracion?: number = 0;
|
||||
ePreguntas?: any[];
|
||||
ePreguntasOpciones?: any[];
|
||||
respuestaAbierta?: IEPreguntaAbiertaRespuesta[];
|
||||
isLoading = false;
|
||||
encuestas?: IEncuesta[];
|
||||
usuarioExtra: UsuarioExtra | null = null;
|
||||
account: Account | null = null;
|
||||
encuesta: IEncuesta | null = null;
|
||||
colaboracion: IEncuesta | null = null;
|
||||
preguntaId?: number = 0;
|
||||
usuarioEncuestas?: IUsuarioEncuesta[];
|
||||
colaboraciones?: IEncuesta[];
|
||||
duracionColaboracion?: number = 0;
|
||||
ePreguntasColaboracion?: any[];
|
||||
ePreguntasOpcionesColaboracion?: any[];
|
||||
respuestaAbiertaColaboracion?: IEPreguntaAbiertaRespuesta[];
|
||||
preguntaIdColaboracion?: number = 0;
|
||||
duracionArray?: number[] | null = null;
|
||||
constructor() {}
|
||||
|
||||
constructor(
|
||||
protected encuestaService: EncuestaService,
|
||||
protected accountService: AccountService,
|
||||
protected usuarioExtraService: UsuarioExtraService,
|
||||
protected usuarioEncuestaService: UsuarioEncuestaService,
|
||||
protected resAbierta: EPreguntaAbiertaRespuestaService
|
||||
) {}
|
||||
|
||||
ngOnInit(): void {
|
||||
this.loadUser();
|
||||
}
|
||||
|
||||
cambiarVista() {
|
||||
if (this.reportsGeneral) {
|
||||
this.reportsGeneral = false;
|
||||
this.reportForEncuestas = true;
|
||||
this.reportPreguntas = true;
|
||||
this.reportColaboraciones = true;
|
||||
this.reportColaboracionPreguntas = true;
|
||||
} else if (this.reportForEncuestas) {
|
||||
this.reportsGeneral = true;
|
||||
this.reportForEncuestas = false;
|
||||
this.reportPreguntas = true;
|
||||
this.reportColaboraciones = true;
|
||||
this.reportColaboracionPreguntas = true;
|
||||
} else if (this.reportPreguntas) {
|
||||
this.reportForEncuestas = false;
|
||||
this.reportPreguntas = true;
|
||||
this.reportsGeneral = true;
|
||||
this.reportColaboraciones = true;
|
||||
this.reportColaboracionPreguntas = true;
|
||||
}
|
||||
}
|
||||
|
||||
cambiarVistaColaboracion(cambio: string) {
|
||||
if (cambio === 'colaboracion') {
|
||||
this.reportForEncuestas = true;
|
||||
this.reportPreguntas = true;
|
||||
this.reportsGeneral = true;
|
||||
this.reportColaboraciones = false;
|
||||
this.reportColaboracionPreguntas = true;
|
||||
} else if (cambio === 'preguntasColaboracion') {
|
||||
this.reportForEncuestas = true;
|
||||
this.reportPreguntas = true;
|
||||
this.reportsGeneral = true;
|
||||
this.reportColaboraciones = true;
|
||||
this.reportColaboracionPreguntas = false;
|
||||
}
|
||||
}
|
||||
|
||||
loadEncuestas() {
|
||||
this.encuestaService.query().subscribe(
|
||||
(res: HttpResponse<IEncuesta[]>) => {
|
||||
this.isLoading = false;
|
||||
const tmpEncuestas = res.body ?? [];
|
||||
|
||||
this.encuestas = tmpEncuestas.filter(e => e.usuarioExtra?.id === this.usuarioExtra?.id && e.estado !== 'DELETED');
|
||||
this.cantEncuestas = this.encuestas.length;
|
||||
this.cantActivas = tmpEncuestas.filter(e => e.estado === 'ACTIVE' && e.usuarioExtra?.id === this.usuarioExtra?.id).length;
|
||||
this.cantDraft = tmpEncuestas.filter(e => e.estado === 'DRAFT' && e.usuarioExtra?.id === this.usuarioExtra?.id).length;
|
||||
this.cantFinalizadas = tmpEncuestas.filter(e => e.estado === 'FINISHED' && e.usuarioExtra?.id === this.usuarioExtra?.id).length;
|
||||
this.cantPublicas = tmpEncuestas.filter(
|
||||
e => e.acceso === 'PUBLIC' && e.usuarioExtra?.id === this.usuarioExtra?.id && e.estado !== 'DELETED'
|
||||
).length;
|
||||
this.cantPrivadas = tmpEncuestas.filter(
|
||||
e => e.acceso === 'PRIVATE' && e.usuarioExtra?.id === this.usuarioExtra?.id && e.estado !== 'DELETED'
|
||||
).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 => {
|
||||
const _calificacion = encuesta.calificacion;
|
||||
encuesta.calificacion = Number(_calificacion?.toString().split('.')[0]);
|
||||
|
||||
/* if (encuesta.fechaFinalizada == null) {
|
||||
this.duracion = -1;
|
||||
this.duracionArray?.push(this.duracion);
|
||||
} else {
|
||||
this.duracion = encuesta.fechaPublicacion?.diff(encuesta.fechaFinalizada!, 'days');
|
||||
this.duracionArray?.push(this.duracion!);
|
||||
}*/
|
||||
});
|
||||
|
||||
/*this.cantPersonas = tmpEncuestas.filter(
|
||||
e => e.calificacion && e.usuarioExtra?.id === this.usuarioExtra?.id && e.estado !== 'DELETED'
|
||||
).length;*/
|
||||
//cantidad de personas que han completado la encuesta
|
||||
|
||||
this.loadFirstChart();
|
||||
this.loadSecondChart();
|
||||
},
|
||||
() => {
|
||||
this.isLoading = false;
|
||||
}
|
||||
);
|
||||
}
|
||||
|
||||
loadUser(): void {
|
||||
this.accountService.getAuthenticationState().subscribe(account => {
|
||||
if (account !== null) {
|
||||
this.usuarioExtraService.find(account.id).subscribe(usuarioExtra => {
|
||||
this.usuarioExtra = usuarioExtra.body;
|
||||
});
|
||||
}
|
||||
});
|
||||
|
||||
this.loadEncuestas();
|
||||
this.loadAllColaboraciones();
|
||||
}
|
||||
|
||||
loadFirstChart(): void {
|
||||
var dataEstado = {
|
||||
labels: ['ACTIVOS', 'BORRADOR', 'FINALIZADOS'],
|
||||
series: [this.cantActivas, this.cantDraft, this.cantFinalizadas],
|
||||
};
|
||||
|
||||
new Chartist.Pie('#chartEstado', dataEstado);
|
||||
}
|
||||
|
||||
loadSecondChart(): void {
|
||||
var dataAcceso = {
|
||||
labels: ['PÚBLICA', 'PRIVADA'],
|
||||
series: [this.cantPublicas, this.cantPrivadas],
|
||||
};
|
||||
|
||||
new Chartist.Pie('#chartAcceso', dataAcceso);
|
||||
}
|
||||
|
||||
detallesPreguntas(encuesta: IEncuesta): void {
|
||||
if (!this.reportForEncuestas) {
|
||||
this.reportPreguntas = false;
|
||||
this.reportForEncuestas = true;
|
||||
this.reportsGeneral = true;
|
||||
}
|
||||
|
||||
this.encuesta = encuesta;
|
||||
debugger;
|
||||
this.isLoading = true;
|
||||
this.encuestaService
|
||||
.findQuestions(encuesta?.id!)
|
||||
.pipe(
|
||||
finalize(() =>
|
||||
this.encuestaService.findQuestionsOptions(encuesta?.id!).subscribe(
|
||||
(res: any) => {
|
||||
this.isLoading = false;
|
||||
this.ePreguntasOpciones = res.body ?? [];
|
||||
|
||||
debugger;
|
||||
|
||||
this.getOpenQuestionAnswers();
|
||||
},
|
||||
() => {
|
||||
this.isLoading = false;
|
||||
}
|
||||
)
|
||||
)
|
||||
)
|
||||
.subscribe(
|
||||
(res: any) => {
|
||||
this.isLoading = false;
|
||||
this.ePreguntas = res.body ?? [];
|
||||
},
|
||||
() => {
|
||||
this.isLoading = false;
|
||||
}
|
||||
);
|
||||
if (this.ePreguntas!.length == 0) {
|
||||
this.previousState();
|
||||
}
|
||||
}
|
||||
|
||||
previousState(): void {
|
||||
window.history.back();
|
||||
}
|
||||
|
||||
getOpenQuestionAnswers() {
|
||||
this.ePreguntas!.forEach(pregunta => {
|
||||
debugger;
|
||||
if (!pregunta.tipo) {
|
||||
this.resAbierta.query().subscribe(res => {
|
||||
debugger;
|
||||
|
||||
this.preguntaId = pregunta.id;
|
||||
|
||||
this.respuestaAbierta = res.body ?? [];
|
||||
/* const respuesta = res.body ?? [];
|
||||
|
||||
respuesta.forEach( e => {
|
||||
debugger
|
||||
|
||||
|
||||
if (e.epreguntaAbierta?.id == pregunta.id){
|
||||
this.respuestaAbierta?.push(e);
|
||||
}
|
||||
/!*debugger
|
||||
this.eRespuestaAbierta?.push(respuesta.filter(e.ePreguntaAbierta?.id == pregunta.id));*!/
|
||||
})
|
||||
*/
|
||||
console.log(this.respuestaAbierta);
|
||||
});
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
loadAllColaboraciones(): void {
|
||||
this.usuarioEncuestaService.query().subscribe((res: HttpResponse<IUsuarioEncuesta[]>) => {
|
||||
const tempUsuarioEncuestas = res.body ?? [];
|
||||
this.usuarioEncuestas = tempUsuarioEncuestas
|
||||
.filter(c => c.usuarioExtra?.id === this.usuarioExtra?.id)
|
||||
.filter(c => c.encuesta?.estado !== 'DELETED');
|
||||
|
||||
// Fix calificacion
|
||||
tempUsuarioEncuestas.forEach(colaboracion => {
|
||||
if (colaboracion.encuesta) {
|
||||
const _calificacion = colaboracion.encuesta.calificacion;
|
||||
colaboracion.encuesta.calificacion = Number(_calificacion?.toString().split('.')[0]);
|
||||
|
||||
if (colaboracion.encuesta.fechaFinalizada == null) {
|
||||
this.duracionColaboracion = -1;
|
||||
} else {
|
||||
this.duracionColaboracion = colaboracion.encuesta.fechaPublicacion?.diff(colaboracion.encuesta.fechaFinalizada!, 'days');
|
||||
}
|
||||
}
|
||||
});
|
||||
});
|
||||
}
|
||||
|
||||
detallesPreguntasColaboracion(encuesta: IEncuesta): void {
|
||||
if (!this.reportColaboraciones) {
|
||||
this.reportPreguntas = true;
|
||||
this.reportForEncuestas = true;
|
||||
this.reportsGeneral = true;
|
||||
this.reportColaboraciones = true;
|
||||
this.reportColaboracionPreguntas = false;
|
||||
}
|
||||
|
||||
this.colaboracion = encuesta;
|
||||
debugger;
|
||||
this.isLoading = true;
|
||||
this.encuestaService
|
||||
.findQuestions(encuesta?.id!)
|
||||
.pipe(
|
||||
finalize(() =>
|
||||
this.encuestaService.findQuestionsOptions(encuesta?.id!).subscribe(
|
||||
(res: any) => {
|
||||
this.isLoading = false;
|
||||
this.ePreguntasOpcionesColaboracion = res.body ?? [];
|
||||
|
||||
//debugger;
|
||||
|
||||
this.getOpenQuestionAnswersColaboracion();
|
||||
},
|
||||
() => {
|
||||
this.isLoading = false;
|
||||
}
|
||||
)
|
||||
)
|
||||
)
|
||||
.subscribe(
|
||||
(res: any) => {
|
||||
this.isLoading = false;
|
||||
this.ePreguntasColaboracion = res.body ?? [];
|
||||
},
|
||||
() => {
|
||||
this.isLoading = false;
|
||||
}
|
||||
);
|
||||
}
|
||||
|
||||
getOpenQuestionAnswersColaboracion() {
|
||||
this.ePreguntasColaboracion!.forEach(pregunta => {
|
||||
debugger;
|
||||
if (!pregunta.tipo) {
|
||||
this.resAbierta.query().subscribe(res => {
|
||||
debugger;
|
||||
|
||||
this.preguntaIdColaboracion = pregunta.id;
|
||||
|
||||
this.respuestaAbiertaColaboracion = res.body ?? [];
|
||||
/* const respuesta = res.body ?? [];
|
||||
|
||||
respuesta.forEach( e => {
|
||||
debugger
|
||||
|
||||
|
||||
if (e.epreguntaAbierta?.id == pregunta.id){
|
||||
this.respuestaAbierta?.push(e);
|
||||
}
|
||||
/!*debugger
|
||||
this.eRespuestaAbierta?.push(respuesta.filter(e.ePreguntaAbierta?.id == pregunta.id));*!/
|
||||
})
|
||||
*/
|
||||
console.log(this.respuestaAbiertaColaboracion);
|
||||
});
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
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);
|
||||
}
|
||||
}
|
||||
ngOnInit(): void {}
|
||||
}
|
||||
|
|
|
@ -20,23 +20,19 @@ export const createPDFTableHeaders = (keys: any): any[] => {
|
|||
id: keys[i],
|
||||
name: keys[i],
|
||||
prompt: keys[i],
|
||||
align: 'left',
|
||||
width: 65,
|
||||
align: 'center',
|
||||
padding: 0,
|
||||
});
|
||||
}
|
||||
return result;
|
||||
};
|
||||
|
||||
export const generatePDFTable = (doc: jsPDF, _docData: any, _docHeaders: string[], _docTitle: string): void => {
|
||||
export const generatePDFTable = (doc: jsPDF, _docData: any, _docHeaders: string[], _fileName: string, _docTitle: string): void => {
|
||||
doc.setFontSize(20);
|
||||
doc.setFont('helvetica', 'bold');
|
||||
doc.text(_docTitle, 20, 20);
|
||||
doc.setFont('helvetica');
|
||||
|
||||
doc.table(20, 30, _docData, _docHeaders, { fontSize: 10, autoSize: true });
|
||||
};
|
||||
|
||||
export const saveGeneratedPDF = (doc: jsPDF, _fileName: string) => {
|
||||
doc.table(20, 30, _docData, _docHeaders, { autoSize: true });
|
||||
const generatedFileName = generateFileName(_fileName, PDF_EXTENSION);
|
||||
doc.save(generatedFileName);
|
||||
};
|
||||
|
|
|
@ -22,9 +22,9 @@
|
|||
</dd>
|
||||
<dt><span jhiTranslate="dataSurveyApp.ePreguntaAbiertaRespuesta.ePreguntaAbierta">E Pregunta Abierta</span></dt>
|
||||
<dd>
|
||||
<div *ngIf="ePreguntaAbiertaRespuesta.epreguntaAbierta">
|
||||
<a [routerLink]="['/e-pregunta-abierta', ePreguntaAbiertaRespuesta.epreguntaAbierta?.id, 'view']">{{
|
||||
ePreguntaAbiertaRespuesta.epreguntaAbierta?.id
|
||||
<div *ngIf="ePreguntaAbiertaRespuesta.ePreguntaAbierta">
|
||||
<a [routerLink]="['/e-pregunta-abierta', ePreguntaAbiertaRespuesta.ePreguntaAbierta?.id, 'view']">{{
|
||||
ePreguntaAbiertaRespuesta.ePreguntaAbierta?.id
|
||||
}}</a>
|
||||
</div>
|
||||
</dd>
|
||||
|
|
|
@ -3,11 +3,11 @@ import { IEPreguntaAbierta } from 'app/entities/e-pregunta-abierta/e-pregunta-ab
|
|||
export interface IEPreguntaAbiertaRespuesta {
|
||||
id?: number;
|
||||
respuesta?: string;
|
||||
epreguntaAbierta?: IEPreguntaAbierta | null;
|
||||
ePreguntaAbierta?: IEPreguntaAbierta | null;
|
||||
}
|
||||
|
||||
export class EPreguntaAbiertaRespuesta implements IEPreguntaAbiertaRespuesta {
|
||||
constructor(public respuesta?: string, public epreguntaAbierta?: IEPreguntaAbierta | null) {}
|
||||
constructor(public id?: number, public respuesta?: string, public ePreguntaAbierta?: IEPreguntaAbierta | null) {}
|
||||
}
|
||||
|
||||
export function getEPreguntaAbiertaRespuestaIdentifier(ePreguntaAbiertaRespuesta: IEPreguntaAbiertaRespuesta): number | undefined {
|
||||
|
|
|
@ -45,9 +45,9 @@
|
|||
</td>
|
||||
<td>{{ ePreguntaAbiertaRespuesta.respuesta }}</td>
|
||||
<td>
|
||||
<div *ngIf="ePreguntaAbiertaRespuesta.epreguntaAbierta">
|
||||
<a [routerLink]="['/e-pregunta-abierta', ePreguntaAbiertaRespuesta.epreguntaAbierta?.id, 'view']">{{
|
||||
ePreguntaAbiertaRespuesta.epreguntaAbierta?.id
|
||||
<div *ngIf="ePreguntaAbiertaRespuesta.ePreguntaAbierta">
|
||||
<a [routerLink]="['/e-pregunta-abierta', ePreguntaAbiertaRespuesta.ePreguntaAbierta?.id, 'view']">{{
|
||||
ePreguntaAbiertaRespuesta.ePreguntaAbierta?.id
|
||||
}}</a>
|
||||
</div>
|
||||
</td>
|
||||
|
|
|
@ -17,7 +17,6 @@ export class EPreguntaAbiertaRespuestaService {
|
|||
constructor(protected http: HttpClient, protected applicationConfigService: ApplicationConfigService) {}
|
||||
|
||||
create(ePreguntaAbiertaRespuesta: IEPreguntaAbiertaRespuesta): Observable<EntityResponseType> {
|
||||
debugger;
|
||||
return this.http.post<IEPreguntaAbiertaRespuesta>(this.resourceUrl, ePreguntaAbiertaRespuesta, { observe: 'response' });
|
||||
}
|
||||
|
||||
|
|
|
@ -43,7 +43,7 @@ describe('Component Tests', () => {
|
|||
it('Should call EPreguntaAbierta query and add missing value', () => {
|
||||
const ePreguntaAbiertaRespuesta: IEPreguntaAbiertaRespuesta = { id: 456 };
|
||||
const ePreguntaAbierta: IEPreguntaAbierta = { id: 35011 };
|
||||
ePreguntaAbiertaRespuesta.epreguntaAbierta = ePreguntaAbierta;
|
||||
ePreguntaAbiertaRespuesta.ePreguntaAbierta = ePreguntaAbierta;
|
||||
|
||||
const ePreguntaAbiertaCollection: IEPreguntaAbierta[] = [{ id: 58318 }];
|
||||
jest.spyOn(ePreguntaAbiertaService, 'query').mockReturnValue(of(new HttpResponse({ body: ePreguntaAbiertaCollection })));
|
||||
|
@ -65,7 +65,7 @@ describe('Component Tests', () => {
|
|||
it('Should update editForm', () => {
|
||||
const ePreguntaAbiertaRespuesta: IEPreguntaAbiertaRespuesta = { id: 456 };
|
||||
const ePreguntaAbierta: IEPreguntaAbierta = { id: 40814 };
|
||||
ePreguntaAbiertaRespuesta.epreguntaAbierta = ePreguntaAbierta;
|
||||
ePreguntaAbiertaRespuesta.ePreguntaAbierta = ePreguntaAbierta;
|
||||
|
||||
activatedRoute.data = of({ ePreguntaAbiertaRespuesta });
|
||||
comp.ngOnInit();
|
|
@ -81,12 +81,12 @@ export class EPreguntaAbiertaRespuestaUpdateComponent implements OnInit {
|
|||
this.editForm.patchValue({
|
||||
id: ePreguntaAbiertaRespuesta.id,
|
||||
respuesta: ePreguntaAbiertaRespuesta.respuesta,
|
||||
ePreguntaAbierta: ePreguntaAbiertaRespuesta.epreguntaAbierta,
|
||||
ePreguntaAbierta: ePreguntaAbiertaRespuesta.ePreguntaAbierta,
|
||||
});
|
||||
|
||||
this.ePreguntaAbiertasSharedCollection = this.ePreguntaAbiertaService.addEPreguntaAbiertaToCollectionIfMissing(
|
||||
this.ePreguntaAbiertasSharedCollection,
|
||||
ePreguntaAbiertaRespuesta.epreguntaAbierta
|
||||
ePreguntaAbiertaRespuesta.ePreguntaAbierta
|
||||
);
|
||||
}
|
||||
|
||||
|
@ -110,7 +110,7 @@ export class EPreguntaAbiertaRespuestaUpdateComponent implements OnInit {
|
|||
...new EPreguntaAbiertaRespuesta(),
|
||||
id: this.editForm.get(['id'])!.value,
|
||||
respuesta: this.editForm.get(['respuesta'])!.value,
|
||||
epreguntaAbierta: this.editForm.get(['ePreguntaAbierta'])!.value,
|
||||
ePreguntaAbierta: this.editForm.get(['ePreguntaAbierta'])!.value,
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
|
@ -30,9 +30,9 @@
|
|||
</dd>
|
||||
<dt><span jhiTranslate="dataSurveyApp.ePreguntaCerradaOpcion.ePreguntaCerrada">E Pregunta Cerrada</span></dt>
|
||||
<dd>
|
||||
<div *ngIf="ePreguntaCerradaOpcion.epreguntaCerrada">
|
||||
<a [routerLink]="['/e-pregunta-cerrada', ePreguntaCerradaOpcion.epreguntaCerrada?.id, 'view']">{{
|
||||
ePreguntaCerradaOpcion.epreguntaCerrada?.id
|
||||
<div *ngIf="ePreguntaCerradaOpcion.ePreguntaCerrada">
|
||||
<a [routerLink]="['/e-pregunta-cerrada', ePreguntaCerradaOpcion.ePreguntaCerrada?.id, 'view']">{{
|
||||
ePreguntaCerradaOpcion.ePreguntaCerrada?.id
|
||||
}}</a>
|
||||
</div>
|
||||
</dd>
|
||||
|
|
|
@ -5,7 +5,7 @@ export interface IEPreguntaCerradaOpcion {
|
|||
nombre?: string;
|
||||
orden?: number;
|
||||
cantidad?: number;
|
||||
epreguntaCerrada?: IEPreguntaCerrada | null;
|
||||
ePreguntaCerrada?: IEPreguntaCerrada | null;
|
||||
}
|
||||
|
||||
export class EPreguntaCerradaOpcion implements IEPreguntaCerradaOpcion {
|
||||
|
@ -14,7 +14,7 @@ export class EPreguntaCerradaOpcion implements IEPreguntaCerradaOpcion {
|
|||
public nombre?: string,
|
||||
public orden?: number,
|
||||
public cantidad?: number,
|
||||
public epreguntaCerrada?: IEPreguntaCerrada | null
|
||||
public ePreguntaCerrada?: IEPreguntaCerrada | null
|
||||
) {}
|
||||
}
|
||||
|
||||
|
|
|
@ -49,9 +49,9 @@
|
|||
<td>{{ ePreguntaCerradaOpcion.orden }}</td>
|
||||
<td>{{ ePreguntaCerradaOpcion.cantidad }}</td>
|
||||
<td>
|
||||
<div *ngIf="ePreguntaCerradaOpcion.epreguntaCerrada">
|
||||
<a [routerLink]="['/e-pregunta-cerrada', ePreguntaCerradaOpcion.epreguntaCerrada?.id, 'view']">{{
|
||||
ePreguntaCerradaOpcion.epreguntaCerrada?.id
|
||||
<div *ngIf="ePreguntaCerradaOpcion.ePreguntaCerrada">
|
||||
<a [routerLink]="['/e-pregunta-cerrada', ePreguntaCerradaOpcion.ePreguntaCerrada?.id, 'view']">{{
|
||||
ePreguntaCerradaOpcion.ePreguntaCerrada?.id
|
||||
}}</a>
|
||||
</div>
|
||||
</td>
|
||||
|
|
|
@ -16,9 +16,8 @@ export class EPreguntaCerradaOpcionService {
|
|||
|
||||
constructor(protected http: HttpClient, protected applicationConfigService: ApplicationConfigService) {}
|
||||
|
||||
updateCount(id: number) {
|
||||
debugger;
|
||||
return this.http.put(`${this.resourceUrl}/count/${id}`, id, { observe: 'response' });
|
||||
updateCount(id: any) {
|
||||
return this.http.post(`${this.resourceUrl}/count/${id}`, id, { observe: 'response' });
|
||||
}
|
||||
|
||||
create(ePreguntaCerradaOpcion: IEPreguntaCerradaOpcion, preguntaId?: number): Observable<EntityResponseType> {
|
||||
|
|
|
@ -43,7 +43,7 @@ describe('Component Tests', () => {
|
|||
it('Should call EPreguntaCerrada query and add missing value', () => {
|
||||
const ePreguntaCerradaOpcion: IEPreguntaCerradaOpcion = { id: 456 };
|
||||
const ePreguntaCerrada: IEPreguntaCerrada = { id: 2192 };
|
||||
ePreguntaCerradaOpcion.epreguntaCerrada = ePreguntaCerrada;
|
||||
ePreguntaCerradaOpcion.ePreguntaCerrada = ePreguntaCerrada;
|
||||
|
||||
const ePreguntaCerradaCollection: IEPreguntaCerrada[] = [{ id: 89287 }];
|
||||
jest.spyOn(ePreguntaCerradaService, 'query').mockReturnValue(of(new HttpResponse({ body: ePreguntaCerradaCollection })));
|
||||
|
@ -65,7 +65,7 @@ describe('Component Tests', () => {
|
|||
it('Should update editForm', () => {
|
||||
const ePreguntaCerradaOpcion: IEPreguntaCerradaOpcion = { id: 456 };
|
||||
const ePreguntaCerrada: IEPreguntaCerrada = { id: 64500 };
|
||||
ePreguntaCerradaOpcion.epreguntaCerrada = ePreguntaCerrada;
|
||||
ePreguntaCerradaOpcion.ePreguntaCerrada = ePreguntaCerrada;
|
||||
|
||||
activatedRoute.data = of({ ePreguntaCerradaOpcion });
|
||||
comp.ngOnInit();
|
|
@ -85,12 +85,12 @@ export class EPreguntaCerradaOpcionUpdateComponent implements OnInit {
|
|||
nombre: ePreguntaCerradaOpcion.nombre,
|
||||
orden: ePreguntaCerradaOpcion.orden,
|
||||
cantidad: ePreguntaCerradaOpcion.cantidad,
|
||||
ePreguntaCerrada: ePreguntaCerradaOpcion.epreguntaCerrada,
|
||||
ePreguntaCerrada: ePreguntaCerradaOpcion.ePreguntaCerrada,
|
||||
});
|
||||
|
||||
this.ePreguntaCerradasSharedCollection = this.ePreguntaCerradaService.addEPreguntaCerradaToCollectionIfMissing(
|
||||
this.ePreguntaCerradasSharedCollection,
|
||||
ePreguntaCerradaOpcion.epreguntaCerrada
|
||||
ePreguntaCerradaOpcion.ePreguntaCerrada
|
||||
);
|
||||
}
|
||||
|
||||
|
@ -116,7 +116,7 @@ export class EPreguntaCerradaOpcionUpdateComponent implements OnInit {
|
|||
nombre: this.editForm.get(['nombre'])!.value,
|
||||
orden: this.editForm.get(['orden'])!.value,
|
||||
cantidad: this.editForm.get(['cantidad'])!.value,
|
||||
epreguntaCerrada: this.editForm.get(['ePreguntaCerrada'])!.value,
|
||||
ePreguntaCerrada: this.editForm.get(['ePreguntaCerrada'])!.value,
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
|
@ -2,11 +2,11 @@
|
|||
<div>
|
||||
<h2 id="page-heading" data-cy="EPreguntaCerradaHeading">
|
||||
<div class="d-flex align-items-center">
|
||||
<p class="ds-title">Encuesta: {{ encuesta!.nombre }}</p>
|
||||
<!-- <fa-icon class="ds-info--icon" [icon]="faQuestion" data-toggle="modal" data-target="#verParametros"></fa-icon>-->
|
||||
<p class="ds-title">Vista previa de {{ encuesta!.nombre }}</p>
|
||||
<fa-icon class="ds-info--icon" [icon]="faQuestion" data-toggle="modal" data-target="#verParametros"></fa-icon>
|
||||
</div>
|
||||
|
||||
<p class="ds-subtitle">Fecha de inicio: {{ encuesta!.fechaPublicacion | formatShortDatetime | lowercase }}</p>
|
||||
<p class="ds-subtitle">Creada el día {{ encuesta!.fechaCreacion | formatShortDatetime | lowercase }}</p>
|
||||
<div class="d-flex justify-content-end">
|
||||
<button type="button" class="ds-btn ds-btn--secondary" (click)="previousState()">
|
||||
<fa-icon icon="arrow-left"></fa-icon> <span jhiTranslate="entity.action.back">Back</span>
|
||||
|
|
|
@ -20,7 +20,6 @@ import { PreguntaCerradaTipo } from 'app/entities/enumerations/pregunta-cerrada-
|
|||
import { EPreguntaAbiertaRespuesta } from 'app/entities/e-pregunta-abierta-respuesta/e-pregunta-abierta-respuesta.model';
|
||||
import { Observable } from 'rxjs/internal/Observable';
|
||||
import { HttpErrorResponse, HttpResponse } from '@angular/common/http';
|
||||
import { EstadoEncuesta } from 'app/entities/enumerations/estado-encuesta.model';
|
||||
|
||||
@Component({
|
||||
selector: 'jhi-complete',
|
||||
|
@ -68,14 +67,16 @@ export class EncuestaCompleteComponent implements OnInit {
|
|||
this.activatedRoute.data.subscribe(({ encuesta }) => {
|
||||
if (encuesta) {
|
||||
this.encuesta = encuesta;
|
||||
if (this.encuesta!.estado !== EstadoEncuesta.ACTIVE) {
|
||||
this.previousState();
|
||||
}
|
||||
this.avgCalificacion = parseInt(this.encuesta!.calificacion!.toString().split('.')[0]);
|
||||
this.cantidadCalificaciones = parseInt(this.encuesta!.calificacion!.toString().split('.')[1]);
|
||||
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!) {
|
||||
if (pregunta.tipo && pregunta.tipo === PreguntaCerradaTipo.SINGLE) {
|
||||
|
@ -84,22 +85,17 @@ export class EncuestaCompleteComponent implements OnInit {
|
|||
}
|
||||
}
|
||||
|
||||
verifyPassword(): void {
|
||||
verifyPassword(): boolean {
|
||||
if (this.encuesta!.acceso === AccesoEncuesta.PUBLIC) {
|
||||
this.loadAll();
|
||||
this.isLocked = false;
|
||||
return false;
|
||||
} else {
|
||||
const modalRef = this.modalService.open(EncuestaPasswordDialogComponent, { size: 'lg', backdrop: 'static' });
|
||||
modalRef.componentInstance.encuesta = this.encuesta;
|
||||
modalRef.closed.subscribe(reason => {
|
||||
this.isLocked = reason != 'success';
|
||||
if (this.isLocked) {
|
||||
this.previousState();
|
||||
} else {
|
||||
this.loadAll();
|
||||
}
|
||||
return reason === 'success';
|
||||
});
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
||||
ngAfterViewChecked(): void {
|
||||
|
@ -190,57 +186,39 @@ export class EncuestaCompleteComponent implements OnInit {
|
|||
}
|
||||
|
||||
finish(): void {
|
||||
this.updateClosedOptionsCount();
|
||||
this.updateEncuestaRating();
|
||||
this.getOpenQuestionAnswers();
|
||||
this.registerOpenQuestionAnswers();
|
||||
this.updateEncuestaRating();
|
||||
this.previousState();
|
||||
this.updateClosedOptionsCount();
|
||||
}
|
||||
|
||||
updateEncuestaRating() {
|
||||
if (this.calificacion !== 0) {
|
||||
const newSumCalificacion = this.sumCalificacion + this.calificacion;
|
||||
const newCantidadCalificacion = this.cantidadCalificaciones + 1;
|
||||
const newAvgCalificacion = Math.round(newSumCalificacion / newCantidadCalificacion);
|
||||
const newRating = Number(this.joinRatingValues(newAvgCalificacion, newCantidadCalificacion));
|
||||
this.encuesta!.calificacion = newRating;
|
||||
this.encuestaService.updateSurvey(this.encuesta!).subscribe(() => {
|
||||
console.log('success');
|
||||
});
|
||||
const newAvgCalificacion = newSumCalificacion / newCantidadCalificacion;
|
||||
const newRating = this.joinRatingValues(newAvgCalificacion, newCantidadCalificacion);
|
||||
this.encuesta!.calificacion = Number(newRating);
|
||||
this.encuestaService.updateSurvey(this.encuesta!);
|
||||
}
|
||||
}
|
||||
|
||||
updateClosedOptionsCount() {
|
||||
debugger;
|
||||
for (let key in this.selectedSingleOptions) {
|
||||
this.ePreguntaCerradaOpcionService.updateCount(this.selectedSingleOptions[key]).subscribe(() => {
|
||||
console.log('success');
|
||||
});
|
||||
this.ePreguntaCerradaOpcionService.updateCount(this.selectedSingleOptions[key]);
|
||||
}
|
||||
this.selectedMultiOptions.forEach((option: any) => {
|
||||
this.ePreguntaCerradaOpcionService.updateCount(option).subscribe(() => {
|
||||
console.log('success');
|
||||
});
|
||||
this.ePreguntaCerradaOpcionService.updateCount(option);
|
||||
});
|
||||
}
|
||||
|
||||
registerOpenQuestionAnswers() {
|
||||
debugger;
|
||||
for (let id in this.selectedOpenOptions) {
|
||||
let pregunta = this.ePreguntas!.find(p => {
|
||||
return p.id == id;
|
||||
});
|
||||
debugger;
|
||||
/*
|
||||
|
||||
let newRespuesta = new EPreguntaAbiertaRespuesta(this.selectedOpenOptions[id], pregunta);
|
||||
this.subscribeToSaveResponse(this.ePreguntaAbiertaRespuestaService.create(newRespuesta));
|
||||
*/
|
||||
|
||||
let newRespuesta = new EPreguntaAbiertaRespuesta(this.selectedOpenOptions[id], pregunta);
|
||||
this.ePreguntaAbiertaRespuestaService.create(newRespuesta).subscribe(() => {
|
||||
console.log('success');
|
||||
});
|
||||
let newRespuesta = new EPreguntaAbiertaRespuesta(0, this.selectedOpenOptions[id], pregunta);
|
||||
this.ePreguntaAbiertaRespuestaService.create(newRespuesta);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@ export class EncuestaCompartirDialogComponent implements OnInit {
|
|||
constructor(protected activeModal: NgbActiveModal) {}
|
||||
|
||||
ngOnInit(): void {
|
||||
this.baseURL = location.origin + '/encuesta/' + this.encuesta?.id + '/complete';
|
||||
this.baseURL = location.origin + '/' + this.encuesta?.id + '/complete';
|
||||
}
|
||||
|
||||
compartir(): void {}
|
||||
|
|
|
@ -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">
|
||||
<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">
|
||||
This survey is marked as private, please enter the password
|
||||
</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..." />
|
||||
</div>
|
||||
|
||||
|
@ -15,7 +15,13 @@
|
|||
<fa-icon icon="arrow-left"></fa-icon> <span jhiTranslate="entity.action.cancel">Cancel</span>
|
||||
</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>
|
||||
</button>
|
||||
</div>
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
import { Component, OnInit } from '@angular/core';
|
||||
import { FormBuilder, Validators } from '@angular/forms';
|
||||
import { NgbActiveModal } from '@ng-bootstrap/ng-bootstrap';
|
||||
import { IEncuesta } from '../encuesta.model';
|
||||
|
||||
|
@ -8,16 +9,21 @@ import { IEncuesta } from '../encuesta.model';
|
|||
styleUrls: ['./encuesta-password-dialog.component.scss'],
|
||||
})
|
||||
export class EncuestaPasswordDialogComponent implements OnInit {
|
||||
passwordForm = this.fb.group({
|
||||
password: [null, [Validators.required]],
|
||||
});
|
||||
encuesta?: IEncuesta;
|
||||
isWrong?: boolean;
|
||||
passwordInput?: string;
|
||||
|
||||
constructor(protected activeModal: NgbActiveModal) {}
|
||||
constructor(protected activeModal: NgbActiveModal, protected fb: FormBuilder) {}
|
||||
|
||||
ngOnInit(): void {}
|
||||
|
||||
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');
|
||||
} else {
|
||||
this.isWrong = true;
|
||||
|
|
|
@ -79,11 +79,11 @@
|
|||
</div>
|
||||
</form>
|
||||
|
||||
<div class="ds-survey" id="entitiesEncuestas" *ngIf="encuestas?.length === 0">
|
||||
<div class="ds-survey" id="entities" *ngIf="encuestas?.length === 0">
|
||||
<div class="ds-survey--all-question-wrapper">
|
||||
<ng-container class="">
|
||||
<p class="ds-title text-center">No posee encuestas</p>
|
||||
<p class="ds-subtitle text-center">Inicie a explorar, colaborar y adquirir datos al crear encuestas mundialmente</p>
|
||||
<p class="ds-subtitle text-center">Incie a explorar, colaborar y adquirir datos al crear encuestas mundialmente</p>
|
||||
</ng-container>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -44,6 +44,7 @@ const encuestaRoute: Routes = [
|
|||
resolve: {
|
||||
encuesta: EncuestaRoutingResolveService,
|
||||
},
|
||||
canActivate: [UserRouteAccessService],
|
||||
},
|
||||
];
|
||||
|
||||
|
|
|
@ -58,7 +58,7 @@
|
|||
[disabled]="isLoading"
|
||||
data-toggle="modal"
|
||||
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>
|
||||
</button>
|
||||
|
|
|
@ -376,7 +376,7 @@ export class EncuestaUpdateComponent implements OnInit, AfterViewChecked {
|
|||
nombre: this.editForm.get(['nombre'])!.value,
|
||||
orden: 10,
|
||||
cantidad: 0,
|
||||
epreguntaCerrada: this.selectedQuestionToCreateOption,
|
||||
ePreguntaCerrada: this.selectedQuestionToCreateOption,
|
||||
};
|
||||
}
|
||||
|
||||
|
|
|
@ -59,13 +59,8 @@
|
|||
|
||||
<jhi-alert></jhi-alert> -->
|
||||
|
||||
<div class="ds-survey" id="entities" *ngIf="plantillas?.length === 0">
|
||||
<div class="ds-survey--all-question-wrapper">
|
||||
<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 class="alert alert-warning" id="no-result" *ngIf="plantillas?.length === 0">
|
||||
<span jhiTranslate="dataSurveyApp.plantilla.home.notFound">No templates found</span>
|
||||
</div>
|
||||
|
||||
<div class="table-responsive" id="entities" *ngIf="plantillas && plantillas.length > 0">
|
||||
|
|
|
@ -1,34 +1,21 @@
|
|||
<div class="row">
|
||||
<div class="col">
|
||||
<div
|
||||
class="page-header-ui page-header-ui-dark bg-img-cover overlay overlay-60"
|
||||
style="background-image: url('../../content/img_datasurvey/survey-shop.png')"
|
||||
>
|
||||
<div class="page-header-ui-content py-5 position-relative">
|
||||
<div class="container px-5">
|
||||
<div class="row gx-5 justify-content-start">
|
||||
<div class="col-xl-8 col-lg-10 text-left" style="color: white">
|
||||
<div data-aos="fade-up">
|
||||
<h1 class="page-header-ui-title" style="color: white">¡Compre y utilice las plantillas!</h1>
|
||||
<div class="page-header-ui page-header-ui-dark bg-img-cover overlay">
|
||||
<div class="container px-0 text-black">
|
||||
<h1 class="page-header-ui-title">¡Compre y utilice las plantillas!</h1>
|
||||
|
||||
<h2>
|
||||
Puede comprar sus plantillas mediante <b> PayPal </b>
|
||||
<fa-icon [icon]="faCreditCard"></fa-icon>
|
||||
</h2>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<h2>Puede comprar sus plantillas mediante <b> PayPal </b> <fa-icon [icon]="faCreditCard"></fa-icon></h2>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="bg-light py-10 container-encuestas">
|
||||
<div class="container px-0">
|
||||
<!--filtrado-->
|
||||
|
||||
<div class="input-group">
|
||||
<div class="ds-filter ds-form">
|
||||
<div class="ds-filter">
|
||||
<div class="input-group-addon"><i class="glyphicon glyphicon-search"></i></div>
|
||||
<input class="ds-form-control" type="text" name="searchString" placeholder="Buscar por nombre..." [(ngModel)]="searchString" />
|
||||
<input class="form-control" type="text" name="searchString" placeholder="Buscar por nombre..." [(ngModel)]="searchString" />
|
||||
</div>
|
||||
<!--<div class="ds-filter">
|
||||
<select name="searchCategoria" class="form-control" [(ngModel)]="searchCategoria" style="width: 200px">
|
||||
|
@ -38,25 +25,26 @@
|
|||
</select>
|
||||
</div>-->
|
||||
|
||||
<!-- <div class="ds-filter">
|
||||
<!--<div class="ds-filter">
|
||||
|
||||
<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>
|
||||
</div>
|
||||
<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>
|
||||
</div>
|
||||
<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>
|
||||
</div>
|
||||
<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>
|
||||
</div>
|
||||
<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>
|
||||
</div>
|
||||
</div>-->
|
||||
|
@ -109,15 +97,6 @@
|
|||
<div class="text-xs text-gray-500">
|
||||
<div class="entity-body">
|
||||
<div class="entity-body--row m-2">
|
||||
<button
|
||||
type="submit"
|
||||
[routerLink]="['/plantilla', plantilla.id, 'view']"
|
||||
class="ds-btn ds-btn--secondary btn-sm"
|
||||
data-cy="entityDetailsButton"
|
||||
>
|
||||
<fa-icon icon="eye"></fa-icon>
|
||||
<span class="d-none d-md-inline">Vista previa</span>
|
||||
</button>
|
||||
<button class="ds-btn btn-outline-success btn-card" (click)="triggerPaypalDialog(plantilla)">
|
||||
<fa-icon [icon]="faCreditCard"></fa-icon> Comprar con PayPal
|
||||
</button>
|
||||
|
|
|
@ -5,6 +5,6 @@ export const TIENDA_PLANTILLA_ROUTE: Route = {
|
|||
path: 'tienda-plantilla',
|
||||
component: ListarTiendaPlantillaComponent,
|
||||
data: {
|
||||
pageTitle: 'dataSurveyApp.tiendaPlantilla.title',
|
||||
pageTitle: 'tiendaPlantilla.title',
|
||||
},
|
||||
};
|
||||
|
|
|
@ -10,12 +10,10 @@
|
|||
|
||||
<hr />
|
||||
|
||||
<div *ngIf="plantilla!.precio == 0">
|
||||
<h2 class="entity-body--row m-2">La plantilla ha comprar no tiene costo alguno</h2>
|
||||
<button type="button" class="ds-btn btn-outline-success fc-center" data-dismiss="modal" (click)="freePurchase()">
|
||||
<fa-icon [icon]="faCheck"></fa-icon> <span>Finalizar compra</span>
|
||||
</button>
|
||||
</div>
|
||||
|
||||
<ngx-paypal [config]="payPalConfig" *ngIf="plantilla!.precio != 0"></ngx-paypal>
|
||||
</div>
|
||||
|
|
|
@ -43,7 +43,7 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div class="table-responsive" id="entities2" *ngIf="usuarioEncuestas && usuarioEncuestas.length > 0">
|
||||
<div class="table-responsive" id="entities" *ngIf="usuarioEncuestas && usuarioEncuestas.length > 0">
|
||||
<table class="ds-table table table-striped" aria-describedby="page-heading">
|
||||
<thead>
|
||||
<tr>
|
||||
|
|
|
@ -1,86 +0,0 @@
|
|||
<div class="container-fluid" *ngIf="plantilla">
|
||||
<div>
|
||||
<h2 id="page-heading" data-cy="PPreguntaCerradaHeading">
|
||||
<div class="d-flex align-items-center">
|
||||
<p class="ds-title">Vista previa de {{ plantilla!.nombre }}</p>
|
||||
</div>
|
||||
|
||||
<p class="ds-subtitle">Creada el día {{ plantilla!.fechaCreacion | formatShortDatetime | lowercase }}</p>
|
||||
<div class="d-flex justify-content-end">
|
||||
<button type="button" class="ds-btn ds-btn--secondary" (click)="previousState()">
|
||||
<fa-icon icon="arrow-left"></fa-icon> <span jhiTranslate="entity.action.back">Back</span>
|
||||
</button>
|
||||
</div>
|
||||
</h2>
|
||||
|
||||
<jhi-alert-error></jhi-alert-error>
|
||||
|
||||
<!-- <jhi-alert></jhi-alert> -->
|
||||
|
||||
<div class="ds-survey preview-survey" id="entities">
|
||||
<div class="ds-survey--all-question-wrapper col-8">
|
||||
<ng-container *ngIf="pPreguntas && pPreguntas.length === 0">
|
||||
<p class="ds-title text-center">Plantilla vacía</p>
|
||||
<p class="ds-subtitle text-center">Inicie creando preguntas y opciones para su plantilla.</p>
|
||||
</ng-container>
|
||||
|
||||
<div class="ds-survey--question-wrapper card-plantilla" *ngFor="let pPregunta of pPreguntas; let i = index; trackBy: trackId">
|
||||
<div
|
||||
[attr.data-index]="pPregunta.id"
|
||||
[attr.data-tipo]="pPregunta.tipo"
|
||||
[attr.data-opcional]="pPregunta.opcional"
|
||||
class="ds-survey--question"
|
||||
>
|
||||
<div class="ds-survey--titulo">
|
||||
<span class="ds-survey--titulo--name">{{ i + 1 }}. {{ pPregunta.nombre }}</span>
|
||||
</div>
|
||||
<div>
|
||||
<span *ngIf="pPregunta.tipo === 'SINGLE'" class="ds-subtitle"
|
||||
>Pregunta de respuesta {{ 'dataSurveyApp.PreguntaCerradaTipo.SINGLE' | translate | lowercase }}
|
||||
{{ pPregunta.opcional ? '(opcional)' : '' }}</span
|
||||
>
|
||||
<span *ngIf="pPregunta.tipo === 'MULTIPLE'" class="ds-subtitle"
|
||||
>Pregunta de respuesta {{ 'dataSurveyApp.PreguntaCerradaTipo.MULTIPLE' | translate | lowercase }}
|
||||
{{ pPregunta.opcional ? '(opcional)' : '' }}</span
|
||||
>
|
||||
<span *ngIf="!pPregunta.tipo" class="ds-subtitle"
|
||||
>Pregunta de respuesta abierta {{ pPregunta.opcional ? '(opcional)' : '' }}</span
|
||||
>
|
||||
</div>
|
||||
<ng-container *ngIf="pPregunta.tipo">
|
||||
<ng-container *ngFor="let pPreguntaOpcion of pPreguntasOpciones; let j = index; trackBy: trackId">
|
||||
<ng-container *ngFor="let pPreguntaOpcionFinal of pPreguntaOpcion">
|
||||
<ng-container *ngIf="pPregunta.id === pPreguntaOpcionFinal.ppreguntaCerrada.id">
|
||||
<div
|
||||
class="ds-survey--option ds-survey--option--base ds-survey--closed-option can-delete"
|
||||
[attr.data-id]="pPreguntaOpcionFinal.id"
|
||||
>
|
||||
<div class="radio" *ngIf="pPregunta.tipo === 'SINGLE'">
|
||||
<input
|
||||
type="radio"
|
||||
style="border-radius: 3px"
|
||||
name="{{ 'radio' + pPregunta.id }}"
|
||||
id="{{ 'radio' + pPreguntaOpcionFinal.id }}"
|
||||
/>
|
||||
<!-- <input class="ds-survey--checkbox" id="{{ pPregunta.id }}-{{ pPreguntaOpcionFinal.id }}" type="checkbox" disabled /> -->
|
||||
<label for="{{ 'radio' + pPreguntaOpcionFinal.id }}">{{ pPreguntaOpcionFinal.nombre }}</label>
|
||||
</div>
|
||||
<div class="checkbox" *ngIf="pPregunta.tipo === 'MULTIPLE'">
|
||||
<input type="checkbox" style="border-radius: 3px" id="{{ 'checkbox' + pPreguntaOpcionFinal.id }}" />
|
||||
<!-- <input class="ds-survey--checkbox" id="{{ pPregunta.id }}-{{ pPreguntaOpcionFinal.id }}" type="checkbox" disabled /> -->
|
||||
<label for="{{ 'checkbox' + pPreguntaOpcionFinal.id }}">{{ pPreguntaOpcionFinal.nombre }}</label>
|
||||
</div>
|
||||
</div>
|
||||
</ng-container>
|
||||
</ng-container>
|
||||
</ng-container>
|
||||
</ng-container>
|
||||
<div class="ds-survey--option ds-survey--option--base ds-survey--open-option" *ngIf="!pPregunta.tipo">
|
||||
<textarea cols="30" rows="10" disabled></textarea>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
|
@ -1,37 +0,0 @@
|
|||
import { ComponentFixture, TestBed } from '@angular/core/testing';
|
||||
import { ActivatedRoute } from '@angular/router';
|
||||
import { of } from 'rxjs';
|
||||
import { UsuarioPlantillasDetailComponent } from './usuario-plantillas-detail.component';
|
||||
|
||||
describe('Component Tests', () => {
|
||||
describe('Plantilla Management Detail Component', () => {
|
||||
let comp: UsuarioPlantillasDetailComponent;
|
||||
let fixture: ComponentFixture<UsuarioPlantillasDetailComponent>;
|
||||
|
||||
beforeEach(() => {
|
||||
TestBed.configureTestingModule({
|
||||
declarations: [UsuarioPlantillasDetailComponent],
|
||||
providers: [
|
||||
{
|
||||
provide: ActivatedRoute,
|
||||
useValue: { data: of({ plantilla: { id: 123 } }) },
|
||||
},
|
||||
],
|
||||
})
|
||||
.overrideTemplate(UsuarioPlantillasDetailComponent, '')
|
||||
.compileComponents();
|
||||
fixture = TestBed.createComponent(UsuarioPlantillasDetailComponent);
|
||||
comp = fixture.componentInstance;
|
||||
});
|
||||
|
||||
describe('OnInit', () => {
|
||||
it('Should load plantilla on init', () => {
|
||||
// WHEN
|
||||
comp.ngOnInit();
|
||||
|
||||
// THEN
|
||||
expect(comp.plantilla).toEqual(expect.objectContaining({ id: 123 }));
|
||||
});
|
||||
});
|
||||
});
|
||||
});
|
|
@ -1,155 +0,0 @@
|
|||
import { Component, OnInit } from '@angular/core';
|
||||
import { HttpResponse } from '@angular/common/http';
|
||||
import { FormBuilder, Validators } from '@angular/forms';
|
||||
import { ActivatedRoute } from '@angular/router';
|
||||
import { EstadoPlantilla } from 'app/entities/enumerations/estado-plantilla.model';
|
||||
|
||||
import { Observable } from 'rxjs';
|
||||
import { finalize, map } from 'rxjs/operators';
|
||||
|
||||
import * as dayjs from 'dayjs';
|
||||
import { DATE_TIME_FORMAT } from 'app/config/input.constants';
|
||||
|
||||
import { ICategoria } from 'app/entities/categoria/categoria.model';
|
||||
import { CategoriaService } from 'app/entities/categoria/service/categoria.service';
|
||||
import { IUsuarioExtra, UsuarioExtra } from 'app/entities/usuario-extra/usuario-extra.model';
|
||||
import { UsuarioExtraService } from 'app/entities/usuario-extra/service/usuario-extra.service';
|
||||
|
||||
import { NgbModal } from '@ng-bootstrap/ng-bootstrap';
|
||||
import { IPPreguntaCerrada } from 'app/entities/p-pregunta-cerrada/p-pregunta-cerrada.model';
|
||||
import { PPreguntaCerradaService } from 'app/entities/p-pregunta-cerrada/service/p-pregunta-cerrada.service';
|
||||
import { PPreguntaCerradaDeleteDialogComponent } from 'app/entities/p-pregunta-cerrada/delete/p-pregunta-cerrada-delete-dialog.component';
|
||||
import { IPPreguntaAbierta } from '../../p-pregunta-abierta/p-pregunta-abierta.model';
|
||||
import { PPreguntaCerrada } from '../../p-pregunta-cerrada/p-pregunta-cerrada.model';
|
||||
import { PPreguntaCerradaOpcion, IPPreguntaCerradaOpcion } from '../../p-pregunta-cerrada-opcion/p-pregunta-cerrada-opcion.model';
|
||||
import { PPreguntaAbiertaService } from '../../p-pregunta-abierta/service/p-pregunta-abierta.service';
|
||||
import { PPreguntaCerradaOpcionService } from '../../p-pregunta-cerrada-opcion/service/p-pregunta-cerrada-opcion.service';
|
||||
import { PreguntaCerradaTipo } from 'app/entities/enumerations/pregunta-cerrada-tipo.model';
|
||||
|
||||
import { faTimes, faPlus, faStar, faQuestion } from '@fortawesome/free-solid-svg-icons';
|
||||
import { Account } from '../../../core/auth/account.model';
|
||||
import { AccountService } from 'app/core/auth/account.service';
|
||||
import { IPlantilla } from 'app/entities/plantilla/plantilla.model';
|
||||
import { PlantillaService } from 'app/entities/plantilla/service/plantilla.service';
|
||||
|
||||
@Component({
|
||||
selector: 'jhi-usuario-plantillas-detail',
|
||||
templateUrl: './usuario-plantillas-detail.component.html',
|
||||
})
|
||||
export class UsuarioPlantillasDetailComponent implements OnInit {
|
||||
categoriasSharedCollection: ICategoria[] = [];
|
||||
usuarioExtrasSharedCollection: IUsuarioExtra[] = [];
|
||||
faTimes = faTimes;
|
||||
faPlus = faPlus;
|
||||
faStar = faStar;
|
||||
faQuestion = faQuestion;
|
||||
plantilla: IPlantilla | null = null;
|
||||
isLoading = false;
|
||||
successPublished = false;
|
||||
pPreguntas?: any[];
|
||||
pPreguntasOpciones?: any[];
|
||||
usuarioExtra: UsuarioExtra | null = null;
|
||||
|
||||
constructor(
|
||||
protected activatedRoute: ActivatedRoute,
|
||||
protected plantillaService: PlantillaService,
|
||||
protected categoriaService: CategoriaService,
|
||||
protected usuarioExtraService: UsuarioExtraService,
|
||||
protected fb: FormBuilder,
|
||||
protected modalService: NgbModal,
|
||||
protected pPreguntaCerradaService: PPreguntaCerradaService,
|
||||
protected pPreguntaCerradaOpcionService: PPreguntaCerradaOpcionService,
|
||||
protected pPreguntaAbiertaService: PPreguntaAbiertaService,
|
||||
protected accountService: AccountService
|
||||
) {}
|
||||
|
||||
ngOnInit(): void {
|
||||
this.activatedRoute.data.subscribe(({ plantilla }) => {
|
||||
if (plantilla) {
|
||||
this.plantilla = plantilla;
|
||||
this.loadAll();
|
||||
} else {
|
||||
this.previousState();
|
||||
}
|
||||
});
|
||||
|
||||
// Get jhi_user and usuario_extra information
|
||||
this.accountService.getAuthenticationState().subscribe(account => {
|
||||
if (account !== null) {
|
||||
this.usuarioExtraService.find(account.id).subscribe(usuarioExtra => {
|
||||
this.usuarioExtra = usuarioExtra.body;
|
||||
});
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
ngAfterViewChecked(): void {
|
||||
this.initListeners();
|
||||
}
|
||||
|
||||
initListeners(): void {
|
||||
const checkboxes = document.getElementsByClassName('ds-survey--checkbox');
|
||||
for (let i = 0; i < checkboxes.length; i++) {
|
||||
checkboxes[i].addEventListener('click', e => {
|
||||
if ((e.target as HTMLInputElement).checked) {
|
||||
(e.target as HTMLElement).offsetParent!.classList.add('ds-survey--closed-option--active');
|
||||
} else {
|
||||
(e.target as HTMLElement).offsetParent!.classList.remove('ds-survey--closed-option--active');
|
||||
}
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
trackId(index: number, item: IPPreguntaCerrada): number {
|
||||
return item.id!;
|
||||
}
|
||||
|
||||
trackPPreguntaCerradaById(index: number, item: IPPreguntaCerrada): number {
|
||||
return item.id!;
|
||||
}
|
||||
|
||||
trackCategoriaById(index: number, item: ICategoria): number {
|
||||
return item.id!;
|
||||
}
|
||||
|
||||
trackUsuarioExtraById(index: number, item: IUsuarioExtra): number {
|
||||
return item.id!;
|
||||
}
|
||||
|
||||
getPlantilla(id: number) {
|
||||
return this.plantillaService.findPlantilla(id);
|
||||
}
|
||||
|
||||
loadAll(): void {
|
||||
this.isLoading = true;
|
||||
|
||||
this.plantillaService
|
||||
.findQuestions(this.plantilla?.id!)
|
||||
.pipe(
|
||||
finalize(() =>
|
||||
this.plantillaService.findQuestionsOptions(this.plantilla?.id!).subscribe(
|
||||
(res: any) => {
|
||||
this.isLoading = false;
|
||||
this.pPreguntasOpciones = res.body ?? [];
|
||||
},
|
||||
() => {
|
||||
this.isLoading = false;
|
||||
}
|
||||
)
|
||||
)
|
||||
)
|
||||
.subscribe(
|
||||
(res: any) => {
|
||||
this.isLoading = false;
|
||||
this.pPreguntas = res.body ?? [];
|
||||
},
|
||||
() => {
|
||||
this.isLoading = false;
|
||||
}
|
||||
);
|
||||
}
|
||||
|
||||
previousState(): void {
|
||||
window.history.back();
|
||||
}
|
||||
}
|
|
@ -48,7 +48,7 @@
|
|||
<div class="btn-group">
|
||||
<button
|
||||
type="submit"
|
||||
[routerLink]="['/mis-plantillas', miPlantilla.id, 'preview']"
|
||||
[routerLink]="['/plantilla', miPlantilla.id, 'preview']"
|
||||
class="ds-btn ds-btn--secondary btn-sm"
|
||||
data-cy="entityDetailsButton"
|
||||
>
|
||||
|
|
|
@ -1,29 +0,0 @@
|
|||
import { Injectable } from '@angular/core';
|
||||
import { HttpResponse } from '@angular/common/http';
|
||||
import { Resolve, ActivatedRouteSnapshot, Router } from '@angular/router';
|
||||
import { Observable, of, EMPTY } from 'rxjs';
|
||||
import { mergeMap } from 'rxjs/operators';
|
||||
import { IPlantilla, Plantilla } from 'app/entities/plantilla/plantilla.model';
|
||||
import { PlantillaService } from 'app/entities/plantilla/service/plantilla.service';
|
||||
|
||||
@Injectable({ providedIn: 'root' })
|
||||
export class UsuarioPlantillasRoutingResolveService implements Resolve<IPlantilla> {
|
||||
constructor(protected service: PlantillaService, protected router: Router) {}
|
||||
|
||||
resolve(route: ActivatedRouteSnapshot): Observable<IPlantilla> | Observable<never> {
|
||||
const id = route.params['id'];
|
||||
if (id) {
|
||||
return this.service.find(id).pipe(
|
||||
mergeMap((plantilla: HttpResponse<Plantilla>) => {
|
||||
if (plantilla.body) {
|
||||
return of(plantilla.body);
|
||||
} else {
|
||||
this.router.navigate(['404']);
|
||||
return EMPTY;
|
||||
}
|
||||
})
|
||||
);
|
||||
}
|
||||
return of(new Plantilla());
|
||||
}
|
||||
}
|
|
@ -1,31 +1,11 @@
|
|||
import { NgModule } from '@angular/core';
|
||||
import { RouterModule, Routes } from '@angular/router';
|
||||
import { UserRouteAccessService } from 'app/core/auth/user-route-access.service';
|
||||
import { UsuarioPlantillasDetailComponent } from '../detail/usuario-plantillas-detail.component';
|
||||
import { Route, RouterModule } from '@angular/router';
|
||||
|
||||
import { UsuarioPlantillasComponent } from '../list/usuario-plantillas.component';
|
||||
import { UsuarioPlantillasRoutingResolveService } from './usuario-plantillas-routing-resolve.service';
|
||||
|
||||
const USUARIO_PLANTILLAS_ROUTE: Routes = [
|
||||
{
|
||||
export const USUARIO_PLANTILLAS_ROUTE: Route = {
|
||||
path: '',
|
||||
component: UsuarioPlantillasComponent,
|
||||
data: {
|
||||
pageTitle: 'dataSurveyApp.usuarioExtra.plantillas.title',
|
||||
},
|
||||
},
|
||||
{
|
||||
path: ':id/preview',
|
||||
component: UsuarioPlantillasDetailComponent,
|
||||
resolve: {
|
||||
plantilla: UsuarioPlantillasRoutingResolveService,
|
||||
},
|
||||
canActivate: [UserRouteAccessService],
|
||||
},
|
||||
];
|
||||
|
||||
@NgModule({
|
||||
imports: [RouterModule.forChild(USUARIO_PLANTILLAS_ROUTE)],
|
||||
exports: [RouterModule],
|
||||
})
|
||||
export class UsuarioPlantillasRoutingModule {}
|
||||
};
|
||||
|
|
|
@ -2,13 +2,12 @@ import { NgModule } from '@angular/core';
|
|||
import { CommonModule } from '@angular/common';
|
||||
import { UsuarioPlantillasComponent } from './list/usuario-plantillas.component';
|
||||
import { RouterModule } from '@angular/router';
|
||||
import { USUARIO_PLANTILLAS_ROUTE } from './route/usuario-plantillas.route';
|
||||
import { FontAwesomeModule } from '@fortawesome/angular-fontawesome';
|
||||
import { SharedModule } from '../../shared/shared.module';
|
||||
import { UsuarioPlantillasRoutingModule } from './route/usuario-plantillas.route';
|
||||
import { UsuarioPlantillasDetailComponent } from './detail/usuario-plantillas-detail.component';
|
||||
|
||||
@NgModule({
|
||||
imports: [CommonModule, UsuarioPlantillasRoutingModule, FontAwesomeModule, SharedModule],
|
||||
declarations: [UsuarioPlantillasComponent, UsuarioPlantillasDetailComponent],
|
||||
declarations: [UsuarioPlantillasComponent],
|
||||
imports: [CommonModule, RouterModule.forChild([USUARIO_PLANTILLAS_ROUTE]), FontAwesomeModule, SharedModule],
|
||||
})
|
||||
export class UsuarioPlantillasModule {}
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<div class="container-fluid navbar navbar-marketing navbar-expand-lg bg-white navbar-light">
|
||||
<div class="container px-5 py-4">
|
||||
<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>
|
||||
|
||||
<div class="col-6" style="text-align: end">
|
||||
|
@ -135,22 +135,20 @@
|
|||
></fa-icon>
|
||||
</div>
|
||||
<div class="entity-body--row m-2">
|
||||
<button class="ds-btn btn-card" routerLink="pagina-principal" routerLinkActive="router-link-active">
|
||||
<fa-icon [icon]="faPollH"></fa-icon> Ver más encuestas
|
||||
</button>
|
||||
<button class="ds-btn btn-card"><fa-icon [icon]="faPollH"></fa-icon> Completar encuesta</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- <div class="row">
|
||||
<div class="row">
|
||||
<div class="col">
|
||||
<a routerLink="#">
|
||||
<button class="ds-btn ds-btn--primary fw-500 ms-lg-4 mb-4">Ver todas las encuestas</button>
|
||||
</a>
|
||||
</div>
|
||||
</div> -->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -2,13 +2,13 @@
|
|||
Main page styles
|
||||
========================================================================== */
|
||||
|
||||
// .hipster {
|
||||
// display: inline-block;
|
||||
// width: 347px;
|
||||
// height: 497px;
|
||||
// background: url('../../content/images/jhipster_family_member_0.svg') no-repeat center top;
|
||||
// background-size: contain;
|
||||
// }
|
||||
.hipster {
|
||||
display: inline-block;
|
||||
width: 347px;
|
||||
height: 497px;
|
||||
background: url('../../content/images/jhipster_family_member_0.svg') no-repeat center top;
|
||||
background-size: contain;
|
||||
}
|
||||
|
||||
.bg-img-cover {
|
||||
background-position: center;
|
||||
|
@ -206,16 +206,16 @@ Main page styles
|
|||
}
|
||||
|
||||
/* wait autoprefixer update to allow simple generation of high pixel density media query */
|
||||
// @media only screen and (-webkit-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 (min-resolution: 192dpi),
|
||||
// only screen and (min-resolution: 2dppx) {
|
||||
// .hipster {
|
||||
// background: url('../../content/images/jhipster_family_member_0.svg') no-repeat center top;
|
||||
// background-size: contain;
|
||||
// }
|
||||
// }
|
||||
@media only screen and (-webkit-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 (min-resolution: 192dpi),
|
||||
only screen and (min-resolution: 2dppx) {
|
||||
.hipster {
|
||||
background: url('../../content/images/jhipster_family_member_0.svg') no-repeat center top;
|
||||
background-size: contain;
|
||||
}
|
||||
}
|
||||
|
||||
.icon-stack {
|
||||
display: inline-flex;
|
||||
|
|
|
@ -94,13 +94,6 @@ export class HomeComponent implements OnInit, OnDestroy {
|
|||
(res: HttpResponse<IEncuesta[]>) => {
|
||||
this.isLoading = false;
|
||||
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.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: '/dashboard/admin',
|
||||
title: 'Reportes',
|
||||
title: 'Dashboard',
|
||||
type: 'link',
|
||||
icontype: 'nc-icon nc-chart-bar-32',
|
||||
},
|
||||
|
@ -66,7 +66,7 @@ export const USER_ROUTES: RouteInfo[] = [
|
|||
{ path: '/pagina-principal', title: 'Inicio', type: 'link', icontype: 'nc-icon nc-world-2' },
|
||||
{
|
||||
path: '/dashboard/user',
|
||||
title: 'Reportes',
|
||||
title: 'Dashboard',
|
||||
type: 'link',
|
||||
icontype: 'nc-icon nc-chart-bar-32',
|
||||
},
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<div class="row">
|
||||
<div class="col">
|
||||
<div class="container-fluid navbar navbar-marketing navbar-expand-lg bg-white navbar-light" style="background-color: #fbfafa">
|
||||
<div class="container-fluid navbar navbar-marketing navbar-expand-lg bg-white navbar-light">
|
||||
<div class="container px-5 py-4">
|
||||
<h1 class="ds-title" [hidden]="notAccount">Inicio</h1>
|
||||
<a class="text-dark" href=" " [hidden]="!notAccount">
|
||||
|
@ -25,29 +25,15 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div
|
||||
class="page-header-ui page-header-ui-dark bg-img-cover overlay overlay-40"
|
||||
style="background-image: url('../../content/img_datasurvey/banner1.webp'); background-position-y: -325px"
|
||||
>
|
||||
<div class="page-header-ui-content py-5 position-relative" style="height: 330px">
|
||||
<div class="container px-5">
|
||||
<div class="row gx-5 justify-content-center">
|
||||
<div class="col-xl-8 col-lg-10 text-center">
|
||||
<div data-aos="fade-up"></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="bg-light py-10 container-encuestas">
|
||||
<div class="container px-0">
|
||||
<!--filtrado-->
|
||||
|
||||
<div class="input-group ds-form">
|
||||
<div class="input-group">
|
||||
<div class="ds-filter">
|
||||
<div class="input-group-addon"><i class="glyphicon glyphicon-search"></i></div>
|
||||
<input class="ds-form-control" type="text" name="searchString" placeholder="Buscar por nombre..." [(ngModel)]="searchString" />
|
||||
<input class="form-control" type="text" name="searchString" placeholder="Buscar por nombre..." [(ngModel)]="searchString" />
|
||||
</div>
|
||||
<!--<div class="ds-filter">
|
||||
<select name="searchCategoria" class="form-control" [(ngModel)]="searchCategoria" style="width: 200px">
|
||||
|
|
|
@ -6,7 +6,6 @@ import { Pipe, PipeTransform, Injectable } from '@angular/core';
|
|||
@Injectable()
|
||||
export class FilterPipe implements PipeTransform {
|
||||
transform(items: any[], field: string, value: string): any[] {
|
||||
debugger;
|
||||
if (!items) {
|
||||
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 |