sigesp 1.1.1-20240828 → 1.1.2-20240905
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/esm2020/lib/core/interfaces/CentroCosto.mjs +1 -1
- package/esm2020/lib/core/interfaces/Configuracion.mjs +1 -1
- package/esm2020/lib/core/interfaces/Moneda.mjs +1 -1
- package/esm2020/lib/core/models/CFG/Empresa.model.mjs +9 -12
- package/esm2020/lib/core/models/CFG/TasaCambio.model.mjs +4 -7
- package/esm2020/lib/core/models/CFG/moneda.model.mjs +7 -7
- package/esm2020/lib/core/models/SCG/centroCosto.model.mjs +6 -1
- package/esm2020/lib/core/models/SNO/MPersonalNomina.model.mjs +5 -3
- package/esm2020/lib/core/models/SPG/configurationSPG.model.mjs +2 -2
- package/esm2020/lib/sigesp.service.mjs +3 -3
- package/fesm2015/sigesp.mjs +28 -28
- package/fesm2015/sigesp.mjs.map +1 -1
- package/fesm2020/sigesp.mjs +28 -28
- package/fesm2020/sigesp.mjs.map +1 -1
- package/lib/core/interfaces/CentroCosto.d.ts +3 -1
- package/lib/core/interfaces/Configuracion.d.ts +3 -5
- package/lib/core/interfaces/Moneda.d.ts +2 -2
- package/lib/core/models/CFG/Empresa.model.d.ts +3 -5
- package/lib/core/models/CFG/TasaCambio.model.d.ts +1 -2
- package/lib/core/models/CFG/moneda.model.d.ts +2 -2
- package/lib/core/models/SCG/centroCosto.model.d.ts +2 -0
- package/lib/core/models/SNO/MPersonalNomina.model.d.ts +1 -1
- package/package.json +1 -1
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
export interface ICentroCosto {
|
|
2
2
|
id_empresa: string;
|
|
3
3
|
id_enterprise: string;
|
|
4
|
+
id_cencos: string;
|
|
4
5
|
centro?: string;
|
|
5
6
|
codcencos: string;
|
|
6
7
|
denominacion: string;
|
|
@@ -9,9 +10,10 @@ export interface ICentroCosto {
|
|
|
9
10
|
export interface IUsuariosCentroCosto {
|
|
10
11
|
id_empresa: string;
|
|
11
12
|
id_enterprise: string;
|
|
13
|
+
id_usuario: string;
|
|
14
|
+
id_cencos: string;
|
|
12
15
|
codcencos: string;
|
|
13
16
|
codusu: string;
|
|
14
|
-
id_usuario: string;
|
|
15
17
|
nomusu?: string;
|
|
16
18
|
apeusu?: string;
|
|
17
19
|
id_dt_cencos: string;
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { IUsuarioPrefijo } from "./UsuarioPrefijo";
|
|
2
2
|
export interface IEmpresa {
|
|
3
3
|
id_empresa: string;
|
|
4
|
-
id_cencos: string;
|
|
5
4
|
rifemp: string;
|
|
6
5
|
nitemp: string;
|
|
7
6
|
nomemp: string;
|
|
@@ -19,7 +18,7 @@ export interface IEmpresa {
|
|
|
19
18
|
codmun: string;
|
|
20
19
|
codpar: string;
|
|
21
20
|
codcom: string;
|
|
22
|
-
|
|
21
|
+
codmon: string;
|
|
23
22
|
nomrepleg: string;
|
|
24
23
|
cedrepleg: string;
|
|
25
24
|
telrepleg: string;
|
|
@@ -39,7 +38,7 @@ export interface IEmpresa {
|
|
|
39
38
|
id_ep3: string;
|
|
40
39
|
id_ep4: string;
|
|
41
40
|
id_ep5: string;
|
|
42
|
-
|
|
41
|
+
codfuefin: string;
|
|
43
42
|
codigoftefin?: string;
|
|
44
43
|
id_uniadm: string;
|
|
45
44
|
coduniadm?: string;
|
|
@@ -93,8 +92,7 @@ export interface IPrefijo {
|
|
|
93
92
|
usuarios: IUsuarioPrefijo[];
|
|
94
93
|
}
|
|
95
94
|
export interface ITasaCambio {
|
|
96
|
-
|
|
97
|
-
id_tascam: string;
|
|
95
|
+
codmon: string;
|
|
98
96
|
fectasdes: string;
|
|
99
97
|
horcamtas: string;
|
|
100
98
|
fectashas: string;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export interface IMoneda {
|
|
2
|
-
|
|
2
|
+
codmon: string;
|
|
3
3
|
denmon: string;
|
|
4
4
|
codiso: string;
|
|
5
5
|
simmon: string;
|
|
@@ -9,7 +9,7 @@ export interface IMoneda {
|
|
|
9
9
|
decimal_alt: string;
|
|
10
10
|
}
|
|
11
11
|
export interface IMonedaConfig {
|
|
12
|
-
|
|
12
|
+
codmon: string;
|
|
13
13
|
denmon: string;
|
|
14
14
|
codiso: string;
|
|
15
15
|
simmon: string;
|
|
@@ -19,7 +19,7 @@ export declare class MEmpresa extends MBasicModel {
|
|
|
19
19
|
codigoMunicipio: string;
|
|
20
20
|
codigoParroquia: string;
|
|
21
21
|
codigoComunidad: string;
|
|
22
|
-
|
|
22
|
+
codigoMoneda: string;
|
|
23
23
|
nombreRepresentanteLegal: string;
|
|
24
24
|
cedulaRepresentanteLegal: string;
|
|
25
25
|
telefonoRepresentanteLegal: string;
|
|
@@ -39,16 +39,14 @@ export declare class MEmpresa extends MBasicModel {
|
|
|
39
39
|
idEP3: number;
|
|
40
40
|
idEP4: number;
|
|
41
41
|
idEP5: number;
|
|
42
|
-
|
|
42
|
+
codigoFuenteFinanciaminto: number;
|
|
43
43
|
idUnidadAdministrativa: number;
|
|
44
44
|
denominacionUnidadAdministrativa: string;
|
|
45
45
|
codigoUnidadAdministrativa: string;
|
|
46
|
-
|
|
47
|
-
idCentroCosto: number;
|
|
46
|
+
codigoFuenteFinanciamintoMostrar: string;
|
|
48
47
|
codigoCentroCosto: string;
|
|
49
48
|
estructuraPresupuestaria: string;
|
|
50
49
|
tipoEmpresa: number;
|
|
51
|
-
idMoneda: number;
|
|
52
50
|
constructor(e?: IEmpresa);
|
|
53
51
|
dataInterface(): IEmpresa;
|
|
54
52
|
}
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import { ITasaCambio } from "../../interfaces/Configuracion";
|
|
2
2
|
import { MBasicModel } from "../basic-model.model";
|
|
3
3
|
export declare class MExchangeRate extends MBasicModel {
|
|
4
|
-
|
|
5
|
-
idMoneda: number;
|
|
4
|
+
codigoMoneda: number;
|
|
6
5
|
fechaDesde: string;
|
|
7
6
|
horaCambioTasa: string;
|
|
8
7
|
fechaHasta: string;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { IMoneda, IMonedaConfig } from '../../interfaces/Moneda';
|
|
2
2
|
import { MBasicModel } from '../basic-model.model';
|
|
3
3
|
export declare class MMoneda extends MBasicModel {
|
|
4
|
-
|
|
4
|
+
codigo: string;
|
|
5
5
|
denominacion: string;
|
|
6
6
|
iso: string;
|
|
7
7
|
simbolo: string;
|
|
@@ -13,7 +13,7 @@ export declare class MMoneda extends MBasicModel {
|
|
|
13
13
|
dataInterface(): IMonedaConfig;
|
|
14
14
|
}
|
|
15
15
|
export declare class MMonedaConfig extends MBasicModel {
|
|
16
|
-
|
|
16
|
+
codigo: string;
|
|
17
17
|
denominacion: string;
|
|
18
18
|
codigoIso: string;
|
|
19
19
|
simbolo: string;
|
|
@@ -4,6 +4,7 @@ import { MBasicModel } from '../basic-model.model';
|
|
|
4
4
|
export declare class MCentroCosto extends MBasicModel {
|
|
5
5
|
idEmpresa: number;
|
|
6
6
|
idEnterprise: number;
|
|
7
|
+
idCentroCosto: number;
|
|
7
8
|
centro: string;
|
|
8
9
|
denominacion: string;
|
|
9
10
|
usuarios: MUsuarioCentroCosto[];
|
|
@@ -13,6 +14,7 @@ export declare class MCentroCosto extends MBasicModel {
|
|
|
13
14
|
export declare class MUsuarioCentroCosto extends MBasicModel {
|
|
14
15
|
idEmpresa: number;
|
|
15
16
|
idEnterprise: number;
|
|
17
|
+
idCentroCosto: number;
|
|
16
18
|
codigoCentroCosto: string;
|
|
17
19
|
codigoUsuario: string;
|
|
18
20
|
usuario: string;
|
|
@@ -97,7 +97,7 @@ export declare class MPersonalNomina extends MBasicModel {
|
|
|
97
97
|
denominacionPermisoPersonal: string;
|
|
98
98
|
tipoCargo: string;
|
|
99
99
|
denominacionTipoCargo: string;
|
|
100
|
-
TipoCargo:
|
|
100
|
+
TipoCargo: import("../../interfaces/Constantes").ISelect[];
|
|
101
101
|
constructor(e?: IPersonalNomina);
|
|
102
102
|
dataInterface(): IPersonalNomina;
|
|
103
103
|
}
|