sigesp 0.9.65-20230913 → 0.9.67-20230914
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 +19 -1
- 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/RecursosHumanos.js +1 -1
- package/esm2015/lib/core/interfaces/Tributos.js +1 -1
- package/esm2015/lib/core/models/SNO/MBeneficiario.model.js +7 -1
- package/esm2015/lib/core/models/SNO/MConfiguracionSNO.model.js +7 -1
- package/esm2015/lib/core/models/STB/deduction.model.js +8 -2
- package/fesm2015/sigesp.js +19 -1
- package/fesm2015/sigesp.js.map +1 -1
- package/lib/core/interfaces/RecursosHumanos.d.ts +4 -0
- package/lib/core/interfaces/Tributos.d.ts +2 -0
- package/lib/core/models/SNO/MBeneficiario.model.d.ts +2 -0
- package/lib/core/models/SNO/MConfiguracionSNO.model.d.ts +2 -0
- package/lib/core/models/STB/deduction.model.d.ts +2 -0
- package/package.json +1 -1
package/bundles/sigesp.umd.js
CHANGED
|
@@ -3601,6 +3601,8 @@
|
|
|
3601
3601
|
_this.deducible = 0;
|
|
3602
3602
|
_this.tipopers = null;
|
|
3603
3603
|
_this.id_conret = 0;
|
|
3604
|
+
_this.customerRetentionAccount = "";
|
|
3605
|
+
_this.statusCommercial = 0;
|
|
3604
3606
|
if (deduction) {
|
|
3605
3607
|
_this.id = parseInt(deduction.id_deduccion);
|
|
3606
3608
|
_this.idEnterprise = +deduction.id_enterprise;
|
|
@@ -3614,6 +3616,8 @@
|
|
|
3614
3616
|
_this.id_conret = parseFloat(deduction.id_conret);
|
|
3615
3617
|
_this.codeDeduction = deduction.codded;
|
|
3616
3618
|
_this.companyId = parseInt(deduction.id_empresa);
|
|
3619
|
+
_this.customerRetentionAccount = deduction.sc_cuenta_retcli;
|
|
3620
|
+
_this.statusCommercial = +deduction.estdedaplcom;
|
|
3617
3621
|
}
|
|
3618
3622
|
else {
|
|
3619
3623
|
_this.isNew = true;
|
|
@@ -3633,7 +3637,9 @@
|
|
|
3633
3637
|
sc_cuenta: this.account,
|
|
3634
3638
|
deducible: this.deducible.toString(),
|
|
3635
3639
|
tipopers: this.tipopers.toString(),
|
|
3636
|
-
id_conret: this.id_conret.toString()
|
|
3640
|
+
id_conret: this.id_conret.toString(),
|
|
3641
|
+
sc_cuenta_retcli: this.customerRetentionAccount,
|
|
3642
|
+
estdedaplcom: this.statusCommercial.toString(),
|
|
3637
3643
|
};
|
|
3638
3644
|
};
|
|
3639
3645
|
return MDeduction;
|
|
@@ -4198,6 +4204,8 @@
|
|
|
4198
4204
|
_this.registroDescansoIncidencia = 'C00';
|
|
4199
4205
|
_this.registroLaboralIncidencia = 'C00';
|
|
4200
4206
|
_this.codigoConceptoVaccaiones = '';
|
|
4207
|
+
_this.incluirBeneficiarioDelPersonalAutomaticamenteModuloBeneficiarios = 1;
|
|
4208
|
+
_this.cuentaContableProveedorBeneficiario = '';
|
|
4201
4209
|
if (I) {
|
|
4202
4210
|
_this.idEnterprise = +I.id_enterprise;
|
|
4203
4211
|
_this.idEmpresa = +I.id_empresa;
|
|
@@ -4335,6 +4343,8 @@
|
|
|
4335
4343
|
_this.registroDescansoIncidencia = I.regdesinc;
|
|
4336
4344
|
_this.registroLaboralIncidencia = I.reglabinc;
|
|
4337
4345
|
_this.segmentarPersonal = parseInt(I.segper);
|
|
4346
|
+
_this.incluirBeneficiarioDelPersonalAutomaticamenteModuloBeneficiarios = parseInt(I.incbenperautmodben);
|
|
4347
|
+
_this.cuentaContableProveedorBeneficiario = I.sc_cuentarecdoc;
|
|
4338
4348
|
}
|
|
4339
4349
|
else {
|
|
4340
4350
|
_this.isNew = true;
|
|
@@ -4475,6 +4485,8 @@
|
|
|
4475
4485
|
segper: this.segmentarPersonal.toString(),
|
|
4476
4486
|
regdesinc: this.registroDescansoIncidencia,
|
|
4477
4487
|
reglabinc: this.registroLaboralIncidencia,
|
|
4488
|
+
incbenperautmodben: this.incluirBeneficiarioDelPersonalAutomaticamenteModuloBeneficiarios ? '1' : '0',
|
|
4489
|
+
sc_cuentarecdoc: this.cuentaContableProveedorBeneficiario
|
|
4478
4490
|
};
|
|
4479
4491
|
};
|
|
4480
4492
|
return MConfiguracionSNO;
|
|
@@ -9337,6 +9349,7 @@
|
|
|
9337
9349
|
var _this = _super.call(this) || this;
|
|
9338
9350
|
_this.idEnterprise = 0;
|
|
9339
9351
|
_this.idEmpresa = 0;
|
|
9352
|
+
_this.idDtBeneficiario = 0;
|
|
9340
9353
|
_this.idPersonal = 0;
|
|
9341
9354
|
_this.idFamiliar = 0;
|
|
9342
9355
|
_this.idProveedor = 0;
|
|
@@ -9373,6 +9386,7 @@
|
|
|
9373
9386
|
_this.descripcionEstado = '';
|
|
9374
9387
|
_this.descripcionMunicipio = '';
|
|
9375
9388
|
_this.descripcionParroquia = '';
|
|
9389
|
+
_this.cuentaPagoProveedores = '';
|
|
9376
9390
|
if (e) {
|
|
9377
9391
|
_this.idEnterprise = +e.id_enterprise;
|
|
9378
9392
|
_this.idEmpresa = +e.id_empresa;
|
|
@@ -9412,6 +9426,8 @@
|
|
|
9412
9426
|
_this.descripcionEstado = e.desest;
|
|
9413
9427
|
_this.descripcionMunicipio = e.desmun;
|
|
9414
9428
|
_this.descripcionParroquia = e.despar;
|
|
9429
|
+
_this.idDtBeneficiario = +e.id_dt_ben;
|
|
9430
|
+
_this.cuentaPagoProveedores = e.sc_cuentarecdoc;
|
|
9415
9431
|
}
|
|
9416
9432
|
else {
|
|
9417
9433
|
_this.isNew = true;
|
|
@@ -9451,6 +9467,8 @@
|
|
|
9451
9467
|
nomfam: this.nombreFamiliar,
|
|
9452
9468
|
cedpro: this.cedulaAutorizado,
|
|
9453
9469
|
nompro: this.cedulaAutorizado,
|
|
9470
|
+
id_dt_ben: this.idDtBeneficiario.toString(),
|
|
9471
|
+
sc_cuentarecdoc: this.cuentaPagoProveedores
|
|
9454
9472
|
};
|
|
9455
9473
|
};
|
|
9456
9474
|
return MBeneficiario;
|