sigesp 0.9.62-20230912 → 0.9.64-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 +73 -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/MCargosPersonal.model.js +8 -1
- package/esm2015/lib/core/models/SNO/MConfiguracionSNO.model.js +21 -1
- package/esm2015/lib/core/models/SNO/MPersonal.model.js +5 -1
- package/esm2015/lib/core/models/SNO/MPersonalJubilado.model.js +10 -1
- package/fesm2015/sigesp.js +73 -0
- package/fesm2015/sigesp.js.map +1 -1
- package/lib/core/interfaces/RecursosHumanos.d.ts +31 -5
- package/lib/core/models/SNO/MBeneficiario.model.d.ts +10 -0
- package/lib/core/models/SNO/MCargosPersonal.model.d.ts +3 -0
- package/lib/core/models/SNO/MConfiguracionSNO.model.d.ts +8 -0
- package/lib/core/models/SNO/MPersonal.model.d.ts +2 -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,14 @@
|
|
|
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 = '';
|
|
4190
4198
|
if (I) {
|
|
4191
4199
|
_this.idEnterprise = +I.id_enterprise;
|
|
4192
4200
|
_this.idEmpresa = +I.id_empresa;
|
|
@@ -4313,6 +4321,14 @@
|
|
|
4313
4321
|
_this.registroasistenciaincidencia = I.regasiinc;
|
|
4314
4322
|
_this.manejoIndependienteModulo = parseInt(I.manindmod);
|
|
4315
4323
|
_this.digitosCodigoConcepto = parseInt(I.digcodcon);
|
|
4324
|
+
_this.codigoPais = I.codpai;
|
|
4325
|
+
_this.codigoEstado = I.codest;
|
|
4326
|
+
_this.codigoMunicipio = I.codmun;
|
|
4327
|
+
_this.codigoParroquia = I.codpar;
|
|
4328
|
+
_this.descripcionPais = I.despai;
|
|
4329
|
+
_this.descripcionEstado = I.desest;
|
|
4330
|
+
_this.descripcionMunicipio = I.desmun;
|
|
4331
|
+
_this.descripcionParroquia = I.despar;
|
|
4316
4332
|
}
|
|
4317
4333
|
else {
|
|
4318
4334
|
_this.isNew = true;
|
|
@@ -4446,6 +4462,10 @@
|
|
|
4446
4462
|
regasiinc: this.registroasistenciaincidencia,
|
|
4447
4463
|
manindmod: this.manejoIndependienteModulo.toString(),
|
|
4448
4464
|
digcodcon: this.digitosCodigoConcepto.toString(),
|
|
4465
|
+
codpai: this.codigoPais,
|
|
4466
|
+
codest: this.codigoEstado,
|
|
4467
|
+
codmun: this.codigoMunicipio,
|
|
4468
|
+
codpar: this.codigoParroquia,
|
|
4449
4469
|
};
|
|
4450
4470
|
};
|
|
4451
4471
|
return MConfiguracionSNO;
|
|
@@ -5299,6 +5319,8 @@
|
|
|
5299
5319
|
_this.fechaActaDefuncion = '1900-01-01';
|
|
5300
5320
|
_this.numeroActaDefuncion = '';
|
|
5301
5321
|
_this.denominacionSituacion = '';
|
|
5322
|
+
_this.codigoClasificadorPersonal = '';
|
|
5323
|
+
_this.denominacionClasificadorPersonal = '';
|
|
5302
5324
|
if (p) {
|
|
5303
5325
|
_this.idEnterprise = +p.id_enterprise;
|
|
5304
5326
|
_this.idEmpresa = p.id_empresa;
|
|
@@ -5421,6 +5443,8 @@
|
|
|
5421
5443
|
_this.descripcionPuestoTrabajo = p.despuetra;
|
|
5422
5444
|
_this.codigoPuestoTrabajo = p.codpuetra;
|
|
5423
5445
|
_this.denominacionSituacion = (SituacionPersonal.find(function (e) { return e.value == p.situacion; }).denominacion).toLocaleUpperCase();
|
|
5446
|
+
_this.codigoClasificadorPersonal = p.codclaper;
|
|
5447
|
+
_this.denominacionClasificadorPersonal = p.denclaper;
|
|
5424
5448
|
}
|
|
5425
5449
|
else {
|
|
5426
5450
|
_this.isNew = true;
|
|
@@ -9330,6 +9354,16 @@
|
|
|
9330
9354
|
_this.tribunal = '';
|
|
9331
9355
|
_this.fechaResolucion = '1900-01-01';
|
|
9332
9356
|
_this.numeroResolucion = '';
|
|
9357
|
+
_this.direccionProveedor = '';
|
|
9358
|
+
_this.telelefonoProveedor = '';
|
|
9359
|
+
_this.codigoPais = '';
|
|
9360
|
+
_this.codigoEstado = '';
|
|
9361
|
+
_this.codigoMunicipio = '';
|
|
9362
|
+
_this.codigoParroquia = '';
|
|
9363
|
+
_this.descripcionPais = '';
|
|
9364
|
+
_this.descripcionEstado = '';
|
|
9365
|
+
_this.descripcionMunicipio = '';
|
|
9366
|
+
_this.descripcionParroquia = '';
|
|
9333
9367
|
if (e) {
|
|
9334
9368
|
_this.idEnterprise = +e.id_enterprise;
|
|
9335
9369
|
_this.idEmpresa = +e.id_empresa;
|
|
@@ -9359,6 +9393,16 @@
|
|
|
9359
9393
|
_this.denominacionTipoCuenta = e.nomtipcta;
|
|
9360
9394
|
_this.fechaResolucion = e.fecres;
|
|
9361
9395
|
_this.numeroResolucion = e.numres;
|
|
9396
|
+
_this.direccionProveedor = e.numres;
|
|
9397
|
+
_this.telelefonoProveedor = e.numres;
|
|
9398
|
+
_this.codigoPais = e.codpai;
|
|
9399
|
+
_this.codigoEstado = e.codest;
|
|
9400
|
+
_this.codigoMunicipio = e.codmun;
|
|
9401
|
+
_this.codigoParroquia = e.codpar;
|
|
9402
|
+
_this.descripcionPais = e.despai;
|
|
9403
|
+
_this.descripcionEstado = e.desest;
|
|
9404
|
+
_this.descripcionMunicipio = e.desmun;
|
|
9405
|
+
_this.descripcionParroquia = e.despar;
|
|
9362
9406
|
}
|
|
9363
9407
|
else {
|
|
9364
9408
|
_this.isNew = true;
|
|
@@ -9385,6 +9429,19 @@
|
|
|
9385
9429
|
tribunal: this.tribunal,
|
|
9386
9430
|
fecres: this.fechaResolucion,
|
|
9387
9431
|
numres: this.numeroResolucion,
|
|
9432
|
+
dirpro: this.direccionProveedor,
|
|
9433
|
+
telpro: this.telelefonoProveedor,
|
|
9434
|
+
codpai: this.codigoPais,
|
|
9435
|
+
codest: this.codigoEstado,
|
|
9436
|
+
codmun: this.codigoMunicipio,
|
|
9437
|
+
codpar: this.codigoParroquia,
|
|
9438
|
+
despai: this.descripcionPais,
|
|
9439
|
+
desest: this.descripcionEstado,
|
|
9440
|
+
desmun: this.descripcionMunicipio,
|
|
9441
|
+
despar: this.descripcionParroquia,
|
|
9442
|
+
nomfam: this.nombreFamiliar,
|
|
9443
|
+
cedpro: this.cedulaAutorizado,
|
|
9444
|
+
nompro: this.cedulaAutorizado,
|
|
9388
9445
|
};
|
|
9389
9446
|
};
|
|
9390
9447
|
return MBeneficiario;
|
|
@@ -9422,6 +9479,9 @@
|
|
|
9422
9479
|
_this.idClasificadorDocente = 0;
|
|
9423
9480
|
_this.codigoClasificador = '';
|
|
9424
9481
|
_this.denominacionClasificador = '';
|
|
9482
|
+
_this.idClasificadorPersonal = 0;
|
|
9483
|
+
_this.codigoClasificadorPersonal = '';
|
|
9484
|
+
_this.denominacionClasificadorPersonal = '';
|
|
9425
9485
|
_this.detallesOrganigrama = [];
|
|
9426
9486
|
_this.detallesNomina = [];
|
|
9427
9487
|
if (p) {
|
|
@@ -9452,6 +9512,9 @@
|
|
|
9452
9512
|
_this.idClasificadorDocente = +p.id_clasificacion_docente;
|
|
9453
9513
|
_this.codigoClasificador = p.codcladoc;
|
|
9454
9514
|
_this.denominacionClasificador = p.dencladec;
|
|
9515
|
+
_this.idClasificadorPersonal = +p.id_claper;
|
|
9516
|
+
_this.codigoClasificadorPersonal = p.codclaper;
|
|
9517
|
+
_this.denominacionClasificadorPersonal = p.denclaper;
|
|
9455
9518
|
if (p.detalles_organigrama) {
|
|
9456
9519
|
_this.detallesOrganigrama = p.detalles_organigrama.map(function (e) { return new MCargoEstructuraOrganizativa(e); });
|
|
9457
9520
|
}
|
|
@@ -9476,6 +9539,7 @@
|
|
|
9476
9539
|
id_ubifis: this.idUbicacionFisica.toString(),
|
|
9477
9540
|
id_personalcargo: this.idPersonalCargo.toString(),
|
|
9478
9541
|
id_clasificacion_docente: this.idClasificadorDocente.toString(),
|
|
9542
|
+
id_claper: this.idClasificadorPersonal.toString(),
|
|
9479
9543
|
detalles_organigrama: this.detallesOrganigrama.map(function (e) { return e.dataInterface(); }),
|
|
9480
9544
|
detalles_nomina: this.detallesNomina.map(function (e) { return e.dataInterface(); }),
|
|
9481
9545
|
};
|
|
@@ -13193,6 +13257,9 @@
|
|
|
13193
13257
|
_this.ultimaRemuneracion = 0;
|
|
13194
13258
|
_this.fechaFeVida = '1900-01-01';
|
|
13195
13259
|
_this.tipoJubilacion = 0;
|
|
13260
|
+
_this.fechaResolucion = '1900-01-01';
|
|
13261
|
+
_this.numeroResolucion = '';
|
|
13262
|
+
_this.porcentajeDiscapacidad = '';
|
|
13196
13263
|
if (e) {
|
|
13197
13264
|
_this.idEnterprise = +e.id_enterprise;
|
|
13198
13265
|
_this.idEmpresa = +e.id_empresa;
|
|
@@ -13205,6 +13272,9 @@
|
|
|
13205
13272
|
_this.ultimaRemuneracion = parseFloat(e.ultrem);
|
|
13206
13273
|
_this.fechaFeVida = e.fecvida;
|
|
13207
13274
|
_this.tipoJubilacion = parseInt(e.tipjub);
|
|
13275
|
+
_this.fechaResolucion = e.fecres;
|
|
13276
|
+
_this.numeroResolucion = e.numres;
|
|
13277
|
+
_this.porcentajeDiscapacidad = e.pordis;
|
|
13208
13278
|
}
|
|
13209
13279
|
else {
|
|
13210
13280
|
_this.isNew = true;
|
|
@@ -13224,6 +13294,9 @@
|
|
|
13224
13294
|
ultrem: this.ultimaRemuneracion.toString(),
|
|
13225
13295
|
fecvida: this.fechaFeVida.toString(),
|
|
13226
13296
|
tipjub: this.tipoJubilacion.toString(),
|
|
13297
|
+
fecres: this.fechaResolucion,
|
|
13298
|
+
numres: this.numeroResolucion,
|
|
13299
|
+
pordis: this.porcentajeDiscapacidad,
|
|
13227
13300
|
};
|
|
13228
13301
|
};
|
|
13229
13302
|
return MPersonalJubilado;
|