@senior-gestao-empresarial/erpx-components 4.15.0 → 4.16.0

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.
Files changed (21) hide show
  1. package/bundles/senior-gestao-empresarial-erpx-components.umd.js +137 -27
  2. package/bundles/senior-gestao-empresarial-erpx-components.umd.js.map +1 -1
  3. package/bundles/senior-gestao-empresarial-erpx-components.umd.min.js +2 -2
  4. package/bundles/senior-gestao-empresarial-erpx-components.umd.min.js.map +1 -1
  5. package/esm2015/components/tributos/rules/status/registries/incoming-invoice-status-rules.registry.js +41 -1
  6. package/esm2015/components/tributos/rules/status/registries/outgoing-invoice-status-rules.registry.js +69 -1
  7. package/esm2015/components/tributos/rules/status/rules/apply-net-value-to-document-status-rule.js +2 -1
  8. package/esm2015/components/tributos/rules/validation/registries/incoming-invoice-validation-rules.registry.js +11 -11
  9. package/esm2015/components/tributos/rules/validation/registries/outgoing-invoice-validation-rules.registry.js +18 -18
  10. package/esm2015/components/tributos/rules/validation/rules/required/apply-net-value-to-document-required-validation-rule.js +2 -1
  11. package/esm5/components/tributos/rules/status/registries/incoming-invoice-status-rules.registry.js +41 -1
  12. package/esm5/components/tributos/rules/status/registries/outgoing-invoice-status-rules.registry.js +69 -1
  13. package/esm5/components/tributos/rules/status/rules/apply-net-value-to-document-status-rule.js +2 -1
  14. package/esm5/components/tributos/rules/validation/registries/incoming-invoice-validation-rules.registry.js +11 -11
  15. package/esm5/components/tributos/rules/validation/registries/outgoing-invoice-validation-rules.registry.js +18 -18
  16. package/esm5/components/tributos/rules/validation/rules/required/apply-net-value-to-document-required-validation-rule.js +2 -1
  17. package/fesm2015/senior-gestao-empresarial-erpx-components.js +137 -27
  18. package/fesm2015/senior-gestao-empresarial-erpx-components.js.map +1 -1
  19. package/fesm5/senior-gestao-empresarial-erpx-components.js +137 -27
  20. package/fesm5/senior-gestao-empresarial-erpx-components.js.map +1 -1
  21. package/package.json +1 -1
@@ -11286,6 +11286,7 @@
11286
11286
  case exports.EnumTipoTributo.CBS:
11287
11287
  case exports.EnumTipoTributo.CBS_CREDITO_PRESUMIDO:
11288
11288
  case exports.EnumTipoTributo.IBS_ESTADUAL:
