sigesp 0.9.9-20221205 → 0.9.11-20221211
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 +449 -212
- package/bundles/sigesp.umd.js.map +1 -1
- package/bundles/sigesp.umd.min.js +15 -1
- package/bundles/sigesp.umd.min.js.map +1 -1
- package/esm2015/lib/core/interfaces/Auditoria.js +1 -1
- package/esm2015/lib/core/interfaces/Clasificacion.js +1 -1
- package/esm2015/lib/core/interfaces/CuentasPorPagar.js +1 -1
- package/esm2015/lib/core/interfaces/Nomina.js +1 -1
- package/esm2015/lib/core/interfaces/RecursosHumanos.js +1 -1
- package/esm2015/lib/core/models/CXP/MConceptosCXP.model.js +6 -3
- package/esm2015/lib/core/models/CXP/MTipoDocumentoCXP.model.js +6 -3
- package/esm2015/lib/core/models/RPC/clasification.model.js +4 -2
- package/esm2015/lib/core/models/SNO/MAnticipoPrestaciones.model.js +4 -1
- package/esm2015/lib/core/models/SNO/MArchivoTxtCampo.model.js +6 -3
- package/esm2015/lib/core/models/SNO/MArchivosTxt.model.js +6 -3
- package/esm2015/lib/core/models/SNO/MAsignacionCargo.model.js +6 -3
- package/esm2015/lib/core/models/SNO/MAspectoEvaluacion.model.js +11 -5
- package/esm2015/lib/core/models/SNO/MAuditoria.model.js +5 -2
- package/esm2015/lib/core/models/SNO/MBeneficiario.model.js +6 -3
- package/esm2015/lib/core/models/SNO/MCargosPersonal.model.js +6 -2
- package/esm2015/lib/core/models/SNO/MClasificacionObrero.mdel.js +6 -3
- package/esm2015/lib/core/models/SNO/MCodigoUnicoRac.model.js +6 -3
- package/esm2015/lib/core/models/SNO/MComponete.model.js +6 -3
- package/esm2015/lib/core/models/SNO/MConceptoVacaciones.model.js +5 -2
- package/esm2015/lib/core/models/SNO/MConceptosNomina.model.js +5 -2
- package/esm2015/lib/core/models/SNO/MConceptosPersonalNomina.model.js +6 -3
- package/esm2015/lib/core/models/SNO/MConcursante.model.js +26 -11
- package/esm2015/lib/core/models/SNO/MConcurso.model.js +21 -9
- package/esm2015/lib/core/models/SNO/MConfiguracionSNO.model.js +5 -2
- package/esm2015/lib/core/models/SNO/MConstanteNomina.model.js +5 -2
- package/esm2015/lib/core/models/SNO/MConstantePersonalNomina.model.js +5 -2
- package/esm2015/lib/core/models/SNO/MDedicacion.model.js +6 -3
- package/esm2015/lib/core/models/SNO/MDefinicionNomina.model.js +6 -3
- package/esm2015/lib/core/models/SNO/MDefinicionesBasicas.model.js +12 -3
- package/esm2015/lib/core/models/SNO/MDeudaAnterior.model.js +4 -1
- package/esm2015/lib/core/models/SNO/MEncargaduria.model.js +6 -3
- package/esm2015/lib/core/models/SNO/MEscalaEvaluacion.model.js +6 -3
- package/esm2015/lib/core/models/SNO/MEscalaEvaluacionDt.model.js +6 -3
- package/esm2015/lib/core/models/SNO/MEstructuraOrganizativa.model.js +6 -3
- package/esm2015/lib/core/models/SNO/MFamiliares.model.js +6 -3
- package/esm2015/lib/core/models/SNO/MFideicomiso.model.js +27 -9
- package/esm2015/lib/core/models/SNO/MFormacionAcademica.model.js +6 -3
- package/esm2015/lib/core/models/SNO/MGrado.model.js +6 -3
- package/esm2015/lib/core/models/SNO/MHojaTiempo.model.js +7 -2
- package/esm2015/lib/core/models/SNO/MImpuestoSobreRenta.model.js +4 -1
- package/esm2015/lib/core/models/SNO/MMetodoBanco.model.js +11 -5
- package/esm2015/lib/core/models/SNO/MNominaSimple.model.js +6 -3
- package/esm2015/lib/core/models/SNO/MPeriodoNomina.model.js +6 -3
- package/esm2015/lib/core/models/SNO/MPermisos.model.js +4 -1
- package/esm2015/lib/core/models/SNO/MPersonal.model.js +29 -9
- package/esm2015/lib/core/models/SNO/MPersonalJubilado.model.js +6 -3
- package/esm2015/lib/core/models/SNO/MPersonalNomina.model.js +13 -3
- package/esm2015/lib/core/models/SNO/MPlanHorario.model.js +30 -45
- package/esm2015/lib/core/models/SNO/MPrestamo.model.js +10 -1
- package/esm2015/lib/core/models/SNO/MPrimaGrados.model.js +6 -3
- package/esm2015/lib/core/models/SNO/MPrimasConcepto.model.js +5 -2
- package/esm2015/lib/core/models/SNO/MRango.model.js +6 -3
- package/esm2015/lib/core/models/SNO/MRequisitosConcursante.model.js +6 -3
- package/esm2015/lib/core/models/SNO/MRequisitosConcursos.model.js +6 -3
- package/esm2015/lib/core/models/SNO/MRequisitosMinimos.model.js +11 -5
- package/esm2015/lib/core/models/SNO/MSalarioHistorico.model.js +6 -3
- package/esm2015/lib/core/models/SNO/MSolicitudEmpleo.model.js +6 -3
- package/esm2015/lib/core/models/SNO/MTablaVacaciones.model.js +6 -3
- package/esm2015/lib/core/models/SNO/MTablaVacacionesPeriodo.model.js +6 -3
- package/esm2015/lib/core/models/SNO/MTabulador.model.js +11 -5
- package/esm2015/lib/core/models/SNO/MTipoEvaluacion.model.js +11 -5
- package/esm2015/lib/core/models/SNO/MTipoPersonal.model.js +6 -3
- package/esm2015/lib/core/models/SNO/MTiposEnfermedad.model.js +6 -3
- package/esm2015/lib/core/models/SNO/MTrabajoAnterior.model.js +4 -1
- package/esm2015/lib/core/models/SNO/MUbicacionFisica.model.js +6 -3
- package/esm2015/lib/core/models/SNO/MVacacionesPersonal.model.js +6 -3
- package/esm2015/lib/core/models/SNO/McargaFamiliar.model.js +6 -3
- package/esm2015/lib/sigesp.service.js +2 -2
- package/esm2015/public-api.js +2 -2
- package/fesm2015/sigesp.js +444 -184
- package/fesm2015/sigesp.js.map +1 -1
- package/lib/core/interfaces/Auditoria.d.ts +2 -1
- package/lib/core/interfaces/Clasificacion.d.ts +1 -0
- package/lib/core/interfaces/CuentasPorPagar.d.ts +6 -3
- package/lib/core/interfaces/Nomina.d.ts +31 -14
- package/lib/core/interfaces/RecursosHumanos.d.ts +140 -57
- package/lib/core/models/CXP/MConceptosCXP.model.d.ts +1 -0
- package/lib/core/models/CXP/MTipoDocumentoCXP.model.d.ts +1 -0
- package/lib/core/models/RPC/clasification.model.d.ts +1 -0
- package/lib/core/models/SNO/MAnticipoPrestaciones.model.d.ts +1 -0
- package/lib/core/models/SNO/MArchivoTxtCampo.model.d.ts +1 -0
- package/lib/core/models/SNO/MArchivosTxt.model.d.ts +1 -0
- package/lib/core/models/SNO/MAsignacionCargo.model.d.ts +1 -0
- package/lib/core/models/SNO/MAspectoEvaluacion.model.d.ts +2 -0
- package/lib/core/models/SNO/MAuditoria.model.d.ts +1 -0
- package/lib/core/models/SNO/MBeneficiario.model.d.ts +1 -0
- package/lib/core/models/SNO/MCargosPersonal.model.d.ts +1 -0
- package/lib/core/models/SNO/MClasificacionObrero.mdel.d.ts +1 -0
- package/lib/core/models/SNO/MCodigoUnicoRac.model.d.ts +1 -0
- package/lib/core/models/SNO/MComponete.model.d.ts +1 -0
- package/lib/core/models/SNO/MConceptoVacaciones.model.d.ts +1 -0
- package/lib/core/models/SNO/MConceptosNomina.model.d.ts +1 -0
- package/lib/core/models/SNO/MConceptosPersonalNomina.model.d.ts +1 -0
- package/lib/core/models/SNO/MConcursante.model.d.ts +5 -0
- package/lib/core/models/SNO/MConcurso.model.d.ts +4 -0
- package/lib/core/models/SNO/MConfiguracionSNO.model.d.ts +1 -0
- package/lib/core/models/SNO/MConstanteNomina.model.d.ts +1 -0
- package/lib/core/models/SNO/MConstantePersonalNomina.model.d.ts +1 -0
- package/lib/core/models/SNO/MDedicacion.model.d.ts +1 -0
- package/lib/core/models/SNO/MDefinicionNomina.model.d.ts +1 -0
- package/lib/core/models/SNO/MDefinicionesBasicas.model.d.ts +3 -0
- package/lib/core/models/SNO/MDeudaAnterior.model.d.ts +1 -0
- package/lib/core/models/SNO/MEncargaduria.model.d.ts +1 -0
- package/lib/core/models/SNO/MEscalaEvaluacion.model.d.ts +1 -0
- package/lib/core/models/SNO/MEscalaEvaluacionDt.model.d.ts +1 -0
- package/lib/core/models/SNO/MEstructuraOrganizativa.model.d.ts +1 -0
- package/lib/core/models/SNO/MFamiliares.model.d.ts +1 -0
- package/lib/core/models/SNO/MFideicomiso.model.d.ts +8 -0
- package/lib/core/models/SNO/MFormacionAcademica.model.d.ts +1 -0
- package/lib/core/models/SNO/MGrado.model.d.ts +1 -0
- package/lib/core/models/SNO/MHojaTiempo.model.d.ts +2 -0
- package/lib/core/models/SNO/MImpuestoSobreRenta.model.d.ts +1 -0
- package/lib/core/models/SNO/MMetodoBanco.model.d.ts +2 -0
- package/lib/core/models/SNO/MNominaSimple.model.d.ts +1 -0
- package/lib/core/models/SNO/MPeriodoNomina.model.d.ts +1 -0
- package/lib/core/models/SNO/MPermisos.model.d.ts +1 -0
- package/lib/core/models/SNO/MPersonal.model.d.ts +6 -0
- package/lib/core/models/SNO/MPersonalJubilado.model.d.ts +1 -0
- package/lib/core/models/SNO/MPersonalNomina.model.d.ts +4 -0
- package/lib/core/models/SNO/MPlanHorario.model.d.ts +8 -13
- package/lib/core/models/SNO/MPrestamo.model.d.ts +3 -0
- package/lib/core/models/SNO/MPrimaGrados.model.d.ts +1 -0
- package/lib/core/models/SNO/MPrimasConcepto.model.d.ts +1 -0
- package/lib/core/models/SNO/MRango.model.d.ts +1 -0
- package/lib/core/models/SNO/MRequisitosConcursante.model.d.ts +1 -0
- package/lib/core/models/SNO/MRequisitosConcursos.model.d.ts +1 -0
- package/lib/core/models/SNO/MRequisitosMinimos.model.d.ts +2 -0
- package/lib/core/models/SNO/MSalarioHistorico.model.d.ts +1 -0
- package/lib/core/models/SNO/MSolicitudEmpleo.model.d.ts +1 -0
- package/lib/core/models/SNO/MTablaVacaciones.model.d.ts +1 -0
- package/lib/core/models/SNO/MTablaVacacionesPeriodo.model.d.ts +1 -0
- package/lib/core/models/SNO/MTabulador.model.d.ts +2 -0
- package/lib/core/models/SNO/MTipoEvaluacion.model.d.ts +2 -0
- package/lib/core/models/SNO/MTipoPersonal.model.d.ts +1 -0
- package/lib/core/models/SNO/MTiposEnfermedad.model.d.ts +1 -0
- package/lib/core/models/SNO/MTrabajoAnterior.model.d.ts +1 -0
- package/lib/core/models/SNO/MUbicacionFisica.model.d.ts +1 -0
- package/lib/core/models/SNO/MVacacionesPersonal.model.d.ts +1 -0
- package/lib/core/models/SNO/McargaFamiliar.model.d.ts +1 -0
- package/package.json +1 -1
- package/public-api.d.ts +1 -1
- package/sigesp.metadata.json +1 -1
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { ICargoOrganigrama, INominaSimple } from './Nomina';
|
|
2
2
|
export interface IConfiguracionSNO {
|
|
3
3
|
id_empresa: string;
|
|
4
|
+
id_enterprise: string;
|
|
4
5
|
id_sno: string;
|
|
5
6
|
estcamdensueint: string;
|
|
6
7
|
densueint: string;
|
|
@@ -130,6 +131,7 @@ export interface IIncidencia {
|
|
|
130
131
|
denominacion: string;
|
|
131
132
|
}
|
|
132
133
|
export interface IPersonal {
|
|
134
|
+
id_enterprise: string;
|
|
133
135
|
id_empresa: number;
|
|
134
136
|
id_personal: number;
|
|
135
137
|
codper: string;
|
|
@@ -240,6 +242,8 @@ export interface IPersonal {
|
|
|
240
242
|
horfin?: string;
|
|
241
243
|
}
|
|
242
244
|
export interface ICambioEstatusPersonal {
|
|
245
|
+
id_enterprise: string;
|
|
246
|
+
id_empresa: number;
|
|
243
247
|
idPersonal: number;
|
|
244
248
|
codigoPersonal: string;
|
|
245
249
|
estatusActual: string;
|
|
@@ -263,7 +267,8 @@ export interface IArchivoTXT {
|
|
|
263
267
|
nombrearchivo: string;
|
|
264
268
|
}
|
|
265
269
|
export interface ICargosPersonal {
|
|
266
|
-
|
|
270
|
+
id_enterprise: string;
|
|
271
|
+
id_empresa: number;
|
|
267
272
|
id_personal: string;
|
|
268
273
|
id_carper: string;
|
|
269
274
|
id_tabulador: string;
|
|
@@ -293,7 +298,8 @@ export interface ICargosPersonal {
|
|
|
293
298
|
detalles_nomina?: INominaSimple[];
|
|
294
299
|
}
|
|
295
300
|
export interface IFamiliares {
|
|
296
|
-
|
|
301
|
+
id_enterprise: string;
|
|
302
|
+
id_empresa: number;
|
|
297
303
|
id_personal: string;
|
|
298
304
|
id_familiar: string;
|
|
299
305
|
cedfam: string;
|
|
@@ -315,7 +321,8 @@ export interface IFamiliares {
|
|
|
315
321
|
hijodiscapacitado: string;
|
|
316
322
|
}
|
|
317
323
|
export interface IEstudioRealizado {
|
|
318
|
-
|
|
324
|
+
id_enterprise: string;
|
|
325
|
+
id_empresa: number;
|
|
319
326
|
id_personal: string;
|
|
320
327
|
id_estudio: string;
|
|
321
328
|
codestrea: string;
|
|
@@ -333,6 +340,7 @@ export interface IEstudioRealizado {
|
|
|
333
340
|
horestrea: string;
|
|
334
341
|
}
|
|
335
342
|
export interface ITrabajoAnterior {
|
|
343
|
+
id_enterprise: string;
|
|
336
344
|
id_empresa: number;
|
|
337
345
|
id_personal: number;
|
|
338
346
|
id_trabajoant: number;
|
|
@@ -350,6 +358,7 @@ export interface ITrabajoAnterior {
|
|
|
350
358
|
dended: string;
|
|
351
359
|
}
|
|
352
360
|
export interface IImpuestoSobreRenta {
|
|
361
|
+
id_enterprise: string;
|
|
353
362
|
id_empresa: number;
|
|
354
363
|
id_personal: number;
|
|
355
364
|
id_isr: number;
|
|
@@ -370,7 +379,8 @@ export interface IImpuestoSobreRenta {
|
|
|
370
379
|
desact: string;
|
|
371
380
|
}
|
|
372
381
|
export interface IFideicomiso {
|
|
373
|
-
|
|
382
|
+
id_enterprise: string;
|
|
383
|
+
id_empresa: number;
|
|
374
384
|
id_personal: string;
|
|
375
385
|
id_fideicomiso: string;
|
|
376
386
|
codfid: string;
|
|
@@ -391,6 +401,7 @@ export interface IFideicomiso {
|
|
|
391
401
|
ctabanper?: string;
|
|
392
402
|
}
|
|
393
403
|
export interface IDeudaAnterior {
|
|
404
|
+
id_enterprise: string;
|
|
394
405
|
id_empresa: number;
|
|
395
406
|
id_personal: number;
|
|
396
407
|
feccordeu: string;
|
|
@@ -400,7 +411,8 @@ export interface IDeudaAnterior {
|
|
|
400
411
|
monantint: number;
|
|
401
412
|
}
|
|
402
413
|
export interface ISalarioHistorico {
|
|
403
|
-
|
|
414
|
+
id_enterprise: string;
|
|
415
|
+
id_empresa: number;
|
|
404
416
|
id_personal: string;
|
|
405
417
|
id_dedicacion: string;
|
|
406
418
|
id_tipopersonal: string;
|
|
@@ -420,7 +432,8 @@ export interface ISalarioHistorico {
|
|
|
420
432
|
dentipper: string;
|
|
421
433
|
}
|
|
422
434
|
export interface IBenefiaciario {
|
|
423
|
-
|
|
435
|
+
id_enterprise: string;
|
|
436
|
+
id_empresa: number;
|
|
424
437
|
id_personal: string;
|
|
425
438
|
id_familiar: string;
|
|
426
439
|
id_proveedor: string;
|
|
@@ -447,7 +460,8 @@ export interface IBenefiaciario {
|
|
|
447
460
|
nomban?: string;
|
|
448
461
|
}
|
|
449
462
|
export interface IVacacionesPersonal {
|
|
450
|
-
|
|
463
|
+
id_enterprise: string;
|
|
464
|
+
id_empresa: number;
|
|
451
465
|
id_personal: string;
|
|
452
466
|
id_vacper: string;
|
|
453
467
|
codvac: string;
|
|
@@ -482,6 +496,7 @@ export interface IVacacionesPersonal {
|
|
|
482
496
|
profueper: string;
|
|
483
497
|
}
|
|
484
498
|
export interface IAnticipoPrestacion {
|
|
499
|
+
id_enterprise: string;
|
|
485
500
|
id_empresa: number;
|
|
486
501
|
id_personal: number;
|
|
487
502
|
id_anticipops: number;
|
|
@@ -501,7 +516,8 @@ export interface IAnticipoPrestacion {
|
|
|
501
516
|
codusu: string;
|
|
502
517
|
}
|
|
503
518
|
export interface IPersonalCuentasBancarias {
|
|
504
|
-
|
|
519
|
+
id_enterprise: string;
|
|
520
|
+
id_empresa: number;
|
|
505
521
|
id_personal: string;
|
|
506
522
|
id_ctabanper: string;
|
|
507
523
|
codctabanper: string;
|
|
@@ -515,7 +531,8 @@ export interface IPersonalCuentasBancarias {
|
|
|
515
531
|
nomtipcta?: string;
|
|
516
532
|
}
|
|
517
533
|
export interface IPrestacionesAntiguedad {
|
|
518
|
-
|
|
534
|
+
id_enterprise: string;
|
|
535
|
+
id_empresa: number;
|
|
519
536
|
id_personal: string;
|
|
520
537
|
id_fideicomiso: string;
|
|
521
538
|
anocurper: string;
|
|
@@ -538,6 +555,7 @@ export interface IPrestacionesAntiguedad {
|
|
|
538
555
|
id_dt_fideiperiodo: string;
|
|
539
556
|
}
|
|
540
557
|
export interface IFuenteFinanciamiento {
|
|
558
|
+
id_enterprise: string;
|
|
541
559
|
id_empresa: number;
|
|
542
560
|
codfuefin: number;
|
|
543
561
|
denfuefin: string;
|
|
@@ -549,7 +567,8 @@ export interface IDialogData {
|
|
|
549
567
|
denominacion: string;
|
|
550
568
|
}
|
|
551
569
|
export interface ICargaFamiliar {
|
|
552
|
-
|
|
570
|
+
id_enterprise: string;
|
|
571
|
+
id_empresa: number;
|
|
553
572
|
id_concurso: string;
|
|
554
573
|
id_concursante: string;
|
|
555
574
|
id_familiacon: string;
|
|
@@ -562,7 +581,8 @@ export interface ICargaFamiliar {
|
|
|
562
581
|
fecnacfam: string;
|
|
563
582
|
}
|
|
564
583
|
export interface IClasificacionObrero {
|
|
565
|
-
|
|
584
|
+
id_enterprise: string;
|
|
585
|
+
id_empresa: number;
|
|
566
586
|
id_claobr: string;
|
|
567
587
|
grado: string;
|
|
568
588
|
suemin: number;
|
|
@@ -577,7 +597,8 @@ export interface ICampos {
|
|
|
577
597
|
denominacion: string;
|
|
578
598
|
}
|
|
579
599
|
export interface IFormacionAcademica {
|
|
580
|
-
|
|
600
|
+
id_enterprise: string;
|
|
601
|
+
id_empresa: number;
|
|
581
602
|
id_concurso: string;
|
|
582
603
|
id_concursante: string;
|
|
583
604
|
id_estudiocon: string;
|
|
@@ -590,7 +611,8 @@ export interface IFormacionAcademica {
|
|
|
590
611
|
anoaprestper: string;
|
|
591
612
|
}
|
|
592
613
|
export interface IFormacionInformal {
|
|
593
|
-
|
|
614
|
+
id_enterprise: string;
|
|
615
|
+
id_empresa: number;
|
|
594
616
|
id_concurso: string;
|
|
595
617
|
id_concursante: string;
|
|
596
618
|
id_curso: string;
|
|
@@ -599,7 +621,8 @@ export interface IFormacionInformal {
|
|
|
599
621
|
horestrea: string;
|
|
600
622
|
}
|
|
601
623
|
export interface IRequisitosConcursante {
|
|
602
|
-
|
|
624
|
+
id_enterprise: string;
|
|
625
|
+
id_empresa: number;
|
|
603
626
|
id_concurso: string;
|
|
604
627
|
id_concursante: string;
|
|
605
628
|
id_reqcon: string;
|
|
@@ -610,7 +633,8 @@ export interface IRequisitosConcursante {
|
|
|
610
633
|
canentreqcon: string;
|
|
611
634
|
}
|
|
612
635
|
export interface IRequisitosConcursos {
|
|
613
|
-
|
|
636
|
+
id_enterprise: string;
|
|
637
|
+
id_empresa: number;
|
|
614
638
|
id_concurso: string;
|
|
615
639
|
id_reqcon: string;
|
|
616
640
|
codreqcon: string;
|
|
@@ -619,7 +643,8 @@ export interface IRequisitosConcursos {
|
|
|
619
643
|
reqindcon: string;
|
|
620
644
|
}
|
|
621
645
|
export interface IRequisitosMinismos {
|
|
622
|
-
|
|
646
|
+
id_enterprise: string;
|
|
647
|
+
id_empresa: number;
|
|
623
648
|
id_concurso: string;
|
|
624
649
|
id_tipoeval: string;
|
|
625
650
|
id_reqmin: string;
|
|
@@ -637,7 +662,8 @@ export interface IRequisitosMinismos {
|
|
|
637
662
|
eliminar_detalle: number[];
|
|
638
663
|
}
|
|
639
664
|
export interface IDtRequisitosMinimos {
|
|
640
|
-
|
|
665
|
+
id_enterprise: string;
|
|
666
|
+
id_empresa: number;
|
|
641
667
|
id_concurso: string;
|
|
642
668
|
id_tipoeval: string;
|
|
643
669
|
id_aspecto: string;
|
|
@@ -651,7 +677,8 @@ export interface IDtRequisitosMinimos {
|
|
|
651
677
|
valormax: string;
|
|
652
678
|
}
|
|
653
679
|
export interface ISolicitudEmpleo {
|
|
654
|
-
|
|
680
|
+
id_enterprise: string;
|
|
681
|
+
id_empresa: number;
|
|
655
682
|
id_solempleo: string;
|
|
656
683
|
nrosol: string;
|
|
657
684
|
cedsol: string;
|
|
@@ -692,7 +719,8 @@ export interface IAcademico {
|
|
|
692
719
|
descripcion: string;
|
|
693
720
|
}
|
|
694
721
|
export interface ITabulador {
|
|
695
|
-
|
|
722
|
+
id_enterprise: string;
|
|
723
|
+
id_empresa: number;
|
|
696
724
|
id_tabulador: string;
|
|
697
725
|
codtab: string;
|
|
698
726
|
destab: string;
|
|
@@ -705,7 +733,8 @@ export interface ITabulador {
|
|
|
705
733
|
eliminar_prima: number[];
|
|
706
734
|
}
|
|
707
735
|
export interface ITabuladorNomina {
|
|
708
|
-
|
|
736
|
+
id_enterprise: string;
|
|
737
|
+
id_empresa: number;
|
|
709
738
|
id_tabulador: string;
|
|
710
739
|
id_nomina: string;
|
|
711
740
|
id_dt_tabnom: string;
|
|
@@ -720,7 +749,8 @@ export interface ITabuladorNomina {
|
|
|
720
749
|
calculado?: string;
|
|
721
750
|
}
|
|
722
751
|
export interface IGrados {
|
|
723
|
-
|
|
752
|
+
id_enterprise: string;
|
|
753
|
+
id_empresa: number;
|
|
724
754
|
id_tabulador: string;
|
|
725
755
|
codgra: string;
|
|
726
756
|
codpas: string;
|
|
@@ -732,7 +762,8 @@ export interface IGrados {
|
|
|
732
762
|
detalles_prima: IPrimaGrados[];
|
|
733
763
|
}
|
|
734
764
|
export interface IPrimaGrados {
|
|
735
|
-
|
|
765
|
+
id_enterprise: string;
|
|
766
|
+
id_empresa: number;
|
|
736
767
|
id_tabulador: string;
|
|
737
768
|
codgra: string;
|
|
738
769
|
codpas: string;
|
|
@@ -742,6 +773,8 @@ export interface IPrimaGrados {
|
|
|
742
773
|
id_dt_prima: string;
|
|
743
774
|
}
|
|
744
775
|
export interface IDefinicionesBasicas {
|
|
776
|
+
id_enterprise: string;
|
|
777
|
+
id_empresa: number;
|
|
745
778
|
id: string;
|
|
746
779
|
coddef: string;
|
|
747
780
|
dendef: string;
|
|
@@ -761,7 +794,8 @@ export interface IFeriados {
|
|
|
761
794
|
codpar: string;
|
|
762
795
|
}
|
|
763
796
|
export interface IEscalaEvaluacion {
|
|
764
|
-
|
|
797
|
+
id_enterprise: string;
|
|
798
|
+
id_empresa: number;
|
|
765
799
|
id_escala: string;
|
|
766
800
|
codesc: string;
|
|
767
801
|
denesc: string;
|
|
@@ -770,7 +804,8 @@ export interface IEscalaEvaluacion {
|
|
|
770
804
|
detalles: IEscalaEvaluacionDt[];
|
|
771
805
|
}
|
|
772
806
|
export interface IEscalaEvaluacionDt {
|
|
773
|
-
|
|
807
|
+
id_enterprise: string;
|
|
808
|
+
id_empresa: number;
|
|
774
809
|
id_escala: string;
|
|
775
810
|
coddetesc: string;
|
|
776
811
|
dendetesc: string;
|
|
@@ -779,14 +814,16 @@ export interface IEscalaEvaluacionDt {
|
|
|
779
814
|
id_dt_escala: string;
|
|
780
815
|
}
|
|
781
816
|
export interface IDedicacion {
|
|
782
|
-
|
|
817
|
+
id_enterprise: string;
|
|
818
|
+
id_empresa: number;
|
|
783
819
|
id_dedicacion: string;
|
|
784
820
|
codded: string;
|
|
785
821
|
dended: string;
|
|
786
822
|
detalles: ITipoPersonal[];
|
|
787
823
|
}
|
|
788
824
|
export interface ITipoPersonal {
|
|
789
|
-
|
|
825
|
+
id_enterprise: string;
|
|
826
|
+
id_empresa: number;
|
|
790
827
|
id_tipopersonal: string;
|
|
791
828
|
id_dedicacion: string;
|
|
792
829
|
codtipper: string;
|
|
@@ -794,7 +831,8 @@ export interface ITipoPersonal {
|
|
|
794
831
|
id_dt_tipopersonal: string;
|
|
795
832
|
}
|
|
796
833
|
export interface ITipoEvaluacion {
|
|
797
|
-
|
|
834
|
+
id_enterprise: string;
|
|
835
|
+
id_empresa: number;
|
|
798
836
|
id_tipoeval: string;
|
|
799
837
|
id_escala: string;
|
|
800
838
|
codtipeval: string;
|
|
@@ -803,7 +841,8 @@ export interface ITipoEvaluacion {
|
|
|
803
841
|
denesc: string;
|
|
804
842
|
}
|
|
805
843
|
export interface ITipoEvaluacionAspectos {
|
|
806
|
-
|
|
844
|
+
id_enterprise: string;
|
|
845
|
+
id_empresa: number;
|
|
807
846
|
id_tipoeval: string;
|
|
808
847
|
id_escala: string;
|
|
809
848
|
codtipeval: string;
|
|
@@ -813,7 +852,8 @@ export interface ITipoEvaluacionAspectos {
|
|
|
813
852
|
aspecto: IAspectoEvaluacion[];
|
|
814
853
|
}
|
|
815
854
|
export interface IAspectoEvaluacion {
|
|
816
|
-
|
|
855
|
+
id_enterprise: string;
|
|
856
|
+
id_empresa: number;
|
|
817
857
|
id_tipoeval: string;
|
|
818
858
|
id_aspecto: string;
|
|
819
859
|
codasp: string;
|
|
@@ -822,7 +862,8 @@ export interface IAspectoEvaluacion {
|
|
|
822
862
|
dentipeval: string;
|
|
823
863
|
}
|
|
824
864
|
export interface IItemsEvaluacion {
|
|
825
|
-
|
|
865
|
+
id_enterprise: string;
|
|
866
|
+
id_empresa: number;
|
|
826
867
|
id_tipoeval: string;
|
|
827
868
|
id_aspecto: string;
|
|
828
869
|
id_item: string;
|
|
@@ -835,7 +876,8 @@ export interface IItemsEvaluacion {
|
|
|
835
876
|
dentipeval: string;
|
|
836
877
|
}
|
|
837
878
|
export interface IComponente {
|
|
838
|
-
|
|
879
|
+
id_enterprise: string;
|
|
880
|
+
id_empresa: number;
|
|
839
881
|
id_componente: string;
|
|
840
882
|
codcom: string;
|
|
841
883
|
dencom: string;
|
|
@@ -843,7 +885,8 @@ export interface IComponente {
|
|
|
843
885
|
rangos: IRango[];
|
|
844
886
|
}
|
|
845
887
|
export interface IRango {
|
|
846
|
-
|
|
888
|
+
id_enterprise: string;
|
|
889
|
+
id_empresa: number;
|
|
847
890
|
id_componente: string;
|
|
848
891
|
id_rango: string;
|
|
849
892
|
codran: string;
|
|
@@ -853,7 +896,8 @@ export interface IRango {
|
|
|
853
896
|
codcatran: string;
|
|
854
897
|
}
|
|
855
898
|
export interface ITablaVacaciones {
|
|
856
|
-
|
|
899
|
+
id_enterprise: string;
|
|
900
|
+
id_empresa: number;
|
|
857
901
|
id_tabvac: string;
|
|
858
902
|
codtabvac: string;
|
|
859
903
|
dentabvac: string;
|
|
@@ -863,7 +907,8 @@ export interface ITablaVacaciones {
|
|
|
863
907
|
periodos: ITablaVacacionesPeriodo[];
|
|
864
908
|
}
|
|
865
909
|
export interface ITablaVacacionesPeriodo {
|
|
866
|
-
|
|
910
|
+
id_enterprise: string;
|
|
911
|
+
id_empresa: number;
|
|
867
912
|
id_tabvac: string;
|
|
868
913
|
lappervac: string;
|
|
869
914
|
diadisvac: string;
|
|
@@ -873,7 +918,8 @@ export interface ITablaVacacionesPeriodo {
|
|
|
873
918
|
id_periodo: string;
|
|
874
919
|
}
|
|
875
920
|
export interface IArchivoTxt {
|
|
876
|
-
|
|
921
|
+
id_enterprise: string;
|
|
922
|
+
id_empresa: number;
|
|
877
923
|
id_archivotxt: string;
|
|
878
924
|
codarch: string;
|
|
879
925
|
denarch: string;
|
|
@@ -882,7 +928,8 @@ export interface IArchivoTxt {
|
|
|
882
928
|
campos: IArchivoTxtCampos[];
|
|
883
929
|
}
|
|
884
930
|
export interface IArchivoTxtCampos {
|
|
885
|
-
|
|
931
|
+
id_enterprise: string;
|
|
932
|
+
id_empresa: number;
|
|
886
933
|
id_archivotxt: string;
|
|
887
934
|
codcam: string;
|
|
888
935
|
descam: string;
|
|
@@ -898,7 +945,8 @@ export interface IArchivoTxtCampos {
|
|
|
898
945
|
id_dt_campo: string;
|
|
899
946
|
}
|
|
900
947
|
export interface IMetodoBanco {
|
|
901
|
-
|
|
948
|
+
id_enterprise: string;
|
|
949
|
+
id_empresa: number;
|
|
902
950
|
id_metbco: string;
|
|
903
951
|
codmet: string;
|
|
904
952
|
denmet: string;
|
|
@@ -914,7 +962,8 @@ export interface IMetodoBanco {
|
|
|
914
962
|
numconnom: string;
|
|
915
963
|
}
|
|
916
964
|
export interface IMetodos {
|
|
917
|
-
|
|
965
|
+
id_enterprise: string;
|
|
966
|
+
id_empresa: number;
|
|
918
967
|
id_metodo: string;
|
|
919
968
|
codmet: string;
|
|
920
969
|
denmet: string;
|
|
@@ -925,6 +974,7 @@ export interface IMetodos {
|
|
|
925
974
|
nrotarjeta: string;
|
|
926
975
|
}
|
|
927
976
|
export interface IHorario {
|
|
977
|
+
id_enterprise: string;
|
|
928
978
|
id_empresa: number;
|
|
929
979
|
id_hora: number;
|
|
930
980
|
codhor: string;
|
|
@@ -936,7 +986,8 @@ export interface IHorario {
|
|
|
936
986
|
hordes: string;
|
|
937
987
|
}
|
|
938
988
|
export interface IConcursante {
|
|
939
|
-
|
|
989
|
+
id_enterprise: string;
|
|
990
|
+
id_empresa: number;
|
|
940
991
|
id_concurso: string;
|
|
941
992
|
codcon: string;
|
|
942
993
|
id_concursante: string;
|
|
@@ -963,7 +1014,8 @@ export interface IConcursante {
|
|
|
963
1014
|
estconper: string;
|
|
964
1015
|
}
|
|
965
1016
|
export interface IConcurso {
|
|
966
|
-
|
|
1017
|
+
id_enterprise: string;
|
|
1018
|
+
id_empresa: number;
|
|
967
1019
|
id_concurso: string;
|
|
968
1020
|
codcon: string;
|
|
969
1021
|
dencon: string;
|
|
@@ -979,7 +1031,8 @@ export interface IConcurso {
|
|
|
979
1031
|
eliminar_detalles: number[];
|
|
980
1032
|
}
|
|
981
1033
|
export interface IEstructuraOrganizativa {
|
|
982
|
-
|
|
1034
|
+
id_enterprise: string;
|
|
1035
|
+
id_empresa: number;
|
|
983
1036
|
id_organigrama: string;
|
|
984
1037
|
codestorg: string;
|
|
985
1038
|
denestorg: string;
|
|
@@ -1017,7 +1070,8 @@ export interface INivel {
|
|
|
1017
1070
|
descripcion: string;
|
|
1018
1071
|
}
|
|
1019
1072
|
export interface ITiposEnfermedad {
|
|
1020
|
-
|
|
1073
|
+
id_enterprise: string;
|
|
1074
|
+
id_empresa: number;
|
|
1021
1075
|
id_enfermedad: string;
|
|
1022
1076
|
codenf: string;
|
|
1023
1077
|
denenf: string;
|
|
@@ -1026,7 +1080,8 @@ export interface ITiposEnfermedad {
|
|
|
1026
1080
|
obsenf: string;
|
|
1027
1081
|
}
|
|
1028
1082
|
export interface IUbicacionFisica {
|
|
1029
|
-
|
|
1083
|
+
id_enterprise: string;
|
|
1084
|
+
id_empresa: number;
|
|
1030
1085
|
id_ubifis: string;
|
|
1031
1086
|
codubifis: string;
|
|
1032
1087
|
denubifis: string;
|
|
@@ -1042,7 +1097,8 @@ export interface IUbicacionFisica {
|
|
|
1042
1097
|
tietras: string;
|
|
1043
1098
|
}
|
|
1044
1099
|
export interface IPersonalJubilado {
|
|
1045
|
-
|
|
1100
|
+
id_enterprise: string;
|
|
1101
|
+
id_empresa: number;
|
|
1046
1102
|
id_personal: string;
|
|
1047
1103
|
id_jubilado: string;
|
|
1048
1104
|
prirem: string;
|
|
@@ -1054,7 +1110,8 @@ export interface IPersonalJubilado {
|
|
|
1054
1110
|
tipjub: string;
|
|
1055
1111
|
}
|
|
1056
1112
|
export interface IFideicomisoInteres {
|
|
1057
|
-
|
|
1113
|
+
id_enterprise: string;
|
|
1114
|
+
id_empresa: number;
|
|
1058
1115
|
id_intfide: string;
|
|
1059
1116
|
mesint: string;
|
|
1060
1117
|
anoint: string;
|
|
@@ -1063,7 +1120,8 @@ export interface IFideicomisoInteres {
|
|
|
1063
1120
|
montasint: string;
|
|
1064
1121
|
}
|
|
1065
1122
|
export interface IConfiguracionFideicomiso {
|
|
1066
|
-
|
|
1123
|
+
id_enterprise: string;
|
|
1124
|
+
id_empresa: number;
|
|
1067
1125
|
id_fidconfig: string;
|
|
1068
1126
|
id_dedicacion: string;
|
|
1069
1127
|
id_tipopersonal: string;
|
|
@@ -1078,7 +1136,8 @@ export interface IConfiguracionFideicomiso {
|
|
|
1078
1136
|
dentipper?: string;
|
|
1079
1137
|
}
|
|
1080
1138
|
export interface ICalculoPrestacion {
|
|
1081
|
-
|
|
1139
|
+
id_enterprise: string;
|
|
1140
|
+
id_empresa: number;
|
|
1082
1141
|
mes: string;
|
|
1083
1142
|
anio: string;
|
|
1084
1143
|
cedula_desde: string;
|
|
@@ -1087,7 +1146,8 @@ export interface ICalculoPrestacion {
|
|
|
1087
1146
|
aniocal?: string;
|
|
1088
1147
|
}
|
|
1089
1148
|
export interface IFideicomisoPeriodo {
|
|
1090
|
-
|
|
1149
|
+
id_enterprise: string;
|
|
1150
|
+
id_empresa: number;
|
|
1091
1151
|
id_personal: string;
|
|
1092
1152
|
id_fideicomiso: string;
|
|
1093
1153
|
id_nomina: string;
|
|
@@ -1118,6 +1178,8 @@ export interface IFideicomisoPeriodo {
|
|
|
1118
1178
|
estper: string;
|
|
1119
1179
|
}
|
|
1120
1180
|
export interface IFideicomisoPeriodoInteresCatalogo {
|
|
1181
|
+
id_enterprise: string;
|
|
1182
|
+
id_empresa: number;
|
|
1121
1183
|
id_personal: string;
|
|
1122
1184
|
codper: string;
|
|
1123
1185
|
cedper: string;
|
|
@@ -1128,7 +1190,8 @@ export interface IFideicomisoPeriodoInteresCatalogo {
|
|
|
1128
1190
|
intereses: IFideicomisoPeriodoInteres[];
|
|
1129
1191
|
}
|
|
1130
1192
|
export interface IFideicomisoPeriodoInteres {
|
|
1131
|
-
|
|
1193
|
+
id_enterprise: string;
|
|
1194
|
+
id_empresa: number;
|
|
1132
1195
|
id_personal: string;
|
|
1133
1196
|
id_nomina: string;
|
|
1134
1197
|
mesint: string;
|
|
@@ -1150,6 +1213,7 @@ export interface IFideicomisoPeriodoInteres {
|
|
|
1150
1213
|
codnom: string;
|
|
1151
1214
|
}
|
|
1152
1215
|
export interface IPermisos {
|
|
1216
|
+
id_enterprise: string;
|
|
1153
1217
|
id_empresa: number;
|
|
1154
1218
|
id_personal: number;
|
|
1155
1219
|
id_permiso: number;
|
|
@@ -1174,7 +1238,8 @@ export interface IConstancias {
|
|
|
1174
1238
|
archivo: string;
|
|
1175
1239
|
}
|
|
1176
1240
|
export interface ITrabajosConcursantes {
|
|
1177
|
-
|
|
1241
|
+
id_enterprise: string;
|
|
1242
|
+
id_empresa: number;
|
|
1178
1243
|
id_concurso: string;
|
|
1179
1244
|
id_concursante: string;
|
|
1180
1245
|
id_trabajocon: string;
|
|
@@ -1185,7 +1250,8 @@ export interface ITrabajosConcursantes {
|
|
|
1185
1250
|
fecrettraant: string;
|
|
1186
1251
|
}
|
|
1187
1252
|
export interface IEstudiosConcursantes {
|
|
1188
|
-
|
|
1253
|
+
id_enterprise: string;
|
|
1254
|
+
id_empresa: number;
|
|
1189
1255
|
id_concurso: string;
|
|
1190
1256
|
id_concursante: string;
|
|
1191
1257
|
id_estudiocon: string;
|
|
@@ -1210,7 +1276,8 @@ export interface IExperienciaLaboral {
|
|
|
1210
1276
|
fecrettraant: string;
|
|
1211
1277
|
}
|
|
1212
1278
|
export interface IFamiliaConcursante {
|
|
1213
|
-
|
|
1279
|
+
id_enterprise: string;
|
|
1280
|
+
id_empresa: number;
|
|
1214
1281
|
id_concurso: string;
|
|
1215
1282
|
id_concursante: string;
|
|
1216
1283
|
id_familiacon: string;
|
|
@@ -1223,6 +1290,7 @@ export interface IFamiliaConcursante {
|
|
|
1223
1290
|
fecnacfam: string;
|
|
1224
1291
|
}
|
|
1225
1292
|
export interface IPrestamo {
|
|
1293
|
+
id_enterprise: string;
|
|
1226
1294
|
id_empresa: number;
|
|
1227
1295
|
id_personal: number;
|
|
1228
1296
|
id_prestamo: number;
|
|
@@ -1252,6 +1320,7 @@ export interface IPrestamo {
|
|
|
1252
1320
|
amortizacion: IPrestamoAmortizacion[];
|
|
1253
1321
|
}
|
|
1254
1322
|
export interface IPrestamoPeriodo {
|
|
1323
|
+
id_enterprise: string;
|
|
1255
1324
|
id_empresa: number;
|
|
1256
1325
|
id_personal: number;
|
|
1257
1326
|
id_prestamo: number;
|
|
@@ -1264,6 +1333,7 @@ export interface IPrestamoPeriodo {
|
|
|
1264
1333
|
codperipre: string;
|
|
1265
1334
|
}
|
|
1266
1335
|
export interface IPrestamoAmortizacion {
|
|
1336
|
+
id_enterprise: string;
|
|
1267
1337
|
id_empresa: number;
|
|
1268
1338
|
id_personal: number;
|
|
1269
1339
|
id_prestamo: number;
|
|
@@ -1274,7 +1344,8 @@ export interface IPrestamoAmortizacion {
|
|
|
1274
1344
|
desamo: string;
|
|
1275
1345
|
}
|
|
1276
1346
|
export interface IPrevioEvaluacionDt {
|
|
1277
|
-
|
|
1347
|
+
id_enterprise: string;
|
|
1348
|
+
id_empresa: number;
|
|
1278
1349
|
id_previo: string;
|
|
1279
1350
|
id_tipoeval: string;
|
|
1280
1351
|
id_aspecto: string;
|
|
@@ -1286,7 +1357,8 @@ export interface IPrevioEvaluacionDt {
|
|
|
1286
1357
|
id_dt_previo: string;
|
|
1287
1358
|
}
|
|
1288
1359
|
export interface IPrevioEvaluacion {
|
|
1289
|
-
|
|
1360
|
+
id_enterprise: string;
|
|
1361
|
+
id_empresa: number;
|
|
1290
1362
|
id_previo: string;
|
|
1291
1363
|
proceso: string;
|
|
1292
1364
|
id_concurso: string;
|
|
@@ -1416,7 +1488,8 @@ export interface IRRetenciones {
|
|
|
1416
1488
|
reporte: string;
|
|
1417
1489
|
}
|
|
1418
1490
|
export interface IResultadosEvaluacion {
|
|
1419
|
-
|
|
1491
|
+
id_enterprise: string;
|
|
1492
|
+
id_empresa: number;
|
|
1420
1493
|
id_evaluacion: string;
|
|
1421
1494
|
id_concurso: string;
|
|
1422
1495
|
codcon: string;
|
|
@@ -1434,7 +1507,8 @@ export interface IResultadosEvaluacion {
|
|
|
1434
1507
|
conclusion: string;
|
|
1435
1508
|
}
|
|
1436
1509
|
export interface ISueldoMinimo {
|
|
1437
|
-
|
|
1510
|
+
id_enterprise: string;
|
|
1511
|
+
id_empresa: number;
|
|
1438
1512
|
id_sueldominimo: string;
|
|
1439
1513
|
codsuemin: string;
|
|
1440
1514
|
anosuemin: string;
|
|
@@ -1444,6 +1518,7 @@ export interface ISueldoMinimo {
|
|
|
1444
1518
|
obssuemin: string;
|
|
1445
1519
|
}
|
|
1446
1520
|
export interface IPlanHorario {
|
|
1521
|
+
id_enterprise: string;
|
|
1447
1522
|
id_empresa: number;
|
|
1448
1523
|
id_planhor: number;
|
|
1449
1524
|
id_nomina: number;
|
|
@@ -1458,17 +1533,25 @@ export interface IPlanHorario {
|
|
|
1458
1533
|
dennom?: string;
|
|
1459
1534
|
}
|
|
1460
1535
|
export interface IPeriodosPlan {
|
|
1536
|
+
id_enterprise: string;
|
|
1461
1537
|
id_empresa: number;
|
|
1462
1538
|
id_planhor: number;
|
|
1463
1539
|
id_perplan: number;
|
|
1464
1540
|
denperplan: string;
|
|
1465
1541
|
fecperplan: string;
|
|
1466
1542
|
id_periodo: number;
|
|
1543
|
+
id_hora: number;
|
|
1544
|
+
incidencias: string;
|
|
1467
1545
|
codperi?: string;
|
|
1468
1546
|
tipfer: string;
|
|
1469
|
-
|
|
1547
|
+
deshor?: string;
|
|
1548
|
+
codhor?: string;
|
|
1549
|
+
denhor?: string;
|
|
1550
|
+
horini?: string;
|
|
1551
|
+
horfin?: string;
|
|
1470
1552
|
}
|
|
1471
1553
|
export interface IHorariosPeriodosPlan {
|
|
1554
|
+
id_enterprise: string;
|
|
1472
1555
|
id_empresa: number;
|
|
1473
1556
|
id_planhor: number;
|
|
1474
1557
|
id_perplan: number;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { MBasicModel } from '../basic-model.model';
|
|
2
2
|
import { IConceptosCXP } from "../../interfaces/CuentasPorPagar";
|
|
3
3
|
export declare class MConceptosCXP extends MBasicModel {
|
|
4
|
+
idEnterprise: number;
|
|
4
5
|
idEmpresa: number;
|
|
5
6
|
idConceptoCXP: number;
|
|
6
7
|
denominacionConceptoCXP: string;
|