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
|
@@ -11,33 +11,34 @@ export interface IAsignacionCargo {
|
|
|
11
11
|
id_carper: string;
|
|
12
12
|
codcar: string;
|
|
13
13
|
descar: string;
|
|
14
|
-
id_organigrama: string;
|
|
15
|
-
codestorg: string;
|
|
16
|
-
denestorg: string;
|
|
17
|
-
id_ep1: string;
|
|
18
|
-
id_ep2: string;
|
|
19
|
-
id_ep3: string;
|
|
20
|
-
id_ep4: string;
|
|
21
|
-
id_ep5: string;
|
|
22
|
-
codigo_estructura: string;
|
|
23
|
-
denominacion_estructura: string;
|
|
24
|
-
clacar: string;
|
|
25
14
|
id_dedicacion: string;
|
|
26
|
-
codded: string;
|
|
27
|
-
dended: string;
|
|
28
15
|
id_tipopersonal: string;
|
|
29
|
-
codtipper: string;
|
|
30
|
-
dentipper: string;
|
|
31
16
|
id_tabulador: string;
|
|
32
|
-
codtab: string;
|
|
33
|
-
destab: string;
|
|
34
17
|
codgra: string;
|
|
35
18
|
codpas: string;
|
|
36
|
-
|
|
37
|
-
|
|
19
|
+
id_ep1: string;
|
|
20
|
+
id_ep2: string;
|
|
21
|
+
id_ep3: string;
|
|
22
|
+
id_ep4: string;
|
|
23
|
+
id_ep5: string;
|
|
38
24
|
totcar: string;
|
|
39
25
|
numocucar: string;
|
|
40
|
-
|
|
26
|
+
clacar: string;
|
|
27
|
+
codigo_estructura?: string;
|
|
28
|
+
denominacion_estructura?: string;
|
|
29
|
+
codded?: string;
|
|
30
|
+
dended?: string;
|
|
31
|
+
codtipper?: string;
|
|
32
|
+
dentipper?: string;
|
|
33
|
+
codtab?: string;
|
|
34
|
+
destab?: string;
|
|
35
|
+
monsalgra?: string;
|
|
36
|
+
moncomgra?: string;
|
|
37
|
+
disponibilidad?: string;
|
|
38
|
+
detalles_nomina: ICargoNomina[];
|
|
39
|
+
detalles_organigrama: ICargoOrganigrama[];
|
|
40
|
+
eliminar_nomina: number[];
|
|
41
|
+
eliminar_organigrama: number[];
|
|
41
42
|
}
|
|
42
43
|
export interface IHojaTiempo {
|
|
43
44
|
id_empresa: string;
|
|
@@ -124,22 +125,26 @@ export interface INomina {
|
|
|
124
125
|
id_periodoactual: string;
|
|
125
126
|
id_perresnom: string;
|
|
126
127
|
estincidencia: string;
|
|
128
|
+
segper: string;
|
|
127
129
|
periodos: IPeriodoNomina[];
|
|
128
130
|
}
|
|
129
131
|
export interface INominaSimple {
|
|
130
132
|
id_empresa: string;
|
|
131
133
|
id_nomina: string;
|
|
132
|
-
codnom: string;
|
|
133
|
-
dennom: string;
|
|
134
|
-
id_periodoactual: string;
|
|
135
|
-
totper: string;
|
|
136
|
-
cerper: string;
|
|
137
|
-
calculado: string;
|
|
138
|
-
prenomina: string;
|
|
139
134
|
id_carper: string;
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
135
|
+
codnom?: string;
|
|
136
|
+
dennom?: string;
|
|
137
|
+
id_periodoactual?: string;
|
|
138
|
+
totper?: string;
|
|
139
|
+
cerper?: string;
|
|
140
|
+
calculado?: string;
|
|
141
|
+
prenomina?: string;
|
|
142
|
+
descar?: string;
|
|
143
|
+
codcar?: string;
|
|
144
|
+
racnom?: string;
|
|
145
|
+
staper?: string;
|
|
146
|
+
despernom?: string;
|
|
147
|
+
peractnom?: string;
|
|
143
148
|
}
|
|
144
149
|
export interface IPeriodoNomina {
|
|
145
150
|
id_empresa: string;
|
|
@@ -345,6 +350,8 @@ export interface IConceptos {
|
|
|
345
350
|
regincidencia: string;
|
|
346
351
|
forincidencia: string;
|
|
347
352
|
orden: string;
|
|
353
|
+
evaprenom: string;
|
|
354
|
+
antigcomp: string;
|
|
348
355
|
}
|
|
349
356
|
export interface IConceptosPersonalNomina {
|
|
350
357
|
id_empresa: string;
|
|
@@ -453,3 +460,28 @@ export interface ICodigoUnicoRac {
|
|
|
453
460
|
estcodunirac: string;
|
|
454
461
|
id_codunirac: string;
|
|
455
462
|
}
|
|
463
|
+
export interface ICargoOrganigrama {
|
|
464
|
+
id_empresa: string;
|
|
465
|
+
id_carper: string;
|
|
466
|
+
id_organigrama: string;
|
|
467
|
+
id_personal: string;
|
|
468
|
+
id_dt: string;
|
|
469
|
+
codestorg?: string;
|
|
470
|
+
denestorg?: string;
|
|
471
|
+
nivel?: string;
|
|
472
|
+
}
|
|
473
|
+
export interface ICargoNomina {
|
|
474
|
+
id_empresa: string;
|
|
475
|
+
id_carper: string;
|
|
476
|
+
id_nomina: string;
|
|
477
|
+
id_dt_carnom: string;
|
|
478
|
+
codnom?: string;
|
|
479
|
+
dennom?: string;
|
|
480
|
+
estnom?: string;
|
|
481
|
+
peractnom?: string;
|
|
482
|
+
id_periodoactual?: string;
|
|
483
|
+
racnom?: string;
|
|
484
|
+
despernom?: string;
|
|
485
|
+
prenomina?: string;
|
|
486
|
+
calculado?: string;
|
|
487
|
+
}
|