11289
+ case exports.EnumTipoTributo.IBS_MUNICIPAL:
11289
11290
  {
11290
11291
  switch (document) {
11291
11292
  case 'Incoming Invoice':
@@ -11462,6 +11463,10 @@
11462
11463
  {
11463
11464
  field: exports.EnumCampoTributo.ClassificacaoTributaria,
11464
11465
  rule: this.taxClassificationStatusRule
11466
+ },
11467
+ {
11468
+ field: exports.EnumCampoTributo.AplicarValorLiquidoDocumento,
11469
+ rule: this.applyNetValueToDocumentStatusRule
11465
11470
  }
11466
11471
  ],
11467
11472
  _a[exports.EnumTipoTributo.IBS_MUNICIPAL_TRIBUTACAO_REGULAR] = [
@@ -11533,6 +11538,10 @@
11533
11538
  {
11534
11539
  field: exports.EnumCampoTributo.ClassificacaoTributaria,
11535
11540
  rule: this.taxClassificationStatusRule
11541
+ },
11542
+ {
11543
+ field: exports.EnumCampoTributo.AplicarValorLiquidoDocumento,
11544
+ rule: this.applyNetValueToDocumentStatusRule
11536
11545
  }
11537
11546
  ],
11538
11547
  _b[exports.EnumTipoTributo.IBS_MUNICIPAL_TRIBUTACAO_REGULAR] = [
@@ -11604,6 +11613,10 @@
11604
11613
  {
11605
11614
  field: exports.EnumCampoTributo.ClassificacaoTributaria,
11606
11615
  rule: this.taxClassificationStatusRule
11616
+ },
11617
+ {
11618
+ field: exports.EnumCampoTributo.AplicarValorLiquidoDocumento,
11619
+ rule: this.applyNetValueToDocumentStatusRule
11607
11620
  }
11608
11621
  ],
11609
11622
  _c[exports.EnumTipoTributo.IBS_MUNICIPAL_TRIBUTACAO_REGULAR] = [
@@ -11675,6 +11688,10 @@
11675
11688
  {
11676
11689
  field: exports.EnumCampoTributo.ClassificacaoTributaria,
11677
11690
  rule: this.taxClassificationStatusRule
11691
+ },
11692
+ {
11693
+ field: exports.EnumCampoTributo.AplicarValorLiquidoDocumento,
11694
+ rule: this.applyNetValueToDocumentStatusRule
11678
11695
  }
11679
11696
  ],
11680
11697
  _d[exports.EnumTipoTributo.IBS_MUNICIPAL_TRIBUTACAO_REGULAR] = [
@@ -11746,6 +11763,10 @@
11746
11763
  {
11747
11764
  field: exports.EnumCampoTributo.ClassificacaoTributaria,
11748
11765
  rule: this.taxClassificationStatusRule
11766
+ },
11767
+ {
11768
+ field: exports.EnumCampoTributo.AplicarValorLiquidoDocumento,
11769
+ rule: this.applyNetValueToDocumentStatusRule
11749
11770
  }
11750
11771
  ],
11751
11772
  _e[exports.EnumTipoTributo.IBS_MUNICIPAL_TRIBUTACAO_REGULAR] = [
@@ -11817,6 +11838,10 @@
11817
11838
  {
11818
11839
  field: exports.EnumCampoTributo.ClassificacaoTributaria,
11819
11840
  rule: this.taxClassificationStatusRule
11841
+ },
11842
+ {
11843
+ field: exports.EnumCampoTributo.AplicarValorLiquidoDocumento,
11844
+ rule: this.applyNetValueToDocumentStatusRule
11820
11845
  }
11821
11846
  ],
11822
11847
  _f[exports.EnumTipoTributo.IBS_MUNICIPAL_TRIBUTACAO_REGULAR] = [
@@ -11876,6 +11901,10 @@
11876
11901
  {
11877
11902
  field: exports.EnumCampoTributo.ClassificacaoTributaria,
11878
11903
  rule: this.taxClassificationStatusRule
11904
+ },
11905
+ {
11906
+ field: exports.EnumCampoTributo.AplicarValorLiquidoDocumento,
11907
+ rule: this.applyNetValueToDocumentStatusRule
11879
11908
  }
11880
11909
  ],
11881
11910
  _g[exports.EnumTipoTributo.IBS_MUNICIPAL_TRIBUTACAO_REGULAR] = [
@@ -11947,6 +11976,10 @@
11947
11976
  {
11948
11977
  field: exports.EnumCampoTributo.ClassificacaoTributaria,
11949
11978
  rule: this.taxClassificationStatusRule
11979
+ },
11980
+ {
11981
+ field: exports.EnumCampoTributo.AplicarValorLiquidoDocumento,
11982
+ rule: this.applyNetValueToDocumentStatusRule
11950
11983
  }
11951
11984
  ],
11952
11985
  _h[exports.EnumTipoTributo.IBS_MUNICIPAL_TRIBUTACAO_REGULAR] = [
@@ -12018,6 +12051,10 @@
12018
12051
  {
12019
12052
  field: exports.EnumCampoTributo.ClassificacaoTributaria,
12020
12053
  rule: this.taxClassificationStatusRule
12054
+ },
12055
+ {
12056
+ field: exports.EnumCampoTributo.AplicarValorLiquidoDocumento,
12057
+ rule: this.applyNetValueToDocumentStatusRule
12021
12058
  }
12022
12059
  ],
12023
12060
  _j[exports.EnumTipoTributo.IBS_MUNICIPAL_TRIBUTACAO_REGULAR] = [
@@ -12089,6 +12126,10 @@
12089
12126
  {
12090
12127
  field: exports.EnumCampoTributo.ClassificacaoTributaria,
12091
12128
  rule: this.taxClassificationStatusRule
12129
+ },
12130
+ {
12131
+ field: exports.EnumCampoTributo.AplicarValorLiquidoDocumento,
12132
+ rule: this.applyNetValueToDocumentStatusRule
12092
12133
  }
12093
12134
  ],
12094
12135
  _k[exports.EnumTipoTributo.IBS_MUNICIPAL_TRIBUTACAO_REGULAR] = [
@@ -12183,6 +12224,10 @@
12183
12224
  {
12184
12225
  field: exports.EnumCampoTributo.ClassificacaoTributaria,
12185
12226
  rule: this.taxClassificationStatusRule
12227
+ },
12228
+ {
12229
+ field: exports.EnumCampoTributo.AplicarValorLiquidoDocumento,
12230
+ rule: this.applyNetValueToDocumentStatusRule
12186
12231
  }
12187
12232
  ],
12188
12233
  _a[exports.EnumTipoTributo.IBS_MUNICIPAL_TRIBUTACAO_REGULAR] = [
@@ -12254,6 +12299,10 @@
12254
12299
  {
12255
12300
  field: exports.EnumCampoTributo.ClassificacaoTributaria,
12256
12301
  rule: this.taxClassificationStatusRule
12302
+ },
12303
+ {
12304
+ field: exports.EnumCampoTributo.AplicarValorLiquidoDocumento,
12305
+ rule: this.applyNetValueToDocumentStatusRule
12257
12306
  }
12258
12307
  ],
12259
12308
  _b[exports.EnumTipoTributo.IBS_MUNICIPAL_TRIBUTACAO_REGULAR] = [
@@ -12325,6 +12374,10 @@
12325
12374
  {
12326
12375
  field: exports.EnumCampoTributo.ClassificacaoTributaria,
12327
12376
  rule: this.taxClassificationStatusRule
12377
+ },
12378
+ {
12379
+ field: exports.EnumCampoTributo.AplicarValorLiquidoDocumento,
12380
+ rule: this.applyNetValueToDocumentStatusRule
12328
12381
  }
12329
12382
  ],
12330
12383
  _c[exports.EnumTipoTributo.IBS_MUNICIPAL_TRIBUTACAO_REGULAR] = [
@@ -12396,6 +12449,10 @@
12396
12449
  {
12397
12450
  field: exports.EnumCampoTributo.ClassificacaoTributaria,
12398
12451
  rule: this.taxClassificationStatusRule
12452
+ },
12453
+ {
12454
+ field: exports.EnumCampoTributo.AplicarValorLiquidoDocumento,
12455
+ rule: this.applyNetValueToDocumentStatusRule
12399
12456
  }
12400
12457
  ],
12401
12458
  _d[exports.EnumTipoTributo.IBS_MUNICIPAL_TRIBUTACAO_REGULAR] = [
@@ -12467,6 +12524,10 @@
12467
12524
  {
12468
12525
  field: exports.EnumCampoTributo.ClassificacaoTributaria,
12469
12526
  rule: this.taxClassificationStatusRule
12527
+ },
12528
+ {
12529
+ field: exports.EnumCampoTributo.AplicarValorLiquidoDocumento,
12530
+ rule: this.applyNetValueToDocumentStatusRule
12470
12531
  }
12471
12532
  ],
12472
12533
  _e[exports.EnumTipoTributo.IBS_MUNICIPAL_TRIBUTACAO_REGULAR] = [
@@ -12538,6 +12599,10 @@
12538
12599
  {
12539
12600
  field: exports.EnumCampoTributo.ClassificacaoTributaria,
12540
12601
  rule: this.taxClassificationStatusRule
12602
+ },
12603
+ {
12604
+ field: exports.EnumCampoTributo.AplicarValorLiquidoDocumento,
12605
+ rule: this.applyNetValueToDocumentStatusRule
12541
12606
  }
12542
12607
  ],
12543
12608
  _f[exports.EnumTipoTributo.IBS_MUNICIPAL_TRIBUTACAO_REGULAR] = [
@@ -12609,6 +12674,10 @@
12609
12674
  {
12610
12675
  field: exports.EnumCampoTributo.ClassificacaoTributaria,
12611
12676
  rule: this.taxClassificationStatusRule
12677
+ },
12678
+ {
12679
+ field: exports.EnumCampoTributo.AplicarValorLiquidoDocumento,
12680
+ rule: this.applyNetValueToDocumentStatusRule
12612
12681
  }
12613
12682
  ],
12614
12683
  _g[exports.EnumTipoTributo.IBS_MUNICIPAL_TRIBUTACAO_REGULAR] = [
@@ -12680,6 +12749,10 @@
12680
12749
  {
12681
12750
  field: exports.EnumCampoTributo.ClassificacaoTributaria,
12682
12751
  rule: this.taxClassificationStatusRule
12752
+ },
12753
+ {
12754
+ field: exports.EnumCampoTributo.AplicarValorLiquidoDocumento,
12755
+ rule: this.applyNetValueToDocumentStatusRule
12683
12756
  }
12684
12757
  ],
12685
12758
  _h[exports.EnumTipoTributo.IBS_MUNICIPAL_TRIBUTACAO_REGULAR] = [
@@ -12751,6 +12824,10 @@
12751
12824
  {
12752
12825
  field: exports.EnumCampoTributo.ClassificacaoTributaria,
12753
12826
  rule: this.taxClassificationStatusRule
12827
+ },
12828
+ {
12829
+ field: exports.EnumCampoTributo.AplicarValorLiquidoDocumento,
12830
+ rule: this.applyNetValueToDocumentStatusRule
12754
12831
  }
12755
12832
  ],
12756
12833
  _j[exports.EnumTipoTributo.IBS_MUNICIPAL_TRIBUTACAO_REGULAR] = [
@@ -12822,6 +12899,10 @@
12822
12899
  {
12823
12900
  field: exports.EnumCampoTributo.ClassificacaoTributaria,
12824
12901
  rule: this.taxClassificationStatusRule
12902
+ },
12903
+ {
12904
+ field: exports.EnumCampoTributo.AplicarValorLiquidoDocumento,
12905
+ rule: this.applyNetValueToDocumentStatusRule
12825
12906
  }
12826
12907
  ],
12827
12908
  _k[exports.EnumTipoTributo.IBS_MUNICIPAL_TRIBUTACAO_REGULAR] = [
@@ -12905,6 +12986,10 @@
12905
12986
  {
12906
12987
  field: exports.EnumCampoTributo.ClassificacaoTributaria,
12907
12988
  rule: this.taxClassificationStatusRule
12989
+ },
12990
+ {
12991
+ field: exports.EnumCampoTributo.AplicarValorLiquidoDocumento,
12992
+ rule: this.applyNetValueToDocumentStatusRule
12908
12993
  }
12909
12994
  ],
12910
12995
  _l[exports.EnumTipoTributo.IBS_MUNICIPAL_TRIBUTACAO_REGULAR] = [
@@ -12976,6 +13061,10 @@
12976
13061
  {
12977
13062
  field: exports.EnumCampoTributo.ClassificacaoTributaria,
12978
13063
  rule: this.taxClassificationStatusRule
13064
+ },
13065
+ {
13066
+ field: exports.EnumCampoTributo.AplicarValorLiquidoDocumento,
13067
+ rule: this.applyNetValueToDocumentStatusRule
12979
13068
  }
12980
13069
  ],
12981
13070
  _m[exports.EnumTipoTributo.IBS_MUNICIPAL_TRIBUTACAO_REGULAR] = [
@@ -13047,6 +13136,10 @@
13047
13136
  {
13048
13137
  field: exports.EnumCampoTributo.ClassificacaoTributaria,
13049
13138
  rule: this.taxClassificationStatusRule
13139
+ },
13140
+ {
13141
+ field: exports.EnumCampoTributo.AplicarValorLiquidoDocumento,
13142
+ rule: this.applyNetValueToDocumentStatusRule
13050
13143
  }
13051
13144
  ],
13052
13145
  _o[exports.EnumTipoTributo.IBS_MUNICIPAL_TRIBUTACAO_REGULAR] = [
@@ -13118,6 +13211,10 @@
13118
13211
  {
13119
13212
  field: exports.EnumCampoTributo.ClassificacaoTributaria,
13120
13213
  rule: this.taxClassificationStatusRule
13214
+ },
13215
+ {
13216
+ field: exports.EnumCampoTributo.AplicarValorLiquidoDocumento,
13217
+ rule: this.applyNetValueToDocumentStatusRule
13121
13218
  }
13122
13219
  ],
13123
13220
  _p[exports.EnumTipoTributo.IBS_MUNICIPAL_TRIBUTACAO_REGULAR] = [
@@ -13189,6 +13286,10 @@
13189
13286
  {
13190
13287
  field: exports.EnumCampoTributo.ClassificacaoTributaria,
13191
13288
  rule: this.taxClassificationStatusRule
13289
+ },
13290
+ {
13291
+ field: exports.EnumCampoTributo.AplicarValorLiquidoDocumento,
13292
+ rule: this.applyNetValueToDocumentStatusRule
13192
13293
  }
13193
13294
  ],
13194
13295
  _q[exports.EnumTipoTributo.IBS_MUNICIPAL_TRIBUTACAO_REGULAR] = [
@@ -13260,6 +13361,10 @@
13260
13361
  {
13261
13362
  field: exports.EnumCampoTributo.ClassificacaoTributaria,
13262
13363
  rule: this.taxClassificationStatusRule
13364
+ },
13365
+ {
13366
+ field: exports.EnumCampoTributo.AplicarValorLiquidoDocumento,
13367
+ rule: this.applyNetValueToDocumentStatusRule
13263
13368
  }
13264
13369
  ],
13265
13370
  _r[exports.EnumTipoTributo.IBS_MUNICIPAL_TRIBUTACAO_REGULAR] = [
@@ -13331,6 +13436,10 @@
13331
13436
  {
13332
13437
  field: exports.EnumCampoTributo.ClassificacaoTributaria,
13333
13438
  rule: this.taxClassificationStatusRule
13439
+ },
13440
+ {
13441
+ field: exports.EnumCampoTributo.AplicarValorLiquidoDocumento,
13442
+ rule: this.applyNetValueToDocumentStatusRule
13334
13443
  }
13335
13444
  ],
13336
13445
  _s[exports.EnumTipoTributo.IBS_MUNICIPAL_TRIBUTACAO_REGULAR] = [
@@ -13449,6 +13558,7 @@
13449
13558
  case exports.EnumTipoTributo.CBS:
13450
13559
  case exports.EnumTipoTributo.CBS_CREDITO_PRESUMIDO:
13451
13560
  case exports.EnumTipoTributo.IBS_ESTADUAL:
13561
+ case exports.EnumTipoTributo.IBS_MUNICIPAL:
13452
13562
  {
13453
13563
  switch (document) {
13454
13564
  case 'Incoming Invoice':
@@ -16753,7 +16863,7 @@
16753
16863
  },
16754
16864
  {
16755
16865
  field: exports.EnumCampoTributo.AplicarValorLiquidoDocumento,
16756
- rules: []
16866
+ rules: [this.applyNetValueToDocumentRequiredValidationRule]
16757
16867
  }
16758
16868
  ],
16759
16869
  _a[exports.EnumTipoTributo.IBS_MUNICIPAL_DIFERIDO] = [
@@ -17057,7 +17167,7 @@
17057
17167
  },
17058
17168
  {
17059
17169
  field: exports.EnumCampoTributo.AplicarValorLiquidoDocumento,
17060
- rules: []
17170
+ rules: [this.applyNetValueToDocumentRequiredValidationRule]
17061
17171
  }
17062
17172
  ],
17063
17173
  _b[exports.EnumTipoTributo.IBS_MUNICIPAL_DIFERIDO] = [
@@ -17361,7 +17471,7 @@
17361
17471
  },
17362
17472
  {
17363
17473
  field: exports.EnumCampoTributo.AplicarValorLiquidoDocumento,
17364
- rules: []
17474
+ rules: [this.applyNetValueToDocumentRequiredValidationRule]
17365
17475
  }
17366
17476
  ],
