fixes bug #7181
git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@54559 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
7a14096380
commit
550ec35cbf
|
@ -40,6 +40,9 @@ public class RenderEstado implements ListitemRenderer {
|
|||
}
|
||||
lc.setParent(lstm);
|
||||
|
||||
lc = new Listcell(estado.getCveestado());
|
||||
lc.setParent(lstm);
|
||||
|
||||
BigDecimal icms = estado.getIcms();
|
||||
if (icms != null) {
|
||||
lc = new Listcell(icms.setScale(3).toString());
|
||||
|
|
|
@ -4141,6 +4141,7 @@ busquedaEstadoController.lhDescProcon.label = Descripción Procon
|
|||
busquedaEstadoController.txtNombre.label = Estado
|
||||
busquedaEstadoController.lhPais.label = País
|
||||
busquedaEstadoController.ICMS.label = ICMS
|
||||
busquedaEstadoController.UF.label = UF
|
||||
|
||||
# Pantalla Editar Estado
|
||||
editarEstadoController.window.title = Estado
|
||||
|
@ -4152,6 +4153,7 @@ editarEstadoController.lbPais.value = País
|
|||
editarEstadoController.MSG.suscribirOK = Estado se registró exitosamente
|
||||
editarEstadoController.MSG.borrarPergunta = Deseas eliminar este estado?
|
||||
editarEstadoController.MSG.borrarOK = Estado se eliminó exitosamente
|
||||
editarEstadoController.lbUF.value = UF
|
||||
|
||||
#Pantalla Editar Tramo Sequência
|
||||
editarTramosSecuenciaController.window.title= Tramo
|
||||
|
|
|
@ -4196,6 +4196,7 @@ busquedaEstadoController.lhDescProcon.label = Descrição Procon
|
|||
busquedaEstadoController.txtNombre.label = Estado
|
||||
busquedaEstadoController.lhPais.label = País
|
||||
busquedaEstadoController.ICMS.label = ICMS
|
||||
busquedaEstadoController.UF.label = UF
|
||||
|
||||
# Pantalla Editar Estado
|
||||
editarEstadoController.window.title = Estado
|
||||
|
@ -4207,6 +4208,7 @@ editarEstadoController.lbPais.value = País
|
|||
editarEstadoController.MSG.suscribirOK = Estado Registrado com Sucesso.
|
||||
editarEstadoController.MSG.borrarPergunta = Deseja Eliminar este estado?
|
||||
editarEstadoController.MSG.borrarOK = Estado Excluido com Sucesso.
|
||||
editarEstadoController.lbUF.value = UF
|
||||
|
||||
#Pantalla Editar Trecho Sequência
|
||||
editarTramosSecuenciaController.window.title= Trecho
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
<window id="winBusquedaEstado"
|
||||
title="${c:l('busquedaEstadoController.window.title')}"
|
||||
apply="${busquedaEstadoController}" contentStyle="overflow:auto"
|
||||
height="415px" width="800px" border="normal">
|
||||
height="415px" width="860px" border="normal">
|
||||
|
||||
<toolbar>
|
||||
<button id="btnRefresh" image="/gui/img/refresh.png"
|
||||
|
@ -62,21 +62,24 @@
|
|||
use="com.rjconsultores.ventaboletos.web.utilerias.MyListbox"
|
||||
vflex="true" multiple="false">
|
||||
<listhead sizable="true">
|
||||
<listheader width="10%" image="/gui/img/builder.gif"
|
||||
<listheader width="9%" image="/gui/img/builder.gif"
|
||||
label="${c:l('busquedaEstadoController.lhId.label')}"
|
||||
sort="auto(estadoId)" />
|
||||
<listheader image="/gui/img/builder.gif"
|
||||
label="${c:l('busquedaEstadoController.lhDesc.label')}"
|
||||
sort="auto(nombestado)" />
|
||||
<listheader width="15%" image="/gui/img/builder.gif"
|
||||
<listheader width="14%" image="/gui/img/builder.gif"
|
||||
label="${c:l('busquedaEstadoController.lhPais.label')}"
|
||||
sort="auto(pais.paisId)" />
|
||||
<listheader image="/gui/img/builder.gif" width="10%"
|
||||
<listheader image="/gui/img/builder.gif" width="7%"
|
||||
label="${c:l('busquedaEstadoController.UF.label')}"
|
||||
sort="auto(cveestado)" />
|
||||
<listheader image="/gui/img/builder.gif" width="9%"
|
||||
label="${c:l('busquedaEstadoController.ICMS.label')}"
|
||||
sort="auto(icms)" />
|
||||
<listheader image="/gui/img/create_doc.gif" width="10%"
|
||||
<listheader image="/gui/img/create_doc.gif" width="9%"
|
||||
label="UTC" sort="auto(tiempoHorHuso)" />
|
||||
<listheader image="/gui/img/create_doc.gif" width="10%"
|
||||
<listheader image="/gui/img/create_doc.gif" width="9%"
|
||||
label="BRST" sort="auto(tiempoHorVerano)" />
|
||||
<listheader image="/gui/img/create_doc.gif"
|
||||
label="Ínicio - BRST" sort="auto(fecInicioHorVerano)" />
|
||||
|
|
|
@ -48,6 +48,15 @@
|
|||
selectedItem="@{winEditarEstado$composer.estado.pais}" />
|
||||
</row>
|
||||
|
||||
<row>
|
||||
<label
|
||||
value="${c:l('editarEstadoController.lbUF.value')}" />
|
||||
<textbox id="txtUf" constraint="no empty"
|
||||
width="90%" maxlength="30"
|
||||
value="@{winEditarEstado$composer.estado.cveestado}"
|
||||
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox" />
|
||||
</row>
|
||||
|
||||
<row id="rowEquivalencia">
|
||||
<label value="${c:l('lb.Equivalencia')}" />
|
||||
<textbox id="txtEquivalencia" width="100px"
|
||||
|
|
Loading…
Reference in New Issue