AdmMono/VentaBoletosAdm/web/gui/impressaofiscal/busquedaFormapagoEmpresa.zul

68 lines
3.3 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<?page title="FormapagoEmpresa" contentType="text/html;charset=UTF-8"?>
<?variable-resolver class="org.zkoss.zkplus.spring.DelegatingVariableResolver"?>
<?init class="org.zkoss.zkplus.databind.AnnotateDataBinderInit" arg0="winBusquedaFormapagoEmpresa"?>
<?taglib uri="http://www.zkoss.org/dsp/web/core" prefix="c"?>
<zk>
<window id="winBusquedaFormapagoEmpresa" title="${c:l('busquedaFormapagoEmpresaController.window.title')}"
apply="${busquedaFormapagoEmpresaController}" contentStyle="overflow:auto"
height="500px" width="820px" border="normal" >
<toolbar>
<button id="btnRefresh" image="/gui/img/refresh.png" width="35px"
tooltiptext="${c:l('busquedaFormapagoEmpresaController.btnRefresh.tooltiptext')}" />
<separator orient="vertical" />
<button id="btnNovo" image="/gui/img/add.png" width="35px"
tooltiptext="${c:l('busquedaFormapagoEmpresaController.btnNovo.tooltiptext')}" />
<separator orient="vertical" />
<button id="btnCerrar" onClick="winBusquedaFormapagoEmpresa.detach()" image="/gui/img/exit.png" width="35px"
tooltiptext="${c:l('busquedaFormapagoEmpresaController.btnCerrar.tooltiptext')}"/>
</toolbar>
<grid fixedLayout="true">
<columns>
<column width="30%" />
<column width="70%" />
</columns>
<rows>
<row>
<label value="${c:l('busquedaFormapagoEmpresaController.empresa.label')}" />
<combobox id="cmbEmpresa"
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxEstandar"
width="100%" mold="rounded" buttonVisible="true"
model="@{winBusquedaFormapagoEmpresa$composer.lsEmpresas}" />
</row>
</rows>
</grid>
<toolbar>
<button id="btnPesquisa" image="/gui/img/find.png"
label="${c:l('busquedaFormapagoEmpresaController.btnPesquisa.label')}"/>
</toolbar>
<paging id="pagingFormapagoEmpresa" pageSize="20"/>
<listbox id="formapagoEmpresaList" use="com.rjconsultores.ventaboletos.web.utilerias.MyListbox" vflex="true"
multiple="false">
<listhead sizable="true">
<listheader width="3%" image="/gui/img/create_doc.gif"
label="${c:l('lb.id')}" sort="auto(fiscalformapagoempresaId)"/>
<listheader image="/gui/img/create_doc.gif"
label="${c:l('busquedaFormapagoEmpresaController.empresa.label')}" sort="auto(empresa.nombempresa)"/>
<listheader image="/gui/img/create_doc.gif"
label="${c:l('busquedaFormapagoEmpresaController.tipoformapago.label')}" sort="auto(tipoformapago)"/>
<listheader image="/gui/img/create_doc.gif"
label="${c:l('busquedaFormapagoEmpresaController.descricao.label')}" sort="auto(descricao)"/>
<listheader image="/gui/img/create_doc.gif"
label="${c:l('busquedaFormapagoEmpresaController.formapagototalbus.label')}" sort="auto(formaPago.descpago)"/>
</listhead>
</listbox>
</window>
</zk>