17367
17477
  _c[exports.EnumTipoTributo.IBS_MUNICIPAL_DIFERIDO] = [
@@ -17665,7 +17775,7 @@
17665
17775
  },
17666
17776
  {
17667
17777
  field: exports.EnumCampoTributo.AplicarValorLiquidoDocumento,
17668
- rules: []
17778
+ rules: [this.applyNetValueToDocumentRequiredValidationRule]
17669
17779
  }
17670
17780
  ],
17671
17781
  _d[exports.EnumTipoTributo.IBS_MUNICIPAL_DIFERIDO] = [
@@ -17969,7 +18079,7 @@
17969
18079
  },
17970
18080
  {
17971
18081
  field: exports.EnumCampoTributo.AplicarValorLiquidoDocumento,
17972
- rules: []
18082
+ rules: [this.applyNetValueToDocumentRequiredValidationRule]
17973
18083
  }
17974
18084
  ],
17975
18085
  _e[exports.EnumTipoTributo.IBS_MUNICIPAL_DIFERIDO] = [
@@ -18273,7 +18383,7 @@
18273
18383
  },
18274
18384
  {
18275
18385
  field: exports.EnumCampoTributo.AplicarValorLiquidoDocumento,
18276
- rules: []
18386
+ rules: [this.applyNetValueToDocumentRequiredValidationRule]
18277
18387
  }
