sigesp 1.1.44-20250319 → 1.1.46-20250328

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.
@@ -4349,6 +4349,8 @@ class MConfiguracionSNO extends MBasicModel {
4349
4349
  this.cuentaContableProveedorBeneficiario = '';
4350
4350
  this.procesarSueldosHistoricos = 1;
4351
4351
  this.altoVolumenDatos = 0;
4352
+ this.registroCantidadProducidaIncidencia = 'C00';
4353
+ this.horasJornadaLaboral = 8;
4352
4354
  if (I) {
4353
4355
  this.idEnterprise = +I.id_enterprise;
4354
4356
  this.idEmpresa = +I.id_empresa;
@@ -4481,6 +4483,8 @@ class MConfiguracionSNO extends MBasicModel {
4481
4483
  this.cuentaContableProveedorBeneficiario = I.sc_cuentarecdoc;
4482
4484
  this.procesarSueldosHistoricos = +I.prosuehis;
4483
4485
  this.altoVolumenDatos = +I.altvoldat;
4486
+ this.registroCantidadProducidaIncidencia = I.regcaninc;
4487
+ this.horasJornadaLaboral = +I.horjorlab;
4484
4488
  }
4485
4489
  else {
4486
4490
  this.isNew = true;
@@ -4619,6 +4623,8 @@ class MConfiguracionSNO extends MBasicModel {
4619
4623
  sc_cuentarecdoc: this.cuentaContableProveedorBeneficiario,
4620
4624
  prosuehis: this.procesarSueldosHistoricos.toString(),
4621
4625
  altvoldat: this.altoVolumenDatos.toString(),
4626
+ horjorlab: this.horasJornadaLaboral.toString(),
4627
+ regcaninc: this.registroCantidadProducidaIncidencia,
4622
4628
  };
4623
4629
  }
4624
4630
  }
@@ -10280,6 +10286,8 @@ const Signo = [
10280
10286
  { value: "R", denominacion: 'Reporte' },
10281
10287
  { value: "B", denominacion: 'Reintegro de Deducciones' },
10282
10288
  { value: "E", denominacion: 'Reintegro de Asignación' },
10289
+ { value: "S", denominacion: 'Asignación de Provisiones' },
10290
+ { value: "G", denominacion: 'Pago de Provisiones' },
10283
10291
  { value: "X", denominacion: 'Prestación de Antiguedad' },
10284
10292
  { value: "I", denominacion: 'Interés de Prestación' },
10285
10293
  ];