sigo-package 1.2.38 → 1.2.39
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/dist/index.js +12 -14
- package/dist/index.mjs +12 -14
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -4394,7 +4394,9 @@ function buildPreliquidacionRules1() {
|
|
|
4394
4394
|
const map = /* @__PURE__ */ new Map();
|
|
4395
4395
|
codMOTroncalReglaLiquidacion1.forEach((el) => {
|
|
4396
4396
|
const key = el;
|
|
4397
|
-
const value =
|
|
4397
|
+
const value = [
|
|
4398
|
+
"073006000"
|
|
4399
|
+
].includes(el) ? {
|
|
4398
4400
|
Codigo: el,
|
|
4399
4401
|
ManoObra: [],
|
|
4400
4402
|
Materiales: buildRulesMaterial(),
|
|
@@ -4402,6 +4404,14 @@ function buildPreliquidacionRules1() {
|
|
|
4402
4404
|
CantidadPadre: false,
|
|
4403
4405
|
Cantidad: 0,
|
|
4404
4406
|
Factor: 1
|
|
4407
|
+
} : {
|
|
4408
|
+
Codigo: el,
|
|
4409
|
+
ManoObra: [],
|
|
4410
|
+
Materiales: buildRulesMaterial(),
|
|
4411
|
+
CantidadFija: true,
|
|
4412
|
+
CantidadPadre: false,
|
|
4413
|
+
Cantidad: 1,
|
|
4414
|
+
Factor: 1
|
|
4405
4415
|
};
|
|
4406
4416
|
map.set(key, value);
|
|
4407
4417
|
});
|
|
@@ -4411,19 +4421,7 @@ __name(buildPreliquidacionRules1, "buildPreliquidacionRules1");
|
|
|
4411
4421
|
|
|
4412
4422
|
// src/Programados/Alemania/AL02/mapaMOMaterialAL02.ts
|
|
4413
4423
|
var mapaMOMaterialAL02 = new Map([
|
|
4414
|
-
...buildPreliquidacionRules1()
|
|
4415
|
-
[
|
|
4416
|
-
"073006000",
|
|
4417
|
-
{
|
|
4418
|
-
Codigo: "073006000",
|
|
4419
|
-
ManoObra: [],
|
|
4420
|
-
Materiales: [],
|
|
4421
|
-
CantidadFija: true,
|
|
4422
|
-
CantidadPadre: false,
|
|
4423
|
-
Cantidad: 1,
|
|
4424
|
-
Factor: 1
|
|
4425
|
-
}
|
|
4426
|
-
]
|
|
4424
|
+
...buildPreliquidacionRules1()
|
|
4427
4425
|
]);
|
|
4428
4426
|
|
|
4429
4427
|
// src/Programados/Alemania/CalcularResumenHPMOLiquidado/index.ts
|
package/dist/index.mjs
CHANGED
|
@@ -4264,7 +4264,9 @@ function buildPreliquidacionRules1() {
|
|
|
4264
4264
|
const map = /* @__PURE__ */ new Map();
|
|
4265
4265
|
codMOTroncalReglaLiquidacion1.forEach((el) => {
|
|
4266
4266
|
const key = el;
|
|
4267
|
-
const value =
|
|
4267
|
+
const value = [
|
|
4268
|
+
"073006000"
|
|
4269
|
+
].includes(el) ? {
|
|
4268
4270
|
Codigo: el,
|
|
4269
4271
|
ManoObra: [],
|
|
4270
4272
|
Materiales: buildRulesMaterial(),
|
|
@@ -4272,6 +4274,14 @@ function buildPreliquidacionRules1() {
|
|
|
4272
4274
|
CantidadPadre: false,
|
|
4273
4275
|
Cantidad: 0,
|
|
4274
4276
|
Factor: 1
|
|
4277
|
+
} : {
|
|
4278
|
+
Codigo: el,
|
|
4279
|
+
ManoObra: [],
|
|
4280
|
+
Materiales: buildRulesMaterial(),
|
|
4281
|
+
CantidadFija: true,
|
|
4282
|
+
CantidadPadre: false,
|
|
4283
|
+
Cantidad: 1,
|
|
4284
|
+
Factor: 1
|
|
4275
4285
|
};
|
|
4276
4286
|
map.set(key, value);
|
|
4277
4287
|
});
|
|
@@ -4281,19 +4291,7 @@ __name(buildPreliquidacionRules1, "buildPreliquidacionRules1");
|
|
|
4281
4291
|
|
|
4282
4292
|
// src/Programados/Alemania/AL02/mapaMOMaterialAL02.ts
|
|
4283
4293
|
var mapaMOMaterialAL02 = new Map([
|
|
4284
|
-
...buildPreliquidacionRules1()
|
|
4285
|
-
[
|
|
4286
|
-
"073006000",
|
|
4287
|
-
{
|
|
4288
|
-
Codigo: "073006000",
|
|
4289
|
-
ManoObra: [],
|
|
4290
|
-
Materiales: [],
|
|
4291
|
-
CantidadFija: true,
|
|
4292
|
-
CantidadPadre: false,
|
|
4293
|
-
Cantidad: 1,
|
|
4294
|
-
Factor: 1
|
|
4295
|
-
}
|
|
4296
|
-
]
|
|
4294
|
+
...buildPreliquidacionRules1()
|
|
4297
4295
|
]);
|
|
4298
4296
|
|
|
4299
4297
|
// src/Programados/Alemania/CalcularResumenHPMOLiquidado/index.ts
|