18278
18388
  ],
18279
18389
  _f[exports.EnumTipoTributo.IBS_MUNICIPAL_DIFERIDO] = [
@@ -18577,7 +18687,7 @@
18577
18687
  },
18578
18688
  {
18579
18689
  field: exports.EnumCampoTributo.AplicarValorLiquidoDocumento,
18580
- rules: []
18690
+ rules: [this.applyNetValueToDocumentRequiredValidationRule]
18581
18691
  }
18582
18692
  ],
18583
18693
  _g[exports.EnumTipoTributo.IBS_MUNICIPAL_DIFERIDO] = [
@@ -18881,7 +18991,7 @@
18881
18991
  },
18882
18992
  {
18883
18993
  field: exports.EnumCampoTributo.AplicarValorLiquidoDocumento,
18884
- rules: []
18994
+ rules: [this.applyNetValueToDocumentRequiredValidationRule]
18885
18995
  }
18886
18996
  ],
18887
18997
  _h[exports.EnumTipoTributo.IBS_MUNICIPAL_DIFERIDO] = [
@@ -19185,7 +19295,7 @@
19185
19295
  },
19186
19296
  {
19187
19297
  field: exports.EnumCampoTributo.AplicarValorLiquidoDocumento,
19188
- rules: []
19298
+ rules: [this.applyNetValueToDocumentRequiredValidationRule]
19189
19299
  }
