sigesp 1.1.9-20241001 → 1.1.10-20241003
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/ComprobantePresupuestario.mjs +1 -1
- package/esm2020/lib/core/interfaces/Configuracion.mjs +1 -1
- package/esm2020/lib/core/interfaces/CuentaEgresos.mjs +1 -1
- package/esm2020/lib/core/interfaces/CuentaIngresoEstructura.mjs +1 -1
- package/esm2020/lib/core/interfaces/FuenteFinanciamiento.mjs +1 -1
- package/esm2020/lib/core/interfaces/Presupuesto.mjs +1 -1
- package/esm2020/lib/core/interfaces/Servicios.mjs +1 -1
- package/esm2020/lib/core/interfaces/Tributos.mjs +1 -1
- package/esm2020/lib/core/interfaces/UsuarioPrefijo.mjs +1 -1
- package/esm2020/lib/core/models/CFG/MPrefijo.model.mjs +4 -1
- package/esm2020/lib/core/models/CFG/userPrefix.model.mjs +4 -1
- package/esm2020/lib/core/models/SOC/charge.model.mjs +4 -1
- package/esm2020/lib/core/models/SOC/clause.model.mjs +4 -1
- package/esm2020/lib/core/models/SOC/clauseModality.model.mjs +4 -1
- package/esm2020/lib/core/models/SOC/configuracionSOC.model.mjs +4 -1
- package/esm2020/lib/core/models/SOC/service.model.mjs +4 -1
- package/esm2020/lib/core/models/SOC/serviceCharge.model.mjs +4 -1
- package/esm2020/lib/core/models/SOC/serviceType.model.mjs +4 -1
- package/esm2020/lib/core/models/SPG/UnidadAdministradoraCentral.mjs +4 -3
- package/esm2020/lib/core/models/SPG/administrativeUnit.model.mjs +7 -6
- package/esm2020/lib/core/models/SPG/comprobantePresupuestario.model.mjs +69 -22
- package/esm2020/lib/core/models/SPG/cuentaPresupuesto.model.mjs +5 -1
- package/esm2020/lib/core/models/SPG/expensiveAccount.model.mjs +5 -1
- package/esm2020/lib/core/models/SPG/fuenteFinanciamiento.model.mjs +4 -1
- package/esm2020/lib/core/models/SPG/incomeStructureAccount.model.mjs +5 -1
- package/esm2020/lib/sigesp.service.mjs +3 -3
- package/fesm2015/sigesp.mjs +121 -30
- package/fesm2015/sigesp.mjs.map +1 -1
- package/fesm2020/sigesp.mjs +121 -30
- package/fesm2020/sigesp.mjs.map +1 -1
- package/lib/core/interfaces/ComprobantePresupuestario.d.ts +7 -1
- package/lib/core/interfaces/Configuracion.d.ts +1 -0
- package/lib/core/interfaces/CuentaEgresos.d.ts +2 -0
- package/lib/core/interfaces/CuentaIngresoEstructura.d.ts +2 -0
- package/lib/core/interfaces/FuenteFinanciamiento.d.ts +1 -0
- package/lib/core/interfaces/Presupuesto.d.ts +6 -7
- package/lib/core/interfaces/Servicios.d.ts +6 -0
- package/lib/core/interfaces/Tributos.d.ts +1 -0
- package/lib/core/interfaces/UsuarioPrefijo.d.ts +1 -0
- package/lib/core/models/CFG/MPrefijo.model.d.ts +1 -0
- package/lib/core/models/CFG/userPrefix.model.d.ts +1 -0
- package/lib/core/models/SOC/charge.model.d.ts +1 -0
- package/lib/core/models/SOC/clause.model.d.ts +1 -0
- package/lib/core/models/SOC/clauseModality.model.d.ts +1 -0
- package/lib/core/models/SOC/configuracionSOC.model.d.ts +1 -0
- package/lib/core/models/SOC/service.model.d.ts +1 -0
- package/lib/core/models/SOC/serviceCharge.model.d.ts +1 -0
- package/lib/core/models/SOC/serviceType.model.d.ts +1 -0
- package/lib/core/models/SPG/UnidadAdministradoraCentral.d.ts +1 -0
- package/lib/core/models/SPG/administrativeUnit.model.d.ts +2 -3
- package/lib/core/models/SPG/comprobantePresupuestario.model.d.ts +8 -0
- package/lib/core/models/SPG/cuentaPresupuesto.model.d.ts +2 -0
- package/lib/core/models/SPG/expensiveAccount.model.d.ts +2 -0
- package/lib/core/models/SPG/fuenteFinanciamiento.model.d.ts +1 -0
- package/lib/core/models/SPG/incomeStructureAccount.model.d.ts +2 -0
- package/package.json +1 -1
|
@@ -7,11 +7,12 @@ export interface IComprobantePresupuestarioEgresos {
|
|
|
7
7
|
spg_cuenta: string;
|
|
8
8
|
operacion: string;
|
|
9
9
|
id_fuefin: string;
|
|
10
|
-
codigoftefin
|
|
10
|
+
codigoftefin?: string;
|
|
11
11
|
documento: string;
|
|
12
12
|
id_cencos: string;
|
|
13
13
|
codcencos: string;
|
|
14
14
|
moncmp: string;
|
|
15
|
+
moncmpdiv: string;
|
|
15
16
|
id_dt_spgcmp: string;
|
|
16
17
|
id_empresa?: string;
|
|
17
18
|
id_enterprise: string;
|
|
@@ -21,6 +22,11 @@ export interface IComprobantePresupuestarioEgresos {
|
|
|
21
22
|
descmp?: string;
|
|
22
23
|
procede_doc?: string;
|
|
23
24
|
feccmp?: string;
|
|
25
|
+
perfiscal: string;
|
|
26
|
+
id_tascam: string;
|
|
27
|
+
id_moneda: string;
|
|
28
|
+
tascam: string;
|
|
29
|
+
codmon: string;
|
|
24
30
|
}
|
|
25
31
|
export interface IComprobantePresupuestarioIngresos {
|
|
26
32
|
id_empresa: string;
|
|
@@ -34,6 +34,8 @@ export interface ICuentaEgresos {
|
|
|
34
34
|
status: string;
|
|
35
35
|
estructura?: IEstructuraPresupuestariaFiveComplete;
|
|
36
36
|
id_del_spgcta?: string;
|
|
37
|
+
id_enterprise: string;
|
|
38
|
+
perfiscal: string;
|
|
37
39
|
}
|
|
38
40
|
export interface IEstructuraPresupuestariaFiveComplete {
|
|
39
41
|
codcencos: string;
|
|
@@ -3,7 +3,7 @@ import { IFuenteFinanciamiento } from "./FuenteFinanciamiento";
|
|
|
3
3
|
export interface IUnidadAdministradoraCentral {
|
|
4
4
|
id_enterprise: number;
|
|
5
5
|
id_empresa: number;
|
|
6
|
-
|
|
6
|
+
id_uac: string;
|
|
7
7
|
codigouac: string;
|
|
8
8
|
denuac: string;
|
|
9
9
|
resuac: string;
|
|
@@ -13,8 +13,9 @@ export interface IUnidadAdministradoraCentral {
|
|
|
13
13
|
export interface IUnitAdministrative {
|
|
14
14
|
id_empresa: string;
|
|
15
15
|
id_enterprise: string;
|
|
16
|
+
perfiscal: string;
|
|
16
17
|
coduniadm: string;
|
|
17
|
-
|
|
18
|
+
id_uac: string;
|
|
18
19
|
denuniadm: string;
|
|
19
20
|
estemireq: string;
|
|
20
21
|
id_uniadm: string;
|
|
@@ -87,7 +88,7 @@ export interface ICuentaEgresos {
|
|
|
87
88
|
junio: string;
|
|
88
89
|
marzo: string;
|
|
89
90
|
mayo: string;
|
|
90
|
-
nivel:
|
|
91
|
+
nivel: string;
|
|
91
92
|
noviembre: string;
|
|
92
93
|
octubre: string;
|
|
93
94
|
pagado: string;
|
|
@@ -96,14 +97,14 @@ export interface ICuentaEgresos {
|
|
|
96
97
|
sc_cuenta: string;
|
|
97
98
|
septiembre: string;
|
|
98
99
|
spg_cuenta: string;
|
|
99
|
-
codigoftefin: string;
|
|
100
100
|
status: string;
|
|
101
|
+
id_enterprise: string;
|
|
102
|
+
perfiscal: string;
|
|
101
103
|
estructura?: IEstructuraPresupuestariaFiveComplete;
|
|
102
104
|
id_del_spgcta?: string;
|
|
103
105
|
}
|
|
104
106
|
export interface IEstructuraPresupuestariaFiveComplete {
|
|
105
107
|
id_cencos: string;
|
|
106
|
-
codcencos: string;
|
|
107
108
|
codestpro1: string;
|
|
108
109
|
codestpro2: string;
|
|
109
110
|
codestpro3: string;
|
|
@@ -121,6 +122,4 @@ export interface IEstructuraPresupuestariaFiveComplete {
|
|
|
121
122
|
id_ep3: string;
|
|
122
123
|
id_ep4?: string;
|
|
123
124
|
id_ep5?: string;
|
|
124
|
-
codigoftefin?: string;
|
|
125
|
-
denfuefin?: string;
|
|
126
125
|
}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
export interface IServiceType {
|
|
2
2
|
id_empresa: string;
|
|
3
3
|
id_enterprise: string;
|
|
4
|
+
perfiscal: string;
|
|
4
5
|
id_tiposervicio: string;
|
|
5
6
|
dentipser: string;
|
|
6
7
|
obstipser: string;
|
|
@@ -8,6 +9,7 @@ export interface IServiceType {
|
|
|
8
9
|
export interface IService {
|
|
9
10
|
id_empresa: string;
|
|
10
11
|
id_enterprise: string;
|
|
12
|
+
perfiscal: string;
|
|
11
13
|
id_servicio: string;
|
|
12
14
|
id_tiposervicio: string;
|
|
13
15
|
codser: string;
|
|
@@ -22,10 +24,12 @@ export interface IClause {
|
|
|
22
24
|
codcla: string;
|
|
23
25
|
dencla: string;
|
|
24
26
|
id_clausula: string;
|
|
27
|
+
perfiscal: string;
|
|
25
28
|
}
|
|
26
29
|
export interface IConfigSOC {
|
|
27
30
|
id_empresa: string;
|
|
28
31
|
id_enterprise: string;
|
|
32
|
+
perfiscal: string;
|
|
29
33
|
id_soc: string;
|
|
30
34
|
soc_bienes: string;
|
|
31
35
|
soc_servicios: string;
|
|
@@ -45,11 +49,13 @@ export interface IClauseModality {
|
|
|
45
49
|
id_modcla: string;
|
|
46
50
|
codmodcla: string;
|
|
47
51
|
denmodcla: string;
|
|
52
|
+
perfiscal: string;
|
|
48
53
|
clausulas: IClause[];
|
|
49
54
|
}
|
|
50
55
|
export interface IServiceCharges {
|
|
51
56
|
id_empresa: string;
|
|
52
57
|
id_enterprise: string;
|
|
58
|
+
perfiscal: string;
|
|
53
59
|
id_cargo: string;
|
|
54
60
|
id_servicio: string;
|
|
55
61
|
codcar: string;
|
|
@@ -4,6 +4,7 @@ import { MAdministrativeUnit } from './administrativeUnit.model';
|
|
|
4
4
|
export declare class MUnidadAdministradoraCentral extends MBasicModel {
|
|
5
5
|
idEmpresa: number;
|
|
6
6
|
idEnterprise: number;
|
|
7
|
+
periodoFiscal: number;
|
|
7
8
|
idUnidadAdministradora: number;
|
|
8
9
|
codigoUnidadCentral: string;
|
|
9
10
|
denominacionUnidadCentral: string;
|
|
@@ -5,15 +5,14 @@ import { MCentroCosto } from '../SCG/centroCosto.model';
|
|
|
5
5
|
export declare class MAdministrativeUnit extends MBasicModel {
|
|
6
6
|
idEmpresa: number;
|
|
7
7
|
idEnterprise: number;
|
|
8
|
+
periodoFiscal: number;
|
|
8
9
|
codigo: string;
|
|
9
10
|
denominacion: string;
|
|
10
|
-
|
|
11
|
+
idUnidadCentral: number;
|
|
11
12
|
emiteRequisicion: boolean;
|
|
12
|
-
idcentroCosto: number;
|
|
13
13
|
id: number;
|
|
14
14
|
denominacionUnidadCentral: string;
|
|
15
15
|
codigoUnidadCentral: string;
|
|
16
|
-
denominacionCentroCosto: string;
|
|
17
16
|
estructuras: MEstructuras[];
|
|
18
17
|
centroCosto: MCentroCosto[];
|
|
19
18
|
constructor(unidad?: IUnitAdministrative);
|
|
@@ -3,6 +3,7 @@ export declare class MComprobantePresupuestarioEgresos {
|
|
|
3
3
|
idEmpresa: number;
|
|
4
4
|
idEnterprise: number;
|
|
5
5
|
idComprobante: number;
|
|
6
|
+
periodoFiscal: number;
|
|
6
7
|
idEp1: number;
|
|
7
8
|
idEp2: number;
|
|
8
9
|
idEp3: number;
|
|
@@ -21,7 +22,14 @@ export declare class MComprobantePresupuestarioEgresos {
|
|
|
21
22
|
orden: string;
|
|
22
23
|
numeroCompromiso: string;
|
|
23
24
|
idDetalle: number;
|
|
25
|
+
idCentroCosto: number;
|
|
26
|
+
idMoneda: number;
|
|
27
|
+
codigoMoneda: string;
|
|
28
|
+
tasaCambio: number;
|
|
29
|
+
idTasaCambio: number;
|
|
30
|
+
montoComprobanteDivisa: number;
|
|
24
31
|
constructor(comprobante: IComprobantePresupuestarioEgresos);
|
|
32
|
+
dataInterface(): IComprobantePresupuestarioEgresos;
|
|
25
33
|
}
|
|
26
34
|
export declare class MComprobantePresupuestarioIngresos {
|
|
27
35
|
idEmpresa: number;
|
|
@@ -2,6 +2,8 @@ import { ICuentaEgresos } from '../../interfaces/CuentaEgresos';
|
|
|
2
2
|
import { MBasicModel } from '../basic-model.model';
|
|
3
3
|
export declare class MCuentaEgresos extends MBasicModel {
|
|
4
4
|
idEmpresa: number;
|
|
5
|
+
idEnterprise: number;
|
|
6
|
+
periodoFiscal: number;
|
|
5
7
|
nivel: number;
|
|
6
8
|
denominacion: string;
|
|
7
9
|
cuenta: string;
|
|
@@ -6,6 +6,7 @@ export declare class MFuenteFinanciamiento extends MBasicModel {
|
|
|
6
6
|
explicacionFuenteFinanciamiento: string;
|
|
7
7
|
idEmpresa: string;
|
|
8
8
|
idFuenteFinanciamiento: number;
|
|
9
|
+
periodofiscal: number;
|
|
9
10
|
constructor(fuente?: IFuenteFinanciamiento);
|
|
10
11
|
dataInterface(): IFuenteFinanciamiento;
|
|
11
12
|
}
|