sigesp 0.9.60-20230910 → 0.9.62-20230912

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 (30) hide show
  1. package/bundles/sigesp.umd.js +4412 -4344
  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/Sistema.js +1 -1
  8. package/esm2015/lib/core/models/SNO/MArchivosTxt.model.js +1 -1
  9. package/esm2015/lib/core/models/SNO/MBeneficiario.model.js +2 -2
  10. package/esm2015/lib/core/models/SNO/{McargaFamiliar.model.js → MCargaFamiliar.model.js} +1 -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 +9 -12
  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 +34 -7
  18. package/esm2015/public-api.js +3 -2
  19. package/fesm2015/sigesp.js +4425 -4361
  20. package/fesm2015/sigesp.js.map +1 -1
  21. package/lib/core/interfaces/Nomina.d.ts +1 -0
  22. package/lib/core/interfaces/Sistema.d.ts +11 -0
  23. package/lib/core/models/SNO/MConceptosNomina.model.d.ts +1 -0
  24. package/lib/core/models/SNO/MPersonal.model.d.ts +1 -0
  25. package/lib/core/models/SSS/sistema.d.ts +14 -1
  26. package/lib/sigesp.service.d.ts +8 -2
  27. package/package.json +1 -1
  28. package/public-api.d.ts +4 -3
  29. package/sigesp.metadata.json +1 -1
  30. /package/lib/core/models/SNO/{McargaFamiliar.model.d.ts → MCargaFamiliar.model.d.ts} +0 -0
@@ -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;
@@ -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
+ }
@@ -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;
@@ -114,6 +114,7 @@ export declare class MPersonal extends MBasicModel {
114
114
  fechaDefuncion: string;
115
115
  fechaActaDefuncion: string;
116
116
  numeroActaDefuncion: string;
117
+ denominacionSituacion: string;
117
118
  constructor(p?: IPersonal);
118
119
  dataInterface(): IPersonal;
119
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.60-20230910",
3
+ "version": "0.9.62-20230912",
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';
@@ -64,7 +65,7 @@ export { MAsignacionCargo, MCargoEstructuraOrganizativa, MCargosNominas } from '
64
65
  export { MAspectoEvaluacion, MItemsEvalucion } from './lib/core/models/SNO/MAspectoEvaluacion.model';
65
66
  export { MBeneficiario } from './lib/core/models/SNO/MBeneficiario.model';
66
67
  export { MCargosPersonal } from './lib/core/models/SNO/MCargosPersonal.model';
67
- export { MCargaFamiliar } from './lib/core/models/SNO/McargaFamiliar.model';
68
+ export { MCargaFamiliar } from './lib/core/models/SNO/MCargaFamiliar.model';
68
69
  export { MClasificacionObrero } from './lib/core/models/SNO/MClasificacionObrero.mdel';
69
70
  export { MConceptoVacaciones } from './lib/core/models/SNO/MConceptoVacaciones.model';
70
71
  export { MConceptosNomina } from './lib/core/models/SNO/MConceptosNomina.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';