19190
19300
  ],
19191
19301
  _j[exports.EnumTipoTributo.IBS_MUNICIPAL_DIFERIDO] = [
@@ -19489,7 +19599,7 @@
19489
19599
  },
19490
19600
  {
19491
19601
  field: exports.EnumCampoTributo.AplicarValorLiquidoDocumento,
19492
- rules: []
19602
+ rules: [this.applyNetValueToDocumentRequiredValidationRule]
19493
19603
  }
19494
19604
  ],
19495
19605
  _k[exports.EnumTipoTributo.IBS_MUNICIPAL_DIFERIDO] = [
@@ -19902,7 +20012,7 @@
19902
20012
  },
19903
20013
  {
19904
20014
  field: exports.EnumCampoTributo.AplicarValorLiquidoDocumento,
19905
- rules: []
20015
+ rules: [this.applyNetValueToDocumentRequiredValidationRule]
19906
20016
  }
19907
20017
  ],
19908
20018
  _a[exports.EnumTipoTributo.IBS_MUNICIPAL_DIFERIDO] = [
@@ -20206,7 +20316,7 @@
20206
20316
  },
20207
20317
  {
20208
20318
  field: exports.EnumCampoTributo.AplicarValorLiquidoDocumento,
20209
- rules: []
20319
+ rules: [this.applyNetValueToDocumentRequiredValidationRule]
20210
20320
  }
