118 lines
4.4 KiB
XML
118 lines
4.4 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="winRelatorioObservacaoConferenciaMovimento"?>
|
|
<?taglib uri="http://www.zkoss.org/dsp/web/core" prefix="c"?>
|
|
|
|
<zk xmlns="http://www.zkoss.org/2005/zul">
|
|
<window id="winRelatorioObservacaoConferenciaMovimento"
|
|
title="${c:l('relatorioObservacaoConferenciaMovimentoController.window.title')}"
|
|
apply="${relatorioObservacaoConferenciaMovimentoController}"
|
|
contentStyle="overflow:auto"
|
|
height="315px"
|
|
width="500px"
|
|
border="normal" >
|
|
<toolbar>
|
|
<button id="btnCerrar"
|
|
onClick="winRelatorioObservacaoConferenciaMovimento.detach()"
|
|
image="/gui/img/exit.png"
|
|
width="35px"
|
|
tooltiptext="${c:l('relatorioObservacaoConferenciaMovimentoController.btnCerrar.tooltiptext')}"/>
|
|
</toolbar>
|
|
|
|
<grid fixedLayout="true">
|
|
<columns>
|
|
<column width="20%" />
|
|
<column width="30%" />
|
|
<column width="20%" />
|
|
<column width="30%" />
|
|
</columns>
|
|
<rows>
|
|
<row>
|
|
<label value="${c:l('relatorioObservacaoConferenciaMovimentoController.lbDataIni.value')}" />
|
|
<datebox id="dataInicial"
|
|
width="100%"
|
|
mold="rounded"
|
|
format="dd/MM/yyyy"
|
|
constraint="no empty"
|
|
maxlength="10" />
|
|
<label value="${c:l('relatorioObservacaoConferenciaMovimentoController.lbDataFin.value')}" />
|
|
<datebox id="dataFinal"
|
|
width="100%"
|
|
mold="rounded"
|
|
format="dd/MM/yyyy"
|
|
constraint="no empty"
|
|
maxlength="10" />
|
|
</row>
|
|
<row spans="1,4">
|
|
<label value="${c:l('relatorioObservacaoConferenciaMovimentoController.lbEmpresa.value')}" />
|
|
<combobox id="cmbEmpresa"
|
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxEmpresa"
|
|
constraint="no empty"
|
|
mold="rounded"
|
|
buttonVisible="true"
|
|
width="90%"
|
|
selectedItem="@{winRelatorioObservacaoConferenciaMovimento$composer.empresa}" />
|
|
</row>
|
|
<row spans="1,4">
|
|
<label value="${c:l('relatorioObservacaoConferenciaMovimentoController.lbPuntoVenta.value')}" />
|
|
<combobox id="cmbPuntoVenta"
|
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxPuntoVenta"
|
|
mold="rounded"
|
|
buttonVisible="true"
|
|
width="90%"
|
|
selectedItem="@{winRelatorioObservacaoConferenciaMovimento$composer.puntoVenta}" />
|
|
</row>
|
|
|
|
<row spans="1,4" id="rwNumPendencia" visible="false">
|
|
<label value="${c:l('conferenciaController.lhNumeracaoPendencia.label')}" />
|
|
<textbox id="txtNumPendencia" maxlength="10" width="100px" use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox"/>
|
|
</row>
|
|
|
|
<row>
|
|
<cell>
|
|
<checkbox id="chkPendencia"
|
|
label="${c:l('relatorioObservacaoConferenciaMovimentoController.chkPendencia.label')}" />
|
|
</cell>
|
|
|
|
<cell>
|
|
<checkbox id="chkTaxaEmbarque"
|
|
label="${c:l('relatorioObservacaoConferenciaMovimentoController.chkTaxaEmbarque.label')}" />
|
|
</cell>
|
|
|
|
<!--cell>
|
|
<checkbox id="chkCredito"
|
|
label="${c:l('relatorioObservacaoConferenciaMovimentoController.chkCredito.label')}" />
|
|
</cell>
|
|
|
|
<cell>
|
|
<checkbox id="chkDebito"
|
|
label="${c:l('relatorioObservacaoConferenciaMovimentoController.chkDebito.label')}" />
|
|
</cell-->
|
|
|
|
<cell>
|
|
<checkbox id="chkOutros"
|
|
label="${c:l('relatorioObservacaoConferenciaMovimentoController.chkOutros.label')}" />
|
|
</cell>
|
|
|
|
<cell>
|
|
<radiogroup id="rdCreditoDebito" />
|
|
|
|
<radio id="rdCredito"
|
|
label="${c:l('relatorioObservacaoConferenciaMovimentoController.rdCredito.label')}"
|
|
radiogroup="rdCreditoDebito" />
|
|
<radio id="rdDebito"
|
|
label="${c:l('relatorioObservacaoConferenciaMovimentoController.rdDebito.label')}"
|
|
radiogroup="rdCreditoDebito" />
|
|
</cell>
|
|
</row>
|
|
</rows>
|
|
</grid>
|
|
|
|
<toolbar>
|
|
<button id="btnRelatorio"
|
|
image="/gui/img/find.png"
|
|
label="${c:l('relatorio.lb.btnExecutarRelatorio')}"/>
|
|
</toolbar>
|
|
</window>
|
|
</zk> |