sigesp 0.9.42-23230327 → 0.9.44-23230418
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 +46 -9
- 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/Configuracion.js +1 -1
- package/esm2015/lib/core/interfaces/Constantes.js +10 -10
- package/esm2015/lib/core/interfaces/EstructuraPresupuestaria.js +1 -1
- package/esm2015/lib/core/models/CFG/Empresa.model.js +38 -1
- package/fesm2015/sigesp.js +46 -9
- package/fesm2015/sigesp.js.map +1 -1
- package/lib/core/interfaces/Configuracion.d.ts +13 -0
- package/lib/core/interfaces/EstructuraPresupuestaria.d.ts +1 -0
- package/lib/core/models/CFG/Empresa.model.d.ts +13 -0
- package/package.json +1 -1
- package/sigesp.metadata.json +1 -1
package/bundles/sigesp.umd.js
CHANGED
|
@@ -3390,6 +3390,19 @@
|
|
|
3390
3390
|
_this.descripcionMunicipio = '';
|
|
3391
3391
|
_this.descripcionParroquia = '';
|
|
3392
3392
|
_this.descripcionComunidad = '';
|
|
3393
|
+
_this.cuentaDiferencialCambiario = '';
|
|
3394
|
+
_this.idEP1 = 0;
|
|
3395
|
+
_this.idEP2 = 0;
|
|
3396
|
+
_this.idEP3 = 0;
|
|
3397
|
+
_this.idEP4 = 0;
|
|
3398
|
+
_this.idEP5 = 0;
|
|
3399
|
+
_this.codigoFuenteFinanciaminto = 0;
|
|
3400
|
+
_this.idUnidadAdministrativa = 0;
|
|
3401
|
+
_this.denominacionUnidadAdministrativa = '';
|
|
3402
|
+
_this.codigoUnidadAdministrativa = '';
|
|
3403
|
+
_this.codigoFuenteFinanciamintoMostrar = '';
|
|
3404
|
+
_this.codigoCentroCosto = '';
|
|
3405
|
+
_this.estructuraPresupuestaria = '';
|
|
3393
3406
|
if (emp) {
|
|
3394
3407
|
_this.idEmpresa = parseInt(emp.id_empresa);
|
|
3395
3408
|
_this.rif = emp.rifemp;
|
|
@@ -3423,6 +3436,20 @@
|
|
|
3423
3436
|
_this.descripcionMunicipio = emp.desmun;
|
|
3424
3437
|
_this.descripcionParroquia = emp.despar;
|
|
3425
3438
|
_this.descripcionComunidad = emp.descom;
|
|
3439
|
+
_this.cuentaDiferencialCambiario;
|
|
3440
|
+
_this.cuentaDiferencialCambiario = emp.cuenta_diferencial;
|
|
3441
|
+
_this.idEP1 = +emp.id_ep1;
|
|
3442
|
+
_this.idEP2 = +emp.id_ep2;
|
|
3443
|
+
_this.idEP3 = +emp.id_ep3;
|
|
3444
|
+
_this.idEP4 = +emp.id_ep4;
|
|
3445
|
+
_this.idEP5 = +emp.id_ep5;
|
|
3446
|
+
_this.codigoFuenteFinanciaminto = +emp.codfuefin;
|
|
3447
|
+
_this.idUnidadAdministrativa = +emp.id_uniadm;
|
|
3448
|
+
_this.denominacionUnidadAdministrativa = emp.denuniadm;
|
|
3449
|
+
_this.codigoUnidadAdministrativa = emp.coduniadm;
|
|
3450
|
+
_this.codigoFuenteFinanciamintoMostrar = emp.codigoftefin;
|
|
3451
|
+
_this.codigoCentroCosto = emp.codcencos;
|
|
3452
|
+
_this.estructuraPresupuestaria = emp.estpre;
|
|
3426
3453
|
}
|
|
3427
3454
|
return _this;
|
|
3428
3455
|
}
|
|
@@ -3460,6 +3487,16 @@
|
|
|
3460
3487
|
perfiscal: this.periodoFiscal,
|
|
3461
3488
|
nroivss: this.numeroSeguroSocial,
|
|
3462
3489
|
presupuesto: this.estatusPresupuesto ? '1' : '0',
|
|
3490
|
+
cuenta_diferencial: this.cuentaDiferencialCambiario,
|
|
3491
|
+
id_ep1: this.idEP1.toString(),
|
|
3492
|
+
id_ep2: this.idEP2.toString(),
|
|
3493
|
+
id_ep3: this.idEP3.toString(),
|
|
3494
|
+
id_ep4: this.idEP4.toString(),
|
|
3495
|
+
id_ep5: this.idEP5.toString(),
|
|
3496
|
+
id_uniadm: this.idUnidadAdministrativa.toString(),
|
|
3497
|
+
codcencos: this.codigoCentroCosto,
|
|
3498
|
+
codfuefin: this.codigoFuenteFinanciaminto.toString(),
|
|
3499
|
+
estpre: this.estructuraPresupuestaria,
|
|
3463
3500
|
};
|
|
3464
3501
|
};
|
|
3465
3502
|
return MEmpresa;
|
|
@@ -4960,15 +4997,15 @@
|
|
|
4960
4997
|
{ value: 10, descripcion: 'Nivel 10' },
|
|
4961
4998
|
];
|
|
4962
4999
|
var Meses = [
|
|
4963
|
-
{ value: '
|
|
4964
|
-
{ value: '
|
|
4965
|
-
{ value: '
|
|
4966
|
-
{ value: '
|
|
4967
|
-
{ value: '
|
|
4968
|
-
{ value: '
|
|
4969
|
-
{ value: '
|
|
4970
|
-
{ value: '
|
|
4971
|
-
{ value: '
|
|
5000
|
+
{ value: '01', denominacion: 'Enero' },
|
|
5001
|
+
{ value: '02', denominacion: 'Febrero' },
|
|
5002
|
+
{ value: '03', denominacion: 'Marzo' },
|
|
5003
|
+
{ value: '04', denominacion: 'Abril' },
|
|
5004
|
+
{ value: '05', denominacion: 'Mayo' },
|
|
5005
|
+
{ value: '06', denominacion: 'Junio' },
|
|
5006
|
+
{ value: '07', denominacion: 'Julio' },
|
|
5007
|
+
{ value: '08', denominacion: 'Agosto' },
|
|
5008
|
+
{ value: '09', denominacion: 'Septiembre' },
|
|
4972
5009
|
{ value: '10', denominacion: 'Octubre' },
|
|
4973
5010
|
{ value: '11', denominacion: 'Noviembre' },
|
|
4974
5011
|
{ value: '12', denominacion: 'Diciembre' },
|