20211
20321
  ],
20212
20322
  _b[exports.EnumTipoTributo.IBS_MUNICIPAL_DIFERIDO] = [
@@ -20510,7 +20620,7 @@
20510
20620
  },
20511
20621
  {
20512
20622
  field: exports.EnumCampoTributo.AplicarValorLiquidoDocumento,
20513
- rules: []
20623
+ rules: [this.applyNetValueToDocumentRequiredValidationRule]
20514
20624
  }
20515
20625
  ],
20516
20626
  _c[exports.EnumTipoTributo.IBS_MUNICIPAL_DIFERIDO] = [
@@ -20814,7 +20924,7 @@
20814
20924
  },
20815
20925
  {
20816
20926
  field: exports.EnumCampoTributo.AplicarValorLiquidoDocumento,
20817
- rules: []
20927
+ rules: [this.applyNetValueToDocumentRequiredValidationRule]
20818
20928
  }
20819
20929
  ],
20820
20930
  _d[exports.EnumTipoTributo.IBS_MUNICIPAL_DIFERIDO] = [
@@ -21118,7 +21228,7 @@
21118
21228
  },
21119
21229
  {
21120
21230
  field: exports.EnumCampoTributo.AplicarValorLiquidoDocumento,
21121
- rules: []
21231
+ rules: [this.applyNetValueToDocumentRequiredValidationRule]
21122
21232
  }
