sigesp 0.9.9-20221205 → 0.9.10-20221210
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 +447 -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 +27 -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 +442 -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,5 +1,6 @@
|
|
|
1
1
|
export interface IServiceCharge {
|
|
2
|
-
|
|
2
|
+
id_enterprise: string;
|
|
3
|
+
id_empresa: number;
|
|
3
4
|
idSerbien: string;
|
|
4
5
|
idCargo: string;
|
|
5
6
|
denominacioncargo: string;
|
|
@@ -14,14 +15,16 @@ export interface IServiceCharge {
|
|
|
14
15
|
codigogasto: string;
|
|
15
16
|
}
|
|
16
17
|
export interface IConceptosCXP {
|
|
17
|
-
|
|
18
|
+
id_enterprise: string;
|
|
19
|
+
id_empresa: number;
|
|
18
20
|
id_concxp: string;
|
|
19
21
|
denconcxp: string;
|
|
20
22
|
sc_cuenta: string;
|
|
21
23
|
estact: string;
|
|
22
24
|
}
|
|
23
25
|
export interface ITipoDocumentoCXP {
|
|
24
|
-
|
|
26
|
+
id_enterprise: string;
|
|
27
|
+
id_empresa: number;
|
|
25
28
|
id_tipodocumento: string;
|
|
26
29
|
dentipden: string;
|
|
27
30
|
estcon: string;
|
|
@@ -4,7 +4,8 @@ export declare const Signo: ISelect[];
|
|
|
4
4
|
export declare const Reporte: ISelect[];
|
|
5
5
|
export declare const SalarioNormal: ISelect[];
|
|
6
6
|
export interface IAsignacionCargo {
|
|
7
|
-
|
|
7
|
+
id_enterprise: string;
|
|
8
|
+
id_empresa: number;
|
|
8
9
|
id_carper: string;
|
|
9
10
|
codcar: string;
|
|
10
11
|
descar: string;
|
|
@@ -38,7 +39,8 @@ export interface IAsignacionCargo {
|
|
|
38
39
|
eliminar_organigrama: number[];
|
|
39
40
|
}
|
|
40
41
|
export interface IHojaTiempo {
|
|
41
|
-
|
|
42
|
+
id_enterprise: string;
|
|
43
|
+
id_empresa: number;
|
|
42
44
|
id_personalnomina: string;
|
|
43
45
|
fechojtie: string;
|
|
44
46
|
esthojtie: string;
|
|
@@ -58,7 +60,8 @@ export interface IHojaTiempo {
|
|
|
58
60
|
fechasper: string;
|
|
59
61
|
}
|
|
60
62
|
export interface INomina {
|
|
61
|
-
|
|
63
|
+
id_enterprise: string;
|
|
64
|
+
id_empresa: number;
|
|
62
65
|
id_nomina: string;
|
|
63
66
|
codnom: string;
|
|
64
67
|
dennom: string;
|
|
@@ -126,7 +129,8 @@ export interface INomina {
|
|
|
126
129
|
periodos: IPeriodoNomina[];
|
|
127
130
|
}
|
|
128
131
|
export interface INominaSimple {
|
|
129
|
-
|
|
132
|
+
id_enterprise: string;
|
|
133
|
+
id_empresa: number;
|
|
130
134
|
id_nomina: string;
|
|
131
135
|
id_carper: string;
|
|
132
136
|
id_personal: string;
|
|
@@ -149,7 +153,8 @@ export interface INominaSimple {
|
|
|
149
153
|
denestorg?: string;
|
|
150
154
|
}
|
|
151
155
|
export interface IPeriodoNomina {
|
|
152
|
-
|
|
156
|
+
id_enterprise: string;
|
|
157
|
+
id_empresa: number;
|
|
153
158
|
id_nomina: string;
|
|
154
159
|
id_periodo: string;
|
|
155
160
|
codperi: string;
|
|
@@ -168,7 +173,8 @@ export interface IPeriodoNomina {
|
|
|
168
173
|
calculado: string;
|
|
169
174
|
}
|
|
170
175
|
export interface IPersonalNomina {
|
|
171
|
-
|
|
176
|
+
id_enterprise: string;
|
|
177
|
+
id_empresa: number;
|
|
172
178
|
id_personalnomina: string;
|
|
173
179
|
id_personal: string;
|
|
174
180
|
id_nomina: string;
|
|
@@ -248,6 +254,7 @@ export interface IPersonalNomina {
|
|
|
248
254
|
horadi2: string;
|
|
249
255
|
estmpppe: string;
|
|
250
256
|
apeper: string;
|
|
257
|
+
id_planhor: string;
|
|
251
258
|
racnom?: string;
|
|
252
259
|
situacion?: string;
|
|
253
260
|
monpen?: string;
|
|
@@ -255,9 +262,12 @@ export interface IPersonalNomina {
|
|
|
255
262
|
id_clasificacion_docente: string;
|
|
256
263
|
codcladoc?: string;
|
|
257
264
|
dencladec?: string;
|
|
265
|
+
codplanhor?: string;
|
|
266
|
+
denplanhor?: string;
|
|
258
267
|
}
|
|
259
268
|
export interface IConstanteNomina {
|
|
260
|
-
|
|
269
|
+
id_enterprise: string;
|
|
270
|
+
id_empresa: number;
|
|
261
271
|
id_nomina: string;
|
|
262
272
|
id_constante: string;
|
|
263
273
|
codcons: string;
|
|
@@ -275,7 +285,8 @@ export interface IConstanteNomina {
|
|
|
275
285
|
valincidencia: string;
|
|
276
286
|
}
|
|
277
287
|
export interface IConstantePersonaNomina {
|
|
278
|
-
|
|
288
|
+
id_enterprise: string;
|
|
289
|
+
id_empresa: number;
|
|
279
290
|
id_nomina: string;
|
|
280
291
|
id_constante: string;
|
|
281
292
|
id_personalnomina: string;
|
|
@@ -296,7 +307,8 @@ export interface IConstantePersonaNomina {
|
|
|
296
307
|
id_personal: number;
|
|
297
308
|
}
|
|
298
309
|
export interface IConceptos {
|
|
299
|
-
|
|
310
|
+
id_enterprise: string;
|
|
311
|
+
id_empresa: number;
|
|
300
312
|
id_nomina: string;
|
|
301
313
|
id_concepto: string;
|
|
302
314
|
codconc: string;
|
|
@@ -360,7 +372,8 @@ export interface IConceptos {
|
|
|
360
372
|
antigcomp: string;
|
|
361
373
|
}
|
|
362
374
|
export interface IConceptosPersonalNomina {
|
|
363
|
-
|
|
375
|
+
id_enterprise: string;
|
|
376
|
+
id_empresa: number;
|
|
364
377
|
id_personalnomina: string;
|
|
365
378
|
id_nomina: string;
|
|
366
379
|
id_concepto: string;
|
|
@@ -385,7 +398,8 @@ export interface IConceptosPersonalNomina {
|
|
|
385
398
|
codnom?: string;
|
|
386
399
|
}
|
|
387
400
|
export interface IPrimasConcepto {
|
|
388
|
-
|
|
401
|
+
id_enterprise: string;
|
|
402
|
+
id_empresa: number;
|
|
389
403
|
id_primaconcepto: string;
|
|
390
404
|
id_nomina: string;
|
|
391
405
|
id_concepto: string;
|
|
@@ -395,7 +409,8 @@ export interface IPrimasConcepto {
|
|
|
395
409
|
nomcon: string;
|
|
396
410
|
}
|
|
397
411
|
export interface IConceptosVacaciones {
|
|
398
|
-
|
|
412
|
+
id_enterprise: string;
|
|
413
|
+
id_empresa: number;
|
|
399
414
|
id_convac: string;
|
|
400
415
|
id_nomina: string;
|
|
401
416
|
id_concepto: string;
|
|
@@ -420,7 +435,8 @@ export interface IConceptosVacaciones {
|
|
|
420
435
|
sigcon: string;
|
|
421
436
|
}
|
|
422
437
|
export interface IEncargaduria {
|
|
423
|
-
|
|
438
|
+
id_enterprise: string;
|
|
439
|
+
id_empresa: number;
|
|
424
440
|
id_personalnomina: string;
|
|
425
441
|
id_encargaduria: string;
|
|
426
442
|
codenc: string;
|
|
@@ -461,7 +477,8 @@ export interface IEncargaduria {
|
|
|
461
477
|
id_nominaper: string;
|
|
462
478
|
}
|
|
463
479
|
export interface ICodigoUnicoRac {
|
|
464
|
-
|
|
480
|
+
id_enterprise: string;
|
|
481
|
+
id_empresa: number;
|
|
465
482
|
id_carper: string;
|
|
466
483
|
id_nomina: string;
|
|
467
484
|
codunirac: string;
|