igor.rodrigo 2016-12-15 12:01:31 +00:00
parent 6c76374d34
commit c69c58e9a7
1 changed files with 18 additions and 11 deletions

View File

@ -35,16 +35,17 @@
</caption>
<grid fixedLayout="true">
<columns>
<column width="10%" />
<column width="15%" />
<column width="15%" />
<column width="15%" />
<column width="15%" />
<column width="19%" />
<column width="19%" />
<column width="18%" />
<column width="15%" />
<column width="15%" />
<column width="12%" />
<column width="12%" />
<column width="12%" />
<column width="12%" />
<column width="12%" />
<column width="12%" />
<column width="12%" />
<column width="12%" />
<column width="12%" />
<column width="12%" />
<column width="12%" />
</columns>
<rows>
<row>
@ -53,7 +54,8 @@
<label value="${c:l('editarEmpresaImpostoController.labelIndIcms.value')}" />
<label value="${c:l('editarEmpresaImpostoController.labelIcmsMunicipal.value')}" />
<label value="${c:l('editarEmpresaImpostoController.labelIndIcmsMunicipal.value')}" />
<label value="${c:l('editarEmpresaImpostoController.labelIcmsMunicipalMatricial.value')}" />
<label value="${c:l('editarEmpresaImpostoController.labelIcmsMunicipalMatricial.value')}" />
<label value="${c:l('editarEmpresaImpostoController.labelIcmsEstadualMatricial.value')}" />
<label value="${c:l('editarEmpresaImpostoController.labelRedMunicial.value')}" />
<label value="${c:l('editarEmpresaImpostoController.labelRedEstadual.value')}" />
<label value="${c:l('editarEmpresaImpostoController.labelRedIcms.value')}" />
@ -82,6 +84,11 @@
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextboxDecimal"
value="@{winEditarEmpresaImposto$composer.empresaImposto.icmsIntermunicipalMatricial,converter=com.rjconsultores.ventaboletos.web.utilerias.StringPercentToDecimalConverter}" />
<textbox id="txtIcmsInterestadualMatricial" width="50px" precision="7"
scale="2"
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextboxDecimal"
value="@{winEditarEmpresaImposto$composer.empresaImposto.icmsMatricial,converter=com.rjconsultores.ventaboletos.web.utilerias.StringPercentToDecimalConverter}" />
<textbox id="txtPorCredMunicipal" width="50px"
precision="7" scale="2"
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextboxDecimal"