sigesp 0.8.70-220304 → 0.8.73-220307
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 +12 -8
- 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/models/SNO/MConfiguracionSNO.model.js +1 -6
- package/esm2015/lib/core/models/SNO/MDefinicionNomina.model.js +7 -1
- package/esm2015/lib/core/models/SNO/MPersonal.model.js +3 -1
- package/esm2015/lib/core/models/SNO/MPersonalNomina.model.js +4 -4
- package/esm2015/public-api.js +4 -3
- package/fesm2015/sigesp.js +12 -9
- package/fesm2015/sigesp.js.map +1 -1
- package/lib/core/interfaces/Nomina.d.ts +2 -1
- package/lib/core/interfaces/RecursosHumanos.d.ts +1 -1
- package/lib/core/models/SNO/MDefinicionNomina.model.d.ts +1 -0
- package/lib/core/models/SNO/MPersonal.model.d.ts +1 -0
- package/lib/core/models/SNO/MPersonalNomina.model.d.ts +1 -1
- package/package.json +1 -1
- package/public-api.d.ts +3 -3
- package/sigesp.metadata.json +1 -1
|
@@ -124,6 +124,7 @@ export interface INomina {
|
|
|
124
124
|
id_periodoactual: string;
|
|
125
125
|
id_perresnom: string;
|
|
126
126
|
estincidencia: string;
|
|
127
|
+
segper: string;
|
|
127
128
|
periodos: IPeriodoNomina[];
|
|
128
129
|
}
|
|
129
130
|
export interface INominaSimple {
|
|
@@ -242,7 +243,7 @@ export interface IPersonalNomina {
|
|
|
242
243
|
estmpppe: string;
|
|
243
244
|
apeper: string;
|
|
244
245
|
racnom?: string;
|
|
245
|
-
|
|
246
|
+
situacion?: string;
|
|
246
247
|
monpen?: string;
|
|
247
248
|
}
|
|
248
249
|
export interface IConstanteNomina {
|
|
@@ -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;
|
|
@@ -229,6 +228,7 @@ export interface IPersonal {
|
|
|
229
228
|
desest_nac: string;
|
|
230
229
|
codpro?: string;
|
|
231
230
|
denpro?: string;
|
|
231
|
+
monpen?: string;
|
|
232
232
|
}
|
|
233
233
|
export interface ICargosPersonal {
|
|
234
234
|
id_carper: string;
|
|
@@ -77,6 +77,7 @@ export declare class MDefinicionNomina extends MBasicModel {
|
|
|
77
77
|
idPeriodoNomina: number;
|
|
78
78
|
idPeriodoRestablecerNomina: number;
|
|
79
79
|
estatusIncidencia: number;
|
|
80
|
+
segmentarPersonal: number;
|
|
80
81
|
periodosNomina: MPeriodoNomina[];
|
|
81
82
|
constructor(e?: INomina);
|
|
82
83
|
dataInterface(): INomina;
|
|
@@ -82,7 +82,7 @@ export declare class MPersonalNomina extends MBasicModel {
|
|
|
82
82
|
denominacionEstatus: string;
|
|
83
83
|
nombreCompleto: string;
|
|
84
84
|
nominaRac: number;
|
|
85
|
-
|
|
85
|
+
situacionPersonal: string;
|
|
86
86
|
montoPension: number;
|
|
87
87
|
constructor(e?: IPersonalNomina);
|
|
88
88
|
dataInterface(): IPersonalNomina;
|
package/package.json
CHANGED
package/public-api.d.ts
CHANGED
|
@@ -36,9 +36,9 @@ export { MClauseModality } from './lib/core/models/SOC/clauseModality.model';
|
|
|
36
36
|
export { MCargo } from './lib/core/models/SOC/charge.model';
|
|
37
37
|
export { MServiceCharge } from './lib/core/models/SOC/serviceCharge.model';
|
|
38
38
|
export { MUnidadTributaria } from './lib/core/models/STB/unidadTributaria.model';
|
|
39
|
-
export { MDeduction } from './lib/core/models/STB/deduction.model';
|
|
39
|
+
export { MDeduction, MConceptoRetencion } from './lib/core/models/STB/deduction.model';
|
|
40
40
|
export { MDeductionType } from './lib/core/models/STB/deductionType.model';
|
|
41
|
-
export { MMoneda, MMonedaConfig } from './lib/core/models/STB/moneda.model';
|
|
41
|
+
export { MMoneda, MMonedaConfig, } from './lib/core/models/STB/moneda.model';
|
|
42
42
|
export { MUsuario } from './lib/core/models/SSS/user.model';
|
|
43
43
|
export { MUsuarioPrefijo } from './lib/core/models/SSS/userPrefix.model';
|
|
44
44
|
export { MConfigSSS } from './lib/core/models/SSS/securityConfiguration.model';
|
|
@@ -116,7 +116,7 @@ export { ICountry, IMunicipality, IParish, IState, ICity } from './lib/core/inte
|
|
|
116
116
|
export { IBank, IBankAccountType, ISigecofBank, IAgencia, ICuentaBanco, ICartaOrden, IMovimientoBanco, IConfigBanco, IConceptoMovimiento, IControlDocumento, IConciliacion, IChequera, ICuentasSpSc, IDetalle, IDivisas, IMovimiento, ICatalogoIntegracion, IDetalleConciliacion, IDetalleMovimiento, IDetalleSpgSpi, IDetallesContable, IIntegracion, IMovimientoBancoConciliar, ISelect2, ITipoFondoAvance, ITrasferencia, IVoucherMedidas } from './lib/core/interfaces/Banco';
|
|
117
117
|
export { IConfigurationRPC } from './lib/core/interfaces/ConfiguracionRPC';
|
|
118
118
|
export { IServiceType, IService, IClause, IConfigSOC, IClauseModality, IServiceCharges } from './lib/core/interfaces/Servicios';
|
|
119
|
-
export { IDeductionType, ICargo, IDeduction } from './lib/core/interfaces/Tributos';
|
|
119
|
+
export { IDeductionType, ICargo, IDeduction, IConceptoRetencion, } from './lib/core/interfaces/Tributos';
|
|
120
120
|
export { customPaginator } from './lib/shared/material/customPaginator';
|
|
121
121
|
export { ICuentaIngresos } from './lib/core/interfaces/CuentaIngreso';
|
|
122
122
|
export { IConfigSSS, IUserDetail, IGroup, IComponent, IRights, IUserPermit, ILog } from './lib/core/interfaces/Seguridad';
|