sigesp 1.1.69-20250919 → 1.1.72-20251006
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm2020/lib/core/interfaces/Constantes.mjs +2 -2
- package/esm2020/lib/core/interfaces/Nomina.mjs +1 -1
- package/esm2020/lib/core/interfaces/RecursosHumanos.mjs +1 -1
- package/esm2020/lib/core/models/SNO/MConfiguracionSNO.model.mjs +56 -13
- package/esm2020/lib/core/models/SNO/MDefinicionNomina.model.mjs +1 -1
- package/esm2020/lib/core/models/SNO/MPersonalNomina.model.mjs +7 -1
- package/fesm2015/sigesp.mjs +62 -13
- package/fesm2015/sigesp.mjs.map +1 -1
- package/fesm2020/sigesp.mjs +62 -13
- package/fesm2020/sigesp.mjs.map +1 -1
- package/lib/core/interfaces/Nomina.d.ts +3 -0
- package/lib/core/interfaces/RecursosHumanos.d.ts +15 -0
- package/lib/core/models/SNO/MConfiguracionSNO.model.d.ts +18 -4
- package/lib/core/models/SNO/MPersonalNomina.model.d.ts +3 -0
- package/package.json +1 -1
package/fesm2020/sigesp.mjs
CHANGED
|
@@ -265,13 +265,13 @@ const TipoDefiniciones = [
|
|
|
265
265
|
{ value: "1", denominacion: 'Categoria del Rango' },
|
|
266
266
|
{ value: "2", denominacion: 'Causa Retiro' },
|
|
267
267
|
{ value: "11", denominacion: 'Centros Médicos' },
|
|
268
|
-
{ value: "15", denominacion: 'Clasificador Docente' },
|
|
269
268
|
{ value: "9", denominacion: 'Clasificación de Personal' },
|
|
270
269
|
{ value: "3", denominacion: 'Nivel de Selección' },
|
|
271
270
|
{ value: "4", denominacion: 'Profesiones' },
|
|
272
271
|
{ value: "16", denominacion: 'Permisos Personal' },
|
|
273
272
|
{ value: "17", denominacion: 'Rutas' },
|
|
274
273
|
{ value: "14", denominacion: 'Sindicato' },
|
|
274
|
+
{ value: "12", denominacion: 'Situación Personal' },
|
|
275
275
|
{ value: "5", denominacion: 'Tipo de Accidentes' },
|
|
276
276
|
{ value: "6", denominacion: 'Tipo de Cobertura de Salud' },
|
|
277
277
|
{ value: "7", denominacion: 'Tipo de Contrato' },
|
|
@@ -752,6 +752,9 @@ class MPersonalNomina extends MBasicModel {
|
|
|
752
752
|
this.codigoSituacion = '';
|
|
753
753
|
this.estatusPersonalFicha = 0;
|
|
754
754
|
this.denominacionEstatusPersonalFicha = '';
|
|
755
|
+
this.idPuestoTrabajo = 0;
|
|
756
|
+
this.codigoPuestoTrabajo = '';
|
|
757
|
+
this.denominacionPuestoTrabajo = '';
|
|
755
758
|
if (e) {
|
|
756
759
|
this.idEnterprise = +e.id_enterprise;
|
|
757
760
|
this.idEmpresa = e.id_empresa;
|
|
@@ -880,6 +883,9 @@ class MPersonalNomina extends MBasicModel {
|
|
|
880
883
|
this.situacionPersonal = e.situacion;
|
|
881
884
|
this.estatusPersonalFicha = +e.estper;
|
|
882
885
|
this.denominacionEstatusPersonalFicha = (EstatusPersonal.find(f => f.value == e.estper).denominacion).toUpperCase();
|
|
886
|
+
this.idPuestoTrabajo = +e.id_puetra;
|
|
887
|
+
this.codigoPuestoTrabajo = e.codpuetra;
|
|
888
|
+
this.denominacionPuestoTrabajo = e.despuetra;
|
|
883
889
|
}
|
|
884
890
|
else {
|
|
885
891
|
this.isNew = true;
|
|
@@ -4334,10 +4340,6 @@ class MConfiguracionSNO extends MBasicModel {
|
|
|
4334
4340
|
this.idTipoDocumentoAporte = 0;
|
|
4335
4341
|
this.agruparRetencionesAportes = 0;
|
|
4336
4342
|
this.idTipoDocumentoPagoPersonal = 0;
|
|
4337
|
-
this.tipoContabilizacionPrestacionAntiguedad = 'CCP';
|
|
4338
|
-
this.generarRecepcionDocumentoPrestacionSocial = 0;
|
|
4339
|
-
this.idTipoDocumentoPrestacionSocial = 0;
|
|
4340
|
-
this.idBeneficiarioPrestacionesSociales = 0;
|
|
4341
4343
|
this.cedulaBeneficiario = '-';
|
|
4342
4344
|
this.ordenarConstantes = 'CODIGO';
|
|
4343
4345
|
this.ordenarConceptos = 'CODIGO';
|
|
@@ -4440,6 +4442,24 @@ class MConfiguracionSNO extends MBasicModel {
|
|
|
4440
4442
|
this.altoVolumenDatos = 0;
|
|
4441
4443
|
this.registroCantidadProducidaIncidencia = 'C00';
|
|
4442
4444
|
this.horasJornadaLaboral = 8;
|
|
4445
|
+
this.tipoContabilizacionPrestacion = 'CG';
|
|
4446
|
+
this.idTipoDocumentoPrestacion = 0;
|
|
4447
|
+
this.idBeneficiarioPrestaciones = 0;
|
|
4448
|
+
this.idConceptoPrestacion = 0;
|
|
4449
|
+
this.denominacionConceptoPrestacion = '';
|
|
4450
|
+
this.denominacionTipoDocumentoPrestacion = '';
|
|
4451
|
+
this.nombreBeneficiarioPrestacion = '';
|
|
4452
|
+
this.rifBeneficiarioPrestacion = '';
|
|
4453
|
+
this.destinoBeneficiarioPrestacion = '';
|
|
4454
|
+
this.idConceptoInteres = 0;
|
|
4455
|
+
this.tipoContabilizacionInteres = 'CCP';
|
|
4456
|
+
this.idTipoDocumentoInteres = 0;
|
|
4457
|
+
this.denominacionTipoDocumentoInteres = '';
|
|
4458
|
+
this.denominacionConceptoInteres = '';
|
|
4459
|
+
this.idBeneficiarioInteres = 0;
|
|
4460
|
+
this.nombreBeneficiariInteres = '';
|
|
4461
|
+
this.rifBeneficiarioInteres = '';
|
|
4462
|
+
this.destinoBeneficiarioInteres = '';
|
|
4443
4463
|
if (I) {
|
|
4444
4464
|
this.idEnterprise = +I.id_enterprise;
|
|
4445
4465
|
this.idEmpresa = +I.id_empresa;
|
|
@@ -4472,10 +4492,6 @@ class MConfiguracionSNO extends MBasicModel {
|
|
|
4472
4492
|
this.idTipoDocumentoAporte = parseInt(I.id_tipdocapo);
|
|
4473
4493
|
this.agruparRetencionesAportes = parseInt(I.agruretapo);
|
|
4474
4494
|
this.idTipoDocumentoPagoPersonal = parseInt(I.id_tipdocpagper);
|
|
4475
|
-
this.tipoContabilizacionPrestacionAntiguedad = I.tipconps;
|
|
4476
|
-
this.generarRecepcionDocumentoPrestacionSocial = parseInt(I.genrecdocpresoc);
|
|
4477
|
-
this.idTipoDocumentoPrestacionSocial = parseInt(I.id_tipdocpresoc);
|
|
4478
|
-
this.idBeneficiarioPrestacionesSociales = parseInt(I.id_beneficiario);
|
|
4479
4495
|
this.cedulaBeneficiario = I.cedben;
|
|
4480
4496
|
this.ordenarConstantes = I.ordenar_constantes;
|
|
4481
4497
|
this.ordenarConceptos = I.ordenar_conceptos;
|
|
@@ -4574,6 +4590,24 @@ class MConfiguracionSNO extends MBasicModel {
|
|
|
4574
4590
|
this.altoVolumenDatos = +I.altvoldat;
|
|
4575
4591
|
this.registroCantidadProducidaIncidencia = I.regcaninc;
|
|
4576
4592
|
this.horasJornadaLaboral = +I.horjorlab;
|
|
4593
|
+
this.tipoContabilizacionPrestacion = I.tipconps;
|
|
4594
|
+
this.idTipoDocumentoPrestacion = parseInt(I.id_tipdocpresoc);
|
|
4595
|
+
this.idBeneficiarioPrestaciones = parseInt(I.id_beneficiario);
|
|
4596
|
+
this.idConceptoPrestacion = +I.id_concxp_pre;
|
|
4597
|
+
this.denominacionConceptoPrestacion = I.denconcxp_pre;
|
|
4598
|
+
this.denominacionTipoDocumentoPrestacion = I.dentipden_pre;
|
|
4599
|
+
this.rifBeneficiarioPrestacion = I.rifpro_pre;
|
|
4600
|
+
this.nombreBeneficiarioPrestacion = I.nompro_pre;
|
|
4601
|
+
this.destinoBeneficiarioPrestacion = I.tipdes_pre;
|
|
4602
|
+
this.tipoContabilizacionInteres = I.tipcon_int;
|
|
4603
|
+
this.idTipoDocumentoInteres = +I.id_tipodocumento_int;
|
|
4604
|
+
this.idConceptoInteres = +I.id_concxp_int;
|
|
4605
|
+
this.denominacionConceptoInteres = I.denconcxp_int;
|
|
4606
|
+
this.denominacionTipoDocumentoInteres = I.dentipden_int;
|
|
4607
|
+
this.idBeneficiarioInteres = +I.id_proveedor_int;
|
|
4608
|
+
this.rifBeneficiarioInteres = I.rifpro_int;
|
|
4609
|
+
this.nombreBeneficiariInteres = I.nompro_int;
|
|
4610
|
+
this.destinoBeneficiarioInteres = I.tipdes_int;
|
|
4577
4611
|
}
|
|
4578
4612
|
else {
|
|
4579
4613
|
this.isNew = true;
|
|
@@ -4611,10 +4645,6 @@ class MConfiguracionSNO extends MBasicModel {
|
|
|
4611
4645
|
id_tipdocapo: this.idTipoDocumentoAporte.toString(),
|
|
4612
4646
|
agruretapo: this.agruparRetencionesAportes.toString(),
|
|
4613
4647
|
id_tipdocpagper: this.idTipoDocumentoPagoPersonal.toString(),
|
|
4614
|
-
tipconps: this.tipoContabilizacionPrestacionAntiguedad,
|
|
4615
|
-
genrecdocpresoc: this.generarRecepcionDocumentoPrestacionSocial.toString(),
|
|
4616
|
-
id_tipdocpresoc: this.idTipoDocumentoPrestacionSocial.toString(),
|
|
4617
|
-
id_beneficiario: this.idBeneficiarioPrestacionesSociales.toString(),
|
|
4618
4648
|
cedben: this.cedulaBeneficiario,
|
|
4619
4649
|
ordenar_constantes: this.ordenarConstantes,
|
|
4620
4650
|
ordenar_conceptos: this.ordenarConceptos,
|
|
@@ -4714,6 +4744,25 @@ class MConfiguracionSNO extends MBasicModel {
|
|
|
4714
4744
|
altvoldat: this.altoVolumenDatos.toString(),
|
|
4715
4745
|
horjorlab: this.horasJornadaLaboral.toString(),
|
|
4716
4746
|
regcaninc: this.registroCantidadProducidaIncidencia,
|
|
4747
|
+
genrecdocpresoc: '0',
|
|
4748
|
+
tipconps: this.tipoContabilizacionPrestacion,
|
|
4749
|
+
id_tipdocpresoc: this.idTipoDocumentoPrestacion.toString(),
|
|
4750
|
+
id_beneficiario: this.idBeneficiarioPrestaciones.toString(),
|
|
4751
|
+
id_concxp_pre: this.idConceptoPrestacion.toString(),
|
|
4752
|
+
denconcxp_pre: this.denominacionConceptoPrestacion,
|
|
4753
|
+
dentipden_pre: this.denominacionTipoDocumentoPrestacion,
|
|
4754
|
+
rifpro_pre: this.rifBeneficiarioPrestacion,
|
|
4755
|
+
nompro_pre: this.nombreBeneficiarioPrestacion,
|
|
4756
|
+
tipdes_pre: this.destinoBeneficiarioPrestacion,
|
|
4757
|
+
tipcon_int: this.tipoContabilizacionInteres,
|
|
4758
|
+
id_tipodocumento_int: this.idTipoDocumentoInteres.toString(),
|
|
4759
|
+
id_concxp_int: this.idConceptoInteres.toString(),
|
|
4760
|
+
denconcxp_int: this.denominacionConceptoInteres,
|
|
4761
|
+
dentipden_int: this.denominacionTipoDocumentoInteres,
|
|
4762
|
+
rifpro_int: this.rifBeneficiarioInteres,
|
|
4763
|
+
nompro_int: this.nombreBeneficiariInteres,
|
|
4764
|
+
tipdes_int: this.destinoBeneficiarioInteres,
|
|
4765
|
+
id_proveedor_int: this.idBeneficiarioInteres.toString(),
|
|
4717
4766
|
};
|
|
4718
4767
|
}
|
|
4719
4768
|
}
|