sigesp 0.9.59-20230906 → 0.9.61-20230911

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.
Files changed (31) hide show
  1. package/bundles/sigesp.umd.js +4412 -4341
  2. package/bundles/sigesp.umd.js.map +1 -1
  3. package/bundles/sigesp.umd.min.js +1 -1
  4. package/bundles/sigesp.umd.min.js.map +1 -1
  5. package/esm2015/lib/core/interfaces/Constantes.js +5 -3
  6. package/esm2015/lib/core/interfaces/Nomina.js +1 -1
  7. package/esm2015/lib/core/interfaces/RecursosHumanos.js +1 -1
  8. package/esm2015/lib/core/interfaces/Sistema.js +1 -1
  9. package/esm2015/lib/core/models/SNO/MArchivosTxt.model.js +1 -1
  10. package/esm2015/lib/core/models/SNO/MBeneficiario.model.js +7 -1
  11. package/esm2015/lib/core/models/SNO/MCargosPersonal.model.js +1 -1
  12. package/esm2015/lib/core/models/SNO/MConceptosNomina.model.js +4 -1
  13. package/esm2015/lib/core/models/SNO/MNominaSimple.model.js +3 -6
  14. package/esm2015/lib/core/models/SNO/MPersonal.model.js +16 -10
  15. package/esm2015/lib/core/models/SNO/MPersonalNomina.model.js +3 -4
  16. package/esm2015/lib/core/models/SSS/sistema.js +42 -1
  17. package/esm2015/lib/sigesp.service.js +22 -7
  18. package/esm2015/public-api.js +2 -1
  19. package/fesm2015/sigesp.js +4437 -4370
  20. package/fesm2015/sigesp.js.map +1 -1
  21. package/lib/core/interfaces/Nomina.d.ts +1 -0
  22. package/lib/core/interfaces/RecursosHumanos.d.ts +5 -0
  23. package/lib/core/interfaces/Sistema.d.ts +11 -0
  24. package/lib/core/models/SNO/MBeneficiario.model.d.ts +2 -0
  25. package/lib/core/models/SNO/MConceptosNomina.model.d.ts +1 -0
  26. package/lib/core/models/SNO/MPersonal.model.d.ts +4 -0
  27. package/lib/core/models/SSS/sistema.d.ts +14 -1
  28. package/lib/sigesp.service.d.ts +8 -2
  29. package/package.json +1 -1
  30. package/public-api.d.ts +3 -2
  31. package/sigesp.metadata.json +1 -1