21123
21233
  ],
21124
21234
  _e[exports.EnumTipoTributo.IBS_MUNICIPAL_DIFERIDO] = [
@@ -21422,7 +21532,7 @@
21422
21532
  },
21423
21533
  {
21424
21534
  field: exports.EnumCampoTributo.AplicarValorLiquidoDocumento,
21425
- rules: []
21535
+ rules: [this.applyNetValueToDocumentRequiredValidationRule]
21426
21536
  }
21427
21537
  ],
21428
21538
  _f[exports.EnumTipoTributo.IBS_MUNICIPAL_DIFERIDO] = [
@@ -21726,7 +21836,7 @@
21726
21836
  },
21727
21837
  {
21728
21838
  field: exports.EnumCampoTributo.AplicarValorLiquidoDocumento,
21729
- rules: []
21839
+ rules: [this.applyNetValueToDocumentRequiredValidationRule]
21730
21840
  }
21731
21841
  ],
21732
21842
  _g[exports.EnumTipoTributo.IBS_MUNICIPAL_DIFERIDO] = [
@@ -22030,7 +22140,7 @@
22030
22140
  },
22031
22141
  {
22032
22142
  field: exports.EnumCampoTributo.AplicarValorLiquidoDocumento,
22033
- rules: []
22143
+ rules: [this.applyNetValueToDocumentRequiredValidationRule]
22034
22144
  }
22035
22145
  ],
22036
22146
  _h[exports.EnumTipoTributo.IBS_MUNICIPAL_DIFERIDO] = [
@@ -22334,7 +22444,7 @@
22334
22444
  },
