sigesp 0.8.67-220127 → 0.8.70-220304
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 +108 -11
- 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/app/app.module.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/interfaces/Seguridad.js +1 -1
- package/esm2015/lib/core/models/CFG/comunidad.model.js +15 -0
- package/esm2015/lib/core/models/CFG/locations.model.js +122 -0
- package/esm2015/lib/core/models/RPC/clasification.model.js +14 -0
- package/esm2015/lib/core/models/RPC/configuracionRPC.model.js +23 -0
- package/esm2015/lib/core/models/RPC/document.model.js +16 -0
- package/esm2015/lib/core/models/RPC/proveedores.model.js +9 -0
- package/esm2015/lib/core/models/RPC/providerBeneficiary.model.js +154 -0
- package/esm2015/lib/core/models/RPC/specialty.model.js +12 -0
- package/esm2015/lib/core/models/SCG/IncomeAccount.js +81 -0
- package/esm2015/lib/core/models/SCG/accountMarriage.model.js +11 -0
- package/esm2015/lib/core/models/SCG/centroCosto.model.js +7 -0
- package/esm2015/lib/core/models/SCG/configuracionSCG.model.js +169 -0
- package/esm2015/lib/core/models/SCG/cuentaInstitucional.model.js +26 -0
- package/esm2015/lib/core/models/SCG/planUnicoCuenta.model.js +7 -0
- package/esm2015/lib/core/models/SNO/MDefinicionNomina.model.js +6 -7
- package/esm2015/lib/core/models/SNO/MPeriodoNomina.model.js +1 -1
- package/esm2015/lib/core/models/SNO/MPersonal.model.js +5 -1
- package/esm2015/lib/core/models/SNO/MPersonalJubilado.model.js +46 -0
- package/esm2015/lib/core/models/SNO/MPersonalNomina.model.js +9 -2
- package/esm2015/lib/core/models/SNO/MUbicacionFisica.model.js +4 -1
- package/esm2015/lib/core/models/SOC/charge.model.js +63 -0
- package/esm2015/lib/core/models/SOC/clause.model.js +25 -0
- package/esm2015/lib/core/models/SOC/clauseModality.model.js +29 -0
- package/esm2015/lib/core/models/SOC/configuracionSOC.model.js +56 -0
- package/esm2015/lib/core/models/SOC/service.model.js +40 -0
- package/esm2015/lib/core/models/SOC/serviceType.model.js +22 -0
- package/esm2015/lib/core/models/SPG/comprobantePresupuestario.model.js +47 -0
- package/esm2015/lib/core/models/SPG/configurationSPG.model.js +55 -0
- package/esm2015/lib/core/models/SPG/cuentaPresupuesto.model.js +13 -0
- package/esm2015/lib/core/models/SPG/estructuraPresupuestaria.model.js +132 -0
- package/esm2015/lib/core/models/SPG/expensiveAccount.model.js +40 -0
- package/esm2015/lib/core/models/SPG/fuenteFinanciamiento.model.js +10 -0
- package/esm2015/lib/core/models/SPG/incomeStructureAccount.model.js +81 -0
- package/esm2015/lib/core/models/SPG/organizationType.model.js +12 -0
- package/esm2015/lib/core/models/SSS/group.model.js +2 -2
- package/esm2015/lib/core/models/SSS/securityConfiguration.model.js +20 -0
- package/esm2015/lib/core/models/SSS/sistema.js +15 -0
- package/esm2015/lib/core/models/SSS/user.model.js +21 -0
- package/esm2015/lib/core/models/SSS/userDetail.model.js +66 -0
- package/esm2015/lib/core/models/SSS/userPrefix.model.js +11 -0
- package/esm2015/lib/core/models/SSS/userRights.model.js +25 -1
- package/esm2015/lib/core/models/STB/deduction.model.js +78 -0
- package/esm2015/lib/core/models/STB/deductionType.model.js +20 -0
- package/esm2015/lib/core/models/STB/moneda.model.js +27 -0
- package/esm2015/lib/core/models/STB/unidadTributaria.model.js +14 -0
- package/esm2015/lib/shared/components/catalogo-estructuras/catalogo-estructuras.component.js +1 -1
- package/esm2015/lib/sigesp.service.js +48 -38
- package/esm2015/lib/validation.service.js +1 -1
- package/esm2015/public-api.js +53 -44
- package/esm2015/sigesp.js +1 -1
- package/fesm2015/sigesp.js +104 -12
- package/fesm2015/sigesp.js.map +1 -1
- package/lib/core/interfaces/Nomina.d.ts +3 -0
- package/lib/core/interfaces/RecursosHumanos.d.ts +14 -0
- package/lib/core/interfaces/Seguridad.d.ts +8 -0
- package/lib/core/models/{comunidad.model.d.ts → CFG/comunidad.model.d.ts} +1 -1
- package/lib/core/models/{locations.model.d.ts → CFG/locations.model.d.ts} +2 -2
- package/lib/core/models/{clasification.model.d.ts → RPC/clasification.model.d.ts} +1 -1
- package/lib/core/models/{configuracionRPC.model.d.ts → RPC/configuracionRPC.model.d.ts} +1 -1
- package/lib/core/models/{document.model.d.ts → RPC/document.model.d.ts} +1 -1
- package/lib/core/models/{proveedores.model.d.ts → RPC/proveedores.model.d.ts} +1 -1
- package/lib/core/models/{providerBeneficiary.model.d.ts → RPC/providerBeneficiary.model.d.ts} +2 -2
- package/lib/core/models/{specialty.model.d.ts → RPC/specialty.model.d.ts} +1 -1
- package/lib/core/models/{IncomeAccount.d.ts → SCG/IncomeAccount.d.ts} +1 -1
- package/lib/core/models/{accountMarriage.model.d.ts → SCG/accountMarriage.model.d.ts} +1 -1
- package/lib/core/models/{centroCosto.model.d.ts → SCG/centroCosto.model.d.ts} +1 -1
- package/lib/core/models/{configuracionSCG.model.d.ts → SCG/configuracionSCG.model.d.ts} +2 -2
- package/lib/core/models/{cuentaInstitucional.model.d.ts → SCG/cuentaInstitucional.model.d.ts} +1 -1
- package/lib/core/models/{planUnicoCuenta.model.d.ts → SCG/planUnicoCuenta.model.d.ts} +1 -1
- package/lib/core/models/SNO/MDefinicionNomina.model.d.ts +3 -2
- package/lib/core/models/SNO/MPersonal.model.d.ts +2 -0
- package/lib/core/models/SNO/MPersonalJubilado.model.d.ts +16 -0
- package/lib/core/models/SNO/MPersonalNomina.model.d.ts +2 -0
- package/lib/core/models/{charge.model.d.ts → SOC/charge.model.d.ts} +2 -2
- package/lib/core/models/{clause.model.d.ts → SOC/clause.model.d.ts} +2 -2
- package/lib/core/models/{clauseModality.model.d.ts → SOC/clauseModality.model.d.ts} +2 -2
- package/lib/core/models/{configuracionSOC.model.d.ts → SOC/configuracionSOC.model.d.ts} +2 -2
- package/lib/core/models/{service.model.d.ts → SOC/service.model.d.ts} +3 -3
- package/lib/core/models/{serviceType.model.d.ts → SOC/serviceType.model.d.ts} +2 -2
- package/lib/core/models/{comprobantePresupuestario.model.d.ts → SPG/comprobantePresupuestario.model.d.ts} +1 -1
- package/lib/core/models/{configurationSPG.model.d.ts → SPG/configurationSPG.model.d.ts} +2 -2
- package/lib/core/models/{cuentaPresupuesto.model.d.ts → SPG/cuentaPresupuesto.model.d.ts} +1 -1
- package/lib/core/models/{estructuraPresupuestaria.model.d.ts → SPG/estructuraPresupuestaria.model.d.ts} +1 -1
- package/lib/core/models/{expensiveAccount.model.d.ts → SPG/expensiveAccount.model.d.ts} +1 -1
- package/lib/core/models/{fuenteFinanciamiento.model.d.ts → SPG/fuenteFinanciamiento.model.d.ts} +1 -1
- package/lib/core/models/{incomeStructureAccount.model.d.ts → SPG/incomeStructureAccount.model.d.ts} +1 -1
- package/lib/core/models/{organizationType.model.d.ts → SPG/organizationType.model.d.ts} +1 -1
- package/lib/core/models/SSS/group.model.d.ts +1 -1
- package/lib/core/models/{securityConfiguration.model.d.ts → SSS/securityConfiguration.model.d.ts} +2 -2
- package/lib/core/models/{sistema.d.ts → SSS/sistema.d.ts} +1 -1
- package/lib/core/models/{user.model.d.ts → SSS/user.model.d.ts} +1 -1
- package/lib/core/models/{userDetail.model.d.ts → SSS/userDetail.model.d.ts} +3 -3
- package/lib/core/models/{userPrefix.model.d.ts → SSS/userPrefix.model.d.ts} +1 -1
- package/lib/core/models/SSS/userRights.model.d.ts +8 -0
- package/lib/core/models/{deduction.model.d.ts → STB/deduction.model.d.ts} +2 -2
- package/lib/core/models/{deductionType.model.d.ts → STB/deductionType.model.d.ts} +2 -2
- package/lib/core/models/{moneda.model.d.ts → STB/moneda.model.d.ts} +1 -1
- package/lib/core/models/{unidadTributaria.model.d.ts → STB/unidadTributaria.model.d.ts} +1 -1
- package/lib/shared/components/catalogo-estructuras/catalogo-estructuras.component.d.ts +1 -1
- package/lib/sigesp.service.d.ts +30 -24
- package/lib/validation.service.d.ts +1 -1
- package/package.json +1 -1
- package/public-api.d.ts +45 -43
- package/sigesp.d.ts +13 -12
- package/sigesp.metadata.json +1 -1
- package/esm2015/lib/core/models/IncomeAccount.js +0 -81
- package/esm2015/lib/core/models/accountMarriage.model.js +0 -11
- package/esm2015/lib/core/models/centroCosto.model.js +0 -7
- package/esm2015/lib/core/models/charge.model.js +0 -63
- package/esm2015/lib/core/models/clasification.model.js +0 -14
- package/esm2015/lib/core/models/clause.model.js +0 -25
- package/esm2015/lib/core/models/clauseModality.model.js +0 -29
- package/esm2015/lib/core/models/comprobantePresupuestario.model.js +0 -47
- package/esm2015/lib/core/models/comunidad.model.js +0 -15
- package/esm2015/lib/core/models/configuracionRPC.model.js +0 -23
- package/esm2015/lib/core/models/configuracionSCG.model.js +0 -169
- package/esm2015/lib/core/models/configuracionSOC.model.js +0 -56
- package/esm2015/lib/core/models/configurationSPG.model.js +0 -55
- package/esm2015/lib/core/models/cuentaInstitucional.model.js +0 -26
- package/esm2015/lib/core/models/cuentaPresupuesto.model.js +0 -13
- package/esm2015/lib/core/models/deduction.model.js +0 -78
- package/esm2015/lib/core/models/deductionType.model.js +0 -20
- package/esm2015/lib/core/models/document.model.js +0 -16
- package/esm2015/lib/core/models/estructuraPresupuestaria.model.js +0 -132
- package/esm2015/lib/core/models/expensiveAccount.model.js +0 -40
- package/esm2015/lib/core/models/fuenteFinanciamiento.model.js +0 -10
- package/esm2015/lib/core/models/incomeStructureAccount.model.js +0 -81
- package/esm2015/lib/core/models/locations.model.js +0 -122
- package/esm2015/lib/core/models/moneda.model.js +0 -27
- package/esm2015/lib/core/models/organizationType.model.js +0 -12
- package/esm2015/lib/core/models/planUnicoCuenta.model.js +0 -7
- package/esm2015/lib/core/models/proveedores.model.js +0 -9
- package/esm2015/lib/core/models/providerBeneficiary.model.js +0 -154
- package/esm2015/lib/core/models/securityConfiguration.model.js +0 -20
- package/esm2015/lib/core/models/service.model.js +0 -40
- package/esm2015/lib/core/models/serviceType.model.js +0 -22
- package/esm2015/lib/core/models/sistema.js +0 -15
- package/esm2015/lib/core/models/specialty.model.js +0 -12
- package/esm2015/lib/core/models/unidadTributaria.model.js +0 -14
- package/esm2015/lib/core/models/user.model.js +0 -21
- package/esm2015/lib/core/models/userDetail.model.js +0 -66
- package/esm2015/lib/core/models/userPrefix.model.js +0 -11
|
@@ -123,6 +123,7 @@ export interface INomina {
|
|
|
123
123
|
nompro: string;
|
|
124
124
|
id_periodoactual: string;
|
|
125
125
|
id_perresnom: string;
|
|
126
|
+
estincidencia: string;
|
|
126
127
|
periodos: IPeriodoNomina[];
|
|
127
128
|
}
|
|
128
129
|
export interface INominaSimple {
|
|
@@ -241,6 +242,8 @@ export interface IPersonalNomina {
|
|
|
241
242
|
estmpppe: string;
|
|
242
243
|
apeper: string;
|
|
243
244
|
racnom?: string;
|
|
245
|
+
estper?: string;
|
|
246
|
+
monpen?: string;
|
|
244
247
|
}
|
|
245
248
|
export interface IConstanteNomina {
|
|
246
249
|
id_empresa: string;
|
|
@@ -227,6 +227,8 @@ export interface IPersonal {
|
|
|
227
227
|
despar: string;
|
|
228
228
|
despai_nac: string;
|
|
229
229
|
desest_nac: string;
|
|
230
|
+
codpro?: string;
|
|
231
|
+
denpro?: string;
|
|
230
232
|
}
|
|
231
233
|
export interface ICargosPersonal {
|
|
232
234
|
id_carper: string;
|
|
@@ -998,3 +1000,15 @@ export interface IUbicacionFisica {
|
|
|
998
1000
|
dirubifis: string;
|
|
999
1001
|
tietras: string;
|
|
1000
1002
|
}
|
|
1003
|
+
export interface IPersonalJubilado {
|
|
1004
|
+
id_empresa: string;
|
|
1005
|
+
id_personal: string;
|
|
1006
|
+
id_jubilado: string;
|
|
1007
|
+
prirem: string;
|
|
1008
|
+
subtot: string;
|
|
1009
|
+
porpen: string;
|
|
1010
|
+
monpen: string;
|
|
1011
|
+
ultrem: string;
|
|
1012
|
+
fecvida: string;
|
|
1013
|
+
tipjub: string;
|
|
1014
|
+
}
|
|
@@ -67,6 +67,14 @@ export interface IRights {
|
|
|
67
67
|
enviar__correo_: string | number;
|
|
68
68
|
imprimir: string | number;
|
|
69
69
|
visible: string | number;
|
|
70
|
+
aprobar: string | number;
|
|
71
|
+
revaprobar: string | number;
|
|
72
|
+
anular_sc: string | number;
|
|
73
|
+
revanular_sc: string | number;
|
|
74
|
+
contabilizar: string | number;
|
|
75
|
+
revcontabilizar: string | number;
|
|
76
|
+
anular_c: string | number;
|
|
77
|
+
revanular_c: string | number;
|
|
70
78
|
children: IRights[];
|
|
71
79
|
icono: string;
|
|
72
80
|
id: string | number;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { ICountry, IState, IMunicipality, IParish, ICity } from '
|
|
2
|
-
import { MBasicModel } from '
|
|
1
|
+
import { ICountry, IState, IMunicipality, IParish, ICity } from '../../interfaces/Lugares';
|
|
2
|
+
import { MBasicModel } from '../basic-model.model';
|
|
3
3
|
export declare class MCountry extends MBasicModel {
|
|
4
4
|
code: string;
|
|
5
5
|
name: string;
|
package/lib/core/models/{providerBeneficiary.model.d.ts → RPC/providerBeneficiary.model.d.ts}
RENAMED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { IProviderBeneficiary, IProviderBankAccount } from '
|
|
2
|
-
import { MBasicModel } from '
|
|
1
|
+
import { IProviderBeneficiary, IProviderBankAccount } from '../../interfaces/Proveedor';
|
|
2
|
+
import { MBasicModel } from '../basic-model.model';
|
|
3
3
|
export declare class MProviderBeneficiary extends MBasicModel {
|
|
4
4
|
idEmpresa: number;
|
|
5
5
|
id: number;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { MBasicModel } from '
|
|
2
|
-
import { IConfiguracionSCG } from '
|
|
1
|
+
import { MBasicModel } from '../basic-model.model';
|
|
2
|
+
import { IConfiguracionSCG } from '../../interfaces/ConfiguracionSCG';
|
|
3
3
|
export declare class MConfiguracionSCG extends MBasicModel {
|
|
4
4
|
activo: string;
|
|
5
5
|
bloqueoAnulacion: string;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { MPeriodoNomina } from './MPeriodoNomina.model';
|
|
2
|
-
import { INomina } from '../../interfaces/Nomina';
|
|
3
1
|
import { MBasicModel } from '../basic-model.model';
|
|
2
|
+
import { INomina } from '../../interfaces/Nomina';
|
|
3
|
+
import { MPeriodoNomina } from './MPeriodoNomina.model';
|
|
4
4
|
export declare class MDefinicionNomina extends MBasicModel {
|
|
5
5
|
idEmpresa: number;
|
|
6
6
|
idNomina: number;
|
|
@@ -76,6 +76,7 @@ export declare class MDefinicionNomina extends MBasicModel {
|
|
|
76
76
|
denominacionCuentaContable: string;
|
|
77
77
|
idPeriodoNomina: number;
|
|
78
78
|
idPeriodoRestablecerNomina: number;
|
|
79
|
+
estatusIncidencia: number;
|
|
79
80
|
periodosNomina: MPeriodoNomina[];
|
|
80
81
|
constructor(e?: INomina);
|
|
81
82
|
dataInterface(): INomina;
|
|
@@ -99,6 +99,8 @@ export declare class MPersonal extends MBasicModel {
|
|
|
99
99
|
nombreParroquia: string;
|
|
100
100
|
nombrePaisNacimiento: string;
|
|
101
101
|
nombreEstadoNacimiento: string;
|
|
102
|
+
codigoProfesion: string;
|
|
103
|
+
denominacionProfesion: string;
|
|
102
104
|
constructor(p?: IPersonal);
|
|
103
105
|
dataInterface(): IPersonal;
|
|
104
106
|
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { IPersonalJubilado } from "../../interfaces/RecursosHumanos";
|
|
2
|
+
import { MBasicModel } from "../basic-model.model";
|
|
3
|
+
export declare class MPersonalJubilado extends MBasicModel {
|
|
4
|
+
idEmpresa: number;
|
|
5
|
+
idPersonal: number;
|
|
6
|
+
idJubilacion: number;
|
|
7
|
+
primeraRemuneracion: number;
|
|
8
|
+
subTotal: number;
|
|
9
|
+
porcentajeRemuneracion: number;
|
|
10
|
+
montoPension: number;
|
|
11
|
+
ultimaRemuneracion: number;
|
|
12
|
+
fechaFeVida: string;
|
|
13
|
+
tipoJubilacion: number;
|
|
14
|
+
constructor(e?: IPersonalJubilado);
|
|
15
|
+
dataInterface(): IPersonalJubilado;
|
|
16
|
+
}
|
|
@@ -82,6 +82,8 @@ export declare class MPersonalNomina extends MBasicModel {
|
|
|
82
82
|
denominacionEstatus: string;
|
|
83
83
|
nombreCompleto: string;
|
|
84
84
|
nominaRac: number;
|
|
85
|
+
estatausPersonal: string;
|
|
86
|
+
montoPension: number;
|
|
85
87
|
constructor(e?: IPersonalNomina);
|
|
86
88
|
dataInterface(): IPersonalNomina;
|
|
87
89
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { ICargo } from '
|
|
2
|
-
import { MBasicModel } from '
|
|
1
|
+
import { ICargo } from '../../interfaces/Tributos';
|
|
2
|
+
import { MBasicModel } from '../basic-model.model';
|
|
3
3
|
export declare class MCargo extends MBasicModel {
|
|
4
4
|
isNew: boolean;
|
|
5
5
|
error: boolean;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { MBasicModel } from '
|
|
2
|
-
import { IClause } from '
|
|
1
|
+
import { MBasicModel } from '../basic-model.model';
|
|
2
|
+
import { IClause } from '../../interfaces/Servicios';
|
|
3
3
|
export declare class MClause extends MBasicModel {
|
|
4
4
|
id: number;
|
|
5
5
|
companyId: number;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { MBasicModel } from '
|
|
2
|
-
import { IClauseModality } from '
|
|
1
|
+
import { MBasicModel } from '../basic-model.model';
|
|
2
|
+
import { IClauseModality } from '../../interfaces/Servicios';
|
|
3
3
|
import { MClause } from './clause.model';
|
|
4
4
|
export declare class MClauseModality extends MBasicModel {
|
|
5
5
|
id: number;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { MBasicModel } from '
|
|
2
|
-
import { IConfigSOC } from '
|
|
1
|
+
import { MBasicModel } from '../basic-model.model';
|
|
2
|
+
import { IConfigSOC } from '../../interfaces/Servicios';
|
|
3
3
|
export declare class MConfigSOC extends MBasicModel {
|
|
4
4
|
id: number;
|
|
5
5
|
companyId: number;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { MBasicModel } from '
|
|
2
|
-
import { IService } from '
|
|
3
|
-
import { MServiceCharge } from './
|
|
1
|
+
import { MBasicModel } from '../basic-model.model';
|
|
2
|
+
import { IService } from '../../interfaces/Servicios';
|
|
3
|
+
import { MServiceCharge } from './serviceCharge.model';
|
|
4
4
|
export declare class MService extends MBasicModel {
|
|
5
5
|
id: number;
|
|
6
6
|
code: string;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { MBasicModel } from '
|
|
2
|
-
import { IServiceType } from '
|
|
1
|
+
import { MBasicModel } from '../basic-model.model';
|
|
2
|
+
import { IServiceType } from '../../interfaces/Servicios';
|
|
3
3
|
export declare class MServiceType extends MBasicModel {
|
|
4
4
|
id: number;
|
|
5
5
|
denomination: string;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { IComprobantePresupuestarioEgresos, IComprobantePresupuestarioIngresos } from '
|
|
1
|
+
import { IComprobantePresupuestarioEgresos, IComprobantePresupuestarioIngresos } from '../../interfaces/ComprobantePresupuestario';
|
|
2
2
|
export declare class MComprobantePresupuestarioEgresos {
|
|
3
3
|
idEmpresa: number;
|
|
4
4
|
idComprobante: number;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { IConfigurationSPG } from '
|
|
2
|
-
import { MMonedaConfig } from '
|
|
1
|
+
import { IConfigurationSPG } from '../../interfaces/ConfigurationSPG';
|
|
2
|
+
import { MMonedaConfig } from '../STB/moneda.model';
|
|
3
3
|
export declare class MConfigurationSPG {
|
|
4
4
|
cuentasPresupuestoCedentes: string;
|
|
5
5
|
cunetasPresupuestoRecaudadores: string;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { IEstructuraPresupuestariaOne, IEstructuraPresupuestariaTwo, IEstructuraPresupuestariaThree, IEstructuraPresupuestariaFour, IEstructuraPresupuestariaFiveComplete, IEstructuraPresupuestariaFive, IEstructuraPresupuestariaThreeComplete } from '
|
|
1
|
+
import { IEstructuraPresupuestariaOne, IEstructuraPresupuestariaTwo, IEstructuraPresupuestariaThree, IEstructuraPresupuestariaFour, IEstructuraPresupuestariaFiveComplete, IEstructuraPresupuestariaFive, IEstructuraPresupuestariaThreeComplete } from '../../interfaces/EstructuraPresupuestaria';
|
|
2
2
|
export declare class MEstructuraPresupuestariaOne {
|
|
3
3
|
codigoEstructuraProgramatica: string;
|
|
4
4
|
denominacionEstructuraProgramatica: string;
|
package/lib/core/models/{fuenteFinanciamiento.model.d.ts → SPG/fuenteFinanciamiento.model.d.ts}
RENAMED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { IFuenteFinanciamiento } from '
|
|
1
|
+
import { IFuenteFinanciamiento } from '../../interfaces/FuenteFinanciamiento';
|
|
2
2
|
export declare class MFuenteFinanciamiento {
|
|
3
3
|
codigoFuenteFinanciamiento: string;
|
|
4
4
|
denominacionFuenteFinanciamiento: string;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { MBasicModel } from '../basic-model.model';
|
|
2
2
|
import { IGroup } from '../../interfaces/Seguridad';
|
|
3
|
-
import { MUserDetail } from '../userDetail.model';
|
|
4
3
|
import { MRights } from './userRights.model';
|
|
4
|
+
import { MUserDetail } from './userDetail.model';
|
|
5
5
|
export declare class MGroup extends MBasicModel {
|
|
6
6
|
id: number;
|
|
7
7
|
code: string;
|
package/lib/core/models/{securityConfiguration.model.d.ts → SSS/securityConfiguration.model.d.ts}
RENAMED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { MBasicModel } from '
|
|
2
|
-
import { IConfigSSS } from '
|
|
1
|
+
import { MBasicModel } from '../basic-model.model';
|
|
2
|
+
import { IConfigSSS } from '../../interfaces/Seguridad';
|
|
3
3
|
export declare class MConfigSSS extends MBasicModel {
|
|
4
4
|
id: number;
|
|
5
5
|
blockTime: number;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { MBasicModel } from '
|
|
2
|
-
import { IUserDetail } from '
|
|
3
|
-
import { MRights } from '
|
|
1
|
+
import { MBasicModel } from '../basic-model.model';
|
|
2
|
+
import { IUserDetail } from '../../interfaces/Seguridad';
|
|
3
|
+
import { MRights } from '../SSS/userRights.model';
|
|
4
4
|
export declare class MUserDetail extends MBasicModel {
|
|
5
5
|
id: number;
|
|
6
6
|
lastName: string;
|
|
@@ -17,6 +17,14 @@ export declare class MRights extends MBasicModel {
|
|
|
17
17
|
sendEmail: boolean;
|
|
18
18
|
print: boolean;
|
|
19
19
|
visible: boolean;
|
|
20
|
+
aprobar: boolean;
|
|
21
|
+
revaprobar: boolean;
|
|
22
|
+
anular_sc: boolean;
|
|
23
|
+
revanular_sc: boolean;
|
|
24
|
+
contabilizar: boolean;
|
|
25
|
+
revcontabilizar: boolean;
|
|
26
|
+
anular_c: boolean;
|
|
27
|
+
revanular_c: boolean;
|
|
20
28
|
children: MRights[];
|
|
21
29
|
icon: string;
|
|
22
30
|
componentName: string;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { MBasicModel } from '
|
|
2
|
-
import { IConceptoRetencion, IDeduction } from '
|
|
1
|
+
import { MBasicModel } from '../basic-model.model';
|
|
2
|
+
import { IConceptoRetencion, IDeduction } from '../../interfaces/Tributos';
|
|
3
3
|
export declare class MDeduction extends MBasicModel {
|
|
4
4
|
companyId: number;
|
|
5
5
|
id: number;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { IDeductionType } from '../../interfaces/Tributos';
|
|
2
|
+
import { MBasicModel } from '../basic-model.model';
|
|
3
3
|
export declare class MDeductionType extends MBasicModel {
|
|
4
4
|
code: string;
|
|
5
5
|
description: string;
|
|
@@ -3,7 +3,7 @@ import { MatTableDataSource } from '@angular/material/table';
|
|
|
3
3
|
import { MatPaginator } from '@angular/material/paginator';
|
|
4
4
|
import { MatSort } from '@angular/material/sort';
|
|
5
5
|
import { MatDialogRef } from '@angular/material/dialog';
|
|
6
|
-
import { MConfigurationSPG } from '../../../core/models/configurationSPG.model';
|
|
6
|
+
import { MConfigurationSPG } from '../../../core/models/SPG/configurationSPG.model';
|
|
7
7
|
export declare class CatalogoEstructurasComponent implements OnInit {
|
|
8
8
|
private dialogRef;
|
|
9
9
|
dialogData: IDialogData;
|
package/lib/sigesp.service.d.ts
CHANGED
|
@@ -1,31 +1,31 @@
|
|
|
1
|
-
import { MUsuario } from './core/models/user.model';
|
|
1
|
+
import { MUsuario } from './core/models/SSS/user.model';
|
|
2
2
|
import { HttpClient, HttpHeaders } from '@angular/common/http';
|
|
3
3
|
import { Observable } from 'rxjs';
|
|
4
|
-
import { MProveedor } from './core/models/proveedores.model';
|
|
4
|
+
import { MProveedor } from './core/models/RPC/proveedores.model';
|
|
5
5
|
import { MatDialog } from '@angular/material/dialog';
|
|
6
6
|
import { filterData } from './core/interfaces/Catalogo';
|
|
7
|
-
import { MCuentaPresupuesto } from './core/models/cuentaPresupuesto.model';
|
|
8
|
-
import { MCuentaInstitucional } from './core/models/cuentaInstitucional.model';
|
|
9
|
-
import { MMoneda } from './core/models/moneda.model';
|
|
10
|
-
import { MComunidad } from './core/models/comunidad.model';
|
|
7
|
+
import { MCuentaPresupuesto } from './core/models/SPG/cuentaPresupuesto.model';
|
|
8
|
+
import { MCuentaInstitucional } from './core/models/SCG/cuentaInstitucional.model';
|
|
9
|
+
import { MMoneda } from './core/models/STB/moneda.model';
|
|
10
|
+
import { MComunidad } from './core/models/CFG/comunidad.model';
|
|
11
11
|
import { ToastrService } from 'ngx-toastr';
|
|
12
|
-
import { MUnidadTributaria } from './core/models/unidadTributaria.model';
|
|
12
|
+
import { MUnidadTributaria } from './core/models/STB/unidadTributaria.model';
|
|
13
13
|
import { AbstractControl, FormGroup } from '@angular/forms';
|
|
14
|
-
import { MConfiguracionSCG } from './core/models/configuracionSCG.model';
|
|
15
|
-
import { MPlanUnicoCuenta } from './core/models/planUnicoCuenta.model';
|
|
14
|
+
import { MConfiguracionSCG } from './core/models/SCG/configuracionSCG.model';
|
|
15
|
+
import { MPlanUnicoCuenta } from './core/models/SCG/planUnicoCuenta.model';
|
|
16
16
|
import { IConexion } from './core/interfaces/Usuario';
|
|
17
|
-
import { MConfigurationSPG } from './core/models/configurationSPG.model';
|
|
18
|
-
import { MEstructuraPresupuestariaOne, MEstructuraPresupuestariaTwo, MEstructuraPresupuestariaThree, MEstructuraPresupuestariaFour, MEstructuraPresupuestariaFiveComplete, MAllStructure } from './core/models/estructuraPresupuestaria.model';
|
|
17
|
+
import { MConfigurationSPG } from './core/models/SPG/configurationSPG.model';
|
|
18
|
+
import { MEstructuraPresupuestariaOne, MEstructuraPresupuestariaTwo, MEstructuraPresupuestariaThree, MEstructuraPresupuestariaFour, MEstructuraPresupuestariaFiveComplete, MAllStructure } from './core/models/SPG/estructuraPresupuestaria.model';
|
|
19
19
|
import { IEstructuraPresupuestariaOne, IEstructuraPresupuestariaTwo, IEstructuraPresupuestariaThree, IEstructuraPresupuestariaFour, IEstructuraPresupuestariaFive } from './core/interfaces/EstructuraPresupuestaria';
|
|
20
|
-
import { MCentroCosto } from './core/models/centroCosto.model';
|
|
21
|
-
import { MFuenteFinanciamiento } from './core/models/fuenteFinanciamiento.model';
|
|
22
|
-
import { MCuentaEgresos } from './core/models/expensiveAccount.model';
|
|
20
|
+
import { MCentroCosto } from './core/models/SCG/centroCosto.model';
|
|
21
|
+
import { MFuenteFinanciamiento } from './core/models/SPG/fuenteFinanciamiento.model';
|
|
22
|
+
import { MCuentaEgresos } from './core/models/SPG/expensiveAccount.model';
|
|
23
23
|
import { IUpdateDistribution, IUpdateDistributionIngresos } from './core/interfaces/CuentaEgresos';
|
|
24
|
-
import { MSistema } from './core/models/sistema';
|
|
24
|
+
import { MSistema } from './core/models/SSS/sistema';
|
|
25
25
|
import { IComprobantePresupuestarioEgresos, IComprobantePresupuestarioIngresos } from './core/interfaces/ComprobantePresupuestario';
|
|
26
|
-
import { MComprobantePresupuestarioEgresos, MComprobantePresupuestarioIngresos } from './core/models/comprobantePresupuestario.model';
|
|
27
|
-
import { MCuentaIngresos } from './core/models/IncomeAccount';
|
|
28
|
-
import { MCountry, MState, MMunicipality, MParish } from './core/models/locations.model';
|
|
26
|
+
import { MComprobantePresupuestarioEgresos, MComprobantePresupuestarioIngresos } from './core/models/SPG/comprobantePresupuestario.model';
|
|
27
|
+
import { MCuentaIngresos } from './core/models/SCG/IncomeAccount';
|
|
28
|
+
import { MCountry, MState, MMunicipality, MParish } from './core/models/CFG/locations.model';
|
|
29
29
|
import { IResponse } from './core/interfaces/Response';
|
|
30
30
|
import { MComponent } from './core/models/SSS/component.model';
|
|
31
31
|
import { MLog } from './core/models/SSS/log.model';
|
|
@@ -818,6 +818,12 @@ export declare class SigespService {
|
|
|
818
818
|
* @return Json data
|
|
819
819
|
* @author Ing. Wilmer Briceno
|
|
820
820
|
*/
|
|
821
|
+
getPerfilNoComponent(id_usuario: number, sistema: string, nameComponent: string): Observable<any>;
|
|
822
|
+
/**
|
|
823
|
+
* @description Obtiene el Json Menu para el usuario definido segun su permisologia del Sistema
|
|
824
|
+
* @return Json data
|
|
825
|
+
* @author Ing. Wilmer Briceno
|
|
826
|
+
*/
|
|
821
827
|
getJsonMenu(id_usuario: number, sistema: string): Observable<any>;
|
|
822
828
|
/**
|
|
823
829
|
* @description Obtiene el Json Menu para el usuario definido segun su permisologia del Sistema
|
|
@@ -846,12 +852,12 @@ export declare class SigespService {
|
|
|
846
852
|
* stringbinario : '1011' y posicion es 2, por tanto se tare 0 y es false que representa opcion consultar.
|
|
847
853
|
* Estructura string binario:
|
|
848
854
|
* Posición :
|
|
849
|
-
* 0. Administrador 6. Descargar
|
|
850
|
-
* 1. insertar 7. Ejecutar
|
|
851
|
-
* 2. Actualizar 8. Enviar
|
|
852
|
-
* 3. consultar 9. Imprimir
|
|
853
|
-
* 4. Eliminar 10. Visible
|
|
854
|
-
* 5. Anular
|
|
855
|
+
* 0. Administrador 6. Descargar 12. Reversar aprobar 18. Reversar anular contabilizado
|
|
856
|
+
* 1. insertar 7. Ejecutar 13. Anular.
|
|
857
|
+
* 2. Actualizar 8. Enviar 14. reversar anular
|
|
858
|
+
* 3. consultar 9. Imprimir 15. contabilizar
|
|
859
|
+
* 4. Eliminar 10. Visible 16. reversar contabilizar
|
|
860
|
+
* 5. Anular 11. Aprobar 17. anular contabilizado
|
|
855
861
|
*
|
|
856
862
|
* @author Ing. Wilmer Briceño
|
|
857
863
|
*/
|