@@ -371,6 +371,7 @@ export interface IConceptos {
371
371
  evaprenom: string;
372
372
  antigcomp: string;
373
373
  id_uniadm: string;
374
+ perben: string;
374
375
  coduniadm?: string;
375
376
  denuniadm?: string;
376
377
  estructura?: string;
@@ -233,6 +233,9 @@ export interface IPersonal {
233
233
  despuetra?: string;
234
234
  id_hora: string;
235
235
  id_planhor: string;
236
+ fecdef: string;
237
+ fecactdef: string;
238
+ numactdef: string;
236
239
  codpro?: string;
237
240
  denpro?: string;
238
241
  monpen?: string;
@@ -448,6 +451,8 @@ export interface IBenefiaciario {
448
451
  numexpben: string;
449
452
  medact: string;
450
453
  tribunal: string;
454
+ fecres: string;
455
+ numres: string;
451
456
  cedpro?: string;
452
457
  nompro?: string;
453
458
  nomfam?: string;
@@ -3,6 +3,17 @@ export interface ISistema {
3
3
  codsis: string;
4
4
  nomsis: string;
5
5
  estsis: string;
6
+ imgsis: string;
6
7
  usuarios: IUserDetail[];
7
8
  eliminados?: IUserDetail[];
8
9
  }
10
+ export interface IUsuarioSistema {
11
+ id_empresa: string;
12
+ id_usuario: string;
13
+ codsis: string;
14
+ nomsis: string;
15
+ estsis: string;
16
+ imgsis: string;
17
+ accsis: string;
18
+ tipsis: string;
19
+ }
@@ -27,6 +27,8 @@ export declare class MBeneficiario extends MBasicModel {
27
27
  denominacionTipoCuenta: string;
28
28
  medidaActiva: boolean;
29
29
  tribunal: string;
30
+ fechaResolucion: string;
31
+ numeroResolucion: string;
30
32
  constructor(e?: IBenefiaciario);
31
33
  dataInterface(): IBenefiaciario;
32
34
  }
@@ -70,6 +70,7 @@ export declare class MConceptosNomina extends MBasicModel {
70
70
  idUnidadAdministrativa: number;
71
71
  codigoUnidadAdministrativa: string;
72
72
  denominacionUnidadAdministraiva: string;
73
+ perteneceBeneficiario: number;
73
74
  constructor(e?: IConceptos);
74
75
  dataInterface(): IConceptos;
75
76
  denominacionSigno(sig: string): string;
@@ -111,6 +111,10 @@ export declare class MPersonal extends MBasicModel {
111
111
  descripcionPuestoTrabajo: string;
112
112
  codigoPuestoTrabajo: string;
113
113
  descripcionHorario: string;
114
+ fechaDefuncion: string;
115
+ fechaActaDefuncion: string;
116
+ numeroActaDefuncion: string;
117
+ denominacionSituacion: string;
114
118
  constructor(p?: IPersonal);
115
119
  dataInterface(): IPersonal;
116
120
  }
@@ -1,12 +1,25 @@
1
1
  import { MBasicModel } from '../basic-model.model';
2
- import { ISistema } from '../../interfaces/Sistema';
2
+ import { ISistema, IUsuarioSistema } from '../../interfaces/Sistema';
3
3
  import { MUserDetail } from './userDetail.model';
4
4
  export declare class MSistema extends MBasicModel {
5
5
  nombre: string;
6
6
  codigo: string;
7
7
  estado: string;
8
+ imagen: string;
8
9
  usuarios: MUserDetail[];
9
10
  eliminados: MUserDetail[];
10
11
  constructor(sis?: ISistema);
11
12
  dataInterface(): ISistema;
12
13
  }
14
+ export declare class MUsuarioSistema extends MBasicModel {
15
+ idEmpresa: number;
16
+ idUsuario: number;
17
+ codigoSistema: string;
18
+ nombreSistema: string;
19
+ estausSistema: number;
20
+ imagenSistema: string;
21
+ ruta: string;
22
+ tipoSistema: number;
23
+ constructor(sis?: IUsuarioSistema);
24
+ dataInterface(): IUsuarioSistema;
25
+ }
@@ -887,8 +887,8 @@ export declare class SigespService {
887
887
  * @description obtiene el personal segun filtro
888
888
  * @return Observable<IResponse>
889
889
  * @date 15-11-2021
890
- * @param tipo: valores ['catalogo','default','nomina','responsables']
891
- * @params dato:object {nombre:string, apellido:string, cedula.string} use para la opcion 'catalogo'
890
+ * @param tipo: valores ['catalogo','catalogoSno','default','nomina','responsables']
891
+ * @params dato:object {nombre:string, apellido:string, cedula.string} use para la opcion 'catalogo' o 'catalogoSno'
892
892
  */
893
893
  getPersonal(tipo: string, dato?: any): Observable<any>;
894
894
  /**
@@ -909,6 +909,12 @@ export declare class SigespService {
909
909
  */
910
910
  getPersonalNominaResumida(idPersonal: number, tipo: string): Observable<any>;
911
911
  /**
912
+ * @description Obtiene el Json Sistemas para el usuario definido segun su permisologia del Sistema
913
+ * @return Json data
914
+ * @author Ing. Dimaly Crespo
915
+ */
916
+ getPerfilSistema(id_usuario: number): Observable<any>;
917
+ /**
912
918
  * @description Obtiene el Json Menu para el usuario definido segun su permisologia del Sistema
913
919
  * @return Json data
914
920
  * @author Ing. Wilmer Briceno
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sigesp",
3
- "version": "0.9.59-20230906",
3
+ "version": "0.9.61-20230911",
4
4
  "dependencies": {
5
5
  "tslib": "^2.0.0"
6
6
  },
package/public-api.d.ts CHANGED
@@ -53,6 +53,7 @@ export { MComponent } from './lib/core/models/SSS/component.model';
53
53
  export { MRights } from './lib/core/models/SSS/userRights.model';
54
54
  export { MUserPermit } from './lib/core/models/SSS/userPermit.model';
55
55
  export { MLog } from './lib/core/models/SSS/log.model';
56
+ export { MUsuarioSistema } from './lib/core/models/SSS/sistema';
56
57
  export { MDetaContable } from './lib/core/models/SIV/MDetaContable.model';
57
58
  export { MDetaEntrada } from './lib/core/models/SIV/MDetaEntrada.model';
58
59
  export { MEntradaSuministros } from './lib/core/models/SIV/MEntradaSuministro.model';
@@ -137,8 +138,8 @@ export { IServiceType, IService, IClause, IConfigSOC, IClauseModality, IServiceC
137
138
  export { IDeductionType, ICargo, IDeduction, IConceptoRetencion, } from './lib/core/interfaces/Tributos';
138
139
  export { customPaginator } from './lib/shared/material/customPaginator';
139
140
  export { ICuentaIngresos } from './lib/core/interfaces/CuentaIngreso';
140
- export { IConfigSSS, IUserDetail, IGroup, IComponent, IRights, IUserPermit, ILog } from './lib/core/interfaces/Seguridad';
141
- export { ISistema } from './lib/core/interfaces/Sistema';
141
+ export { IConfigSSS, IUserDetail, IGroup, IComponent, IRights, IUserPermit, ILog, } from './lib/core/interfaces/Seguridad';
142
+ export { ISistema, IUsuarioSistema } from './lib/core/interfaces/Sistema';
142
143
  export { IUnitAdministrative } from './lib/core/interfaces/Presupuesto';
143
144
  export { IServiceCharge, IConceptosCXP, ITipoDocumentoCXP } from './lib/core/interfaces/CuentasPorPagar';
144
145
  export { IAsignacionCargo, IConceptos, IConceptosPersonalNomina, IConceptosVacaciones, IConstanteNomina, IConstantePersonaNomina, IHojaTiempo, INomina, IPeriodoNomina, IPersonalNomina, IPrimasConcepto, IEncargaduria, ICodigoUnicoRac, INominaSimple, Reporte, SalarioNormal, Signo, TipoCestaTicket, } from './lib/core/interfaces/Nomina';