@senior-gestao-empresarial/erpx-components 4.2.0 → 4.2.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 +8 -8
- package/bundles/senior-gestao-empresarial-erpx-components.umd.js.map +1 -1
- package/bundles/senior-gestao-empresarial-erpx-components.umd.min.js +1 -1
- package/bundles/senior-gestao-empresarial-erpx-components.umd.min.js.map +1 -1
- package/esm2015/components/tributos/erp-tributos.component.js +9 -9
- package/esm5/components/tributos/erp-tributos.component.js +9 -9
- package/fesm2015/senior-gestao-empresarial-erpx-components.js +8 -8
- package/fesm2015/senior-gestao-empresarial-erpx-components.js.map +1 -1
- package/fesm5/senior-gestao-empresarial-erpx-components.js +8 -8
- package/fesm5/senior-gestao-empresarial-erpx-components.js.map +1 -1
- package/package.json +1 -1
|
@@ -28487,16 +28487,16 @@
|
|
|
28487
28487
|
{ campo: exports.EnumCampoTributo.Valor }
|
|
28488
28488
|
], exports.EnumTipoTributo.IPI_PRESUMIDO)));
|
|
28489
28489
|
break;
|
|
28490
|
-
case this.context.document === 'Outgoing Invoice' &&
|
|
28491
|
-
this.context.invoice.type === 'Product Return':
|
|
28492
|
-
item.unshift(__assign({ name: exports.EnumTipoTributo.IPI_PRESUMIDO, label: 'erpx.tributos.enum_tipo_tributo_ipi_presumido' }, this.montaCampos([
|
|
28493
|
-
{ campo: exports.EnumCampoTributo.BaseCalculo },
|
|
28494
|
-
{ campo: exports.EnumCampoTributo.Aliquota },
|
|
28495
|
-
{ campo: exports.EnumCampoTributo.Valor }
|
|
28496
|
-
], exports.EnumTipoTributo.IPI_PRESUMIDO)));
|
|
28497
|
-
break;
|
|
28498
28490
|
case this.context.document === 'Outgoing Invoice' &&
|
|
28499
28491
|
this.context.invoice.type !== 'Debit':
|
|
28492
|
+
if (this.context.document === 'Outgoing Invoice' &&
|
|
28493
|
+
this.context.invoice.type === 'Product Return') {
|
|
28494
|
+
item.unshift(__assign({ name: exports.EnumTipoTributo.IPI_PRESUMIDO, label: 'erpx.tributos.enum_tipo_tributo_ipi_presumido' }, this.montaCampos([
|
|
28495
|
+
{ campo: exports.EnumCampoTributo.BaseCalculo },
|
|
28496
|
+
{ campo: exports.EnumCampoTributo.Aliquota },
|
|
28497
|
+
{ campo: exports.EnumCampoTributo.Valor }
|
|
28498
|
+
], exports.EnumTipoTributo.IPI_PRESUMIDO)));
|
|
28499
|
+
}
|
|
28500
28500
|
item.unshift(__assign({ name: exports.EnumTipoTributo.IPI, label: 'erpx.tributos.enum_tipo_tributo_ipi' }, this.montaCampos([
|
|
28501
28501
|
{ campo: exports.EnumCampoTributo.BaseCalculo },
|
|
28502
28502
|
{ campo: exports.EnumCampoTributo.Aliquota },
|