git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@20739 d1611594-4594-4d17-8e1d-87c2c4800839
parent
cf459def21
commit
c44a08821c
|
@ -7,7 +7,7 @@
|
|||
# <controler>. <id>. <propiedade> = XXX
|
||||
|
||||
#Versao do VentaBoleto:
|
||||
versao = ADM_20120821_1RC56
|
||||
versao = ADM_20120824_1RC57
|
||||
|
||||
# MSG Defaut:
|
||||
MSG.CONSTRAINT.PORCENTAGEM = Os valores devem estar entre 0 e 100
|
||||
|
|
|
@ -5,49 +5,60 @@
|
|||
<?taglib uri="http://www.zkoss.org/dsp/web/core" prefix="c"?>
|
||||
|
||||
<zk xmlns="http://www.zkoss.org/2005/zul">
|
||||
<window id="winBusquedaRestriccionFormaPago" title="${c:l('busquedaRestriccionFormaPagoController.window.title')}"
|
||||
apply="${busquedaRestriccionFormaPagoController}" contentStyle="overflow:auto"
|
||||
height="450px" width="650px" border="normal" >
|
||||
<toolbar>
|
||||
<button id="btnRefresh" image="/gui/img/refresh.png" width="35px"
|
||||
tooltiptext="${c:l('busquedaRestriccionFormaPagoController.btnRefresh.tooltiptext')}" />
|
||||
<separator orient="vertical" />
|
||||
<button id="btnCerrar" onClick="winBusquedaRestriccionFormaPago.detach()" image="/gui/img/exit.png" width="35px"
|
||||
tooltiptext="${c:l('busquedaRestriccionFormaPagoController.btnCerrar.tooltiptext')}"/>
|
||||
</toolbar>
|
||||
<window id="winBusquedaRestriccionFormaPago"
|
||||
title="${c:l('busquedaRestriccionFormaPagoController.window.title')}"
|
||||
apply="${busquedaRestriccionFormaPagoController}"
|
||||
contentStyle="overflow:auto" height="450px" width="650px"
|
||||
border="normal">
|
||||
<toolbar>
|
||||
<button id="btnRefresh" image="/gui/img/refresh.png"
|
||||
width="35px"
|
||||
tooltiptext="${c:l('busquedaRestriccionFormaPagoController.btnRefresh.tooltiptext')}" />
|
||||
<button id="btnNovo" image="/gui/img/add.png" width="35px"
|
||||
tooltiptext="${c:l('busquedaRestriccionFormaPagoController.btnNovo.tooltiptext')}" />
|
||||
<separator orient="vertical" />
|
||||
<button id="btnCerrar"
|
||||
onClick="winBusquedaRestriccionFormaPago.detach()"
|
||||
image="/gui/img/exit.png" width="35px"
|
||||
tooltiptext="${c:l('busquedaRestriccionFormaPagoController.btnCerrar.tooltiptext')}" />
|
||||
</toolbar>
|
||||
|
||||
<grid fixedLayout="true">
|
||||
<columns>
|
||||
<column width="30%" />
|
||||
<column width="70%" />
|
||||
</columns>
|
||||
<rows>
|
||||
<row>
|
||||
<label value="${c:l('busquedaRestriccionFormaPagoController.FormaPago')}"/>
|
||||
<textbox id="txtNome" width="300px" use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox"/>
|
||||
</row>
|
||||
</rows>
|
||||
</grid>
|
||||
|
||||
<toolbar>
|
||||
<button id="btnPesquisa" image="/gui/img/find.png"
|
||||
label="${c:l('busquedaRestriccionFormaPagoController.btnPesquisa.label')}"/>
|
||||
</toolbar>
|
||||
|
||||
<paging id="pagingrestriccionFormaPago" pageSize="15"/>
|
||||
<listbox id="restriccionFormaPagoList" use="com.rjconsultores.ventaboletos.web.utilerias.MyListbox"
|
||||
multiple="false" >
|
||||
<listhead sizable="true">
|
||||
<listheader id="lhId" width="70px" image="/gui/img/builder.gif"
|
||||
label="${c:l('busquedaRestriccionFormaPagoController.lhId.label')}"
|
||||
sort="auto(configrestriccionId)"/>
|
||||
<listheader id="lhForma" image="/gui/img/builder.gif"
|
||||
label="${c:l('busquedaRestriccionFormaPagoController.lhForma.label')}"
|
||||
sort="auto(formaPago.descpago)"/>
|
||||
<listheader id="lhDesc" image="/gui/img/create_doc.gif"
|
||||
label="${c:l('busquedaRestriccionFormaPagoController.lhDesc.label')}"
|
||||
sort="auto(restriccion.descrestriccion)"/>
|
||||
</listhead>
|
||||
</listbox>
|
||||
</window>
|
||||
<grid fixedLayout="true">
|
||||
<columns>
|
||||
<column width="30%" />
|
||||
<column width="70%" />
|
||||
</columns>
|
||||
<rows>
|
||||
<row>
|
||||
<label
|
||||
value="${c:l('busquedaRestriccionFormaPagoController.FormaPago')}" />
|
||||
<textbox id="txtNome" width="300px"
|
||||
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox" />
|
||||
</row>
|
||||
</rows>
|
||||
</grid>
|
||||
|
||||
<toolbar>
|
||||
<button id="btnPesquisa" image="/gui/img/find.png"
|
||||
label="${c:l('busquedaRestriccionFormaPagoController.btnPesquisa.label')}" />
|
||||
</toolbar>
|
||||
|
||||
<paging id="pagingrestriccionFormaPago" pageSize="15" />
|
||||
<listbox id="restriccionFormaPagoList"
|
||||
use="com.rjconsultores.ventaboletos.web.utilerias.MyListbox"
|
||||
multiple="false">
|
||||
<listhead sizable="true">
|
||||
<listheader id="lhId" width="70px"
|
||||
image="/gui/img/builder.gif"
|
||||
label="${c:l('busquedaRestriccionFormaPagoController.lhId.label')}"
|
||||
sort="auto(configrestriccionId)" />
|
||||
<listheader id="lhForma" image="/gui/img/builder.gif"
|
||||
label="${c:l('busquedaRestriccionFormaPagoController.lhForma.label')}"
|
||||
sort="auto(formaPago.descpago)" />
|
||||
<listheader id="lhDesc" image="/gui/img/create_doc.gif"
|
||||
label="${c:l('busquedaRestriccionFormaPagoController.lhDesc.label')}"
|
||||
sort="auto(restriccion.descrestriccion)" />
|
||||
</listhead>
|
||||
</listbox>
|
||||
</window>
|
||||
</zk>
|
|
@ -6,28 +6,31 @@
|
|||
|
||||
<zk xmlns="http://www.zkoss.org/2005/zul">
|
||||
<window id="winEditarRestriccionFormaPago" border="normal"
|
||||
apply="${editarRestriccionFormaPagoController}" width="400px"
|
||||
height="400x" contentStyle="overflow:auto"
|
||||
apply="${editarRestriccionFormaPagoController}" width="550px"
|
||||
contentStyle="overflow:auto"
|
||||
title="${c:l('editarRestriccionFormaPagoController.window.title')}">
|
||||
<toolbar>
|
||||
<hbox spacing="5px" style="padding:1px" align="right">
|
||||
<button id="btnFechar" height="20"
|
||||
image="/gui/img/exit.png" width="35px"
|
||||
onClick="winEditarRestriccionFormaPago.detach()"
|
||||
tooltiptext="${c:l('editarRestriccionFormaPagoController.btnFechar.tooltiptext')}" />
|
||||
</hbox>
|
||||
<button id="btnApagar" height="20"
|
||||
image="/gui/img/remove.png" width="35px"
|
||||
tooltiptext="${c:l('editarRestriccionFormaPagoController.btnApagar.tooltiptext')}" />
|
||||
<button id="btnSalvar" height="20" image="/gui/img/save.png"
|
||||
width="35px"
|
||||
tooltiptext="${c:l('editarRestriccionFormaPagoController.btnSalvar.tooltiptext')}" />
|
||||
<button id="btnFechar" height="20" image="/gui/img/exit.png"
|
||||
width="35px" onClick="winEditarRestriccionFormaPago.detach()"
|
||||
tooltiptext="${c:l('editarRestriccionFormaPagoController.btnFechar.tooltiptext')}" />
|
||||
</toolbar>
|
||||
|
||||
<grid fixedLayout="true">
|
||||
<columns>
|
||||
<column width="40%" />
|
||||
<column width="60%" />
|
||||
<column width="50%" />
|
||||
<column width="50%" />
|
||||
</columns>
|
||||
<rows>
|
||||
<row>
|
||||
<label id="lblFormaPago"
|
||||
value="${c:l('busquedaRestriccionFormaPagoController.FormaPago')}" />
|
||||
<combobox id="cmbFormaPago"
|
||||
<combobox id="cmbFormaPago" width="90%"
|
||||
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxEstandar"
|
||||
constraint="no empty" mold="rounded" buttonVisible="true"
|
||||
model="@{winEditarRestriccionFormaPago$composer.lsFormaPago}"
|
||||
|
@ -36,7 +39,7 @@
|
|||
<row>
|
||||
<label id="lblRestricionFormaPago"
|
||||
value="${c:l('editarRestriccionFormaPagoController.lblRestricionFormaPago.value')}" />
|
||||
<combobox id="cmbRestriccionFormaPago"
|
||||
<combobox id="cmbRestriccionFormaPago" width="90%"
|
||||
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxEstandar"
|
||||
constraint="no empty" mold="rounded" buttonVisible="true"
|
||||
model="@{winEditarRestriccionFormaPago$composer.lsRestriccionPago}"
|
||||
|
|
Loading…
Reference in New Issue