sigesp 0.9.63-20230912 → 0.9.65-20230913
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/bundles/sigesp.umd.js +71 -0
- package/bundles/sigesp.umd.js.map +1 -1
- package/bundles/sigesp.umd.min.js +1 -1
- package/bundles/sigesp.umd.min.js.map +1 -1
- package/esm2015/lib/core/interfaces/RecursosHumanos.js +1 -1
- package/esm2015/lib/core/models/SNO/MBeneficiario.model.js +34 -1
- package/esm2015/lib/core/models/SNO/MConfiguracionSNO.model.js +30 -1
- package/esm2015/lib/core/models/SNO/MPersonalJubilado.model.js +10 -1
- package/fesm2015/sigesp.js +71 -0
- package/fesm2015/sigesp.js.map +1 -1
- package/lib/core/interfaces/RecursosHumanos.d.ts +29 -5
- package/lib/core/models/SNO/MBeneficiario.model.d.ts +10 -0
- package/lib/core/models/SNO/MConfiguracionSNO.model.d.ts +11 -0
- package/lib/core/models/SNO/MPersonalJubilado.model.d.ts +3 -0
- package/package.json +1 -1
package/bundles/sigesp.umd.js
CHANGED
|
@@ -4187,6 +4187,17 @@
|
|
|
4187
4187
|
_this.manejoIndependienteModulo = 0;
|
|
4188
4188
|
_this.digitosCodigoConcepto = 10;
|
|
4189
4189
|
_this.segmentarPersonal = 10000;
|
|
4190
|
+
_this.codigoPais = '';
|
|
4191
|
+
_this.codigoEstado = '';
|
|
4192
|
+
_this.codigoMunicipio = '';
|
|
4193
|
+
_this.codigoParroquia = '';
|
|
4194
|
+
_this.descripcionPais = '';
|
|
4195
|
+
_this.descripcionEstado = '';
|
|
4196
|
+
_this.descripcionMunicipio = '';
|
|
4197
|
+
_this.descripcionParroquia = '';
|
|
4198
|
+
_this.registroDescansoIncidencia = 'C00';
|
|
4199
|
+
_this.registroLaboralIncidencia = 'C00';
|
|
4200
|
+
_this.codigoConceptoVaccaiones = '';
|
|
4190
4201
|
if (I) {
|
|
4191
4202
|
_this.idEnterprise = +I.id_enterprise;
|
|
4192
4203
|
_this.idEmpresa = +I.id_empresa;
|
|
@@ -4313,6 +4324,17 @@
|
|
|
4313
4324
|
_this.registroasistenciaincidencia = I.regasiinc;
|
|
4314
4325
|
_this.manejoIndependienteModulo = parseInt(I.manindmod);
|
|
4315
4326
|
_this.digitosCodigoConcepto = parseInt(I.digcodcon);
|
|
4327
|
+
_this.codigoPais = I.codpai;
|
|
4328
|
+
_this.codigoEstado = I.codest;
|
|
4329
|
+
_this.codigoMunicipio = I.codmun;
|
|
4330
|
+
_this.codigoParroquia = I.codpar;
|
|
4331
|
+
_this.descripcionPais = I.despai;
|
|
4332
|
+
_this.descripcionEstado = I.desest;
|
|
4333
|
+
_this.descripcionMunicipio = I.desmun;
|
|
4334
|
+
_this.descripcionParroquia = I.despar;
|
|
4335
|
+
_this.registroDescansoIncidencia = I.regdesinc;
|
|
4336
|
+
_this.registroLaboralIncidencia = I.reglabinc;
|
|
4337
|
+
_this.segmentarPersonal = parseInt(I.segper);
|
|
4316
4338
|
}
|
|
4317
4339
|
else {
|
|
4318
4340
|
_this.isNew = true;
|
|
@@ -4446,6 +4468,13 @@
|
|
|
4446
4468
|
regasiinc: this.registroasistenciaincidencia,
|
|
4447
4469
|
manindmod: this.manejoIndependienteModulo.toString(),
|
|
4448
4470
|
digcodcon: this.digitosCodigoConcepto.toString(),
|
|
4471
|
+
codpai: this.codigoPais,
|
|
4472
|
+
codest: this.codigoEstado,
|
|
4473
|
+
codmun: this.codigoMunicipio,
|
|
4474
|
+
codpar: this.codigoParroquia,
|
|
4475
|
+
segper: this.segmentarPersonal.toString(),
|
|
4476
|
+
regdesinc: this.registroDescansoIncidencia,
|
|
4477
|
+
reglabinc: this.registroLaboralIncidencia,
|
|
4449
4478
|
};
|
|
4450
4479
|
};
|
|
4451
4480
|
return MConfiguracionSNO;
|
|
@@ -9334,6 +9363,16 @@
|
|
|
9334
9363
|
_this.tribunal = '';
|
|
9335
9364
|
_this.fechaResolucion = '1900-01-01';
|
|
9336
9365
|
_this.numeroResolucion = '';
|
|
9366
|
+
_this.direccionProveedor = '';
|
|
9367
|
+
_this.telelefonoProveedor = '';
|
|
9368
|
+
_this.codigoPais = '';
|
|
9369
|
+
_this.codigoEstado = '';
|
|
9370
|
+
_this.codigoMunicipio = '';
|
|
9371
|
+
_this.codigoParroquia = '';
|
|
9372
|
+
_this.descripcionPais = '';
|
|
9373
|
+
_this.descripcionEstado = '';
|
|
9374
|
+
_this.descripcionMunicipio = '';
|
|
9375
|
+
_this.descripcionParroquia = '';
|
|
9337
9376
|
if (e) {
|
|
9338
9377
|
_this.idEnterprise = +e.id_enterprise;
|
|
9339
9378
|
_this.idEmpresa = +e.id_empresa;
|
|
@@ -9363,6 +9402,16 @@
|
|
|
9363
9402
|
_this.denominacionTipoCuenta = e.nomtipcta;
|
|
9364
9403
|
_this.fechaResolucion = e.fecres;
|
|
9365
9404
|
_this.numeroResolucion = e.numres;
|
|
9405
|
+
_this.direccionProveedor = e.numres;
|
|
9406
|
+
_this.telelefonoProveedor = e.numres;
|
|
9407
|
+
_this.codigoPais = e.codpai;
|
|
9408
|
+
_this.codigoEstado = e.codest;
|
|
9409
|
+
_this.codigoMunicipio = e.codmun;
|
|
9410
|
+
_this.codigoParroquia = e.codpar;
|
|
9411
|
+
_this.descripcionPais = e.despai;
|
|
9412
|
+
_this.descripcionEstado = e.desest;
|
|
9413
|
+
_this.descripcionMunicipio = e.desmun;
|
|
9414
|
+
_this.descripcionParroquia = e.despar;
|
|
9366
9415
|
}
|
|
9367
9416
|
else {
|
|
9368
9417
|
_this.isNew = true;
|
|
@@ -9389,6 +9438,19 @@
|
|
|
9389
9438
|
tribunal: this.tribunal,
|
|
9390
9439
|
fecres: this.fechaResolucion,
|
|
9391
9440
|
numres: this.numeroResolucion,
|
|
9441
|
+
dirpro: this.direccionProveedor,
|
|
9442
|
+
telpro: this.telelefonoProveedor,
|
|
9443
|
+
codpai: this.codigoPais,
|
|
9444
|
+
codest: this.codigoEstado,
|
|
9445
|
+
codmun: this.codigoMunicipio,
|
|
9446
|
+
codpar: this.codigoParroquia,
|
|
9447
|
+
despai: this.descripcionPais,
|
|
9448
|
+
desest: this.descripcionEstado,
|
|
9449
|
+
desmun: this.descripcionMunicipio,
|
|
9450
|
+
despar: this.descripcionParroquia,
|
|
9451
|
+
nomfam: this.nombreFamiliar,
|
|
9452
|
+
cedpro: this.cedulaAutorizado,
|
|
9453
|
+
nompro: this.cedulaAutorizado,
|
|
9392
9454
|
};
|
|
9393
9455
|
};
|
|
9394
9456
|
return MBeneficiario;
|
|
@@ -13204,6 +13266,9 @@
|
|
|
13204
13266
|
_this.ultimaRemuneracion = 0;
|
|
13205
13267
|
_this.fechaFeVida = '1900-01-01';
|
|
13206
13268
|
_this.tipoJubilacion = 0;
|
|
13269
|
+
_this.fechaResolucion = '1900-01-01';
|
|
13270
|
+
_this.numeroResolucion = '';
|
|
13271
|
+
_this.porcentajeDiscapacidad = '';
|
|
13207
13272
|
if (e) {
|
|
13208
13273
|
_this.idEnterprise = +e.id_enterprise;
|
|
13209
13274
|
_this.idEmpresa = +e.id_empresa;
|
|
@@ -13216,6 +13281,9 @@
|
|
|
13216
13281
|
_this.ultimaRemuneracion = parseFloat(e.ultrem);
|
|
13217
13282
|
_this.fechaFeVida = e.fecvida;
|
|
13218
13283
|
_this.tipoJubilacion = parseInt(e.tipjub);
|
|
13284
|
+
_this.fechaResolucion = e.fecres;
|
|
13285
|
+
_this.numeroResolucion = e.numres;
|
|
13286
|
+
_this.porcentajeDiscapacidad = e.pordis;
|
|
13219
13287
|
}
|
|
13220
13288
|
else {
|
|
13221
13289
|
_this.isNew = true;
|
|
@@ -13235,6 +13303,9 @@
|
|
|
13235
13303
|
ultrem: this.ultimaRemuneracion.toString(),
|
|
13236
13304
|
fecvida: this.fechaFeVida.toString(),
|
|
13237
13305
|
tipjub: this.tipoJubilacion.toString(),
|
|
13306
|
+
fecres: this.fechaResolucion,
|
|
13307
|
+
numres: this.numeroResolucion,
|
|
13308
|
+
pordis: this.porcentajeDiscapacidad,
|
|
13238
13309
|
};
|
|
13239
13310
|
};
|
|
13240
13311
|
return MPersonalJubilado;
|