fixes bug #8225
git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@62667 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
f987c68cbe
commit
a93f205aff
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue