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/fesm2020/sigesp.mjs
CHANGED
|
@@ -4340,10 +4340,6 @@ class MConfiguracionSNO extends MBasicModel {
|
|
|
4340
4340
|
this.idTipoDocumentoAporte = 0;
|
|
4341
4341
|
this.agruparRetencionesAportes = 0;
|
|
4342
4342
|
this.idTipoDocumentoPagoPersonal = 0;
|
|
4343
|
-
this.tipoContabilizacionPrestacionAntiguedad = 'CCP';
|
|
4344
|
-
this.generarRecepcionDocumentoPrestacionSocial = 0;
|
|
4345
|
-
this.idTipoDocumentoPrestacionSocial = 0;
|
|
4346
|
-
this.idBeneficiarioPrestacionesSociales = 0;
|
|
4347
4343
|
this.cedulaBeneficiario = '-';
|
|
4348
4344
|
this.ordenarConstantes = 'CODIGO';
|
|
4349
4345
|
this.ordenarConceptos = 'CODIGO';
|
|
@@ -4446,6 +4442,24 @@ class MConfiguracionSNO extends MBasicModel {
|
|
|
4446
4442
|
this.altoVolumenDatos = 0;
|
|
4447
4443
|
this.registroCantidadProducidaIncidencia = 'C00';
|
|
4448
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 = '';
|
|
4449
4463
|
if (I) {
|
|
4450
4464
|
this.idEnterprise = +I.id_enterprise;
|
|
4451
4465
|
this.idEmpresa = +I.id_empresa;
|
|
@@ -4478,10 +4492,6 @@ class MConfiguracionSNO extends MBasicModel {
|
|
|
4478
4492
|
this.idTipoDocumentoAporte = parseInt(I.id_tipdocapo);
|
|
4479
4493
|
this.agruparRetencionesAportes = parseInt(I.agruretapo);
|
|
4480
4494
|
this.idTipoDocumentoPagoPersonal = parseInt(I.id_tipdocpagper);
|
|
4481
|
-
this.tipoContabilizacionPrestacionAntiguedad = I.tipconps;
|
|
4482
|
-
this.generarRecepcionDocumentoPrestacionSocial = parseInt(I.genrecdocpresoc);
|
|
4483
|
-
this.idTipoDocumentoPrestacionSocial = parseInt(I.id_tipdocpresoc);
|
|
4484
|
-
this.idBeneficiarioPrestacionesSociales = parseInt(I.id_beneficiario);
|
|
4485
4495
|
this.cedulaBeneficiario = I.cedben;
|
|
4486
4496
|
this.ordenarConstantes = I.ordenar_constantes;
|
|
4487
4497
|
this.ordenarConceptos = I.ordenar_conceptos;
|
|
@@ -4580,6 +4590,24 @@ class MConfiguracionSNO extends MBasicModel {
|
|
|
4580
4590
|
this.altoVolumenDatos = +I.altvoldat;
|
|
4581
4591
|
this.registroCantidadProducidaIncidencia = I.regcaninc;
|
|
4582
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;
|
|
4583
4611
|
}
|
|
4584
4612
|
else {
|
|
4585
4613
|
this.isNew = true;
|
|
@@ -4617,10 +4645,6 @@ class MConfiguracionSNO extends MBasicModel {
|
|
|
4617
4645
|
id_tipdocapo: this.idTipoDocumentoAporte.toString(),
|
|
4618
4646
|
agruretapo: this.agruparRetencionesAportes.toString(),
|
|
4619
4647
|
id_tipdocpagper: this.idTipoDocumentoPagoPersonal.toString(),
|
|
4620
|
-
tipconps: this.tipoContabilizacionPrestacionAntiguedad,
|
|
4621
|
-
genrecdocpresoc: this.generarRecepcionDocumentoPrestacionSocial.toString(),
|
|
4622
|
-
id_tipdocpresoc: this.idTipoDocumentoPrestacionSocial.toString(),
|
|
4623
|
-
id_beneficiario: this.idBeneficiarioPrestacionesSociales.toString(),
|
|
4624
4648
|
cedben: this.cedulaBeneficiario,
|
|
4625
4649
|
ordenar_constantes: this.ordenarConstantes,
|
|
4626
4650
|
ordenar_conceptos: this.ordenarConceptos,
|
|
@@ -4720,6 +4744,25 @@ class MConfiguracionSNO extends MBasicModel {
|
|
|
4720
4744
|
altvoldat: this.altoVolumenDatos.toString(),
|
|
4721
4745
|
horjorlab: this.horasJornadaLaboral.toString(),
|
|
4722
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(),
|
|
4723
4766
|
};
|
|
4724
4767
|
}
|
|
4725
4768
|
}
|