igor.rodrigo 2016-11-17 16:41:28 +00:00
parent f987c68cbe
commit a93f205aff
3 changed files with 13 additions and 3 deletions

View File

@ -951,6 +951,7 @@ editarEmpresaImpostoController.window.title = Configuración de impuesto por emp
editarEmpresaImpostoController.labelIcms.value = ICMS Interestadual
editarEmpresaImpostoController.labelIndIcms.value=Ind. ECF Interestadual
editarEmpresaImpostoController.labelIcmsMunicipal.value = ICMS Intermunicipal
editarEmpresaImpostoController.labelIcmsMunicipalMatricial.value = ICMS Intermunicipal Matricial
editarEmpresaImpostoController.labelIndIcmsMunicipal.value = Ind. ECF Intermunicipal
editarEmpresaImpostoController.labelRedMunicial.value = Reductor ICMS intermunicipal
editarEmpresaImpostoController.labelRedEstadual.value = Reductor ICMS interestadual

View File

@ -993,6 +993,7 @@ editarEmpresaImpostoController.window.title = Configuração de Imposto por Empr
editarEmpresaImpostoController.labelIcms.value = ICMS Interestadual
editarEmpresaImpostoController.labelIndIcms.value = Ind. ECF Interestadual
editarEmpresaImpostoController.labelIcmsMunicipal.value = ICMS Intermunicipal
editarEmpresaImpostoController.labelIcmsMunicipalMatricial.value = ICMS Intermunicipal Matricial
editarEmpresaImpostoController.labelIndIcmsMunicipal.value = Ind. ECF Intermunicipal
editarEmpresaImpostoController.labelRedMunicial.value = Redutor ICMS Intermunicipal
editarEmpresaImpostoController.labelRedEstadual.value = Redutor ICMS Interestadual

View File

@ -39,6 +39,7 @@
<column width="15%" />
<column width="15%" />
<column width="15%" />
<column width="15%" />
<column width="19%" />
<column width="19%" />
<column width="18%" />
@ -52,6 +53,7 @@
<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.labelRedMunicial.value')}" />
<label value="${c:l('editarEmpresaImpostoController.labelRedEstadual.value')}" />
<label value="${c:l('editarEmpresaImpostoController.labelRedIcms.value')}" />
@ -73,7 +75,13 @@
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextboxDecimal"
constraint="no empty"
value="@{winEditarEmpresaImposto$composer.empresaImposto.icmsIntermunicipal,converter=com.rjconsultores.ventaboletos.web.utilerias.StringPercentToDecimalConverter}" />
<intbox id="txtIndIcmsIntermunicipal" maxlength="2" width="50px" value="@{winEditarEmpresaImposto$composer.empresaImposto.indiceICMSIntermunicipal}" />
<textbox id="txtIcmsIntermunicipalMatricial" width="50px" precision="7"
scale="2"
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextboxDecimal"
value="@{winEditarEmpresaImposto$composer.empresaImposto.icmsIntermunicipalMatricial,converter=com.rjconsultores.ventaboletos.web.utilerias.StringPercentToDecimalConverter}" />
<textbox id="txtPorCredMunicipal" width="50px"
precision="7" scale="2"
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextboxDecimal"