sigesp 1.1.70-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/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/fesm2015/sigesp.mjs +55 -12
- package/fesm2015/sigesp.mjs.map +1 -1
- package/fesm2020/sigesp.mjs +55 -12
- package/fesm2020/sigesp.mjs.map +1 -1
- package/lib/core/interfaces/RecursosHumanos.d.ts +15 -0
- package/lib/core/models/SNO/MConfiguracionSNO.model.d.ts +18 -4
- package/package.json +1 -1
package/fesm2015/sigesp.mjs
CHANGED
|
@@ -4351,10 +4351,6 @@ class MConfiguracionSNO extends MBasicModel {
|
|
|
4351
4351
|
this.idTipoDocumentoAporte = 0;
|
|
4352
4352
|
this.agruparRetencionesAportes = 0;
|
|
4353
4353
|
this.idTipoDocumentoPagoPersonal = 0;
|
|
4354
|
-
this.tipoContabilizacionPrestacionAntiguedad = 'CCP';
|
|
4355
|
-
this.generarRecepcionDocumentoPrestacionSocial = 0;
|
|
4356
|
-
this.idTipoDocumentoPrestacionSocial = 0;
|
|
4357
|
-
this.idBeneficiarioPrestacionesSociales = 0;
|
|
4358
4354
|
this.cedulaBeneficiario = '-';
|
|
4359
4355
|
this.ordenarConstantes = 'CODIGO';
|
|
4360
4356
|
this.ordenarConceptos = 'CODIGO';
|
|
@@ -4457,6 +4453,24 @@ class MConfiguracionSNO extends MBasicModel {
|
|
|
4457
4453
|
this.altoVolumenDatos = 0;
|
|
4458
4454
|
this.registroCantidadProducidaIncidencia = 'C00';
|
|
4459
4455
|
this.horasJornadaLaboral = 8;
|
|
4456
|
+
this.tipoContabilizacionPrestacion = 'CG';
|
|
4457
|
+
this.idTipoDocumentoPrestacion = 0;
|
|
4458
|
+
this.idBeneficiarioPrestaciones = 0;
|
|
4459
|
+
this.idConceptoPrestacion = 0;
|
|
4460
|
+
this.denominacionConceptoPrestacion = '';
|
|
4461
|
+
this.denominacionTipoDocumentoPrestacion = '';
|
|
4462
|
+
this.nombreBeneficiarioPrestacion = '';
|
|
4463
|
+
this.rifBeneficiarioPrestacion = '';
|
|
4464
|
+
this.destinoBeneficiarioPrestacion = '';
|
|
4465
|
+
this.idConceptoInteres = 0;
|
|
4466
|
+
this.tipoContabilizacionInteres = 'CCP';
|
|
4467
|
+
this.idTipoDocumentoInteres = 0;
|
|
4468
|
+
this.denominacionTipoDocumentoInteres = '';
|
|
4469
|
+
this.denominacionConceptoInteres = '';
|
|
4470
|
+
this.idBeneficiarioInteres = 0;
|
|
4471
|
+
this.nombreBeneficiariInteres = '';
|
|
4472
|
+
this.rifBeneficiarioInteres = '';
|
|
4473
|
+
this.destinoBeneficiarioInteres = '';
|
|
4460
4474
|
if (I) {
|
|
4461
4475
|
this.idEnterprise = +I.id_enterprise;
|
|
4462
4476
|
this.idEmpresa = +I.id_empresa;
|
|
@@ -4489,10 +4503,6 @@ class MConfiguracionSNO extends MBasicModel {
|
|
|
4489
4503
|
this.idTipoDocumentoAporte = parseInt(I.id_tipdocapo);
|
|
4490
4504
|
this.agruparRetencionesAportes = parseInt(I.agruretapo);
|
|
4491
4505
|
this.idTipoDocumentoPagoPersonal = parseInt(I.id_tipdocpagper);
|
|
4492
|
-
this.tipoContabilizacionPrestacionAntiguedad = I.tipconps;
|
|
4493
|
-
this.generarRecepcionDocumentoPrestacionSocial = parseInt(I.genrecdocpresoc);
|
|
4494
|
-
this.idTipoDocumentoPrestacionSocial = parseInt(I.id_tipdocpresoc);
|
|
4495
|
-
this.idBeneficiarioPrestacionesSociales = parseInt(I.id_beneficiario);
|
|
4496
4506
|
this.cedulaBeneficiario = I.cedben;
|
|
4497
4507
|
this.ordenarConstantes = I.ordenar_constantes;
|
|
4498
4508
|
this.ordenarConceptos = I.ordenar_conceptos;
|
|
@@ -4591,6 +4601,24 @@ class MConfiguracionSNO extends MBasicModel {
|
|
|
4591
4601
|
this.altoVolumenDatos = +I.altvoldat;
|
|
4592
4602
|
this.registroCantidadProducidaIncidencia = I.regcaninc;
|
|
4593
4603
|
this.horasJornadaLaboral = +I.horjorlab;
|
|
4604
|
+
this.tipoContabilizacionPrestacion = I.tipconps;
|
|
4605
|
+
this.idTipoDocumentoPrestacion = parseInt(I.id_tipdocpresoc);
|
|
4606
|
+
this.idBeneficiarioPrestaciones = parseInt(I.id_beneficiario);
|
|
4607
|
+
this.idConceptoPrestacion = +I.id_concxp_pre;
|
|
4608
|
+
this.denominacionConceptoPrestacion = I.denconcxp_pre;
|
|
4609
|
+
this.denominacionTipoDocumentoPrestacion = I.dentipden_pre;
|
|
4610
|
+
this.rifBeneficiarioPrestacion = I.rifpro_pre;
|
|
4611
|
+
this.nombreBeneficiarioPrestacion = I.nompro_pre;
|
|
4612
|
+
this.destinoBeneficiarioPrestacion = I.tipdes_pre;
|
|
4613
|
+
this.tipoContabilizacionInteres = I.tipcon_int;
|
|
4614
|
+
this.idTipoDocumentoInteres = +I.id_tipodocumento_int;
|
|
4615
|
+
this.idConceptoInteres = +I.id_concxp_int;
|
|
4616
|
+
this.denominacionConceptoInteres = I.denconcxp_int;
|
|
4617
|
+
this.denominacionTipoDocumentoInteres = I.dentipden_int;
|
|
4618
|
+
this.idBeneficiarioInteres = +I.id_proveedor_int;
|
|
4619
|
+
this.rifBeneficiarioInteres = I.rifpro_int;
|
|
4620
|
+
this.nombreBeneficiariInteres = I.nompro_int;
|
|
4621
|
+
this.destinoBeneficiarioInteres = I.tipdes_int;
|
|
4594
4622
|
}
|
|
4595
4623
|
else {
|
|
4596
4624
|
this.isNew = true;
|
|
@@ -4628,10 +4656,6 @@ class MConfiguracionSNO extends MBasicModel {
|
|
|
4628
4656
|
id_tipdocapo: this.idTipoDocumentoAporte.toString(),
|
|
4629
4657
|
agruretapo: this.agruparRetencionesAportes.toString(),
|
|
4630
4658
|
id_tipdocpagper: this.idTipoDocumentoPagoPersonal.toString(),
|
|
4631
|
-
tipconps: this.tipoContabilizacionPrestacionAntiguedad,
|
|
4632
|
-
genrecdocpresoc: this.generarRecepcionDocumentoPrestacionSocial.toString(),
|
|
4633
|
-
id_tipdocpresoc: this.idTipoDocumentoPrestacionSocial.toString(),
|
|
4634
|
-
id_beneficiario: this.idBeneficiarioPrestacionesSociales.toString(),
|
|
4635
4659
|
cedben: this.cedulaBeneficiario,
|
|
4636
4660
|
ordenar_constantes: this.ordenarConstantes,
|
|
4637
4661
|
ordenar_conceptos: this.ordenarConceptos,
|
|
@@ -4731,6 +4755,25 @@ class MConfiguracionSNO extends MBasicModel {
|
|
|
4731
4755
|
altvoldat: this.altoVolumenDatos.toString(),
|
|
4732
4756
|
horjorlab: this.horasJornadaLaboral.toString(),
|
|
4733
4757
|
regcaninc: this.registroCantidadProducidaIncidencia,
|
|
4758
|
+
genrecdocpresoc: '0',
|
|
4759
|
+
tipconps: this.tipoContabilizacionPrestacion,
|
|
4760
|
+
id_tipdocpresoc: this.idTipoDocumentoPrestacion.toString(),
|
|
4761
|
+
id_beneficiario: this.idBeneficiarioPrestaciones.toString(),
|
|
4762
|
+
id_concxp_pre: this.idConceptoPrestacion.toString(),
|
|
4763
|
+
denconcxp_pre: this.denominacionConceptoPrestacion,
|
|
4764
|
+
dentipden_pre: this.denominacionTipoDocumentoPrestacion,
|
|
4765
|
+
rifpro_pre: this.rifBeneficiarioPrestacion,
|
|
4766
|
+
nompro_pre: this.nombreBeneficiarioPrestacion,
|
|
4767
|
+
tipdes_pre: this.destinoBeneficiarioPrestacion,
|
|
4768
|
+
tipcon_int: this.tipoContabilizacionInteres,
|
|
4769
|
+
id_tipodocumento_int: this.idTipoDocumentoInteres.toString(),
|
|
4770
|
+
id_concxp_int: this.idConceptoInteres.toString(),
|
|
4771
|
+
denconcxp_int: this.denominacionConceptoInteres,
|
|
4772
|
+
dentipden_int: this.denominacionTipoDocumentoInteres,
|
|
4773
|
+
rifpro_int: this.rifBeneficiarioInteres,
|
|
4774
|
+
nompro_int: this.nombreBeneficiariInteres,
|
|
4775
|
+
tipdes_int: this.destinoBeneficiarioInteres,
|
|
4776
|
+
id_proveedor_int: this.idBeneficiarioInteres.toString(),
|
|
4734
4777
|
};
|
|
4735
4778
|
}
|
|
4736
4779
|
}
|