fixes bug#14008

dev:lucas

qua: 

git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@91608 d1611594-4594-4d17-8e1d-87c2c4800839
master
lucas.taia 2019-04-05 00:00:29 +00:00
parent 99e0a383c7
commit 86bdd22ecc
3 changed files with 19 additions and 10 deletions

View File

@ -1417,7 +1417,7 @@ editarEmpresaImpostoController.labelRedEstadual.value = Reductor ICMS Interestad
editarEmpresaImpostoController.labelRedIcms.value = Reductor base de cálculo ICMS Interestadual
editarEmpresaImpostoController.labelRedIcmsIM.value = Reductor base de cálculo ICMS Intermunicipal
editarEmpresaImpostoController.labelPorctributo.value = % Impuesto
editarEmpresaImpostoController.labelTributacaoImportacao.value = Tributacion Importacion
editarEmpresaImpostoController.labelTributacaoImportacao.value = Tributacion Importacion BPe
editarEmpresaImpostoController.codEstabelecimento.value = Codigo Estabelecimiento
editarEmpresaImpostoController.codigoContabilMunicipal.value = Codigo Contabil Municipal
editarEmpresaImpostoController.codigoContabilEstadual.value = Codigo Contabil Estadual

View File

@ -1536,7 +1536,7 @@ editarEmpresaImpostoController.labelRedEstadual.value = Redutor ICMS Interestadu
editarEmpresaImpostoController.labelRedIcms.value = Redutor Base de Cálculo ICMS Interestadual
editarEmpresaImpostoController.labelRedIcmsIM.value = Redutor Base de Cálculo ICMS Intermunicipal
editarEmpresaImpostoController.labelPorctributo.value = % Tributo
editarEmpresaImpostoController.labelTributacaoImportacao.value = Tributação Importação
editarEmpresaImpostoController.labelTributacaoImportacao.value = Tributação Importação BPe
editarEmpresaImpostoController.codEstabelecimento.value = Código Estabelecimento
editarEmpresaImpostoController.codigoContabilMunicipal.value = Código Contabil Municipal
editarEmpresaImpostoController.codigoContabilEstadual.value = Código Contabil Estadual

View File

@ -125,20 +125,13 @@
</caption>
<grid fixedLayout="true">
<columns>
<column width="20%" />
<column width="20%" />
<column width="30%" />
<column width="30%" />
</columns>
<rows>
<row>
<cell>
<label value="${c:l('editarEmpresaImpostoController.labelTributacaoImportacao.value')}" />
<textbox id="txtTributacaoImportacao" width="50px"
precision="5" scale="2"
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextboxDecimal"
value="@{winEditarEmpresaImposto$composer.empresaImposto.tributacaoImportacao,converter=com.rjconsultores.ventaboletos.web.utilerias.StringPercentToDecimalConverter}" />
</cell>
<cell>
<label value="${c:l('editarEmpresaImpostoController.codEstabelecimento.value')}" />
<textbox id="txtCodEstabelecimento" width="80px" maxlength="4"
@ -177,9 +170,17 @@
<column width="25%" />
<column width="25%" />
<column width="25%" />
<column width="25%" />
</columns>
<rows>
<row>
<cell>
<label value="${c:l('editarEmpresaImpostoController.labelTributacaoImportacao.value')}" />
<textbox id="txtTributacaoImportacaoIM" width="50px"
precision="5" scale="2"
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextboxDecimal"
value="@{winEditarEmpresaImposto$composer.empresaImposto.tributacaoImportacaoIM,converter=com.rjconsultores.ventaboletos.web.utilerias.StringPercentToDecimalConverter}" />
</cell>
<cell>
<checkbox id="chkIndTarifaMunicipal"
width="50px"
@ -229,9 +230,17 @@
<column width="25%" />
<column width="25%" />
<column width="25%" />
<column width="25%" />
</columns>
<rows>
<row>
<cell>
<label value="${c:l('editarEmpresaImpostoController.labelTributacaoImportacao.value')}" />
<textbox id="txtTributacaoImportacaoIE" width="50px"
precision="5" scale="2"
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextboxDecimal"
value="@{winEditarEmpresaImposto$composer.empresaImposto.tributacaoImportacao,converter=com.rjconsultores.ventaboletos.web.utilerias.StringPercentToDecimalConverter}" />
</cell>
<cell>
<checkbox id="chkIndTarifaEstadual"
width="50px"