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-87c2c4800839master
parent
99e0a383c7
commit
86bdd22ecc
|
@ -1417,7 +1417,7 @@ editarEmpresaImpostoController.labelRedEstadual.value = Reductor ICMS Interestad
|
||||||
editarEmpresaImpostoController.labelRedIcms.value = Reductor base de cálculo ICMS Interestadual
|
editarEmpresaImpostoController.labelRedIcms.value = Reductor base de cálculo ICMS Interestadual
|
||||||
editarEmpresaImpostoController.labelRedIcmsIM.value = Reductor base de cálculo ICMS Intermunicipal
|
editarEmpresaImpostoController.labelRedIcmsIM.value = Reductor base de cálculo ICMS Intermunicipal
|
||||||
editarEmpresaImpostoController.labelPorctributo.value = % Impuesto
|
editarEmpresaImpostoController.labelPorctributo.value = % Impuesto
|
||||||
editarEmpresaImpostoController.labelTributacaoImportacao.value = Tributacion Importacion
|
editarEmpresaImpostoController.labelTributacaoImportacao.value = Tributacion Importacion BPe
|
||||||
editarEmpresaImpostoController.codEstabelecimento.value = Codigo Estabelecimiento
|
editarEmpresaImpostoController.codEstabelecimento.value = Codigo Estabelecimiento
|
||||||
editarEmpresaImpostoController.codigoContabilMunicipal.value = Codigo Contabil Municipal
|
editarEmpresaImpostoController.codigoContabilMunicipal.value = Codigo Contabil Municipal
|
||||||
editarEmpresaImpostoController.codigoContabilEstadual.value = Codigo Contabil Estadual
|
editarEmpresaImpostoController.codigoContabilEstadual.value = Codigo Contabil Estadual
|
||||||
|
|
|
@ -1536,7 +1536,7 @@ editarEmpresaImpostoController.labelRedEstadual.value = Redutor ICMS Interestadu
|
||||||
editarEmpresaImpostoController.labelRedIcms.value = Redutor Base de Cálculo ICMS Interestadual
|
editarEmpresaImpostoController.labelRedIcms.value = Redutor Base de Cálculo ICMS Interestadual
|
||||||
editarEmpresaImpostoController.labelRedIcmsIM.value = Redutor Base de Cálculo ICMS Intermunicipal
|
editarEmpresaImpostoController.labelRedIcmsIM.value = Redutor Base de Cálculo ICMS Intermunicipal
|
||||||
editarEmpresaImpostoController.labelPorctributo.value = % Tributo
|
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.codEstabelecimento.value = Código Estabelecimento
|
||||||
editarEmpresaImpostoController.codigoContabilMunicipal.value = Código Contabil Municipal
|
editarEmpresaImpostoController.codigoContabilMunicipal.value = Código Contabil Municipal
|
||||||
editarEmpresaImpostoController.codigoContabilEstadual.value = Código Contabil Estadual
|
editarEmpresaImpostoController.codigoContabilEstadual.value = Código Contabil Estadual
|
||||||
|
|
|
@ -125,20 +125,13 @@
|
||||||
</caption>
|
</caption>
|
||||||
<grid fixedLayout="true">
|
<grid fixedLayout="true">
|
||||||
<columns>
|
<columns>
|
||||||
<column width="20%" />
|
|
||||||
<column width="20%" />
|
<column width="20%" />
|
||||||
<column width="30%" />
|
<column width="30%" />
|
||||||
<column width="30%" />
|
<column width="30%" />
|
||||||
</columns>
|
</columns>
|
||||||
<rows>
|
<rows>
|
||||||
<row>
|
<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>
|
<cell>
|
||||||
<label value="${c:l('editarEmpresaImpostoController.codEstabelecimento.value')}" />
|
<label value="${c:l('editarEmpresaImpostoController.codEstabelecimento.value')}" />
|
||||||
<textbox id="txtCodEstabelecimento" width="80px" maxlength="4"
|
<textbox id="txtCodEstabelecimento" width="80px" maxlength="4"
|
||||||
|
@ -177,9 +170,17 @@
|
||||||
<column width="25%" />
|
<column width="25%" />
|
||||||
<column width="25%" />
|
<column width="25%" />
|
||||||
<column width="25%" />
|
<column width="25%" />
|
||||||
|
<column width="25%" />
|
||||||
</columns>
|
</columns>
|
||||||
<rows>
|
<rows>
|
||||||
<row>
|
<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>
|
<cell>
|
||||||
<checkbox id="chkIndTarifaMunicipal"
|
<checkbox id="chkIndTarifaMunicipal"
|
||||||
width="50px"
|
width="50px"
|
||||||
|
@ -229,9 +230,17 @@
|
||||||
<column width="25%" />
|
<column width="25%" />
|
||||||
<column width="25%" />
|
<column width="25%" />
|
||||||
<column width="25%" />
|
<column width="25%" />
|
||||||
|
<column width="25%" />
|
||||||
</columns>
|
</columns>
|
||||||
<rows>
|
<rows>
|
||||||
<row>
|
<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>
|
<cell>
|
||||||
<checkbox id="chkIndTarifaEstadual"
|
<checkbox id="chkIndTarifaEstadual"
|
||||||
width="50px"
|
width="50px"
|
||||||
|
|
Loading…
Reference in New Issue