sigesp 0.9.67-20230914 → 0.9.69-20230914
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 +32 -41
- 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 +17 -11
- package/esm2015/lib/core/models/SNO/MConfiguracionSNO.model.js +1 -24
- package/esm2015/lib/core/models/SNO/MPersonal.model.js +17 -9
- package/fesm2015/sigesp.js +32 -41
- package/fesm2015/sigesp.js.map +1 -1
- package/lib/core/interfaces/RecursosHumanos.d.ts +6 -9
- package/lib/core/models/SNO/MBeneficiario.model.d.ts +2 -0
- package/lib/core/models/SNO/MConfiguracionSNO.model.d.ts +0 -9
- package/lib/core/models/SNO/MPersonal.model.d.ts +4 -0
- package/package.json +1 -1
package/bundles/sigesp.umd.js
CHANGED
|
@@ -4192,15 +4192,6 @@
|
|
|
4192
4192
|
_this.registroasistenciaincidencia = 'C00';
|
|
4193
4193
|
_this.manejoIndependienteModulo = 0;
|
|
4194
4194
|
_this.digitosCodigoConcepto = 10;
|
|
4195
|
-
_this.segmentarPersonal = 10000;
|
|
4196
|
-
_this.codigoPais = '';
|
|
4197
|
-
_this.codigoEstado = '';
|
|
4198
|
-
_this.codigoMunicipio = '';
|
|
4199
|
-
_this.codigoParroquia = '';
|
|
4200
|
-
_this.descripcionPais = '';
|
|
4201
|
-
_this.descripcionEstado = '';
|
|
4202
|
-
_this.descripcionMunicipio = '';
|
|
4203
|
-
_this.descripcionParroquia = '';
|
|
4204
4195
|
_this.registroDescansoIncidencia = 'C00';
|
|
4205
4196
|
_this.registroLaboralIncidencia = 'C00';
|
|
4206
4197
|
_this.codigoConceptoVaccaiones = '';
|
|
@@ -4332,17 +4323,8 @@
|
|
|
4332
4323
|
_this.registroasistenciaincidencia = I.regasiinc;
|
|
4333
4324
|
_this.manejoIndependienteModulo = parseInt(I.manindmod);
|
|
4334
4325
|
_this.digitosCodigoConcepto = parseInt(I.digcodcon);
|
|
4335
|
-
_this.codigoPais = I.codpai;
|
|
4336
|
-
_this.codigoEstado = I.codest;
|
|
4337
|
-
_this.codigoMunicipio = I.codmun;
|
|
4338
|
-
_this.codigoParroquia = I.codpar;
|
|
4339
|
-
_this.descripcionPais = I.despai;
|
|
4340
|
-
_this.descripcionEstado = I.desest;
|
|
4341
|
-
_this.descripcionMunicipio = I.desmun;
|
|
4342
|
-
_this.descripcionParroquia = I.despar;
|
|
4343
4326
|
_this.registroDescansoIncidencia = I.regdesinc;
|
|
4344
4327
|
_this.registroLaboralIncidencia = I.reglabinc;
|
|
4345
|
-
_this.segmentarPersonal = parseInt(I.segper);
|
|
4346
4328
|
_this.incluirBeneficiarioDelPersonalAutomaticamenteModuloBeneficiarios = parseInt(I.incbenperautmodben);
|
|
4347
4329
|
_this.cuentaContableProveedorBeneficiario = I.sc_cuentarecdoc;
|
|
4348
4330
|
}
|
|
@@ -4478,11 +4460,6 @@
|
|
|
4478
4460
|
regasiinc: this.registroasistenciaincidencia,
|
|
4479
4461
|
manindmod: this.manejoIndependienteModulo.toString(),
|
|
4480
4462
|
digcodcon: this.digitosCodigoConcepto.toString(),
|
|
4481
|
-
codpai: this.codigoPais,
|
|
4482
|
-
codest: this.codigoEstado,
|
|
4483
|
-
codmun: this.codigoMunicipio,
|
|
4484
|
-
codpar: this.codigoParroquia,
|
|
4485
|
-
segper: this.segmentarPersonal.toString(),
|
|
4486
4463
|
regdesinc: this.registroDescansoIncidencia,
|
|
4487
4464
|
reglabinc: this.registroLaboralIncidencia,
|
|
4488
4465
|
incbenperautmodben: this.incluirBeneficiarioDelPersonalAutomaticamenteModuloBeneficiarios ? '1' : '0',
|
|
@@ -5235,18 +5212,20 @@
|
|
|
5235
5212
|
_this.nombrePersonal = ''; //60
|
|
5236
5213
|
_this.apellidoPersonal = '';
|
|
5237
5214
|
_this.fechaNacimientoPersonal = '1900-01-01';
|
|
5238
|
-
_this.codigoPaisNacimiento = '';
|
|
5239
|
-
_this.codigoEstadoNacimiento = '';
|
|
5215
|
+
_this.codigoPaisNacimiento = '--';
|
|
5216
|
+
_this.codigoEstadoNacimiento = '---';
|
|
5217
|
+
_this.codigoMunicipioNacimiento = '---';
|
|
5218
|
+
_this.codigoParroquiaNacimiento = '---';
|
|
5240
5219
|
_this.nacionalidadPersonal = '';
|
|
5241
5220
|
_this.estadoCivilPersonal = 'S';
|
|
5242
5221
|
_this.telefonoHabitacionPersonal = ''; //15
|
|
5243
5222
|
_this.telefonoMovilPersobal = ''; //15
|
|
5244
5223
|
_this.correoElectronicoPersonal = ''; //60
|
|
5245
5224
|
_this.direccionPersonal = ''; //255
|
|
5246
|
-
_this.codigoPais = '';
|
|
5247
|
-
_this.codigoEstado = '';
|
|
5248
|
-
_this.codigoMunicipio = '';
|
|
5249
|
-
_this.codigoParroquia = '';
|
|
5225
|
+
_this.codigoPais = '--';
|
|
5226
|
+
_this.codigoEstado = '--';
|
|
5227
|
+
_this.codigoMunicipio = '---';
|
|
5228
|
+
_this.codigoParroquia = '---';
|
|
5250
5229
|
_this.sexoPersonal = '';
|
|
5251
5230
|
_this.numeroHijo = 0;
|
|
5252
5231
|
_this.conyugueTrabaja = 0;
|
|
@@ -5325,16 +5304,18 @@
|
|
|
5325
5304
|
_this.nombreParroquia = '';
|
|
5326
5305
|
_this.nombrePaisNacimiento = '';
|
|
5327
5306
|
_this.nombreEstadoNacimiento = '';
|
|
5307
|
+
_this.nombreMunicipioNacimiento = '';
|
|
5308
|
+
_this.nombreParroquiaNacimiento = '';
|
|
5328
5309
|
_this.codigoProfesion = '';
|
|
5329
5310
|
_this.denominacionProfesion = '';
|
|
5330
5311
|
_this.montoPension = 0;
|
|
5331
5312
|
_this.idPlanHorario = 0;
|
|
5332
5313
|
_this.idHora = 0;
|
|
5333
5314
|
_this.descripcionPlanHorario = '';
|
|
5334
|
-
_this.codigoPlanHorario = '';
|
|
5315
|
+
_this.codigoPlanHorario = '--';
|
|
5335
5316
|
_this.idPuestoTrabajo = 0;
|
|
5336
5317
|
_this.descripcionPuestoTrabajo = '';
|
|
5337
|
-
_this.codigoPuestoTrabajo = '';
|
|
5318
|
+
_this.codigoPuestoTrabajo = '--';
|
|
5338
5319
|
_this.descripcionHorario = '';
|
|
5339
5320
|
_this.fechaDefuncion = '1900-01-01';
|
|
5340
5321
|
_this.fechaActaDefuncion = '1900-01-01';
|
|
@@ -5354,6 +5335,8 @@
|
|
|
5354
5335
|
_this.fechaNacimientoPersonal = p.fecnacper;
|
|
5355
5336
|
_this.codigoPaisNacimiento = p.codpainac;
|
|
5356
5337
|
_this.codigoEstadoNacimiento = p.codestnac;
|
|
5338
|
+
_this.codigoMunicipioNacimiento = p.codmunnac;
|
|
5339
|
+
_this.codigoParroquiaNacimiento = p.codparnac;
|
|
5357
5340
|
_this.nacionalidadPersonal = p.nacper;
|
|
5358
5341
|
_this.estadoCivilPersonal = p.estcivper;
|
|
5359
5342
|
_this.telefonoHabitacionPersonal = p.telhabper;
|
|
@@ -5487,6 +5470,8 @@
|
|
|
5487
5470
|
fecnacper: this.fechaNacimientoPersonal,
|
|
5488
5471
|
codpainac: this.codigoPaisNacimiento,
|
|
5489
5472
|
codestnac: this.codigoEstadoNacimiento,
|
|
5473
|
+
codmunnac: this.codigoMunicipioNacimiento,
|
|
5474
|
+
codparnac: this.codigoParroquiaNacimiento,
|
|
5490
5475
|
nacper: this.nacionalidadPersonal,
|
|
5491
5476
|
estcivper: this.estadoCivilPersonal,
|
|
5492
5477
|
telhabper: this.telefonoHabitacionPersonal,
|
|
@@ -9378,15 +9363,17 @@
|
|
|
9378
9363
|
_this.numeroResolucion = '';
|
|
9379
9364
|
_this.direccionProveedor = '';
|
|
9380
9365
|
_this.telelefonoProveedor = '';
|
|
9381
|
-
_this.codigoPais = '';
|
|
9382
|
-
_this.codigoEstado = '';
|
|
9383
|
-
_this.codigoMunicipio = '';
|
|
9384
|
-
_this.codigoParroquia = '';
|
|
9385
|
-
_this.descripcionPais = '';
|
|
9386
|
-
_this.descripcionEstado = '';
|
|
9387
|
-
_this.descripcionMunicipio = '';
|
|
9388
|
-
_this.descripcionParroquia = '';
|
|
9366
|
+
_this.codigoPais = '---';
|
|
9367
|
+
_this.codigoEstado = '---';
|
|
9368
|
+
_this.codigoMunicipio = '---';
|
|
9369
|
+
_this.codigoParroquia = '---';
|
|
9370
|
+
_this.descripcionPais = '---';
|
|
9371
|
+
_this.descripcionEstado = '---';
|
|
9372
|
+
_this.descripcionMunicipio = '---';
|
|
9373
|
+
_this.descripcionParroquia = '---';
|
|
9389
9374
|
_this.cuentaPagoProveedores = '';
|
|
9375
|
+
_this.rifProveedor = '';
|
|
9376
|
+
_this.idCuentaBancoProveedor = 0;
|
|
9390
9377
|
if (e) {
|
|
9391
9378
|
_this.idEnterprise = +e.id_enterprise;
|
|
9392
9379
|
_this.idEmpresa = +e.id_empresa;
|
|
@@ -9428,6 +9415,8 @@
|
|
|
9428
9415
|
_this.descripcionParroquia = e.despar;
|
|
9429
9416
|
_this.idDtBeneficiario = +e.id_dt_ben;
|
|
9430
9417
|
_this.cuentaPagoProveedores = e.sc_cuentarecdoc;
|
|
9418
|
+
_this.rifProveedor = e.rifpro;
|
|
9419
|
+
_this.idCuentaBancoProveedor = +e.id_ctabcoprov;
|
|
9431
9420
|
}
|
|
9432
9421
|
else {
|
|
9433
9422
|
_this.isNew = true;
|
|
@@ -9466,9 +9455,11 @@
|
|
|
9466
9455
|
despar: this.descripcionParroquia,
|
|
9467
9456
|
nomfam: this.nombreFamiliar,
|
|
9468
9457
|
cedpro: this.cedulaAutorizado,
|
|
9469
|
-
nompro: this.
|
|
9458
|
+
nompro: this.nombreCheque,
|
|
9470
9459
|
id_dt_ben: this.idDtBeneficiario.toString(),
|
|
9471
|
-
sc_cuentarecdoc: this.cuentaPagoProveedores
|
|
9460
|
+
sc_cuentarecdoc: this.cuentaPagoProveedores,
|
|
9461
|
+
rifpro: this.rifProveedor,
|
|
9462
|
+
id_ctabcoprov: this.idCuentaBancoProveedor.toString(),
|
|
9472
9463
|
};
|
|
9473
9464
|
};
|
|
9474
9465
|
return MBeneficiario;
|