wilian 2014-12-11 17:40:19 +00:00
parent 61ca9c296c
commit 30f5f752c7
3 changed files with 14 additions and 8 deletions

View File

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

View File

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

View File

@ -35,11 +35,12 @@
</caption> </caption>
<grid fixedLayout="true"> <grid fixedLayout="true">
<columns> <columns>
<column width="20%" /> <column width="15%" />
<column width="20%" /> <column width="15%" />
<column width="20%" /> <column width="19%" />
<column width="20%" /> <column width="19%" />
<column width="20%" /> <column width="18%" />
<column width="15%" />
</columns> </columns>
<rows> <rows>
@ -54,6 +55,8 @@
value="${c:l('editarEmpresaImpostoController.labelRedEstadual.value')}" /> value="${c:l('editarEmpresaImpostoController.labelRedEstadual.value')}" />
<label <label
value="${c:l('editarEmpresaImpostoController.labelRedIcms.value')}" /> value="${c:l('editarEmpresaImpostoController.labelRedIcms.value')}" />
<label
value="${c:l('editarEmpresaImpostoController.labelTributo.value')}" />
</row> </row>
<row> <row>
@ -76,10 +79,11 @@
precision="7" scale="2" precision="7" scale="2"
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextboxDecimal" use="com.rjconsultores.ventaboletos.web.utilerias.MyTextboxDecimal"
value="@{winEditarEmpresaImposto$composer.empresaImposto.porCredBaseIcms,converter=com.rjconsultores.ventaboletos.web.utilerias.StringPercentToDecimalConverter}" /> value="@{winEditarEmpresaImposto$composer.empresaImposto.porCredBaseIcms,converter=com.rjconsultores.ventaboletos.web.utilerias.StringPercentToDecimalConverter}" />
<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}" />
</row> </row>
</rows> </rows>
</grid> </grid>
</groupbox> </groupbox>