AdmMono/web/gui/informes/ventas_puntoventa/informeVentasPuntoVenta.zul

47 lines
2.2 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<?page contentType="text/html;charset=UTF-8"?>
<?variable-resolver class="org.zkoss.zkplus.spring.DelegatingVariableResolver"?>
<?init class="org.zkoss.zkplus.databind.AnnotateDataBinderInit" arg0="winInformeVentasPuntoVenta"?>
<?taglib uri="http://www.zkoss.org/dsp/web/core" prefix="c"?>
<zk xmlns="http://www.zkoss.org/2005/zul">
<window id="winInformeVentasPuntoVenta" border="normal"
apply="${informeVentasPuntoVentaController}"
width="600px" height="557x" contentStyle="overflow:auto"
title="${c:l('informeVentasPuntoVentaController.window.title')}">
<toolbar>
<button id="btnFechar" height="20"
image="/gui/img/exit.png" width="35px"
onClick="winInformeVentasPuntoVenta.detach()"
tooltiptext="${c:l('informeVentasPuntoVentaController.btnFechar.tooltiptext')}"/>
</toolbar>
<grid fixedLayout="true">
<columns>
<column width="40%" />
<column width="60%" />
</columns>
<rows>
<row>
<label value="${c:l('editarConfiguracionCancelacionController.lbPunto.label')}"/>
<combobox id="cmbPuntoVenta" mold="rounded" buttonVisible="true" width="100%"
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxPuntoVenta" />
</row>
<row>
<label value="${c:l('informeVentasPuntoVentaController.lbFecInicio.value')}"/>
<datebox id="fecInicio" width="100px" mold="rounded" cols="8"
constraint="no empty"/>
</row>
<row>
<label value="${c:l('informeVentasPuntoVentaController.lbFecFinal.value')}"/>
<datebox id="fecFinal" width="100px" mold="rounded"
constraint="no empty"/>
</row>
</rows>
</grid>
<toolbar>
<button id="btnInforme" height="20" image="/gui/img/vis.png" width="35px"/>
</toolbar>
</window>
</zk>