110 lines
4.3 KiB
XML
110 lines
4.3 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="winBusquedaImportacionFiscal"?>
|
|
<?taglib uri="http://www.zkoss.org/dsp/web/core" prefix="c"?>
|
|
|
|
<zk>
|
|
<window id="winBusquedaImportacionFiscal"
|
|
title="${c:l('busquedaImportacionFiscalController.window.title')}"
|
|
apply="${busquedaImportacionFiscalController}"
|
|
contentStyle="overflow:auto" width="660px" border="normal">
|
|
<grid fixedLayout="true">
|
|
<columns>
|
|
<column width="20%" />
|
|
<column width="30%" />
|
|
<column width="20%" />
|
|
<column width="30%" />
|
|
</columns>
|
|
<rows>
|
|
|
|
<row visible="@{winBusquedaImportacionFiscal$composer.exibirDatas}">
|
|
<label
|
|
value="${c:l('busquedaImportacionFiscalController.lbDataIni.value')}" />
|
|
<datebox id="datInicial" width="90%"
|
|
format="dd/MM/yyyy" constraint="no empty"
|
|
maxlength="10" />
|
|
<label
|
|
value="${c:l('busquedaImportacionFiscalController.lbDataFin.value')}" />
|
|
<datebox id="datFinal" width="90%"
|
|
format="dd/MM/yyyy" constraint="no empty"
|
|
maxlength="10" />
|
|
|
|
</row>
|
|
<row spans="1,3" visible="@{winBusquedaImportacionFiscal$composer.exibirCompetencia}">
|
|
<label value="${c:l('busquedaImportacionFiscalController.lbCompetencia.label')}" />
|
|
<hbox>
|
|
<textbox id="txtCompetencia"
|
|
width="100px"
|
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox" />
|
|
<label value="${c:l('busquedaConferenciaComissaoController.lbCompetenciaLayout.label')}" />
|
|
</hbox>
|
|
</row>
|
|
<row spans="1, 3">
|
|
<label
|
|
value="${c:l('relatorioReceitaDiariaAgenciaController.lbEmpresa.value')}" />
|
|
<combobox id="cmbEmpresa" width="90%" mold="rounded"
|
|
buttonVisible="true"
|
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxEstandar"
|
|
model="@{winBusquedaImportacionFiscal$composer.lsEmpresa}"
|
|
constraint="no empty" />
|
|
</row>
|
|
|
|
<row spans="1, 2" visible="@{winBusquedaImportacionFiscal$composer.exibirTipoGeracaoArquivo}">
|
|
<label
|
|
value="${c:l('busquedaImportacionFiscalController.lbGerarArquivo.value')}" />
|
|
<div>
|
|
<label
|
|
value="${c:l('busquedaImportacionFiscalController.lbArquivoTxt.value')}" />
|
|
<checkbox id="chkArquivoTxt"
|
|
checked="true" />
|
|
</div>
|
|
<div>
|
|
<label
|
|
value="${c:l('busquedaImportacionFiscalController.lbArquivoXls.value')}" />
|
|
<checkbox id="chkArquivoXls" />
|
|
</div>
|
|
|
|
</row>
|
|
|
|
</rows>
|
|
</grid>
|
|
|
|
<toolbar>
|
|
<button id="btnExeImportacionEcfRedZ" image="/gui/img/enginer.png"
|
|
label="${c:l('busquedaImportacionFiscalController.btnExe.label')}" />
|
|
|
|
<button id="btnExeImportacionEcf" image="/gui/img/enginer.png"
|
|
label="${c:l('busquedaImportacionFiscalController.btnExe.label')}" />
|
|
|
|
<button id="btnExeImportacionEcfCancelados" image="/gui/img/enginer.png"
|
|
label="${c:l('busquedaImportacionFiscalController.btnExe.label')}" />
|
|
|
|
<button id="btnExeImportacionReducaoZ" image="/gui/img/enginer.png"
|
|
label="${c:l('busquedaImportacionFiscalController.btnExe.label')}" />
|
|
|
|
<button id="btnExeImportacionManual" image="/gui/img/enginer.png"
|
|
label="${c:l('busquedaImportacionFiscalController.btnExe.label')}" />
|
|
|
|
<button id="btnExeImportacionNaoFiscal" image="/gui/img/enginer.png"
|
|
label="${c:l('busquedaImportacionFiscalController.btnExe.label')}" />
|
|
|
|
<button id="btnExeRelatorioFinanceiro" image="/gui/img/enginer.png"
|
|
label="${c:l('busquedaImportacionFiscalController.btnExe.label')}" />
|
|
|
|
<button id="btnExeRelatorioVoucher" image="/gui/img/enginer.png"
|
|
label="${c:l('busquedaImportacionFiscalController.btnExe.label')}" />
|
|
|
|
<button id="btnExeRelatorioPendenciaEcf" image="/gui/img/enginer.png"
|
|
label="${c:l('busquedaImportacionFiscalController.btnExe.label')}" />
|
|
|
|
<button id="btnExeRelatorioPendenciaReducaoZ" image="/gui/img/enginer.png"
|
|
label="${c:l('busquedaImportacionFiscalController.btnExe.label')}" />
|
|
|
|
<button id="btnExeRelatorioVoucherCancelados" image="/gui/img/enginer.png"
|
|
label="${c:l('busquedaImportacionFiscalController.btnExe.label')}" />
|
|
|
|
</toolbar>
|
|
|
|
</window>
|
|
</zk> |