AdmMono/VentaBoletosAdm/web/gui/relatorios/filtroRelatorioMovimentacao...

76 lines
2.7 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="winFiltroRelatorioMovimentacaoEstoque"?>
<?taglib uri="http://www.zkoss.org/dsp/web/core" prefix="c"?>
<zk xmlns="http://www.zkoss.org/2005/zul">
<window id="winFiltroRelatorioMovimentacaoEstoque" apply="${relatorioMovimentacaoEstoqueController}"
contentStyle="overflow:auto"
height="190px" width="800px" border="normal">
<grid fixedLayout="true">
<columns>
<column width="20%" />
<column width="30%" />
<column width="20%" />
<column width="30%" />
</columns>
<rows>
<row spans="1,3">
<label
value="${c:l('label.empresa')}" />
<combobox id="cmbEmpresa"
buttonVisible="true"
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxEstandar"
model="@{winFiltroRelatorioMovimentacaoEstoque$composer.lsEmpresa}"
constraint="no empty"
width="100%" />
</row>
<row>
<label
value="${c:l('relatorioMovimentacaoEstoqueController.lb.puntoventaEnv')}" />
<combobox id="cmbPuntoVentaEnv"
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxPuntoVenta"
width="100%" mold="rounded" buttonVisible="true"/>
<label
value="${c:l('relatorioMovimentacaoEstoqueController.lb.estacionEnv')}" />
<combobox id="cmbEstacionEnv"
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxEstacion"
width="100%" mold="rounded" buttonVisible="true"/>
</row>
<row>
<label
value="${c:l('relatorioMovimentacaoEstoqueController.lb.puntoventaRec')}" />
<combobox id="cmbPuntoVentaRec"
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxPuntoVenta"
width="100%" mold="rounded" buttonVisible="true"/>
<label
value="${c:l('relatorioMovimentacaoEstoqueController.lb.estacionRec')}" />
<combobox id="cmbEstacionRec"
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxEstacion"
width="100%" mold="rounded" buttonVisible="true"/>
</row>
<row>
<label
value="${c:l('lb.dataIni.value')}" />
<datebox id="datInicial" width="100%" mold="rounded"
format="dd/MM/yyyy" constraint="no empty"
maxlength="10" />
<label
value="${c:l('lb.dataFin.value')}" />
<datebox id="datFinal" width="100%" mold="rounded"
format="dd/MM/yyyy" constraint="no empty"
maxlength="10" />
</row>
</rows>
</grid>
<toolbar>
<button id="btnExecutarRelatorio" image="/gui/img/find.png"
label="${c:l('relatorio.lb.btnExecutarRelatorio')}" />
</toolbar>
</window>
</zk>