sigo-package 1.2.57 → 1.2.58
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 +58 -32
- package/dist/index.mjs +58 -32
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -4470,6 +4470,63 @@ function buildPreliquidacionRules1() {
|
|
|
4470
4470
|
}
|
|
4471
4471
|
__name(buildPreliquidacionRules1, "buildPreliquidacionRules1");
|
|
4472
4472
|
|
|
4473
|
+
// src/Programados/Alemania/AL02/buildPreliquidacionRulescodMOPublico.ts
|
|
4474
|
+
var codMOPublico2 = [
|
|
4475
|
+
"010602500",
|
|
4476
|
+
"T1_073100700",
|
|
4477
|
+
"F2_073100700",
|
|
4478
|
+
"073100800",
|
|
4479
|
+
"073100900",
|
|
4480
|
+
"T1_073101000",
|
|
4481
|
+
"F2_073101000",
|
|
4482
|
+
"073101100",
|
|
4483
|
+
"073101200",
|
|
4484
|
+
"T1_073101300",
|
|
4485
|
+
"F2_073101300",
|
|
4486
|
+
"073101400",
|
|
4487
|
+
"073101500"
|
|
4488
|
+
];
|
|
4489
|
+
function buildPreliquidacionRulescodMOPublico() {
|
|
4490
|
+
const map = /* @__PURE__ */ new Map();
|
|
4491
|
+
codMOPublico2.map((el) => {
|
|
4492
|
+
const keyBusiness = `${el}--Business`;
|
|
4493
|
+
const keyResidential = `${el}--Residential`;
|
|
4494
|
+
const value = {
|
|
4495
|
+
Codigo: el,
|
|
4496
|
+
ManoObra: [
|
|
4497
|
+
{
|
|
4498
|
+
Cantidad: 0,
|
|
4499
|
+
Codigo: "010206700",
|
|
4500
|
+
CantidadFija: false,
|
|
4501
|
+
CantidadPadre: true,
|
|
4502
|
+
Factor: 1,
|
|
4503
|
+
ManoObra: [],
|
|
4504
|
+
Materiales: []
|
|
4505
|
+
}
|
|
4506
|
+
],
|
|
4507
|
+
Materiales: [
|
|
4508
|
+
{
|
|
4509
|
+
Cantidad: 0,
|
|
4510
|
+
Codigo: "03DUC-109-214",
|
|
4511
|
+
CantidadFija: false,
|
|
4512
|
+
CantidadPadre: true,
|
|
4513
|
+
Factor: 1,
|
|
4514
|
+
Materiales: [],
|
|
4515
|
+
ManoObra: []
|
|
4516
|
+
}
|
|
4517
|
+
],
|
|
4518
|
+
CantidadFija: false,
|
|
4519
|
+
CantidadPadre: false,
|
|
4520
|
+
Cantidad: 0,
|
|
4521
|
+
Factor: 1
|
|
4522
|
+
};
|
|
4523
|
+
map.set(keyBusiness, value);
|
|
4524
|
+
map.set(keyResidential, value);
|
|
4525
|
+
});
|
|
4526
|
+
return map;
|
|
4527
|
+
}
|
|
4528
|
+
__name(buildPreliquidacionRulescodMOPublico, "buildPreliquidacionRulescodMOPublico");
|
|
4529
|
+
|
|
4473
4530
|
// src/Programados/Alemania/AL02/mapaMOMaterialAL02.ts
|
|
4474
4531
|
var mapaMOMaterialAL02 = new Map([
|
|
4475
4532
|
...buildPreliquidacionRules1(),
|
|
@@ -5235,38 +5292,7 @@ var mapaMOMaterialAL02 = new Map([
|
|
|
5235
5292
|
Factor: 1
|
|
5236
5293
|
}
|
|
5237
5294
|
],
|
|
5238
|
-
|
|
5239
|
-
"073100900--Business",
|
|
5240
|
-
{
|
|
5241
|
-
Codigo: "073100900",
|
|
5242
|
-
ManoObra: [
|
|
5243
|
-
{
|
|
5244
|
-
Cantidad: 0,
|
|
5245
|
-
Codigo: "010206700",
|
|
5246
|
-
CantidadFija: false,
|
|
5247
|
-
CantidadPadre: true,
|
|
5248
|
-
Factor: 1,
|
|
5249
|
-
ManoObra: [],
|
|
5250
|
-
Materiales: []
|
|
5251
|
-
}
|
|
5252
|
-
],
|
|
5253
|
-
Materiales: [
|
|
5254
|
-
{
|
|
5255
|
-
Cantidad: 0,
|
|
5256
|
-
Codigo: "03DUC-109-214",
|
|
5257
|
-
CantidadFija: false,
|
|
5258
|
-
CantidadPadre: true,
|
|
5259
|
-
Factor: 1,
|
|
5260
|
-
Materiales: [],
|
|
5261
|
-
ManoObra: []
|
|
5262
|
-
}
|
|
5263
|
-
],
|
|
5264
|
-
CantidadFija: false,
|
|
5265
|
-
CantidadPadre: false,
|
|
5266
|
-
Cantidad: 0,
|
|
5267
|
-
Factor: 1
|
|
5268
|
-
}
|
|
5269
|
-
]
|
|
5295
|
+
...buildPreliquidacionRulescodMOPublico()
|
|
5270
5296
|
]);
|
|
5271
5297
|
|
|
5272
5298
|
// src/Programados/Alemania/AL02/mapaDPContratoPrecio2024AL02.ts
|
package/dist/index.mjs
CHANGED
|
@@ -4336,6 +4336,63 @@ function buildPreliquidacionRules1() {
|
|
|
4336
4336
|
}
|
|
4337
4337
|
__name(buildPreliquidacionRules1, "buildPreliquidacionRules1");
|
|
4338
4338
|
|
|
4339
|
+
// src/Programados/Alemania/AL02/buildPreliquidacionRulescodMOPublico.ts
|
|
4340
|
+
var codMOPublico2 = [
|
|
4341
|
+
"010602500",
|
|
4342
|
+
"T1_073100700",
|
|
4343
|
+
"F2_073100700",
|
|
4344
|
+
"073100800",
|
|
4345
|
+
"073100900",
|
|
4346
|
+
"T1_073101000",
|
|
4347
|
+
"F2_073101000",
|
|
4348
|
+
"073101100",
|
|
4349
|
+
"073101200",
|
|
4350
|
+
"T1_073101300",
|
|
4351
|
+
"F2_073101300",
|
|
4352
|
+
"073101400",
|
|
4353
|
+
"073101500"
|
|
4354
|
+
];
|
|
4355
|
+
function buildPreliquidacionRulescodMOPublico() {
|
|
4356
|
+
const map = /* @__PURE__ */ new Map();
|
|
4357
|
+
codMOPublico2.map((el) => {
|
|
4358
|
+
const keyBusiness = `${el}--Business`;
|
|
4359
|
+
const keyResidential = `${el}--Residential`;
|
|
4360
|
+
const value = {
|
|
4361
|
+
Codigo: el,
|
|
4362
|
+
ManoObra: [
|
|
4363
|
+
{
|
|
4364
|
+
Cantidad: 0,
|
|
4365
|
+
Codigo: "010206700",
|
|
4366
|
+
CantidadFija: false,
|
|
4367
|
+
CantidadPadre: true,
|
|
4368
|
+
Factor: 1,
|
|
4369
|
+
ManoObra: [],
|
|
4370
|
+
Materiales: []
|
|
4371
|
+
}
|
|
4372
|
+
],
|
|
4373
|
+
Materiales: [
|
|
4374
|
+
{
|
|
4375
|
+
Cantidad: 0,
|
|
4376
|
+
Codigo: "03DUC-109-214",
|
|
4377
|
+
CantidadFija: false,
|
|
4378
|
+
CantidadPadre: true,
|
|
4379
|
+
Factor: 1,
|
|
4380
|
+
Materiales: [],
|
|
4381
|
+
ManoObra: []
|
|
4382
|
+
}
|
|
4383
|
+
],
|
|
4384
|
+
CantidadFija: false,
|
|
4385
|
+
CantidadPadre: false,
|
|
4386
|
+
Cantidad: 0,
|
|
4387
|
+
Factor: 1
|
|
4388
|
+
};
|
|
4389
|
+
map.set(keyBusiness, value);
|
|
4390
|
+
map.set(keyResidential, value);
|
|
4391
|
+
});
|
|
4392
|
+
return map;
|
|
4393
|
+
}
|
|
4394
|
+
__name(buildPreliquidacionRulescodMOPublico, "buildPreliquidacionRulescodMOPublico");
|
|
4395
|
+
|
|
4339
4396
|
// src/Programados/Alemania/AL02/mapaMOMaterialAL02.ts
|
|
4340
4397
|
var mapaMOMaterialAL02 = new Map([
|
|
4341
4398
|
...buildPreliquidacionRules1(),
|
|
@@ -5101,38 +5158,7 @@ var mapaMOMaterialAL02 = new Map([
|
|
|
5101
5158
|
Factor: 1
|
|
5102
5159
|
}
|
|
5103
5160
|
],
|
|
5104
|
-
|
|
5105
|
-
"073100900--Business",
|
|
5106
|
-
{
|
|
5107
|
-
Codigo: "073100900",
|
|
5108
|
-
ManoObra: [
|
|
5109
|
-
{
|
|
5110
|
-
Cantidad: 0,
|
|
5111
|
-
Codigo: "010206700",
|
|
5112
|
-
CantidadFija: false,
|
|
5113
|
-
CantidadPadre: true,
|
|
5114
|
-
Factor: 1,
|
|
5115
|
-
ManoObra: [],
|
|
5116
|
-
Materiales: []
|
|
5117
|
-
}
|
|
5118
|
-
],
|
|
5119
|
-
Materiales: [
|
|
5120
|
-
{
|
|
5121
|
-
Cantidad: 0,
|
|
5122
|
-
Codigo: "03DUC-109-214",
|
|
5123
|
-
CantidadFija: false,
|
|
5124
|
-
CantidadPadre: true,
|
|
5125
|
-
Factor: 1,
|
|
5126
|
-
Materiales: [],
|
|
5127
|
-
ManoObra: []
|
|
5128
|
-
}
|
|
5129
|
-
],
|
|
5130
|
-
CantidadFija: false,
|
|
5131
|
-
CantidadPadre: false,
|
|
5132
|
-
Cantidad: 0,
|
|
5133
|
-
Factor: 1
|
|
5134
|
-
}
|
|
5135
|
-
]
|
|
5161
|
+
...buildPreliquidacionRulescodMOPublico()
|
|
5136
5162
|
]);
|
|
5137
5163
|
|
|
5138
5164
|
// src/Programados/Alemania/AL02/mapaDPContratoPrecio2024AL02.ts
|