sigesp 1.1.43-20250318 → 1.1.45-20250326
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/Nomina.mjs +1 -1
- package/esm2020/lib/core/interfaces/RecursosHumanos.mjs +1 -1
- package/esm2020/lib/core/models/SNO/MAsignacionCargo.model.mjs +4 -1
- package/esm2020/lib/core/models/SNO/MCargosPersonal.model.mjs +7 -1
- package/esm2020/lib/core/models/SNO/MConfiguracionSNO.model.mjs +7 -1
- package/fesm2015/sigesp.mjs +15 -0
- package/fesm2015/sigesp.mjs.map +1 -1
- package/fesm2020/sigesp.mjs +15 -0
- package/fesm2020/sigesp.mjs.map +1 -1
- package/lib/core/interfaces/Nomina.d.ts +1 -0
- package/lib/core/interfaces/RecursosHumanos.d.ts +5 -0
- package/lib/core/models/SNO/MAsignacionCargo.model.d.ts +1 -0
- package/lib/core/models/SNO/MCargosPersonal.model.d.ts +3 -0
- package/lib/core/models/SNO/MConfiguracionSNO.model.d.ts +2 -0
- package/package.json +1 -1
package/fesm2020/sigesp.mjs
CHANGED
|
@@ -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
|
}
|
|
@@ -5165,6 +5171,7 @@ class MAsignacionCargo extends MBasicModel {
|
|
|
5165
5171
|
this.idUsuarioCese = -1;
|
|
5166
5172
|
this.fechaAsignacion = 0;
|
|
5167
5173
|
this.fechaCese = 0;
|
|
5174
|
+
this.factorManoObra = 0;
|
|
5168
5175
|
if (e) {
|
|
5169
5176
|
this.idEnterprise = +e.id_enterprise;
|
|
5170
5177
|
this.idEmpresa = +e.id_empresa;
|
|
@@ -5195,6 +5202,7 @@ class MAsignacionCargo extends MBasicModel {
|
|
|
5195
5202
|
this.totalCargos = parseInt(e.totcar);
|
|
5196
5203
|
this.numeroCargosOcupados = parseInt(e.numocucar);
|
|
5197
5204
|
this.disponibilidadCargos = parseInt(e.disponibilidad);
|
|
5205
|
+
this.factorManoObra = +e.facmanobr;
|
|
5198
5206
|
if (e.detalles_nomina) {
|
|
5199
5207
|
this.detallesNominas = e.detalles_nomina.map(e => new MCargosNominas(e));
|
|
5200
5208
|
}
|
|
@@ -5230,6 +5238,7 @@ class MAsignacionCargo extends MBasicModel {
|
|
|
5230
5238
|
detalles_organigrama: this.detallesOrganigrama.map(function (e) { return e.dataInterface(); }),
|
|
5231
5239
|
eliminar_nomina: this.nominaEliminar,
|
|
5232
5240
|
eliminar_organigrama: this.organigramaEliminar,
|
|
5241
|
+
facmanobr: this.factorManoObra.toString(),
|
|
5233
5242
|
};
|
|
5234
5243
|
}
|
|
5235
5244
|
}
|
|
@@ -10012,6 +10021,9 @@ class MCargosPersonal extends MBasicModel {
|
|
|
10012
10021
|
this.fechaAsignacion = '1900-01-01';
|
|
10013
10022
|
this.fechaCese = '1900-01-01';
|
|
10014
10023
|
this.estatus = true;
|
|
10024
|
+
this.idPuestoTrabajo = 0;
|
|
10025
|
+
this.codigoPuestoTrabajo = '';
|
|
10026
|
+
this.descripcionPuestoTrabajo = '';
|
|
10015
10027
|
if (p) {
|
|
10016
10028
|
this.idEnterprise = +p.id_enterprise;
|
|
10017
10029
|
this.idEmpresa = +p.id_empresa;
|
|
@@ -10049,6 +10061,8 @@ class MCargosPersonal extends MBasicModel {
|
|
|
10049
10061
|
this.fechaAsignacion = p.fecasi;
|
|
10050
10062
|
this.fechaCese = p.fecces;
|
|
10051
10063
|
this.estatus ? this.denominacionEstatus = 'ACTIVO' : this.denominacionEstatus = 'INACTIVO';
|
|
10064
|
+
this.descripcionPuestoTrabajo = p.despuetra;
|
|
10065
|
+
this.codigoPuestoTrabajo = p.codpuetra;
|
|
10052
10066
|
if (p.detalles_nomina) {
|
|
10053
10067
|
this.detallesNomina = p.detalles_nomina.map(e => new MNominaSimple(e));
|
|
10054
10068
|
}
|
|
@@ -10072,6 +10086,7 @@ class MCargosPersonal extends MBasicModel {
|
|
|
10072
10086
|
id_dedicacion: this.idDedicacion.toString(),
|
|
10073
10087
|
id_tipopersonal: this.idTipoPersonalSno.toString(),
|
|
10074
10088
|
id_organigrama: this.idOrganigrama.toString(),
|
|
10089
|
+
id_puetra: this.idPuestoTrabajo.toString(),
|
|
10075
10090
|
estatus: this.estatus ? '1' : '0',
|
|
10076
10091
|
fecasi: this.fechaAsignacion,
|
|
10077
10092
|
fecces: this.fechaCese,
|