@senior-gestao-empresarial/erpx-components 3.33.1 → 3.34.1
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/bundles/senior-gestao-empresarial-erpx-components.umd.js +74 -183
- package/bundles/senior-gestao-empresarial-erpx-components.umd.js.map +1 -1
- package/bundles/senior-gestao-empresarial-erpx-components.umd.min.js +2 -2
- package/bundles/senior-gestao-empresarial-erpx-components.umd.min.js.map +1 -1
- package/components/tributos/erp-tributos.component.d.ts +1 -6
- package/components/tributos/rules/validation/validation-rules.registry.d.ts +1 -3
- package/esm2015/components/tributos/erp-tributos.component.js +4 -32
- package/esm2015/components/tributos/rules/validation/validation-rules.registry.js +52 -56
- package/esm2015/senior-gestao-empresarial-erpx-components.js +18 -19
- package/esm5/components/tributos/erp-tributos.component.js +4 -33
- package/esm5/components/tributos/rules/validation/validation-rules.registry.js +52 -56
- package/esm5/senior-gestao-empresarial-erpx-components.js +18 -19
- package/fesm2015/senior-gestao-empresarial-erpx-components.js +56 -156
- package/fesm2015/senior-gestao-empresarial-erpx-components.js.map +1 -1
- package/fesm5/senior-gestao-empresarial-erpx-components.js +56 -164
- package/fesm5/senior-gestao-empresarial-erpx-components.js.map +1 -1
- package/package.json +1 -1
- package/senior-gestao-empresarial-erpx-components.d.ts +17 -18
- package/senior-gestao-empresarial-erpx-components.metadata.json +1 -1
- package/components/tributos/rules/validation/required/net-amount-application-required-validation-rule.d.ts +0 -6
- package/esm2015/components/tributos/rules/validation/required/net-amount-application-required-validation-rule.js +0 -80
- package/esm5/components/tributos/rules/validation/required/net-amount-application-required-validation-rule.js +0 -87
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
(function (global, factory) {
|
|
2
|
-
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/core'), require('@angular/common'), require('primeng/breadcrumb'), require('@angular/router'), require('rxjs'), require('rxjs/operators'), require('@ngx-translate/core'), require('@senior-gestao-empresarial/angular-components'), require('@seniorsistemas/angular-components'), require('primeng/accordion'), require('@angular/forms'), require('@seniorsistemas/platform-
|
|
3
|
-
typeof define === 'function' && define.amd ? define('@senior-gestao-empresarial/erpx-components', ['exports', '@angular/core', '@angular/common', 'primeng/breadcrumb', '@angular/router', 'rxjs', 'rxjs/operators', '@ngx-translate/core', '@senior-gestao-empresarial/angular-components', '@seniorsistemas/angular-components', 'primeng/accordion', '@angular/forms', '@seniorsistemas/platform-
|
|
4
|
-
(global = global || self, factory((global['senior-gestao-empresarial'] = global['senior-gestao-empresarial'] || {}, global['senior-gestao-empresarial']['erpx-components'] = {}), global.ng.core, global.ng.common, global.breadcrumb, global.ng.router, global.rxjs, global.rxjs.operators, global.core$1, global.angularComponents, global.angularComponents$1, global.accordion, global.ng.forms, global.
|
|
5
|
-
}(this, (function (exports, core, common, breadcrumb, router, rxjs, operators, core$1, angularComponents, angularComponents$1, accordion, forms,
|
|
2
|
+
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/core'), require('@angular/common'), require('primeng/breadcrumb'), require('@angular/router'), require('rxjs'), require('rxjs/operators'), require('@ngx-translate/core'), require('@senior-gestao-empresarial/angular-components'), require('@seniorsistemas/angular-components'), require('primeng/accordion'), require('@angular/forms'), require('@seniorsistemas/platform-utils'), require('bignumber.js'), require('primeng/api'), require('@angular/common/http'), require('primeng'), require('primeng/confirmdialog'), require('primeng/messages'), require('primeng/panel'), require('primeng/table'), require('primeng/tabview'), require('@seniorsistemas/platform-components'), require('moment')) :
|
|
3
|
+
typeof define === 'function' && define.amd ? define('@senior-gestao-empresarial/erpx-components', ['exports', '@angular/core', '@angular/common', 'primeng/breadcrumb', '@angular/router', 'rxjs', 'rxjs/operators', '@ngx-translate/core', '@senior-gestao-empresarial/angular-components', '@seniorsistemas/angular-components', 'primeng/accordion', '@angular/forms', '@seniorsistemas/platform-utils', 'bignumber.js', 'primeng/api', '@angular/common/http', 'primeng', 'primeng/confirmdialog', 'primeng/messages', 'primeng/panel', 'primeng/table', 'primeng/tabview', '@seniorsistemas/platform-components', 'moment'], factory) :
|
|
4
|
+
(global = global || self, factory((global['senior-gestao-empresarial'] = global['senior-gestao-empresarial'] || {}, global['senior-gestao-empresarial']['erpx-components'] = {}), global.ng.core, global.ng.common, global.breadcrumb, global.ng.router, global.rxjs, global.rxjs.operators, global.core$1, global.angularComponents, global.angularComponents$1, global.accordion, global.ng.forms, global.platformUtils, global.BigNumber, global.api, global.ng.common.http, global.primeng, global.confirmdialog, global.messages, global.panel, global.table, global.tabview, global.platformComponents, global.moment));
|
|
5
|
+
}(this, (function (exports, core, common, breadcrumb, router, rxjs, operators, core$1, angularComponents, angularComponents$1, accordion, forms, platformUtils, BigNumber, api, http, primeng, confirmdialog, messages, panel, table, tabview, platformComponents, moment) { 'use strict';
|
|
6
6
|
|
|
7
7
|
BigNumber = BigNumber && Object.prototype.hasOwnProperty.call(BigNumber, 'default') ? BigNumber['default'] : BigNumber;
|
|
8
8
|
|
|
@@ -4587,84 +4587,6 @@
|
|
|
4587
4587
|
return StatusRulesRegistry;
|
|
4588
4588
|
}());
|
|
4589
4589
|
|
|
4590
|
-
var NetAmountApplicationRequiredValidationRule = /** @class */ (function () {
|
|
4591
|
-
function NetAmountApplicationRequiredValidationRule() {
|
|
4592
|
-
}
|
|
4593
|
-
NetAmountApplicationRequiredValidationRule.prototype.apply = function (_a) {
|
|
4594
|
-
var documentType = _a.documentType, _b = _a.item, taxType = _b.name, formGroup = _b.formGroup;
|
|
4595
|
-
switch (taxType) {
|
|
4596
|
-
case exports.EnumTipoTributo.CBS:
|
|
4597
|
-
case exports.EnumTipoTributo.CBS_CREDITO_PRESUMIDO:
|
|
4598
|
-
case exports.EnumTipoTributo.IBS_ESTADUAL:
|
|
4599
|
-
case exports.EnumTipoTributo.IBS_MUNICIPAL:
|
|
4600
|
-
case exports.EnumTipoTributo.IBS_CREDITO_PRESUMIDO:
|
|
4601
|
-
case exports.EnumTipoTributo.IS:
|
|
4602
|
-
{
|
|
4603
|
-
switch (documentType) {
|
|
4604
|
-
case exports.EnumTipoDocumento.NF_ENTRADA:
|
|
4605
|
-
case exports.EnumTipoDocumento.NF_ENTRADA_AJUSTE:
|
|
4606
|
-
case exports.EnumTipoDocumento.NF_ENTRADA_COMPLEMENTAR:
|
|
4607
|
-
case exports.EnumTipoDocumento.NF_ENTRADA_CREDITO:
|
|
4608
|
-
case exports.EnumTipoDocumento.NF_SAIDA:
|
|
4609
|
-
case exports.EnumTipoDocumento.NF_SAIDA_AJUSTE:
|
|
4610
|
-
case exports.EnumTipoDocumento.NF_SAIDA_COMPLEMENTAR:
|
|
4611
|
-
case exports.EnumTipoDocumento.NF_SAIDA_DEBITO:
|
|
4612
|
-
{
|
|
4613
|
-
rxjs.combineLatest([
|
|
4614
|
-
formGroup
|
|
4615
|
-
.get('baseCalculo')
|
|
4616
|
-
.valueChanges.pipe(operators.startWith(formGroup.get('baseCalculo').value), operators.distinctUntilChanged()),
|
|
4617
|
-
formGroup
|
|
4618
|
-
.get('aliquota')
|
|
4619
|
-
.valueChanges.pipe(operators.startWith(formGroup.get('aliquota').value), operators.distinctUntilChanged()),
|
|
4620
|
-
formGroup
|
|
4621
|
-
.get('classificacaoTributaria')
|
|
4622
|
-
.valueChanges.pipe(operators.startWith(formGroup.get('classificacaoTributaria').value), operators.distinctUntilChanged()),
|
|
4623
|
-
formGroup
|
|
4624
|
-
.get(exports.EnumCampoTributo.AplicarValorLiquidoDocumento)
|
|
4625
|
-
.valueChanges.pipe(operators.startWith(formGroup.get(exports.EnumCampoTributo.AplicarValorLiquidoDocumento).value), operators.distinctUntilChanged())
|
|
4626
|
-
])
|
|
4627
|
-
.pipe(operators.map(function (_a) {
|
|
4628
|
-
var _b = __read(_a, 4), taxableBase = _b[0], taxRate = _b[1], taxClassification = _b[2], netAmountApplication = _b[3];
|
|
4629
|
-
return [
|
|
4630
|
-
new BigNumber(taxableBase),
|
|
4631
|
-
new BigNumber(taxRate),
|
|
4632
|
-
taxClassification,
|
|
4633
|
-
netAmountApplication
|
|
4634
|
-
];
|
|
4635
|
-
}))
|
|
4636
|
-
.subscribe(function (_a) {
|
|
4637
|
-
var _b = __read(_a, 4), taxableBase = _b[0], taxRate = _b[1], taxClassification = _b[2], netAmountApplication = _b[3];
|
|
4638
|
-
var validators = [];
|
|
4639
|
-
if (taxableBase.isFinite() || taxRate.isFinite() || taxClassification || netAmountApplication) {
|
|
4640
|
-
validators = [forms.Validators.required];
|
|
4641
|
-
}
|
|
4642
|
-
else {
|
|
4643
|
-
validators = [];
|
|
4644
|
-
}
|
|
4645
|
-
formGroup.get(exports.EnumCampoTributo.AplicarValorLiquidoDocumento).setValidators(validators);
|
|
4646
|
-
formGroup
|
|
4647
|
-
.get(exports.EnumCampoTributo.AplicarValorLiquidoDocumento)
|
|
4648
|
-
.updateValueAndValidity({ emitEvent: false });
|
|
4649
|
-
});
|
|
4650
|
-
}
|
|
4651
|
-
break;
|
|
4652
|
-
default:
|
|
4653
|
-
throw new Error("Regra NetAmountApplicationRequiredValidationRule n\u00E3o implementada para o imposto " + taxType + ", documento " + documentType + ".");
|
|
4654
|
-
}
|
|
4655
|
-
}
|
|
4656
|
-
break;
|
|
4657
|
-
default:
|
|
4658
|
-
throw new Error("Regra NetAmountApplicationRequiredValidationRule n\u00E3o implementada para o imposto " + taxType + ", documento " + documentType + ".");
|
|
4659
|
-
}
|
|
4660
|
-
};
|
|
4661
|
-
NetAmountApplicationRequiredValidationRule.ɵprov = core.ɵɵdefineInjectable({ factory: function NetAmountApplicationRequiredValidationRule_Factory() { return new NetAmountApplicationRequiredValidationRule(); }, token: NetAmountApplicationRequiredValidationRule, providedIn: "root" });
|
|
4662
|
-
NetAmountApplicationRequiredValidationRule = __decorate([
|
|
4663
|
-
core.Injectable({ providedIn: 'root' })
|
|
4664
|
-
], NetAmountApplicationRequiredValidationRule);
|
|
4665
|
-
return NetAmountApplicationRequiredValidationRule;
|
|
4666
|
-
}());
|
|
4667
|
-
|
|
4668
4590
|
var TaxAmountRequiredValidationRule = /** @class */ (function () {
|
|
4669
4591
|
function TaxAmountRequiredValidationRule() {
|
|
4670
4592
|
}
|
|
@@ -7033,14 +6955,13 @@
|
|
|
7033
6955
|
}());
|
|
7034
6956
|
|
|
7035
6957
|
var ValidationRulesRegistry = /** @class */ (function () {
|
|
7036
|
-
function ValidationRulesRegistry(taxableBaseRequiredValidationRule, taxRateRequiredValidationRule, taxClassificationRequiredValidationRule, taxAmountRequiredValidationRule, taxSituationRequiredValidationRule
|
|
6958
|
+
function ValidationRulesRegistry(taxableBaseRequiredValidationRule, taxRateRequiredValidationRule, taxClassificationRequiredValidationRule, taxAmountRequiredValidationRule, taxSituationRequiredValidationRule) {
|
|
7037
6959
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l;
|
|
7038
6960
|
this.taxableBaseRequiredValidationRule = taxableBaseRequiredValidationRule;
|
|
7039
6961
|
this.taxRateRequiredValidationRule = taxRateRequiredValidationRule;
|
|
7040
6962
|
this.taxClassificationRequiredValidationRule = taxClassificationRequiredValidationRule;
|
|
7041
6963
|
this.taxAmountRequiredValidationRule = taxAmountRequiredValidationRule;
|
|
7042
6964
|
this.taxSituationRequiredValidationRule = taxSituationRequiredValidationRule;
|
|
7043
|
-
this.netAmountApplicationRequiredValidationRule = netAmountApplicationRequiredValidationRule;
|
|
7044
6965
|
this.strategies = (_a = {},
|
|
7045
6966
|
_a[exports.EnumTipoDocumento.NF_ENTRADA] = (_b = {},
|
|
7046
6967
|
_b[exports.EnumTipoTributo.CBS] = [
|
|
@@ -7066,7 +6987,7 @@
|
|
|
7066
6987
|
},
|
|
7067
6988
|
{
|
|
7068
6989
|
field: exports.EnumCampoTributo.AplicarValorLiquidoDocumento,
|
|
7069
|
-
rules: [
|
|
6990
|
+
rules: []
|
|
7070
6991
|
}
|
|
7071
6992
|
],
|
|
7072
6993
|
_b[exports.EnumTipoTributo.CBS_DIFERIDO] = [
|
|
@@ -7102,7 +7023,7 @@
|
|
|
7102
7023
|
},
|
|
7103
7024
|
{
|
|
7104
7025
|
field: exports.EnumCampoTributo.AplicarValorLiquidoDocumento,
|
|
7105
|
-
rules: [
|
|
7026
|
+
rules: []
|
|
7106
7027
|
}
|
|
7107
7028
|
],
|
|
7108
7029
|
_b[exports.EnumTipoTributo.CBS_TRIBUTACAO_REGULAR] = [
|
|
@@ -7160,7 +7081,7 @@
|
|
|
7160
7081
|
},
|
|
7161
7082
|
{
|
|
7162
7083
|
field: exports.EnumCampoTributo.AplicarValorLiquidoDocumento,
|
|
7163
|
-
rules: [
|
|
7084
|
+
rules: []
|
|
7164
7085
|
}
|
|
7165
7086
|
],
|
|
7166
7087
|
_b[exports.EnumTipoTributo.IBS_ESTADUAL_DIFERIDO] = [
|
|
@@ -7228,7 +7149,7 @@
|
|
|
7228
7149
|
},
|
|
7229
7150
|
{
|
|
7230
7151
|
field: exports.EnumCampoTributo.AplicarValorLiquidoDocumento,
|
|
7231
|
-
rules: [
|
|
7152
|
+
rules: []
|
|
7232
7153
|
}
|
|
7233
7154
|
],
|
|
7234
7155
|
_b[exports.EnumTipoTributo.IBS_MUNICIPAL_DIFERIDO] = [
|
|
@@ -7288,7 +7209,7 @@
|
|
|
7288
7209
|
},
|
|
7289
7210
|
{
|
|
7290
7211
|
field: exports.EnumCampoTributo.AplicarValorLiquidoDocumento,
|
|
7291
|
-
rules: [
|
|
7212
|
+
rules: []
|
|
7292
7213
|
}
|
|
7293
7214
|
],
|
|
7294
7215
|
_b[exports.EnumTipoTributo.IS] = [
|
|
@@ -7310,7 +7231,7 @@
|
|
|
7310
7231
|
},
|
|
7311
7232
|
{
|
|
7312
7233
|
field: exports.EnumCampoTributo.AplicarValorLiquidoDocumento,
|
|
7313
|
-
rules: [
|
|
7234
|
+
rules: []
|
|
7314
7235
|
},
|
|
7315
7236
|
{
|
|
7316
7237
|
field: exports.EnumCampoTributo.Valor,
|
|
@@ -7342,7 +7263,7 @@
|
|
|
7342
7263
|
},
|
|
7343
7264
|
{
|
|
7344
7265
|
field: exports.EnumCampoTributo.AplicarValorLiquidoDocumento,
|
|
7345
|
-
rules: [
|
|
7266
|
+
rules: []
|
|
7346
7267
|
}
|
|
7347
7268
|
],
|
|
7348
7269
|
_c[exports.EnumTipoTributo.CBS_DIFERIDO] = [
|
|
@@ -7378,7 +7299,7 @@
|
|
|
7378
7299
|
},
|
|
7379
7300
|
{
|
|
7380
7301
|
field: exports.EnumCampoTributo.AplicarValorLiquidoDocumento,
|
|
7381
|
-
rules: [
|
|
7302
|
+
rules: []
|
|
7382
7303
|
}
|
|
7383
7304
|
],
|
|
7384
7305
|
_c[exports.EnumTipoTributo.CBS_TRIBUTACAO_REGULAR] = [
|
|
@@ -7436,7 +7357,7 @@
|
|
|
7436
7357
|
},
|
|
7437
7358
|
{
|
|
7438
7359
|
field: exports.EnumCampoTributo.AplicarValorLiquidoDocumento,
|
|
7439
|
-
rules: [
|
|
7360
|
+
rules: []
|
|
7440
7361
|
}
|
|
7441
7362
|
],
|
|
7442
7363
|
_c[exports.EnumTipoTributo.IBS_ESTADUAL_DIFERIDO] = [
|
|
@@ -7504,7 +7425,7 @@
|
|
|
7504
7425
|
},
|
|
7505
7426
|
{
|
|
7506
7427
|
field: exports.EnumCampoTributo.AplicarValorLiquidoDocumento,
|
|
7507
|
-
rules: [
|
|
7428
|
+
rules: []
|
|
7508
7429
|
}
|
|
7509
7430
|
],
|
|
7510
7431
|
_c[exports.EnumTipoTributo.IBS_MUNICIPAL_DIFERIDO] = [
|
|
@@ -7564,7 +7485,7 @@
|
|
|
7564
7485
|
},
|
|
7565
7486
|
{
|
|
7566
7487
|
field: exports.EnumCampoTributo.AplicarValorLiquidoDocumento,
|
|
7567
|
-
rules: [
|
|
7488
|
+
rules: []
|
|
7568
7489
|
}
|
|
7569
7490
|
],
|
|
7570
7491
|
_c[exports.EnumTipoTributo.IS] = [
|
|
@@ -7586,7 +7507,7 @@
|
|
|
7586
7507
|
},
|
|
7587
7508
|
{
|
|
7588
7509
|
field: exports.EnumCampoTributo.AplicarValorLiquidoDocumento,
|
|
7589
|
-
rules: [
|
|
7510
|
+
rules: []
|
|
7590
7511
|
},
|
|
7591
7512
|
{
|
|
7592
7513
|
field: exports.EnumCampoTributo.Valor,
|
|
@@ -7618,7 +7539,7 @@
|
|
|
7618
7539
|
},
|
|
7619
7540
|
{
|
|
7620
7541
|
field: exports.EnumCampoTributo.AplicarValorLiquidoDocumento,
|
|
7621
|
-
rules: [
|
|
7542
|
+
rules: []
|
|
7622
7543
|
}
|
|
7623
7544
|
],
|
|
7624
7545
|
_d[exports.EnumTipoTributo.CBS_DIFERIDO] = [
|
|
@@ -7654,7 +7575,7 @@
|
|
|
7654
7575
|
},
|
|
7655
7576
|
{
|
|
7656
7577
|
field: exports.EnumCampoTributo.AplicarValorLiquidoDocumento,
|
|
7657
|
-
rules: [
|
|
7578
|
+
rules: []
|
|
7658
7579
|
}
|
|
7659
7580
|
],
|
|
7660
7581
|
_d[exports.EnumTipoTributo.CBS_TRIBUTACAO_REGULAR] = [
|
|
@@ -7712,7 +7633,7 @@
|
|
|
7712
7633
|
},
|
|
7713
7634
|
{
|
|
7714
7635
|
field: exports.EnumCampoTributo.AplicarValorLiquidoDocumento,
|
|
7715
|
-
rules: [
|
|
7636
|
+
rules: []
|
|
7716
7637
|
}
|
|
7717
7638
|
],
|
|
7718
7639
|
_d[exports.EnumTipoTributo.IBS_ESTADUAL_DIFERIDO] = [
|
|
@@ -7780,7 +7701,7 @@
|
|
|
7780
7701
|
},
|
|
7781
7702
|
{
|
|
7782
7703
|
field: exports.EnumCampoTributo.AplicarValorLiquidoDocumento,
|
|
7783
|
-
rules: [
|
|
7704
|
+
rules: []
|
|
7784
7705
|
}
|
|
7785
7706
|
],
|
|
7786
7707
|
_d[exports.EnumTipoTributo.IBS_MUNICIPAL_DIFERIDO] = [
|
|
@@ -7840,7 +7761,7 @@
|
|
|
7840
7761
|
},
|
|
7841
7762
|
{
|
|
7842
7763
|
field: exports.EnumCampoTributo.AplicarValorLiquidoDocumento,
|
|
7843
|
-
rules: [
|
|
7764
|
+
rules: []
|
|
7844
7765
|
}
|
|
7845
7766
|
],
|
|
7846
7767
|
_d[exports.EnumTipoTributo.IS] = [
|
|
@@ -7862,7 +7783,7 @@
|
|
|
7862
7783
|
},
|
|
7863
7784
|
{
|
|
7864
7785
|
field: exports.EnumCampoTributo.AplicarValorLiquidoDocumento,
|
|
7865
|
-
rules: [
|
|
7786
|
+
rules: []
|
|
7866
7787
|
},
|
|
7867
7788
|
{
|
|
7868
7789
|
field: exports.EnumCampoTributo.Valor,
|
|
@@ -7894,7 +7815,7 @@
|
|
|
7894
7815
|
},
|
|
7895
7816
|
{
|
|
7896
7817
|
field: exports.EnumCampoTributo.AplicarValorLiquidoDocumento,
|
|
7897
|
-
rules: [
|
|
7818
|
+
rules: []
|
|
7898
7819
|
}
|
|
7899
7820
|
],
|
|
7900
7821
|
_e[exports.EnumTipoTributo.CBS_DIFERIDO] = [
|
|
@@ -7930,7 +7851,7 @@
|
|
|
7930
7851
|
},
|
|
7931
7852
|
{
|
|
7932
7853
|
field: exports.EnumCampoTributo.AplicarValorLiquidoDocumento,
|
|
7933
|
-
rules: [
|
|
7854
|
+
rules: []
|
|
7934
7855
|
}
|
|
7935
7856
|
],
|
|
7936
7857
|
_e[exports.EnumTipoTributo.CBS_TRIBUTACAO_REGULAR] = [
|
|
@@ -7988,7 +7909,7 @@
|
|
|
7988
7909
|
},
|
|
7989
7910
|
{
|
|
7990
7911
|
field: exports.EnumCampoTributo.AplicarValorLiquidoDocumento,
|
|
7991
|
-
rules: [
|
|
7912
|
+
rules: []
|
|
7992
7913
|
}
|
|
7993
7914
|
],
|
|
7994
7915
|
_e[exports.EnumTipoTributo.IBS_ESTADUAL_DIFERIDO] = [
|
|
@@ -8056,7 +7977,7 @@
|
|
|
8056
7977
|
},
|
|
8057
7978
|
{
|
|
8058
7979
|
field: exports.EnumCampoTributo.AplicarValorLiquidoDocumento,
|
|
8059
|
-
rules: [
|
|
7980
|
+
rules: []
|
|
8060
7981
|
}
|
|
8061
7982
|
],
|
|
8062
7983
|
_e[exports.EnumTipoTributo.IBS_MUNICIPAL_DIFERIDO] = [
|
|
@@ -8116,7 +8037,7 @@
|
|
|
8116
8037
|
},
|
|
8117
8038
|
{
|
|
8118
8039
|
field: exports.EnumCampoTributo.AplicarValorLiquidoDocumento,
|
|
8119
|
-
rules: [
|
|
8040
|
+
rules: []
|
|
8120
8041
|
}
|
|
8121
8042
|
],
|
|
8122
8043
|
_e[exports.EnumTipoTributo.IS] = [
|
|
@@ -8138,7 +8059,7 @@
|
|
|
8138
8059
|
},
|
|
8139
8060
|
{
|
|
8140
8061
|
field: exports.EnumCampoTributo.AplicarValorLiquidoDocumento,
|
|
8141
|
-
rules: [
|
|
8062
|
+
rules: []
|
|
8142
8063
|
},
|
|
8143
8064
|
{
|
|
8144
8065
|
field: exports.EnumCampoTributo.Valor,
|
|
@@ -8170,7 +8091,7 @@
|
|
|
8170
8091
|
},
|
|
8171
8092
|
{
|
|
8172
8093
|
field: exports.EnumCampoTributo.AplicarValorLiquidoDocumento,
|
|
8173
|
-
rules: [
|
|
8094
|
+
rules: []
|
|
8174
8095
|
}
|
|
8175
8096
|
],
|
|
8176
8097
|
_f[exports.EnumTipoTributo.CBS_DIFERIDO] = [
|
|
@@ -8206,7 +8127,7 @@
|
|
|
8206
8127
|
},
|
|
8207
8128
|
{
|
|
8208
8129
|
field: exports.EnumCampoTributo.AplicarValorLiquidoDocumento,
|
|
8209
|
-
rules: [
|
|
8130
|
+
rules: []
|
|
8210
8131
|
}
|
|
8211
8132
|
],
|
|
8212
8133
|
_f[exports.EnumTipoTributo.CBS_TRIBUTACAO_REGULAR] = [
|
|
@@ -8264,7 +8185,7 @@
|
|
|
8264
8185
|
},
|
|
8265
8186
|
{
|
|
8266
8187
|
field: exports.EnumCampoTributo.AplicarValorLiquidoDocumento,
|
|
8267
|
-
rules: [
|
|
8188
|
+
rules: []
|
|
8268
8189
|
}
|
|
8269
8190
|
],
|
|
8270
8191
|
_f[exports.EnumTipoTributo.IBS_ESTADUAL_DIFERIDO] = [
|
|
@@ -8332,7 +8253,7 @@
|
|
|
8332
8253
|
},
|
|
8333
8254
|
{
|
|
8334
8255
|
field: exports.EnumCampoTributo.AplicarValorLiquidoDocumento,
|
|
8335
|
-
rules: [
|
|
8256
|
+
rules: []
|
|
8336
8257
|
}
|
|
8337
8258
|
],
|
|
8338
8259
|
_f[exports.EnumTipoTributo.IBS_MUNICIPAL_DIFERIDO] = [
|
|
@@ -8392,7 +8313,7 @@
|
|
|
8392
8313
|
},
|
|
8393
8314
|
{
|
|
8394
8315
|
field: exports.EnumCampoTributo.AplicarValorLiquidoDocumento,
|
|
8395
|
-
rules: [
|
|
8316
|
+
rules: []
|
|
8396
8317
|
}
|
|
8397
8318
|
],
|
|
8398
8319
|
_f[exports.EnumTipoTributo.IS] = [
|
|
@@ -8414,7 +8335,7 @@
|
|
|
8414
8335
|
},
|
|
8415
8336
|
{
|
|
8416
8337
|
field: exports.EnumCampoTributo.AplicarValorLiquidoDocumento,
|
|
8417
|
-
rules: [
|
|
8338
|
+
rules: []
|
|
8418
8339
|
},
|
|
8419
8340
|
{
|
|
8420
8341
|
field: exports.EnumCampoTributo.Valor,
|
|
@@ -8446,7 +8367,7 @@
|
|
|
8446
8367
|
},
|
|
8447
8368
|
{
|
|
8448
8369
|
field: exports.EnumCampoTributo.AplicarValorLiquidoDocumento,
|
|
8449
|
-
rules: [
|
|
8370
|
+
rules: []
|
|
8450
8371
|
}
|
|
8451
8372
|
],
|
|
8452
8373
|
_g[exports.EnumTipoTributo.CBS_DIFERIDO] = [
|
|
@@ -8482,7 +8403,7 @@
|
|
|
8482
8403
|
},
|
|
8483
8404
|
{
|
|
8484
8405
|
field: exports.EnumCampoTributo.AplicarValorLiquidoDocumento,
|
|
8485
|
-
rules: [
|
|
8406
|
+
rules: []
|
|
8486
8407
|
}
|
|
8487
8408
|
],
|
|
8488
8409
|
_g[exports.EnumTipoTributo.CBS_TRIBUTACAO_REGULAR] = [
|
|
@@ -8540,7 +8461,7 @@
|
|
|
8540
8461
|
},
|
|
8541
8462
|
{
|
|
8542
8463
|
field: exports.EnumCampoTributo.AplicarValorLiquidoDocumento,
|
|
8543
|
-
rules: [
|
|
8464
|
+
rules: []
|
|
8544
8465
|
}
|
|
8545
8466
|
],
|
|
8546
8467
|
_g[exports.EnumTipoTributo.IBS_ESTADUAL_DIFERIDO] = [
|
|
@@ -8608,7 +8529,7 @@
|
|
|
8608
8529
|
},
|
|
8609
8530
|
{
|
|
8610
8531
|
field: exports.EnumCampoTributo.AplicarValorLiquidoDocumento,
|
|
8611
|
-
rules: [
|
|
8532
|
+
rules: []
|
|
8612
8533
|
}
|
|
8613
8534
|
],
|
|
8614
8535
|
_g[exports.EnumTipoTributo.IBS_MUNICIPAL_DIFERIDO] = [
|
|
@@ -8668,7 +8589,7 @@
|
|
|
8668
8589
|
},
|
|
8669
8590
|
{
|
|
8670
8591
|
field: exports.EnumCampoTributo.AplicarValorLiquidoDocumento,
|
|
8671
|
-
rules: [
|
|
8592
|
+
rules: []
|
|
8672
8593
|
}
|
|
8673
8594
|
],
|
|
8674
8595
|
_g[exports.EnumTipoTributo.IS] = [
|
|
@@ -8690,7 +8611,7 @@
|
|
|
8690
8611
|
},
|
|
8691
8612
|
{
|
|
8692
8613
|
field: exports.EnumCampoTributo.AplicarValorLiquidoDocumento,
|
|
8693
|
-
rules: [
|
|
8614
|
+
rules: []
|
|
8694
8615
|
},
|
|
8695
8616
|
{
|
|
8696
8617
|
field: exports.EnumCampoTributo.Valor,
|
|
@@ -8722,7 +8643,7 @@
|
|
|
8722
8643
|
},
|
|
8723
8644
|
{
|
|
8724
8645
|
field: exports.EnumCampoTributo.AplicarValorLiquidoDocumento,
|
|
8725
|
-
rules: [
|
|
8646
|
+
rules: []
|
|
8726
8647
|
}
|
|
8727
8648
|
],
|
|
8728
8649
|
_h[exports.EnumTipoTributo.CBS_DIFERIDO] = [
|
|
@@ -8758,7 +8679,7 @@
|
|
|
8758
8679
|
},
|
|
8759
8680
|
{
|
|
8760
8681
|
field: exports.EnumCampoTributo.AplicarValorLiquidoDocumento,
|
|
8761
|
-
rules: [
|
|
8682
|
+
rules: []
|
|
8762
8683
|
}
|
|
8763
8684
|
],
|
|
8764
8685
|
_h[exports.EnumTipoTributo.CBS_TRIBUTACAO_REGULAR] = [
|
|
@@ -8816,7 +8737,7 @@
|
|
|
8816
8737
|
},
|
|
8817
8738
|
{
|
|
8818
8739
|
field: exports.EnumCampoTributo.AplicarValorLiquidoDocumento,
|
|
8819
|
-
rules: [
|
|
8740
|
+
rules: []
|
|
8820
8741
|
}
|
|
8821
8742
|
],
|
|
8822
8743
|
_h[exports.EnumTipoTributo.IBS_ESTADUAL_DIFERIDO] = [
|
|
@@ -8884,7 +8805,7 @@
|
|
|
8884
8805
|
},
|
|
8885
8806
|
{
|
|
8886
8807
|
field: exports.EnumCampoTributo.AplicarValorLiquidoDocumento,
|
|
8887
|
-
rules: [
|
|
8808
|
+
rules: []
|
|
8888
8809
|
}
|
|
8889
8810
|
],
|
|
8890
8811
|
_h[exports.EnumTipoTributo.IBS_MUNICIPAL_DIFERIDO] = [
|
|
@@ -8944,7 +8865,7 @@
|
|
|
8944
8865
|
},
|
|
8945
8866
|
{
|
|
8946
8867
|
field: exports.EnumCampoTributo.AplicarValorLiquidoDocumento,
|
|
8947
|
-
rules: [
|
|
8868
|
+
rules: []
|
|
8948
8869
|
}
|
|
8949
8870
|
],
|
|
8950
8871
|
_h[exports.EnumTipoTributo.IS] = [
|
|
@@ -8966,7 +8887,7 @@
|
|
|
8966
8887
|
},
|
|
8967
8888
|
{
|
|
8968
8889
|
field: exports.EnumCampoTributo.AplicarValorLiquidoDocumento,
|
|
8969
|
-
rules: [
|
|
8890
|
+
rules: []
|
|
8970
8891
|
},
|
|
8971
8892
|
{
|
|
8972
8893
|
field: exports.EnumCampoTributo.Valor,
|
|
@@ -8998,7 +8919,7 @@
|
|
|
8998
8919
|
},
|
|
8999
8920
|
{
|
|
9000
8921
|
field: exports.EnumCampoTributo.AplicarValorLiquidoDocumento,
|
|
9001
|
-
rules: [
|
|
8922
|
+
rules: []
|
|
9002
8923
|
}
|
|
9003
8924
|
],
|
|
9004
8925
|
_j[exports.EnumTipoTributo.CBS_DIFERIDO] = [
|
|
@@ -9034,7 +8955,7 @@
|
|
|
9034
8955
|
},
|
|
9035
8956
|
{
|
|
9036
8957
|
field: exports.EnumCampoTributo.AplicarValorLiquidoDocumento,
|
|
9037
|
-
rules: [
|
|
8958
|
+
rules: []
|
|
9038
8959
|
}
|
|
9039
8960
|
],
|
|
9040
8961
|
_j[exports.EnumTipoTributo.CBS_TRIBUTACAO_REGULAR] = [
|
|
@@ -9092,7 +9013,7 @@
|
|
|
9092
9013
|
},
|
|
9093
9014
|
{
|
|
9094
9015
|
field: exports.EnumCampoTributo.AplicarValorLiquidoDocumento,
|
|
9095
|
-
rules: [
|
|
9016
|
+
rules: []
|
|
9096
9017
|
}
|
|
9097
9018
|
],
|
|
9098
9019
|
_j[exports.EnumTipoTributo.IBS_ESTADUAL_DIFERIDO] = [
|
|
@@ -9160,7 +9081,7 @@
|
|
|
9160
9081
|
},
|
|
9161
9082
|
{
|
|
9162
9083
|
field: exports.EnumCampoTributo.AplicarValorLiquidoDocumento,
|
|
9163
|
-
rules: [
|
|
9084
|
+
rules: []
|
|
9164
9085
|
}
|
|
9165
9086
|
],
|
|
9166
9087
|
_j[exports.EnumTipoTributo.IBS_MUNICIPAL_DIFERIDO] = [
|
|
@@ -9220,7 +9141,7 @@
|
|
|
9220
9141
|
},
|
|
9221
9142
|
{
|
|
9222
9143
|
field: exports.EnumCampoTributo.AplicarValorLiquidoDocumento,
|
|
9223
|
-
rules: [
|
|
9144
|
+
rules: []
|
|
9224
9145
|
}
|
|
9225
9146
|
],
|
|
9226
9147
|
_j[exports.EnumTipoTributo.IS] = [
|
|
@@ -9242,7 +9163,7 @@
|
|
|
9242
9163
|
},
|
|
9243
9164
|
{
|
|
9244
9165
|
field: exports.EnumCampoTributo.AplicarValorLiquidoDocumento,
|
|
9245
|
-
rules: [
|
|
9166
|
+
rules: []
|
|
9246
9167
|
},
|
|
9247
9168
|
{
|
|
9248
9169
|
field: exports.EnumCampoTributo.Valor,
|
|
@@ -9629,10 +9550,9 @@
|
|
|
9629
9550
|
{ type: TaxRateRequiredValidationRule },
|
|
9630
9551
|
{ type: TaxClassificationRequiredValidationRule },
|
|
9631
9552
|
{ type: TaxAmountRequiredValidationRule },
|
|
9632
|
-
{ type: TaxSituationRequiredValidationRule }
|
|
9633
|
-
{ type: NetAmountApplicationRequiredValidationRule }
|
|
9553
|
+
{ type: TaxSituationRequiredValidationRule }
|
|
9634
9554
|
]; };
|
|
9635
|
-
ValidationRulesRegistry.ɵprov = core.ɵɵdefineInjectable({ factory: function ValidationRulesRegistry_Factory() { return new ValidationRulesRegistry(core.ɵɵinject(TaxableBaseRequiredValidationRule), core.ɵɵinject(TaxRateRequiredValidationRule), core.ɵɵinject(TaxClassificationRequiredValidationRule), core.ɵɵinject(TaxAmountRequiredValidationRule), core.ɵɵinject(TaxSituationRequiredValidationRule)
|
|
9555
|
+
ValidationRulesRegistry.ɵprov = core.ɵɵdefineInjectable({ factory: function ValidationRulesRegistry_Factory() { return new ValidationRulesRegistry(core.ɵɵinject(TaxableBaseRequiredValidationRule), core.ɵɵinject(TaxRateRequiredValidationRule), core.ɵɵinject(TaxClassificationRequiredValidationRule), core.ɵɵinject(TaxAmountRequiredValidationRule), core.ɵɵinject(TaxSituationRequiredValidationRule)); }, token: ValidationRulesRegistry, providedIn: "root" });
|
|
9636
9556
|
ValidationRulesRegistry = __decorate([
|
|
9637
9557
|
core.Injectable({ providedIn: 'root' })
|
|
9638
9558
|
], ValidationRulesRegistry);
|
|
@@ -9768,7 +9688,7 @@
|
|
|
9768
9688
|
}());
|
|
9769
9689
|
|
|
9770
9690
|
var ErpTributosComponent = /** @class */ (function () {
|
|
9771
|
-
function ErpTributosComponent(messageService, formBuilder, changeDetector, translate, e027StrLookup, beneficioFiscalLookup, e027eqiLookup, naturezaReceitaLookup, classificacaoTributariaLookup, lookupUtils, erpTributosService, gtag,
|
|
9691
|
+
function ErpTributosComponent(messageService, formBuilder, changeDetector, translate, e027StrLookup, beneficioFiscalLookup, e027eqiLookup, naturezaReceitaLookup, classificacaoTributariaLookup, lookupUtils, erpTributosService, gtag, rulesService) {
|
|
9772
9692
|
this.messageService = messageService;
|
|
9773
9693
|
this.formBuilder = formBuilder;
|
|
9774
9694
|
this.changeDetector = changeDetector;
|
|
@@ -9781,7 +9701,6 @@
|
|
|
9781
9701
|
this.lookupUtils = lookupUtils;
|
|
9782
9702
|
this.erpTributosService = erpTributosService;
|
|
9783
9703
|
this.gtag = gtag;
|
|
9784
|
-
this.featureToggleService = featureToggleService;
|
|
9785
9704
|
this.rulesService = rulesService;
|
|
9786
9705
|
this.BadgeColors = angularComponents$1.BadgeColors;
|
|
9787
9706
|
this.ButtonPriority = angularComponents$1.ButtonPriority;
|
|
@@ -9792,7 +9711,6 @@
|
|
|
9792
9711
|
this.reload = true;
|
|
9793
9712
|
this.indexAccordion = [];
|
|
9794
9713
|
this.isLoading = false;
|
|
9795
|
-
this.featureReformaTributaria = false;
|
|
9796
9714
|
this.menuItemPis = false;
|
|
9797
9715
|
this.menuItemCofins = false;
|
|
9798
9716
|
this.menuItemIpi = false;
|
|
@@ -9879,7 +9797,6 @@
|
|
|
9879
9797
|
configurable: true
|
|
9880
9798
|
});
|
|
9881
9799
|
ErpTributosComponent.prototype.ngOnInit = function () {
|
|
9882
|
-
this.getEnabledFeatures();
|
|
9883
9800
|
this.menuItemPis = false;
|
|
9884
9801
|
this.menuItemCofins = false;
|
|
9885
9802
|
this.menuItemIpi = false;
|
|
@@ -10560,7 +10477,6 @@
|
|
|
10560
10477
|
menu.push({
|
|
10561
10478
|
label: this.translate.instant('erpx.tributos.actions_cbs_label'),
|
|
10562
10479
|
disabled: this.menuItemCBS,
|
|
10563
|
-
visible: this.isFeatureReformaTributariaActive(),
|
|
10564
10480
|
command: function () {
|
|
10565
10481
|
(_this.montaCBS().forEach(function (value) {
|
|
10566
10482
|
_this.novoImpostoManual(value);
|
|
@@ -10576,7 +10492,6 @@
|
|
|
10576
10492
|
}, {
|
|
10577
10493
|
label: this.translate.instant('erpx.tributos.actions_ibs_estadual_label'),
|
|
10578
10494
|
disabled: this.menuItemIBSEstadual,
|
|
10579
|
-
visible: this.isFeatureReformaTributariaActive(),
|
|
10580
10495
|
command: function () {
|
|
10581
10496
|
(_this.montaIBSEstadual().forEach(function (value) {
|
|
10582
10497
|
_this.novoImpostoManual(value);
|
|
@@ -10592,7 +10507,6 @@
|
|
|
10592
10507
|
}, {
|
|
10593
10508
|
label: this.translate.instant('erpx.tributos.actions_ibs_municipal_label'),
|
|
10594
10509
|
disabled: this.menuItemIBSMunicipal,
|
|
10595
|
-
visible: this.isFeatureReformaTributariaActive(),
|
|
10596
10510
|
command: function () {
|
|
10597
10511
|
(_this.montaIBSMunicipal().forEach(function (value) {
|
|
10598
10512
|
_this.novoImpostoManual(value);
|
|
@@ -10608,7 +10522,6 @@
|
|
|
10608
10522
|
}, {
|
|
10609
10523
|
label: this.translate.instant('erpx.tributos.actions_ibs_credito_presumido_label'),
|
|
10610
10524
|
disabled: this.menuItemIBSCreditoPresumido,
|
|
10611
|
-
visible: this.isFeatureReformaTributariaActive(),
|
|
10612
10525
|
command: function () {
|
|
10613
10526
|
(_this.montaIBSCreditoPresumido().forEach(function (value) {
|
|
10614
10527
|
_this.novoImpostoManual(value);
|
|
@@ -10624,7 +10537,6 @@
|
|
|
10624
10537
|
}, {
|
|
10625
10538
|
label: this.translate.instant('erpx.tributos.actions_is_label'),
|
|
10626
10539
|
disabled: this.menuItemIS,
|
|
10627
|
-
visible: this.isFeatureReformaTributariaActive(),
|
|
10628
10540
|
command: function () {
|
|
10629
10541
|
(_this.montaIS().forEach(function (value) {
|
|
10630
10542
|
_this.novoImpostoManual(value);
|
|
@@ -10773,9 +10685,6 @@
|
|
|
10773
10685
|
ErpTributosComponent.prototype.podeMostrarImpostos = function () {
|
|
10774
10686
|
return this.documento !== exports.EnumTipoDocumento.NF_ENTRADA_CREDITO && this.documento !== exports.EnumTipoDocumento.NF_SAIDA_DEBITO;
|
|
10775
10687
|
};
|
|
10776
|
-
ErpTributosComponent.prototype.isFeatureReformaTributariaActive = function () {
|
|
10777
|
-
return this.featureReformaTributaria;
|
|
10778
|
-
};
|
|
10779
10688
|
ErpTributosComponent.prototype.montaIcmsCreditoPresumido = function () {
|
|
10780
10689
|
if (this.menuItemIcmsCreditoPresumido)
|
|
10781
10690
|
return;
|
|
@@ -13820,7 +13729,7 @@
|
|
|
13820
13729
|
}, id: tributo + 'ClassificacaoTributaria', name: 'classificacaoTributaria', formGroup: 'classificacaoTributaria', infoSign: _this.translate.instant('erpx_cpl_imp.impostos.classificacao_tributaria_desoneracao_info_sign'), label: _this.translate.instant('erpx_cpl_imp.impostos.classificacao_tributaria_desoneracao'), required: function () { return false; }, multiple: false, size: { sm: 12, md: 4, lg: 4, xl: 3 } })));
|
|
13821
13730
|
}
|
|
13822
13731
|
else if (it.campo === exports.EnumCampoTributo.AplicarValorLiquidoDocumento) {
|
|
13823
|
-
formGroup = __assign(__assign({}, formGroup), (_a = {}, _a[exports.EnumCampoTributo.AplicarValorLiquidoDocumento] = [{ value:
|
|
13732
|
+
formGroup = __assign(__assign({}, formGroup), (_a = {}, _a[exports.EnumCampoTributo.AplicarValorLiquidoDocumento] = [{ value: exports.EnumAplicarValorLiquidoDocumento.NENHUM, disabled: true }, forms.Validators.compose([])], _a));
|
|
13824
13733
|
formField.push(new angularComponents$1.FormField({
|
|
13825
13734
|
name: exports.EnumCampoTributo.AplicarValorLiquidoDocumento,
|
|
13826
13735
|
label: _this.translate.instant('erpx.tributos.aplicar_valor_liquido_documento'),
|
|
@@ -14038,22 +13947,6 @@
|
|
|
14038
13947
|
text: this.translate.instant('erpx.tributos.badge_tipo_calculo_imposto_info_sign_text_manual')
|
|
14039
13948
|
};
|
|
14040
13949
|
};
|
|
14041
|
-
ErpTributosComponent.prototype.getEnabledFeatures = function () {
|
|
14042
|
-
var _this = this;
|
|
14043
|
-
this.isLoading = true;
|
|
14044
|
-
this.featureToggleService
|
|
14045
|
-
.isEnabled({
|
|
14046
|
-
domain: 'erpx_cpl_imp',
|
|
14047
|
-
service: 'cadastros',
|
|
14048
|
-
name: 'featureReformaTributaria'
|
|
14049
|
-
})
|
|
14050
|
-
.pipe(operators.first(), operators.finalize(function () { return (_this.isLoading = false); }))
|
|
14051
|
-
.subscribe({
|
|
14052
|
-
next: function (featureReformaTributaria) {
|
|
14053
|
-
_this.featureReformaTributaria = featureReformaTributaria;
|
|
14054
|
-
}
|
|
14055
|
-
});
|
|
14056
|
-
};
|
|
14057
13950
|
ErpTributosComponent.prototype.isInboundInvoiceDocument = function () {
|
|
14058
13951
|
return (this.documento === exports.EnumTipoDocumento.NF_ENTRADA ||
|
|
14059
13952
|
this.documento === exports.EnumTipoDocumento.NF_ENTRADA_AJUSTE ||
|
|
@@ -14102,7 +13995,6 @@
|
|
|
14102
13995
|
{ type: angularComponents.LookupValidationUtils },
|
|
14103
13996
|
{ type: ErpTributosService },
|
|
14104
13997
|
{ type: platformUtils.GTagService },
|
|
14105
|
-
{ type: platformComponents.FeatureToggleService },
|
|
14106
13998
|
{ type: RulesService }
|
|
14107
13999
|
]; };
|
|
14108
14000
|
__decorate([
|
|
@@ -16131,10 +16023,9 @@
|
|
|
16131
16023
|
exports.nonNullish = nonNullish;
|
|
16132
16024
|
exports.ɵa = ErpResumoComponent;
|
|
16133
16025
|
exports.ɵb = ErpResumoService;
|
|
16134
|
-
exports.ɵba =
|
|
16135
|
-
exports.ɵbb =
|
|
16136
|
-
exports.ɵbc =
|
|
16137
|
-
exports.ɵbd = QuantidadeDisponivelDemandaModule;
|
|
16026
|
+
exports.ɵba = QuantidadeDisponivelDemandaService;
|
|
16027
|
+
exports.ɵbb = EntityService;
|
|
16028
|
+
exports.ɵbc = QuantidadeDisponivelDemandaModule;
|
|
16138
16029
|
exports.ɵc = ErpTributosService;
|
|
16139
16030
|
exports.ɵd = RulesService;
|
|
16140
16031
|
exports.ɵe = StatusRulesRegistry;
|
|
@@ -16145,20 +16036,20 @@
|
|
|
16145
16036
|
exports.ɵj = TaxClassificationRequiredValidationRule;
|
|
16146
16037
|
exports.ɵk = TaxAmountRequiredValidationRule;
|
|
16147
16038
|
exports.ɵl = TaxSituationRequiredValidationRule;
|
|
16148
|
-
exports.ɵm =
|
|
16149
|
-
exports.ɵn =
|
|
16150
|
-
exports.ɵo =
|
|
16151
|
-
exports.ɵp =
|
|
16152
|
-
exports.ɵq =
|
|
16153
|
-
exports.ɵr =
|
|
16154
|
-
exports.ɵs =
|
|
16155
|
-
exports.ɵt =
|
|
16156
|
-
exports.ɵu =
|
|
16157
|
-
exports.ɵv =
|
|
16158
|
-
exports.ɵw =
|
|
16159
|
-
exports.ɵx =
|
|
16160
|
-
exports.ɵy =
|
|
16161
|
-
exports.ɵz =
|
|
16039
|
+
exports.ɵm = CalculationRulesRegistry;
|
|
16040
|
+
exports.ɵn = TaxableBaseCalculationRule;
|
|
16041
|
+
exports.ɵo = TaxAmountCalculator;
|
|
16042
|
+
exports.ɵp = EffectiveTaxRateCalculator;
|
|
16043
|
+
exports.ɵq = TaxRateCalculationRule;
|
|
16044
|
+
exports.ɵr = EffectiveTaxRateCalculationRule;
|
|
16045
|
+
exports.ɵs = TaxAmountCalculationRule;
|
|
16046
|
+
exports.ɵt = GrossAmountCalculationRule;
|
|
16047
|
+
exports.ɵu = GrossAmountCalculator;
|
|
16048
|
+
exports.ɵv = TaxClassificationCalculationRule;
|
|
16049
|
+
exports.ɵw = TaxCalculationTypeCalculationRule;
|
|
16050
|
+
exports.ɵx = ManualTaxCalculationRule;
|
|
16051
|
+
exports.ɵy = FocusService;
|
|
16052
|
+
exports.ɵz = ErpLoteSeriesService;
|
|
16162
16053
|
|
|
16163
16054
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
16164
16055
|
|