76 lines
2.9 KiB
XML
76 lines
2.9 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="winFiltroRelatorioSegundaVia"?>
|
|
<?taglib uri="http://www.zkoss.org/dsp/web/core" prefix="c"?>
|
|
|
|
<zk xmlns="http://www.zkoss.org/2005/zul">
|
|
<window id="winFiltroRelatorioSegundaVia" apply="${relatorioSegundaViaController}"
|
|
contentStyle="overflow:auto"
|
|
height="180px" width="538px" border="normal">
|
|
<grid fixedLayout="true">
|
|
<columns>
|
|
<column width="25%" />
|
|
<column width="30%" />
|
|
<column width="15%" />
|
|
<column width="30%" />
|
|
</columns>
|
|
|
|
<rows>
|
|
<row>
|
|
<label value="${c:l('relatorioSegundaViaController.lbDataInicial.value')}" />
|
|
<datebox id="txtDataInicial" width="100%" mold="rounded" format="dd/MM/yyyy"
|
|
constraint="no empty" maxlength="10" />
|
|
|
|
<label value="${c:l('relatorioSegundaViaController.lbDataFinal.value')}" />
|
|
<datebox id="txtDataFinal" width="100%" mold="rounded" format="dd/MM/yyyy"
|
|
constraint="no empty" maxlength="10" />
|
|
</row>
|
|
|
|
<row spans="1,3">
|
|
<label
|
|
value="${c:l('relatorioAidfDetalhadoController.lbEmpresa.value')}" />
|
|
<combobox id="cmbEmpresa"
|
|
buttonVisible="true"
|
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxEstandar"
|
|
model="@{winFiltroRelatorioSegundaVia$composer.lsEmpresa}"
|
|
width="100%" />
|
|
</row>
|
|
|
|
<row spans="1,3">
|
|
<label
|
|
value="${c:l('relatorioSegundaViaController.lbPuntoVenta.value')}" />
|
|
<combobox id="cmbPuntoVenta"
|
|
buttonVisible="true"
|
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxPuntoVenta"
|
|
width="100%" />
|
|
</row>
|
|
|
|
<row spans="1,3">
|
|
<label
|
|
value="${c:l('relatorioSegundaViaController.lbTipoRelatorio.value')}" />
|
|
<radiogroup Id="rdTipoRelatorio">
|
|
<hbox align="center">
|
|
<radio Id="rdTipoCaja" value="1" selected="true"
|
|
label="${c:l('relatorioSegundaViaController.lbTipoCaja.value')}"
|
|
tooltiptext="${c:l('relatorioSegundaViaController.lbTipoCajaDescricao.value')}" />
|
|
<radio Id="rdTipoBoleto" value="2"
|
|
label="${c:l('relatorioSegundaViaController.lbTipoBoleto.value')}"
|
|
tooltiptext="${c:l('relatorioSegundaViaController.lbTipoBoletoDescricao.value')}" />
|
|
<radio Id="rdTipoSeguroOpcional" value="2"
|
|
label="${c:l('relatorioSegundaViaController.lbTipoSeguroOpcional.value')}"
|
|
tooltiptext="${c:l('relatorioSegundaViaController.lbTipoSeguroOpcionalDescricao.value')}" />
|
|
</hbox>
|
|
</radiogroup>
|
|
</row>
|
|
|
|
</rows>
|
|
</grid>
|
|
<toolbar>
|
|
<button id="btnExecutarRelatorio" image="/gui/img/find.png"
|
|
label="${c:l('relatorio.lb.btnExecutarRelatorio')}" />
|
|
</toolbar>
|
|
</window>
|
|
</zk>
|
|
|