wilian 2014-12-11 19:49:07 +00:00
parent 30f5f752c7
commit b6f6a2dcf3
3 changed files with 4 additions and 4 deletions

View File

@ -686,7 +686,7 @@ editarEmpresaImpostoController.labelIndIcms.value=Ind. ECF
editarEmpresaImpostoController.labelRedMunicial.value = Reductor ICMS intermunicipal
editarEmpresaImpostoController.labelRedEstadual.value = Reductor ICMS interestadual
editarEmpresaImpostoController.labelRedIcms.value = Reductor base de cálculo ICMS
editarEmpresaImpostoController.labelTributo.value = Impuesto
editarEmpresaImpostoController.labelPorctributo.value = % Impuesto
editarEmpresaImpostoController.btnApagar.tooltiptext = Eliminar
editarEmpresaImpostoController.btnSalvar.tooltiptext = Guardar
editarEmpresaImpostoController.btnFechar.tooltiptext = Cerrar

View File

@ -715,7 +715,7 @@ editarEmpresaImpostoController.labelIndIcms.value=Ind. ECF
editarEmpresaImpostoController.labelRedMunicial.value = Redutor ICMS Intermunicipal
editarEmpresaImpostoController.labelRedEstadual.value = Redutor ICMS Interestadual
editarEmpresaImpostoController.labelRedIcms.value = Redutor Base de Cálculo ICMS
editarEmpresaImpostoController.labelTributo.value = Tributo
editarEmpresaImpostoController.labelPorctributo.value = % Tributo
editarEmpresaImpostoController.btnApagar.tooltiptext = Eliminar
editarEmpresaImpostoController.btnSalvar.tooltiptext = Salvar
editarEmpresaImpostoController.btnFechar.tooltiptext = Fechar

View File

@ -56,7 +56,7 @@
<label
value="${c:l('editarEmpresaImpostoController.labelRedIcms.value')}" />
<label
value="${c:l('editarEmpresaImpostoController.labelTributo.value')}" />
value="${c:l('editarEmpresaImpostoController.labelPorctributo.value')}" />
</row>
<row>
@ -82,7 +82,7 @@
<textbox id="txtTributo" width="50px"
precision="7" scale="2"
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextboxDecimal"
value="@{winEditarEmpresaImposto$composer.empresaImposto.tributo,converter=com.rjconsultores.ventaboletos.web.utilerias.StringPercentToDecimalConverter}" />
value="@{winEditarEmpresaImposto$composer.empresaImposto.porctributo,converter=com.rjconsultores.ventaboletos.web.utilerias.StringPercentToDecimalConverter}" />
</row>
</rows>
</grid>