104 lines
4.0 KiB
XML
104 lines
4.0 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<?page title="RelgerencialEmpresa" contentType="text/html;charset=UTF-8"?>
|
|
<?variable-resolver class="org.zkoss.zkplus.spring.DelegatingVariableResolver"?>
|
|
<?init class="org.zkoss.zkplus.databind.AnnotateDataBinderInit" arg0="winFormaPagamentoAgencia"?>
|
|
<?taglib uri="http://www.zkoss.org/dsp/web/core" prefix="c"?>
|
|
|
|
<zk>
|
|
<window id="winFormaPagamentoAgencia"
|
|
title="${c:l('formaPagamentoAgenciaController.window.title')}"
|
|
apply="${formaPagamentoAgenciaController}"
|
|
contentStyle="overflow:auto" width="560px" border="normal">
|
|
|
|
<grid fixedLayout="true">
|
|
<columns>
|
|
<column width="20%" />
|
|
<column width="30%" />
|
|
<column width="20%" />
|
|
<column width="30%" />
|
|
</columns>
|
|
<rows>
|
|
<row>
|
|
<label
|
|
value="${c:l('formaPagamentoAgenciaController.lbDataIni.value')}" />
|
|
<datebox id="fecInicio" width="90%"
|
|
format="dd/MM/yyyy" constraint="no empty" maxlength="10" />
|
|
<label
|
|
value="${c:l('formaPagamentoAgenciaController.lbDataFin.value')}" />
|
|
<datebox id="fecFinal" width="90%"
|
|
format="dd/MM/yyyy" constraint="no empty" maxlength="10" />
|
|
</row>
|
|
</rows>
|
|
</grid>
|
|
<grid fixedLayout="true">
|
|
<columns>
|
|
<column width="30%" />
|
|
<column width="80%" />
|
|
</columns>
|
|
<rows>
|
|
<row spans="1,1,2">
|
|
<label
|
|
value="${c:l('formaPagamentoAgenciaController.lbEmpresa.value')}" />
|
|
<combobox id="cmbEmpresa" buttonVisible="true"
|
|
constraint="no empty"
|
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxEstandar"
|
|
model="@{winFiltroRelatorioRecargaRvhub$composer.lsEmpresa}"
|
|
width="95%" />
|
|
</row>
|
|
<row spans="1,1,2">
|
|
<label value="${c:l('formaPagamentoAgenciaController.lbAgencia.value')}" />
|
|
<combobox id="cmbAgencia" width="95%" maxlength="60" mold="rounded" buttonVisible="true"
|
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxPuntoVenta"/>
|
|
</row>
|
|
|
|
<row spans="1,1,2">
|
|
<label id="lblFormaPago"
|
|
value="${c:l('formaPagamentoAgenciaController.lbFormaPagamento.value')}" />
|
|
<combobox id="cmbFormaPago"
|
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxEstandar"
|
|
width="95%" mold="rounded" buttonVisible="true"
|
|
model="@{winFormaPagamentoAgencia$composer.lsFormaPago}" />
|
|
</row>
|
|
<row spans="4">
|
|
<radiogroup Id="rgLayout" >
|
|
<radio value="PADRAO" id="rdPadrao" label="${c:l('relatorio.lbPadrao.value')}" checked="true" />
|
|
<radio value="NOVO" id="rdNovo" label="${c:l('relatorio.lbNovo.label')}"/>
|
|
<radio value="LINHA" id="rdLinha" label="${c:l('editarConfiguracionCorridaController.cmbRuta.value')}" />
|
|
</radiogroup>
|
|
</row>
|
|
|
|
<row spans="1,1,2" id="rowLinha" visible="false">
|
|
<label id="lblRuta" value="${c:l('editarConfiguracionCorridaController.cmbRuta.value')}" />
|
|
<combobox id="cmbRuta"
|
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxEstandar"
|
|
mold="rounded" buttonVisible="true" width="80%"
|
|
model="@{winFormaPagamentoAgencia$composer.lsRuta}" />
|
|
</row>
|
|
</rows>
|
|
</grid>
|
|
<toolbar id="toolbar" visible="false">
|
|
<button id="btnRemoveRuta" height="20"
|
|
image="/gui/img/remove.png" width="35px"
|
|
tooltiptext="${c:l('generarTarifaOrgaoController.labelRemoveRuta.value')}" />
|
|
<button id="btnAddRuta" height="20"
|
|
image="/gui/img/add.png" width="35px"
|
|
tooltiptext="${c:l('generarTarifaOrgaoController.labelAddRuta.value')}" />
|
|
</toolbar>
|
|
<listbox id="selectedRutasList" visible="false"
|
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyListbox"
|
|
multiple="false">
|
|
<listhead sizable="true">
|
|
<listheader image="/gui/img/builder.gif"
|
|
label="${c:l('generarTarifaOrgaoController.labelRuta.value')}" width="70%"/>
|
|
<listheader image="/gui/img/builder.gif"
|
|
label="${c:l('generarTarifaOrgaoController.labelOrgao.value')}" />
|
|
</listhead>
|
|
</listbox>
|
|
|
|
<toolbar>
|
|
<button id="btnInforme" image="/gui/img/find.png"
|
|
label="${c:l('relatorio.lb.btnExecutarRelatorio')}" />
|
|
</toolbar>
|
|
|
|
</window>
|
|
</zk> |