sigesp 0.9.24-20230111 → 0.9.26-20230203
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 +21 -14
- 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/CuentaEgresos.js +1 -1
- package/esm2015/lib/core/models/SNO/MGrado.model.js +5 -5
- package/esm2015/lib/sigesp.service.js +8 -1
- package/esm2015/public-api.js +1 -1
- package/esm2015/sigesp.js +11 -11
- package/fesm2015/sigesp.js +12 -5
- package/fesm2015/sigesp.js.map +1 -1
- package/lib/core/interfaces/CuentaEgresos.d.ts +25 -0
- package/lib/core/models/SNO/MGrado.model.d.ts +2 -2
- package/lib/sigesp.service.d.ts +6 -1
- package/package.json +1 -1
- package/public-api.d.ts +1 -0
- package/sigesp.d.ts +16 -16
- package/sigesp.metadata.json +1 -1
package/bundles/sigesp.umd.js
CHANGED
|
@@ -6139,6 +6139,13 @@
|
|
|
6139
6139
|
return this.http.put(this.URL + "/dao/spg/cuentas_egresos_dao.php", distribution, { headers: this.getHttpHeaders() });
|
|
6140
6140
|
};
|
|
6141
6141
|
/**
|
|
6142
|
+
* @Actualiza la distribución de la cuenta de egreso
|
|
6143
|
+
* @param distribution
|
|
6144
|
+
*/
|
|
6145
|
+
SigespService.prototype.updateDistributionExpenseAccount2 = function (distribution) {
|
|
6146
|
+
return this.http.put(this.URL + "/dao/spg/cuentas_egresos_dao.php", distribution, { headers: this.getHttpHeaders() });
|
|
6147
|
+
};
|
|
6148
|
+
/**
|
|
6142
6149
|
* @Actualiza la distribución de la cuenta de Ingreso
|
|
6143
6150
|
* @param distribution
|
|
6144
6151
|
*/
|
|
@@ -11716,8 +11723,8 @@
|
|
|
11716
11723
|
_this.idEnterprise = 0;
|
|
11717
11724
|
_this.idEmpresa = 0;
|
|
11718
11725
|
_this.idTabulador = 0;
|
|
11719
|
-
_this.codigoGrado =
|
|
11720
|
-
_this.codigoPaso =
|
|
11726
|
+
_this.codigoGrado = '';
|
|
11727
|
+
_this.codigoPaso = '';
|
|
11721
11728
|
_this.montoSalario = 0;
|
|
11722
11729
|
_this.montoCompensacion = 0;
|
|
11723
11730
|
_this.yearDesde = 0;
|
|
@@ -11728,8 +11735,8 @@
|
|
|
11728
11735
|
_this.idEnterprise = +e.id_enterprise;
|
|
11729
11736
|
_this.idEmpresa = +e.id_empresa;
|
|
11730
11737
|
_this.idTabulador = parseInt(e.id_tabulador);
|
|
11731
|
-
_this.codigoGrado =
|
|
11732
|
-
_this.codigoPaso =
|
|
11738
|
+
_this.codigoGrado = e.codgra;
|
|
11739
|
+
_this.codigoPaso = e.codpas;
|
|
11733
11740
|
_this.montoSalario = parseFloat(e.monsalgra);
|
|
11734
11741
|
_this.montoCompensacion = parseFloat(e.moncomgra);
|
|
11735
11742
|
_this.yearDesde = parseInt(e.aniodes);
|
|
@@ -14439,16 +14446,16 @@
|
|
|
14439
14446
|
exports.academico = academico;
|
|
14440
14447
|
exports.camposConstaciaTrabajo = camposConstaciaTrabajo;
|
|
14441
14448
|
exports.customPaginator = customPaginator;
|
|
14442
|
-
exports.ɵ
|
|
14443
|
-
exports.ɵ
|
|
14444
|
-
exports.ɵ
|
|
14445
|
-
exports.ɵ
|
|
14446
|
-
exports.ɵ
|
|
14447
|
-
exports.ɵ
|
|
14448
|
-
exports.ɵ
|
|
14449
|
-
exports.ɵ
|
|
14450
|
-
exports.ɵ
|
|
14451
|
-
exports.ɵ
|
|
14449
|
+
exports.ɵg = AppComponent;
|
|
14450
|
+
exports.ɵh = SharedModule;
|
|
14451
|
+
exports.ɵi = CatalogoComponent;
|
|
14452
|
+
exports.ɵk = ConfirmComponent;
|
|
14453
|
+
exports.ɵl = IconComponent;
|
|
14454
|
+
exports.ɵm = TableSelectComponent;
|
|
14455
|
+
exports.ɵn = CatalogoEstructurasComponent;
|
|
14456
|
+
exports.ɵo = CatalogoDobleInputComponent;
|
|
14457
|
+
exports.ɵp = IsoCurrencyPipe;
|
|
14458
|
+
exports.ɵq = CustonMaterialModule;
|
|
14452
14459
|
|
|
14453
14460
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
14454
14461
|
|