sigesp 1.1.85-20251224 → 1.1.86-20260124
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/RecursosHumanos.mjs +1 -1
- package/esm2020/lib/core/models/SNO/MConfiguracionSNO.model.mjs +4 -1
- package/fesm2015/sigesp.mjs +3 -0
- package/fesm2015/sigesp.mjs.map +1 -1
- package/fesm2020/sigesp.mjs +3 -0
- package/fesm2020/sigesp.mjs.map +1 -1
- package/lib/core/interfaces/RecursosHumanos.d.ts +1 -0
- package/lib/core/models/SNO/MConfiguracionSNO.model.d.ts +1 -0
- package/package.json +1 -1
package/fesm2020/sigesp.mjs
CHANGED
|
@@ -4423,6 +4423,7 @@ class MConfiguracionSNO extends MBasicModel {
|
|
|
4423
4423
|
this.idConceptoAnticipo = 0;
|
|
4424
4424
|
this.denominacionConceptoAnticipo = '';
|
|
4425
4425
|
this.denominacionTipoDocumentoAnticipo = '';
|
|
4426
|
+
this.contabilizarSinDisponibil = 0;
|
|
4426
4427
|
if (I) {
|
|
4427
4428
|
this.idEnterprise = +I.id_enterprise;
|
|
4428
4429
|
this.idEmpresa = +I.id_empresa;
|
|
@@ -4518,6 +4519,7 @@ class MConfiguracionSNO extends MBasicModel {
|
|
|
4518
4519
|
this.denominacionConceptoAnticipo = I.denconcxp_ant;
|
|
4519
4520
|
this.cuentaContableInteresGenerica = I.sc_cuenta_int_gen;
|
|
4520
4521
|
this.cuentaContableFideicomisoGenerica = I.sc_cuenta_fid_gen;
|
|
4522
|
+
this.contabilizarSinDisponibil = +I.consindis;
|
|
4521
4523
|
}
|
|
4522
4524
|
else {
|
|
4523
4525
|
this.isNew = true;
|
|
@@ -4619,6 +4621,7 @@ class MConfiguracionSNO extends MBasicModel {
|
|
|
4619
4621
|
id_concxp_ant: this.idConceptoAnticipo.toString(),
|
|
4620
4622
|
denconcxp_ant: this.denominacionConceptoAnticipo,
|
|
4621
4623
|
dentipdoc_ant: this.denominacionTipoDocumentoAnticipo,
|
|
4624
|
+
consindis: this.contabilizarSinDisponibil.toString(),
|
|
4622
4625
|
};
|
|
4623
4626
|
}
|
|
4624
4627
|
}
|