sigesp 0.8.72-220304 → 0.8.75-20220504
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 +2597 -289
- 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 +93 -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/MConfiguracionSNO.model.js +1 -6
- package/esm2015/lib/core/models/SNO/MDefinicionNomina.model.js +84 -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 +2345 -223
- package/fesm2015/sigesp.js.map +1 -1
- package/lib/core/interfaces/Nomina.d.ts +62 -30
- package/lib/core/interfaces/RecursosHumanos.d.ts +490 -65
- 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 +27 -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;
|
|
@@ -124,7 +124,6 @@ export interface IConfiguracionSNO {
|
|
|
124
124
|
regasiinc: string;
|
|
125
125
|
manindmod: string;
|
|
126
126
|
digcodcon: string;
|
|
127
|
-
segper: string;
|
|
128
127
|
}
|
|
129
128
|
export interface IIncidencia {
|
|
130
129
|
valor: string;
|
|
@@ -231,32 +230,56 @@ export interface IPersonal {
|
|
|
231
230
|
denpro?: string;
|
|
232
231
|
monpen?: string;
|
|
233
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
|
+
}
|
|
234
256
|
export interface ICargosPersonal {
|
|
257
|
+
id_empresa: string;
|
|
258
|
+
id_personal: string;
|
|
235
259
|
id_carper: string;
|
|
236
|
-
codcar: string;
|
|
237
|
-
descar: string;
|
|
238
|
-
codded: string;
|
|
239
|
-
dended: string;
|
|
240
|
-
dentipper: string;
|
|
241
|
-
id_ubifis: string;
|
|
242
|
-
codubifis: string;
|
|
243
|
-
denubifis: string;
|
|
244
|
-
codtipper: string;
|
|
245
|
-
id_dedicacion: string;
|
|
246
|
-
id_tipopersonal: string;
|
|
247
260
|
id_tabulador: string;
|
|
248
261
|
codgra: string;
|
|
249
262
|
codpas: string;
|
|
250
|
-
|
|
251
|
-
destab: string;
|
|
252
|
-
codestorg: string;
|
|
253
|
-
id_organigrama: string;
|
|
254
|
-
denestorg: string;
|
|
263
|
+
id_ubifis: string;
|
|
255
264
|
id_personalcargo: string;
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
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[];
|
|
260
283
|
}
|
|
261
284
|
export interface IFamiliares {
|
|
262
285
|
id_empresa: string;
|
|
@@ -278,6 +301,7 @@ export interface IFamiliares {
|
|
|
278
301
|
codfam: string;
|
|
279
302
|
dirfam: string;
|
|
280
303
|
telfam: string;
|
|
304
|
+
hijodiscapacitado: string;
|
|
281
305
|
}
|
|
282
306
|
export interface IEstudioRealizado {
|
|
283
307
|
id_empresa: string;
|
|
@@ -334,29 +358,13 @@ export interface IImpuestoSobreRenta {
|
|
|
334
358
|
diciembre: number;
|
|
335
359
|
desact: string;
|
|
336
360
|
}
|
|
337
|
-
export interface IPermisos {
|
|
338
|
-
id_empresa: number;
|
|
339
|
-
id_personal: number;
|
|
340
|
-
id_permiso: number;
|
|
341
|
-
feciniper: string;
|
|
342
|
-
fecfinper: string;
|
|
343
|
-
numdiapero: number;
|
|
344
|
-
afevacper: number;
|
|
345
|
-
tipper: number;
|
|
346
|
-
obsper: string;
|
|
347
|
-
remper: number;
|
|
348
|
-
tothorper: number;
|
|
349
|
-
desvacper: number;
|
|
350
|
-
codpermiso: string;
|
|
351
|
-
}
|
|
352
361
|
export interface IFideicomiso {
|
|
353
362
|
id_empresa: string;
|
|
354
363
|
id_personal: string;
|
|
355
364
|
id_fideicomiso: string;
|
|
356
365
|
codfid: string;
|
|
357
366
|
ficfid: string;
|
|
358
|
-
|
|
359
|
-
cuefid: string;
|
|
367
|
+
id_ctabanper: string;
|
|
360
368
|
fecingfid: string;
|
|
361
369
|
capfid: string;
|
|
362
370
|
capantcom: string;
|
|
@@ -366,6 +374,10 @@ export interface IFideicomiso {
|
|
|
366
374
|
scg_cuentafid: string;
|
|
367
375
|
scg_cuentaintfid: string;
|
|
368
376
|
calintfid: number;
|
|
377
|
+
id_ubifis: string;
|
|
378
|
+
denubifis?: string;
|
|
379
|
+
codubifis?: string;
|
|
380
|
+
ctabanper?: string;
|
|
369
381
|
}
|
|
370
382
|
export interface IDeudaAnterior {
|
|
371
383
|
id_empresa: number;
|
|
@@ -410,16 +422,18 @@ export interface IBenefiaciario {
|
|
|
410
422
|
ctabanben: string;
|
|
411
423
|
forpagben: string;
|
|
412
424
|
numexpben: string;
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
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;
|
|
423
437
|
}
|
|
424
438
|
export interface IVacacionesPersonal {
|
|
425
439
|
id_empresa: string;
|
|
@@ -454,6 +468,7 @@ export interface IVacacionesPersonal {
|
|
|
454
468
|
codusu: string;
|
|
455
469
|
diavaccal: string;
|
|
456
470
|
diahab: string;
|
|
471
|
+
profueper: string;
|
|
457
472
|
}
|
|
458
473
|
export interface IAnticipoPrestacion {
|
|
459
474
|
id_empresa: number;
|
|
@@ -548,17 +563,6 @@ export interface ICampos {
|
|
|
548
563
|
valor: string;
|
|
549
564
|
denominacion: string;
|
|
550
565
|
}
|
|
551
|
-
export interface IExperienciaLaboral {
|
|
552
|
-
id_empresa: string;
|
|
553
|
-
id_concurso: string;
|
|
554
|
-
id_concursante: string;
|
|
555
|
-
id_trabajocon: string;
|
|
556
|
-
codtra: string;
|
|
557
|
-
emptraper: string;
|
|
558
|
-
cartraant: string;
|
|
559
|
-
fecingtraant: string;
|
|
560
|
-
fecrettraant: string;
|
|
561
|
-
}
|
|
562
566
|
export interface IFormacionAcademica {
|
|
563
567
|
id_empresa: string;
|
|
564
568
|
id_concurso: string;
|
|
@@ -692,11 +696,15 @@ export interface ITabuladorNomina {
|
|
|
692
696
|
id_tabulador: string;
|
|
693
697
|
id_nomina: string;
|
|
694
698
|
id_dt_tabnom: string;
|
|
695
|
-
codnom
|
|
696
|
-
dennom
|
|
697
|
-
estnom
|
|
698
|
-
peractnom
|
|
699
|
-
|
|
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;
|
|
700
708
|
}
|
|
701
709
|
export interface IGrados {
|
|
702
710
|
id_empresa: string;
|
|
@@ -923,9 +931,12 @@ export interface IHorario {
|
|
|
923
931
|
export interface IConcursante {
|
|
924
932
|
id_empresa: string;
|
|
925
933
|
id_concurso: string;
|
|
934
|
+
codcon: string;
|
|
926
935
|
id_concursante: string;
|
|
927
936
|
cedper: string;
|
|
928
937
|
id_profesion: string;
|
|
938
|
+
profesion: string;
|
|
939
|
+
nombre_profesion: string;
|
|
929
940
|
fecreg: string;
|
|
930
941
|
nomper: string;
|
|
931
942
|
apeper: string;
|
|
@@ -933,13 +944,16 @@ export interface IConcursante {
|
|
|
933
944
|
fecnacper: string;
|
|
934
945
|
estcivper: string;
|
|
935
946
|
codpai: string;
|
|
947
|
+
nombre_pais: string;
|
|
936
948
|
codest: string;
|
|
949
|
+
nombre_estado: string;
|
|
937
950
|
nacper: string;
|
|
938
951
|
telhabper: string;
|
|
939
952
|
telmovper: string;
|
|
940
953
|
emaper: string;
|
|
941
954
|
sexper: string;
|
|
942
955
|
nivacaper: string;
|
|
956
|
+
estconper: string;
|
|
943
957
|
}
|
|
944
958
|
export interface IConcurso {
|
|
945
959
|
id_empresa: string;
|
|
@@ -971,6 +985,25 @@ export interface IEstructuraOrganizativa {
|
|
|
971
985
|
id_ep4: string;
|
|
972
986
|
id_ep5: string;
|
|
973
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;
|
|
974
1007
|
}
|
|
975
1008
|
export interface INivel {
|
|
976
1009
|
value: number;
|
|
@@ -1013,3 +1046,395 @@ export interface IPersonalJubilado {
|
|
|
1013
1046
|
fecvida: string;
|
|
1014
1047
|
tipjub: string;
|
|
1015
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
|
+
}
|