22335
22445
  {
22336
22446
  field: exports.EnumCampoTributo.AplicarValorLiquidoDocumento,
22337
- rules: []
22447
+ rules: [this.applyNetValueToDocumentRequiredValidationRule]
22338
22448
  }
22339
22449
  ],
22340
22450
  _j[exports.EnumTipoTributo.IBS_MUNICIPAL_DIFERIDO] = [
@@ -22638,7 +22748,7 @@
22638
22748
  },
22639
22749
  {
22640
22750
  field: exports.EnumCampoTributo.AplicarValorLiquidoDocumento,
22641
- rules: []
22751
+ rules: [this.applyNetValueToDocumentRequiredValidationRule]
22642
22752
  }
22643
22753
  ],
22644
22754
  _k[exports.EnumTipoTributo.IBS_MUNICIPAL_DIFERIDO] = [
@@ -23006,7 +23116,7 @@
23006
23116
  },
23007
23117
  {
23008
23118
  field: exports.EnumCampoTributo.AplicarValorLiquidoDocumento,
23009
- rules: []
23119
+ rules: [this.applyNetValueToDocumentRequiredValidationRule]
23010
23120
  }
23011
23121
  ],
23012
23122
  _l[exports.EnumTipoTributo.IBS_MUNICIPAL_DIFERIDO] = [
@@ -23310,7 +23420,7 @@
23310
23420
  },
23311
23421
  {
23312
23422
  field: exports.EnumCampoTributo.AplicarValorLiquidoDocumento,
23313
- rules: []
23423
+ rules: [this.applyNetValueToDocumentRequiredValidationRule]
23314
23424
  }
23315
23425
  ],
23316
23426
  _m[exports.EnumTipoTributo.IBS_MUNICIPAL_DIFERIDO] = [
@@ -23614,7 +23724,7 @@
23614
23724
  },
23615
23725
  {
23616
23726
  field: exports.EnumCampoTributo.AplicarValorLiquidoDocumento,
23617
- rules: []
23727
+ rules: [this.applyNetValueToDocumentRequiredValidationRule]
23618
23728
  }
23619
23729
  ],
23620
23730
  _o[exports.EnumTipoTributo.IBS_MUNICIPAL_DIFERIDO] = [
@@ -23918,7 +24028,7 @@
23918
24028
  },
23919
24029
  {
23920
24030
  field: exports.EnumCampoTributo.AplicarValorLiquidoDocumento,
23921
- rules: []
24031
+ rules: [this.applyNetValueToDocumentRequiredValidationRule]
23922
24032
  }
23923
24033
  ],
23924
24034
  _p[exports.EnumTipoTributo.IBS_MUNICIPAL_DIFERIDO] = [
@@ -24222,7 +24332,7 @@
24222
24332
  },
24223
24333
  {
24224
24334
  field: exports.EnumCampoTributo.AplicarValorLiquidoDocumento,
24225
- rules: []
24335
+ rules: [this.applyNetValueToDocumentRequiredValidationRule]
24226
24336
  }
24227
24337
  ],
24228
24338
  _q[exports.EnumTipoTributo.IBS_MUNICIPAL_DIFERIDO] = [
@@ -24526,7 +24636,7 @@
24526
24636
  },
24527
24637
  {
24528
24638
  field: exports.EnumCampoTributo.AplicarValorLiquidoDocumento,
24529
- rules: []
24639
+ rules: [this.applyNetValueToDocumentRequiredValidationRule]
24530
24640
  }
24531
24641
  ],
24532
24642
  _r[exports.EnumTipoTributo.IBS_MUNICIPAL_DIFERIDO] = [
@@ -24830,7 +24940,7 @@
24830
24940
  },
24831
24941
  {
24832
24942
  field: exports.EnumCampoTributo.AplicarValorLiquidoDocumento,
24833
- rules: []
24943
+ rules: [this.applyNetValueToDocumentRequiredValidationRule]
24834
24944
  }
24835
24945
  ],
24836
24946
  _s[exports.EnumTipoTributo.IBS_MUNICIPAL_DIFERIDO] = [