sigesp 0.8.73-220307 → 0.8.76-20220506
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 +2599 -291
- 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/Nomina.js +1 -1
- package/esm2015/lib/core/interfaces/RecursosHumanos.js +1 -1
- package/esm2015/lib/core/interfaces/Seguridad.js +1 -1
- package/esm2015/lib/core/interfaces/Usuario.js +1 -1
- package/esm2015/lib/core/models/SNO/MArchivosTxt.model.js +38 -0
- package/esm2015/lib/core/models/SNO/MAsignacionCargo.model.js +94 -21
- package/esm2015/lib/core/models/SNO/MAspectoEvaluacion.model.js +48 -1
- package/esm2015/lib/core/models/SNO/MBeneficiario.model.js +7 -11
- package/esm2015/lib/core/models/SNO/MCargaMasiva.model.js +34 -0
- package/esm2015/lib/core/models/SNO/MCargosPersonal.model.js +18 -27
- package/esm2015/lib/core/models/SNO/MConceptosNomina.model.js +7 -1
- package/esm2015/lib/core/models/SNO/MConcursante.model.js +245 -13
- package/esm2015/lib/core/models/SNO/MConcurso.model.js +176 -1
- package/esm2015/lib/core/models/SNO/MDefinicionNomina.model.js +78 -1
- package/esm2015/lib/core/models/SNO/MEstructuraOrganizativa.model.js +58 -1
- package/esm2015/lib/core/models/SNO/MFamiliares.model.js +7 -1
- package/esm2015/lib/core/models/SNO/MFideicomiso.model.js +333 -6
- package/esm2015/lib/core/models/SNO/MHojaTiempo.model.js +45 -1
- package/esm2015/lib/core/models/SNO/MImpuestoSobreRenta.model.js +70 -0
- package/esm2015/lib/core/models/SNO/MMetodoBanco.model.js +99 -0
- package/esm2015/lib/core/models/SNO/MNominaSimple.model.js +24 -15
- package/esm2015/lib/core/models/SNO/MPeriodosPlan.model.js +46 -0
- package/esm2015/lib/core/models/SNO/MPermisos.model.js +61 -0
- package/esm2015/lib/core/models/SNO/MPersonal.model.js +90 -1
- package/esm2015/lib/core/models/SNO/MPlantillaConstancia.model.js +31 -0
- package/esm2015/lib/core/models/SNO/MPrestamo.model.js +212 -0
- package/esm2015/lib/core/models/SNO/MPrimaGrados.model.js +4 -3
- package/esm2015/lib/core/models/SNO/MPrimasConcepto.model.js +4 -1
- package/esm2015/lib/core/models/SNO/MRango.model.js +7 -2
- package/esm2015/lib/core/models/SNO/MReportesRRHH.js +402 -0
- package/esm2015/lib/core/models/SNO/MRequisitosConcursante.model.js +5 -2
- package/esm2015/lib/core/models/SNO/MTabulador.model.js +15 -20
- package/esm2015/lib/core/models/SNO/MVacacionesPersonal.model.js +4 -1
- package/esm2015/lib/core/models/SSS/userPermit.model.js +5 -1
- package/esm2015/lib/sigesp.service.js +1 -2
- package/esm2015/public-api.js +17 -7
- package/esm2015/sigesp.js +11 -11
- package/fesm2015/sigesp.js +2344 -222
- package/fesm2015/sigesp.js.map +1 -1
- package/lib/core/interfaces/Nomina.d.ts +61 -30
- package/lib/core/interfaces/RecursosHumanos.d.ts +490 -64
- package/lib/core/interfaces/Seguridad.d.ts +2 -0
- package/lib/core/interfaces/Usuario.d.ts +13 -0
- package/lib/core/models/SNO/MArchivosTxt.model.d.ts +14 -0
- package/lib/core/models/SNO/MAsignacionCargo.model.d.ts +35 -4
- package/lib/core/models/SNO/MAspectoEvaluacion.model.d.ts +16 -1
- package/lib/core/models/SNO/MBeneficiario.model.d.ts +2 -0
- package/lib/core/models/SNO/MCargaMasiva.model.d.ts +12 -0
- package/lib/core/models/SNO/MCargosPersonal.model.d.ts +6 -3
- package/lib/core/models/SNO/MConceptosNomina.model.d.ts +2 -0
- package/lib/core/models/SNO/MConcursante.model.d.ts +78 -4
- package/lib/core/models/SNO/MConcurso.model.d.ts +58 -1
- package/lib/core/models/SNO/MDefinicionNomina.model.d.ts +26 -1
- package/lib/core/models/SNO/MEstructuraOrganizativa.model.d.ts +19 -0
- package/lib/core/models/SNO/MFamiliares.model.d.ts +1 -0
- package/lib/core/models/SNO/MFideicomiso.model.d.ts +115 -2
- package/lib/core/models/SNO/MHojaTiempo.model.d.ts +14 -0
- package/lib/core/models/SNO/MImpuestoSobreRenta.model.d.ts +24 -0
- package/lib/core/models/SNO/MMetodoBanco.model.d.ts +33 -0
- package/lib/core/models/SNO/MNominaSimple.model.d.ts +8 -2
- package/lib/core/models/SNO/MPeriodosPlan.model.d.ts +16 -0
- package/lib/core/models/SNO/MPermisos.model.d.ts +21 -0
- package/lib/core/models/SNO/MPersonal.model.d.ts +31 -1
- package/lib/core/models/SNO/MPlantillaConstancia.model.d.ts +11 -0
- package/lib/core/models/SNO/MPrestamo.model.d.ts +66 -0
- package/lib/core/models/SNO/MPrimaGrados.model.d.ts +0 -1
- package/lib/core/models/SNO/MRango.model.d.ts +2 -1
- package/lib/core/models/SNO/MReportesRRHH.d.ts +130 -0
- package/lib/core/models/SNO/MRequisitosConcursante.model.d.ts +1 -1
- package/lib/core/models/SNO/MTabulador.model.d.ts +7 -5
- package/lib/core/models/SNO/MVacacionesPersonal.model.d.ts +1 -0
- package/lib/core/models/SSS/userPermit.model.d.ts +2 -0
- package/package.json +1 -1
- package/public-api.d.ts +17 -7
- package/sigesp.d.ts +26 -25
- package/sigesp.metadata.json +1 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { ICargoOrganigrama, INominaSimple } from './Nomina';
|
|
2
2
|
export interface IConfiguracionSNO {
|
|
3
3
|
id_empresa: string;
|
|
4
4
|
id_sno: string;
|
|
@@ -230,32 +230,56 @@ export interface IPersonal {
|
|
|
230
230
|
denpro?: string;
|
|
231
231
|
monpen?: string;
|
|
232
232
|
}
|
|
233
|
+
export interface ICambioEstatusPersonal {
|
|
234
|
+
idPersonal: number;
|
|
235
|
+
codigoPersonal: string;
|
|
236
|
+
estatusActual: string;
|
|
237
|
+
estatusNuevo: string;
|
|
238
|
+
fechaEgreso: string;
|
|
239
|
+
causaEgreso: string;
|
|
240
|
+
preaviso: string;
|
|
241
|
+
idCausales: number;
|
|
242
|
+
observacion: string;
|
|
243
|
+
fechaReingreso: string;
|
|
244
|
+
}
|
|
245
|
+
export interface ICargaMasiva {
|
|
246
|
+
proceso: string;
|
|
247
|
+
id_nomina: number;
|
|
248
|
+
tipo: string;
|
|
249
|
+
nombreArchivo: string;
|
|
250
|
+
base64textString: string;
|
|
251
|
+
modulo: string;
|
|
252
|
+
}
|
|
253
|
+
export interface IArchivoTXT {
|
|
254
|
+
nombrearchivo: string;
|
|
255
|
+
}
|
|
233
256
|
export interface ICargosPersonal {
|
|
257
|
+
id_empresa: string;
|
|
258
|
+
id_personal: string;
|
|
234
259
|
id_carper: string;
|
|
235
|
-
codcar: string;
|
|
236
|
-
descar: string;
|
|
237
|
-
codded: string;
|
|
238
|
-
dended: string;
|
|
239
|
-
dentipper: string;
|
|
240
|
-
id_ubifis: string;
|
|
241
|
-
codubifis: string;
|
|
242
|
-
denubifis: string;
|
|
243
|
-
codtipper: string;
|
|
244
|
-
id_dedicacion: string;
|
|
245
|
-
id_tipopersonal: string;
|
|
246
260
|
id_tabulador: string;
|
|
247
261
|
codgra: string;
|
|
248
262
|
codpas: string;
|
|
249
|
-
|
|
250
|
-
destab: string;
|
|
251
|
-
codestorg: string;
|
|
252
|
-
id_organigrama: string;
|
|
253
|
-
denestorg: string;
|
|
263
|
+
id_ubifis: string;
|
|
254
264
|
id_personalcargo: string;
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
265
|
+
codubifis?: string;
|
|
266
|
+
denubifis?: string;
|
|
267
|
+
codtipper?: string;
|
|
268
|
+
id_dedicacion?: string;
|
|
269
|
+
id_tipopersonal?: string;
|
|
270
|
+
codcar?: string;
|
|
271
|
+
descar?: string;
|
|
272
|
+
codded?: string;
|
|
273
|
+
dended?: string;
|
|
274
|
+
dentipper?: string;
|
|
275
|
+
codtab?: string;
|
|
276
|
+
destab?: string;
|
|
277
|
+
monsalgra?: string;
|
|
278
|
+
moncomgra?: string;
|
|
279
|
+
estmpppe?: string;
|
|
280
|
+
detalles_organigrama: ICargoOrganigrama[];
|
|
281
|
+
detalles_nomina?: INominaSimple[];
|
|
282
|
+
eliminar_organigrama: number[];
|
|
259
283
|
}
|
|
260
284
|
export interface IFamiliares {
|
|
261
285
|
id_empresa: string;
|
|
@@ -277,6 +301,7 @@ export interface IFamiliares {
|
|
|
277
301
|
codfam: string;
|
|
278
302
|
dirfam: string;
|
|
279
303
|
telfam: string;
|
|
304
|
+
hijodiscapacitado: string;
|
|
280
305
|
}
|
|
281
306
|
export interface IEstudioRealizado {
|
|
282
307
|
id_empresa: string;
|
|
@@ -333,29 +358,13 @@ export interface IImpuestoSobreRenta {
|
|
|
333
358
|
diciembre: number;
|
|
334
359
|
desact: string;
|
|
335
360
|
}
|
|
336
|
-
export interface IPermisos {
|
|
337
|
-
id_empresa: number;
|
|
338
|
-
id_personal: number;
|
|
339
|
-
id_permiso: number;
|
|
340
|
-
feciniper: string;
|
|
341
|
-
fecfinper: string;
|
|
342
|
-
numdiapero: number;
|
|
343
|
-
afevacper: number;
|
|
344
|
-
tipper: number;
|
|
345
|
-
obsper: string;
|
|
346
|
-
remper: number;
|
|
347
|
-
tothorper: number;
|
|
348
|
-
desvacper: number;
|
|
349
|
-
codpermiso: string;
|
|
350
|
-
}
|
|
351
361
|
export interface IFideicomiso {
|
|
352
362
|
id_empresa: string;
|
|
353
363
|
id_personal: string;
|
|
354
364
|
id_fideicomiso: string;
|
|
355
365
|
codfid: string;
|
|
356
366
|
ficfid: string;
|
|
357
|
-
|
|
358
|
-
cuefid: string;
|
|
367
|
+
id_ctabanper: string;
|
|
359
368
|
fecingfid: string;
|
|
360
369
|
capfid: string;
|
|
361
370
|
capantcom: string;
|
|
@@ -365,6 +374,10 @@ export interface IFideicomiso {
|
|
|
365
374
|
scg_cuentafid: string;
|
|
366
375
|
scg_cuentaintfid: string;
|
|
367
376
|
calintfid: number;
|
|
377
|
+
id_ubifis: string;
|
|
378
|
+
denubifis?: string;
|
|
379
|
+
codubifis?: string;
|
|
380
|
+
ctabanper?: string;
|
|
368
381
|
}
|
|
369
382
|
export interface IDeudaAnterior {
|
|
370
383
|
id_empresa: number;
|
|
@@ -409,16 +422,18 @@ export interface IBenefiaciario {
|
|
|
409
422
|
ctabanben: string;
|
|
410
423
|
forpagben: string;
|
|
411
424
|
numexpben: string;
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
425
|
+
medact: string;
|
|
426
|
+
tribunal: string;
|
|
427
|
+
cedpro?: string;
|
|
428
|
+
nompro?: string;
|
|
429
|
+
nomfam?: string;
|
|
430
|
+
apefam?: string;
|
|
431
|
+
cedfam?: string;
|
|
432
|
+
nexfam?: string;
|
|
433
|
+
dirfam?: string;
|
|
434
|
+
telfam?: string;
|
|
435
|
+
nomtipcta?: string;
|
|
436
|
+
nomban?: string;
|
|
422
437
|
}
|
|
423
438
|
export interface IVacacionesPersonal {
|
|
424
439
|
id_empresa: string;
|
|
@@ -453,6 +468,7 @@ export interface IVacacionesPersonal {
|
|
|
453
468
|
codusu: string;
|
|
454
469
|
diavaccal: string;
|
|
455
470
|
diahab: string;
|
|
471
|
+
profueper: string;
|
|
456
472
|
}
|
|
457
473
|
export interface IAnticipoPrestacion {
|
|
458
474
|
id_empresa: number;
|
|
@@ -547,17 +563,6 @@ export interface ICampos {
|
|
|
547
563
|
valor: string;
|
|
548
564
|
denominacion: string;
|
|
549
565
|
}
|
|
550
|
-
export interface IExperienciaLaboral {
|
|
551
|
-
id_empresa: string;
|
|
552
|
-
id_concurso: string;
|
|
553
|
-
id_concursante: string;
|
|
554
|
-
id_trabajocon: string;
|
|
555
|
-
codtra: string;
|
|
556
|
-
emptraper: string;
|
|
557
|
-
cartraant: string;
|
|
558
|
-
fecingtraant: string;
|
|
559
|
-
fecrettraant: string;
|
|
560
|
-
}
|
|
561
566
|
export interface IFormacionAcademica {
|
|
562
567
|
id_empresa: string;
|
|
563
568
|
id_concurso: string;
|
|
@@ -691,11 +696,15 @@ export interface ITabuladorNomina {
|
|
|
691
696
|
id_tabulador: string;
|
|
692
697
|
id_nomina: string;
|
|
693
698
|
id_dt_tabnom: string;
|
|
694
|
-
codnom
|
|
695
|
-
dennom
|
|
696
|
-
estnom
|
|
697
|
-
peractnom
|
|
698
|
-
|
|
699
|
+
codnom?: string;
|
|
700
|
+
dennom?: string;
|
|
701
|
+
estnom?: string;
|
|
702
|
+
peractnom?: string;
|
|
703
|
+
id_periodoactual?: string;
|
|
704
|
+
racnom?: string;
|
|
705
|
+
despernom?: string;
|
|
706
|
+
prenomina?: string;
|
|
707
|
+
calculado?: string;
|
|
699
708
|
}
|
|
700
709
|
export interface IGrados {
|
|
701
710
|
id_empresa: string;
|
|
@@ -922,9 +931,12 @@ export interface IHorario {
|
|
|
922
931
|
export interface IConcursante {
|
|
923
932
|
id_empresa: string;
|
|
924
933
|
id_concurso: string;
|
|
934
|
+
codcon: string;
|
|
925
935
|
id_concursante: string;
|
|
926
936
|
cedper: string;
|
|
927
937
|
id_profesion: string;
|
|
938
|
+
profesion: string;
|
|
939
|
+
nombre_profesion: string;
|
|
928
940
|
fecreg: string;
|
|
929
941
|
nomper: string;
|
|
930
942
|
apeper: string;
|
|
@@ -932,13 +944,16 @@ export interface IConcursante {
|
|
|
932
944
|
fecnacper: string;
|
|
933
945
|
estcivper: string;
|
|
934
946
|
codpai: string;
|
|
947
|
+
nombre_pais: string;
|
|
935
948
|
codest: string;
|
|
949
|
+
nombre_estado: string;
|
|
936
950
|
nacper: string;
|
|
937
951
|
telhabper: string;
|
|
938
952
|
telmovper: string;
|
|
939
953
|
emaper: string;
|
|
940
954
|
sexper: string;
|
|
941
955
|
nivacaper: string;
|
|
956
|
+
estconper: string;
|
|
942
957
|
}
|
|
943
958
|
export interface IConcurso {
|
|
944
959
|
id_empresa: string;
|
|
@@ -970,6 +985,25 @@ export interface IEstructuraOrganizativa {
|
|
|
970
985
|
id_ep4: string;
|
|
971
986
|
id_ep5: string;
|
|
972
987
|
codpadre: string;
|
|
988
|
+
codpai: string;
|
|
989
|
+
despai: string;
|
|
990
|
+
codest: string;
|
|
991
|
+
desest: string;
|
|
992
|
+
codmun: string;
|
|
993
|
+
desmun: string;
|
|
994
|
+
codpar: string;
|
|
995
|
+
despar: string;
|
|
996
|
+
estmpppe: number;
|
|
997
|
+
ubibolivariana: number;
|
|
998
|
+
ubifrontera: number;
|
|
999
|
+
ubiindigena: number;
|
|
1000
|
+
ubiinsular: number;
|
|
1001
|
+
ubimarginal: number;
|
|
1002
|
+
ubinocturno: number;
|
|
1003
|
+
ubiplanta: number;
|
|
1004
|
+
ubirobinson: number;
|
|
1005
|
+
ubizona: number;
|
|
1006
|
+
ubinoaplica: number;
|
|
973
1007
|
}
|
|
974
1008
|
export interface INivel {
|
|
975
1009
|
value: number;
|
|
@@ -1012,3 +1046,395 @@ export interface IPersonalJubilado {
|
|
|
1012
1046
|
fecvida: string;
|
|
1013
1047
|
tipjub: string;
|
|
1014
1048
|
}
|
|
1049
|
+
export interface IFideicomisoInteres {
|
|
1050
|
+
id_empresa: string;
|
|
1051
|
+
id_intfide: string;
|
|
1052
|
+
mesint: string;
|
|
1053
|
+
anoint: string;
|
|
1054
|
+
nrogacint: string;
|
|
1055
|
+
fecviggacint: string;
|
|
1056
|
+
montasint: string;
|
|
1057
|
+
}
|
|
1058
|
+
export interface IConfiguracionFideicomiso {
|
|
1059
|
+
id_empresa: string;
|
|
1060
|
+
id_fidconfig: string;
|
|
1061
|
+
id_dedicacion: string;
|
|
1062
|
+
id_tipopersonal: string;
|
|
1063
|
+
anocurfid: string;
|
|
1064
|
+
diabonvacfid: string;
|
|
1065
|
+
diabonfinfid: string;
|
|
1066
|
+
cuefid: string;
|
|
1067
|
+
forfid: string;
|
|
1068
|
+
codded?: string;
|
|
1069
|
+
dended?: string;
|
|
1070
|
+
codtipper?: string;
|
|
1071
|
+
dentipper?: string;
|
|
1072
|
+
}
|
|
1073
|
+
export interface ICalculoPrestacion {
|
|
1074
|
+
id_empresa: string;
|
|
1075
|
+
mes: string;
|
|
1076
|
+
anio: string;
|
|
1077
|
+
cedula_desde: string;
|
|
1078
|
+
cedula_hasta: string;
|
|
1079
|
+
mescal?: string;
|
|
1080
|
+
aniocal?: string;
|
|
1081
|
+
}
|
|
1082
|
+
export interface IFideicomisoPeriodo {
|
|
1083
|
+
id_empresa: string;
|
|
1084
|
+
id_personal: string;
|
|
1085
|
+
id_fideicomiso: string;
|
|
1086
|
+
id_nomina: string;
|
|
1087
|
+
codnom: string;
|
|
1088
|
+
anocurper: string;
|
|
1089
|
+
mescurper: string;
|
|
1090
|
+
sueintper: string;
|
|
1091
|
+
bonextper: string;
|
|
1092
|
+
bonvacper: string;
|
|
1093
|
+
bonfinper: string;
|
|
1094
|
+
apoper: string;
|
|
1095
|
+
diafid: string;
|
|
1096
|
+
diaadi: string;
|
|
1097
|
+
metodopre: string;
|
|
1098
|
+
metodoadi: string;
|
|
1099
|
+
bonvacadiper: string;
|
|
1100
|
+
bonfinadiper: string;
|
|
1101
|
+
sueintadiper: string;
|
|
1102
|
+
apopreper: string;
|
|
1103
|
+
apoadiper: string;
|
|
1104
|
+
codusu: string;
|
|
1105
|
+
id_dt_fideiperiodo: string;
|
|
1106
|
+
cedper: string;
|
|
1107
|
+
codper: string;
|
|
1108
|
+
nomper: string;
|
|
1109
|
+
apeper: string;
|
|
1110
|
+
fecingper: string;
|
|
1111
|
+
estper: string;
|
|
1112
|
+
}
|
|
1113
|
+
export interface IFideicomisoPeriodoInteresCatalogo {
|
|
1114
|
+
id_personal: string;
|
|
1115
|
+
codper: string;
|
|
1116
|
+
cedper: string;
|
|
1117
|
+
nomper: string;
|
|
1118
|
+
apeper: string;
|
|
1119
|
+
fecingper: string;
|
|
1120
|
+
estper: string;
|
|
1121
|
+
intereses: IFideicomisoPeriodoInteres[];
|
|
1122
|
+
}
|
|
1123
|
+
export interface IFideicomisoPeriodoInteres {
|
|
1124
|
+
id_empresa: string;
|
|
1125
|
+
id_personal: string;
|
|
1126
|
+
id_nomina: string;
|
|
1127
|
+
mesint: string;
|
|
1128
|
+
anoint: string;
|
|
1129
|
+
monantacu: string;
|
|
1130
|
+
monant: string;
|
|
1131
|
+
porint: string;
|
|
1132
|
+
monint: string;
|
|
1133
|
+
moncap: string;
|
|
1134
|
+
antpre: string;
|
|
1135
|
+
id_dt_fidperint: string;
|
|
1136
|
+
cedper: string;
|
|
1137
|
+
codper: string;
|
|
1138
|
+
nomper: string;
|
|
1139
|
+
apeper: string;
|
|
1140
|
+
fecingper: string;
|
|
1141
|
+
estper: string;
|
|
1142
|
+
capital: string;
|
|
1143
|
+
codnom: string;
|
|
1144
|
+
}
|
|
1145
|
+
export interface IPermisos {
|
|
1146
|
+
id_empresa: number;
|
|
1147
|
+
id_personal: number;
|
|
1148
|
+
id_permiso: number;
|
|
1149
|
+
feciniper: string;
|
|
1150
|
+
fecfinper: string;
|
|
1151
|
+
numdiapero: number;
|
|
1152
|
+
afevacper: number;
|
|
1153
|
+
tipper: number;
|
|
1154
|
+
obsper: string;
|
|
1155
|
+
remper: number;
|
|
1156
|
+
tothorper: number;
|
|
1157
|
+
desvacper: number;
|
|
1158
|
+
codpermiso: string;
|
|
1159
|
+
id_enfermedad: string;
|
|
1160
|
+
denenf: string;
|
|
1161
|
+
}
|
|
1162
|
+
export interface IConstancias {
|
|
1163
|
+
id_constancia: number;
|
|
1164
|
+
codconstra: string;
|
|
1165
|
+
desconstra: string;
|
|
1166
|
+
plantilla_rtf: string;
|
|
1167
|
+
archivo: string;
|
|
1168
|
+
}
|
|
1169
|
+
export interface ITrabajosConcursantes {
|
|
1170
|
+
id_empresa: string;
|
|
1171
|
+
id_concurso: string;
|
|
1172
|
+
id_concursante: string;
|
|
1173
|
+
id_trabajocon: string;
|
|
1174
|
+
codtraper: string;
|
|
1175
|
+
emptraper: string;
|
|
1176
|
+
cartraant: string;
|
|
1177
|
+
fecingtraant: string;
|
|
1178
|
+
fecrettraant: string;
|
|
1179
|
+
}
|
|
1180
|
+
export interface IEstudiosConcursantes {
|
|
1181
|
+
id_empresa: string;
|
|
1182
|
+
id_concurso: string;
|
|
1183
|
+
id_concursante: string;
|
|
1184
|
+
id_estudiocon: string;
|
|
1185
|
+
codestrea: string;
|
|
1186
|
+
insestper: string;
|
|
1187
|
+
desestper: string;
|
|
1188
|
+
fecinireaest: string;
|
|
1189
|
+
fecfinestrea: string;
|
|
1190
|
+
titestper: string;
|
|
1191
|
+
anoaprestper: string;
|
|
1192
|
+
horestrea: string;
|
|
1193
|
+
}
|
|
1194
|
+
export interface IExperienciaLaboral {
|
|
1195
|
+
id_empresa: string;
|
|
1196
|
+
id_concurso: string;
|
|
1197
|
+
id_concursante: string;
|
|
1198
|
+
id_trabajocon: string;
|
|
1199
|
+
codtra: string;
|
|
1200
|
+
emptraper: string;
|
|
1201
|
+
cartraant: string;
|
|
1202
|
+
fecingtraant: string;
|
|
1203
|
+
fecrettraant: string;
|
|
1204
|
+
}
|
|
1205
|
+
export interface IFamiliaConcursante {
|
|
1206
|
+
id_empresa: string;
|
|
1207
|
+
id_concurso: string;
|
|
1208
|
+
id_concursante: string;
|
|
1209
|
+
id_familiacon: string;
|
|
1210
|
+
codfam: string;
|
|
1211
|
+
cedfam: string;
|
|
1212
|
+
nomfam: string;
|
|
1213
|
+
apefam: string;
|
|
1214
|
+
sexfam: string;
|
|
1215
|
+
nexfam: string;
|
|
1216
|
+
fecnacfam: string;
|
|
1217
|
+
}
|
|
1218
|
+
export interface IPeriodosPlan {
|
|
1219
|
+
id_empresa: string;
|
|
1220
|
+
id_planhor: string;
|
|
1221
|
+
codperplan: string;
|
|
1222
|
+
denperplan: string;
|
|
1223
|
+
fecperplan: string;
|
|
1224
|
+
id_periodo: string;
|
|
1225
|
+
codperi: string;
|
|
1226
|
+
id_hora: string;
|
|
1227
|
+
incidencias: string;
|
|
1228
|
+
id_detalle: string;
|
|
1229
|
+
}
|
|
1230
|
+
export interface IPrestamo {
|
|
1231
|
+
id_empresa: number;
|
|
1232
|
+
id_personal: number;
|
|
1233
|
+
id_prestamo: number;
|
|
1234
|
+
numpre: number;
|
|
1235
|
+
id_tipoprestamo: number;
|
|
1236
|
+
id_nomina: number;
|
|
1237
|
+
id_concepto: number;
|
|
1238
|
+
monpre: number;
|
|
1239
|
+
numcuopre: number;
|
|
1240
|
+
id_periodo: number;
|
|
1241
|
+
monamopre: number;
|
|
1242
|
+
estpre: number;
|
|
1243
|
+
fecpre: string;
|
|
1244
|
+
obsrecpre: string;
|
|
1245
|
+
obssuspre: string;
|
|
1246
|
+
tipcuopre: string;
|
|
1247
|
+
dennom: string;
|
|
1248
|
+
codnom: string;
|
|
1249
|
+
numpernom: number;
|
|
1250
|
+
destippre: string;
|
|
1251
|
+
codtippre: string;
|
|
1252
|
+
codconc: string;
|
|
1253
|
+
nomcon: string;
|
|
1254
|
+
codperi: string;
|
|
1255
|
+
fechasper: string;
|
|
1256
|
+
periodos: IPrestamoPeriodo[];
|
|
1257
|
+
amortizacion: IPrestamoAmortizacion[];
|
|
1258
|
+
}
|
|
1259
|
+
export interface IPrestamoPeriodo {
|
|
1260
|
+
id_empresa: number;
|
|
1261
|
+
id_personal: number;
|
|
1262
|
+
id_prestamo: number;
|
|
1263
|
+
numcuo: number;
|
|
1264
|
+
id_periodocob: number;
|
|
1265
|
+
feciniper: string;
|
|
1266
|
+
fecfinper: string;
|
|
1267
|
+
moncuo: number;
|
|
1268
|
+
estcuo: number;
|
|
1269
|
+
codperipre: string;
|
|
1270
|
+
}
|
|
1271
|
+
export interface IPrestamoAmortizacion {
|
|
1272
|
+
id_empresa: number;
|
|
1273
|
+
id_personal: number;
|
|
1274
|
+
id_prestamo: number;
|
|
1275
|
+
numamo: number;
|
|
1276
|
+
id_periodoamo: number;
|
|
1277
|
+
fecamo: string;
|
|
1278
|
+
monamo: number;
|
|
1279
|
+
desamo: string;
|
|
1280
|
+
}
|
|
1281
|
+
export interface IPrevioEvaluacionDt {
|
|
1282
|
+
id_empresa: string;
|
|
1283
|
+
id_previo: string;
|
|
1284
|
+
id_tipoeval: string;
|
|
1285
|
+
id_aspecto: string;
|
|
1286
|
+
id_item: string;
|
|
1287
|
+
codite: string;
|
|
1288
|
+
denite: string;
|
|
1289
|
+
puntos: string;
|
|
1290
|
+
valormax: string;
|
|
1291
|
+
id_dt_previo: string;
|
|
1292
|
+
}
|
|
1293
|
+
export interface IPrevioEvaluacion {
|
|
1294
|
+
id_empresa: string;
|
|
1295
|
+
id_previo: string;
|
|
1296
|
+
proceso: string;
|
|
1297
|
+
id_concurso: string;
|
|
1298
|
+
codcon: string;
|
|
1299
|
+
dencon: string;
|
|
1300
|
+
id_concursante: string;
|
|
1301
|
+
cedper: string;
|
|
1302
|
+
nomper: string;
|
|
1303
|
+
id_tipoeval: string;
|
|
1304
|
+
codtipeval: string;
|
|
1305
|
+
dentipeval: string;
|
|
1306
|
+
fecha: string;
|
|
1307
|
+
punreqmin: string;
|
|
1308
|
+
usuario: string;
|
|
1309
|
+
hora: string;
|
|
1310
|
+
estatus: string;
|
|
1311
|
+
tipo: string;
|
|
1312
|
+
detalles: IPrevioEvaluacionDt[];
|
|
1313
|
+
}
|
|
1314
|
+
export interface IRListadoPersonal {
|
|
1315
|
+
id_nominaDes: number;
|
|
1316
|
+
id_nominaHas: number;
|
|
1317
|
+
codnomDes: string;
|
|
1318
|
+
codnomHas: string;
|
|
1319
|
+
dennomDes: string;
|
|
1320
|
+
dennomHas: string;
|
|
1321
|
+
id_personalDes: number;
|
|
1322
|
+
id_personalHas: number;
|
|
1323
|
+
codperDes: string;
|
|
1324
|
+
codperHas: string;
|
|
1325
|
+
nomperDes: string;
|
|
1326
|
+
nomperHas: string;
|
|
1327
|
+
estper: number;
|
|
1328
|
+
cauegrper: string;
|
|
1329
|
+
sexper: string;
|
|
1330
|
+
codpai: string;
|
|
1331
|
+
codest: string;
|
|
1332
|
+
codmun: string;
|
|
1333
|
+
codpar: string;
|
|
1334
|
+
despai: string;
|
|
1335
|
+
desest: string;
|
|
1336
|
+
desmun: string;
|
|
1337
|
+
despar: string;
|
|
1338
|
+
staper: string;
|
|
1339
|
+
fechaDes: string;
|
|
1340
|
+
fechaHas: string;
|
|
1341
|
+
orden: string;
|
|
1342
|
+
reporte: string;
|
|
1343
|
+
}
|
|
1344
|
+
export interface IRListadoTipoPersonal {
|
|
1345
|
+
id_ubifis: number;
|
|
1346
|
+
codubifis: string;
|
|
1347
|
+
denubifis: string;
|
|
1348
|
+
codpai: string;
|
|
1349
|
+
despai: string;
|
|
1350
|
+
codest: string;
|
|
1351
|
+
desest: string;
|
|
1352
|
+
codmun: string;
|
|
1353
|
+
desmun: string;
|
|
1354
|
+
codpar: string;
|
|
1355
|
+
despar: string;
|
|
1356
|
+
estper: string;
|
|
1357
|
+
id_organigrama: number;
|
|
1358
|
+
codestorg: string;
|
|
1359
|
+
denestorg: string;
|
|
1360
|
+
reporte: string;
|
|
1361
|
+
orden: string;
|
|
1362
|
+
}
|
|
1363
|
+
export interface IRConsolidadoConceptos {
|
|
1364
|
+
id_nominaDes: number;
|
|
1365
|
+
id_nominaHas: number;
|
|
1366
|
+
codnomDes: string;
|
|
1367
|
+
codnomHas: string;
|
|
1368
|
+
id_personalDes: number;
|
|
1369
|
+
id_personalHas: number;
|
|
1370
|
+
codperDes: string;
|
|
1371
|
+
codperHas: string;
|
|
1372
|
+
ordenDesde: number;
|
|
1373
|
+
ordenHasta: number;
|
|
1374
|
+
id_conceptoDes: number;
|
|
1375
|
+
id_conceptoHas: number;
|
|
1376
|
+
codconcDes: string;
|
|
1377
|
+
codconcHas: string;
|
|
1378
|
+
tipconc: string;
|
|
1379
|
+
id_periodoDes: number;
|
|
1380
|
+
id_periodoHas: number;
|
|
1381
|
+
codperiDes: string;
|
|
1382
|
+
codperiHas: string;
|
|
1383
|
+
anocur: number;
|
|
1384
|
+
orden: string;
|
|
1385
|
+
reporte: string;
|
|
1386
|
+
}
|
|
1387
|
+
export interface IRPeriodo {
|
|
1388
|
+
id_periodo: string;
|
|
1389
|
+
codperi: string;
|
|
1390
|
+
fecdesper: string;
|
|
1391
|
+
fechasper: string;
|
|
1392
|
+
}
|
|
1393
|
+
export interface IRConstanciaTrabajo {
|
|
1394
|
+
id_constancia: number;
|
|
1395
|
+
codconstra: string;
|
|
1396
|
+
plantilla_rtf: string;
|
|
1397
|
+
archivo: string;
|
|
1398
|
+
id_nomina: number;
|
|
1399
|
+
codnom: string;
|
|
1400
|
+
id_personalDes: number;
|
|
1401
|
+
id_personalHas: number;
|
|
1402
|
+
codperDes: string;
|
|
1403
|
+
codperHas: string;
|
|
1404
|
+
orden: any;
|
|
1405
|
+
}
|
|
1406
|
+
export interface IRSindicatos {
|
|
1407
|
+
id_sindicatoDes: number;
|
|
1408
|
+
id_sindicatoHas: number;
|
|
1409
|
+
codSindicatoDes: string;
|
|
1410
|
+
codSindicatoHas: string;
|
|
1411
|
+
reporte: string;
|
|
1412
|
+
}
|
|
1413
|
+
export interface IRRetenciones {
|
|
1414
|
+
id_nomina: number;
|
|
1415
|
+
codnom: string;
|
|
1416
|
+
id_personalDes: number;
|
|
1417
|
+
id_personalHas: number;
|
|
1418
|
+
codperDes: string;
|
|
1419
|
+
codperHas: string;
|
|
1420
|
+
annocurso: string;
|
|
1421
|
+
reporte: string;
|
|
1422
|
+
}
|
|
1423
|
+
export interface IResultadosEvaluacion {
|
|
1424
|
+
id_empresa: string;
|
|
1425
|
+
id_evaluacion: string;
|
|
1426
|
+
id_concurso: string;
|
|
1427
|
+
codcon: string;
|
|
1428
|
+
dencon: string;
|
|
1429
|
+
id_concursante: string;
|
|
1430
|
+
cedper: string;
|
|
1431
|
+
nomper: string;
|
|
1432
|
+
fecha: string;
|
|
1433
|
+
observacion: string;
|
|
1434
|
+
usuario: string;
|
|
1435
|
+
resultado_rqm: string;
|
|
1436
|
+
resultado_psi: string;
|
|
1437
|
+
resultado_tec: string;
|
|
1438
|
+
resultado_total: string;
|
|
1439
|
+
conclusion: string;
|
|
1440
|
+
}
|
|
@@ -32,3 +32,16 @@ export interface IEmpresa {
|
|
|
32
32
|
finPeriodoFiscal: string;
|
|
33
33
|
titulo: string;
|
|
34
34
|
}
|
|
35
|
+
export interface ModuleTab {
|
|
36
|
+
name: string;
|
|
37
|
+
win: Window;
|
|
38
|
+
href: string;
|
|
39
|
+
}
|
|
40
|
+
export interface ModuleTabRoute {
|
|
41
|
+
name: string;
|
|
42
|
+
icon?: string;
|
|
43
|
+
url: string;
|
|
44
|
+
href?: string;
|
|
45
|
+
children?: ModuleTabRoute[];
|
|
46
|
+
externalLink?: boolean;
|
|
47
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { MBasicModel } from "../basic-model.model";
|
|
2
|
+
import { IArchivoTxt } from "../../interfaces/RecursosHumanos";
|
|
3
|
+
import { MArchivoTxtCampo } from "./MArchivoTxtCampo.model";
|
|
4
|
+
export declare class MArchivosTxt extends MBasicModel {
|
|
5
|
+
idEmpresa: number;
|
|
6
|
+
idArchivoTxt: number;
|
|
7
|
+
codigoArchivo: string;
|
|
8
|
+
denominacionArchivo: string;
|
|
9
|
+
tipoArchivo: string;
|
|
10
|
+
acumularMonto: boolean;
|
|
11
|
+
campos: MArchivoTxtCampo[];
|
|
12
|
+
constructor(e?: IArchivoTxt);
|
|
13
|
+
dataInterface(): IArchivoTxt;
|
|
14
|
+
}
|