1312 lines
53 KiB
XML
1312 lines
53 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="winEditarEmpresa"?>
|
||
<?taglib uri="http://www.zkoss.org/dsp/web/core" prefix="c"?>
|
||
|
||
<zk xmlns="http://www.zkoss.org/2005/zul">
|
||
|
||
<window id="winEditarEmpresa"
|
||
apply="${editarEmpresaController}"
|
||
contentStyle="overflow:auto" xmlns:h="http://www.w3.org/1999/xhtml"
|
||
title="${c:l('editarEmpresaController.window.title')}"
|
||
height="400px" width="950px" border="normal" sizable="true">
|
||
|
||
<toolbar>
|
||
<hbox spacing="5px" style="padding:1px" align="right">
|
||
<button id="btnApagar" height="20"
|
||
image="/gui/img/remove.png" width="35px"
|
||
tooltiptext="${c:l('editarEmpresaController.btnApagar.tooltiptext')}" />
|
||
<button id="btnSalvar" height="20"
|
||
image="/gui/img/save.png" width="35px"
|
||
tooltiptext="${c:l('editarEmpresaController.btnSalvar.tooltiptext')}" />
|
||
<button id="btnFechar" height="20"
|
||
image="/gui/img/exit.png" width="35px"
|
||
onClick="winEditarEmpresa.detach()"
|
||
tooltiptext="${c:l('editarEmpresaController.btnFechar.tooltiptext')}" />
|
||
</hbox>
|
||
</toolbar>
|
||
|
||
<tabbox vflex="1" hflex="1">
|
||
<tabs>
|
||
<tab
|
||
label="${c:l('editarEmpresaController.lbNome.value')}" />
|
||
<tab
|
||
label="${c:l('editarEmpresaController.lbConfiguraciones.value')}" />
|
||
<tab
|
||
label="${c:l('editarEmpresaController.endereco.label')}" />
|
||
<tab
|
||
label="${c:l('editarEmpresaController.impostos.label')}" />
|
||
<tab
|
||
label="${c:l('editarEmpresaController.inscricaoestadual.label')}" />
|
||
<tab
|
||
label="${c:l('editarEmpresaController.contaBancaria.label')}" />
|
||
<tab
|
||
label="${c:l('editarEmpresaController.comissao.label')}" />
|
||
<tab
|
||
label="${c:l('editarEmpresaController.fidelidade.label')}" />
|
||
|
||
<tab
|
||
label="${c:l('editarEmpresaController.antiFraude.label')}" />
|
||
|
||
<tab
|
||
label="Configuração Email Call Center" />
|
||
|
||
</tabs>
|
||
<tabpanels style="overflow: auto">
|
||
<tabpanel>
|
||
<grid fixedLayout="true">
|
||
<columns>
|
||
<column width="25%" />
|
||
<column width="75%" />
|
||
</columns>
|
||
<rows>
|
||
<row>
|
||
<label id="lbNome"
|
||
value="${c:l('editarEmpresaController.lbNome.value')}" />
|
||
<textbox id="txtNome"
|
||
constraint="no empty" width="80%" maxlength="50"
|
||
value="@{winEditarEmpresa$composer.empresa.nombempresa}"
|
||
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox" />
|
||
</row>
|
||
<row>
|
||
<label
|
||
value="${c:l('editarEmpresaController.IndTipo.label')}" />
|
||
<combobox id="cmbIndTipo"
|
||
constraint="no empty" width="90%" mold="rounded"
|
||
buttonVisible="true"
|
||
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxEstandar"
|
||
selectedItem="@{winEditarEmpresa$composer.empresa.indTipo, converter='com.rjconsultores.ventaboletos.web.utilerias.StringToShortConverter'}">
|
||
<comboitem value="1"
|
||
label="${c:l('editarEmpresaController.IndTipo.1')}" />
|
||
<comboitem value="2"
|
||
label="${c:l('editarEmpresaController.IndTipo.2')}" />
|
||
<comboitem value="3"
|
||
label="${c:l('editarEmpresaController.IndTipo.3')}" />
|
||
</combobox>
|
||
</row>
|
||
<row>
|
||
<label
|
||
value="${c:l('editarEmpresaController.cnpj.label')}" />
|
||
<textbox id="txtCNPJ" width="100px"
|
||
maxlength="18" constraint="no empty"
|
||
value="@{winEditarEmpresa$composer.empresa.cnpj}"
|
||
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox" />
|
||
</row>
|
||
<row>
|
||
<label
|
||
value="${c:l('editarEmpresaController.codantt.label')}" />
|
||
<textbox id="txtCodantt" width="100px"
|
||
maxlength="5"
|
||
value="@{winEditarEmpresa$composer.empresa.codantt}"
|
||
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox" />
|
||
</row>
|
||
<row>
|
||
<label
|
||
value="${c:l('editarEmpresaController.cnae.label')}" />
|
||
<intbox id="txtCNAE" width="60px" maxlength="7"
|
||
constraint="no negative"
|
||
value="@{winEditarEmpresa$composer.empresa.cnae}" />
|
||
</row>
|
||
<row>
|
||
<label
|
||
value="${c:l('editarEmpresaController.tarBPe.label')}" />
|
||
<textbox id="txtTAR" width="150px"
|
||
maxlength="20"
|
||
value="@{winEditarEmpresa$composer.empresa.tarBPe}"
|
||
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox" />
|
||
</row>
|
||
<row>
|
||
<label
|
||
value="${c:l('editarEmpresaController.crtBPe.label')}" />
|
||
<combobox id="cmbCRT"
|
||
constraint="no empty" width="90%" mold="rounded"
|
||
buttonVisible="true"
|
||
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxEstandar"
|
||
selectedItem="@{winEditarEmpresa$composer.empresa.crtBPe, converter='com.rjconsultores.ventaboletos.web.utilerias.StringToIntegerConverter'}">
|
||
<comboitem value="1"
|
||
label="${c:l('editarEmpresaController.crtBPe.1')}" />
|
||
<comboitem value="2"
|
||
label="${c:l('editarEmpresaController.crtBPe.2')}" />
|
||
<comboitem value="3"
|
||
label="${c:l('editarEmpresaController.crtBPe.3')}" />
|
||
</combobox>
|
||
</row>
|
||
<row>
|
||
<label
|
||
value="${c:l('editarEmpresaController.cnpjAutorizadora.label')}" />
|
||
<textbox id="txtCNPJAutorizadora" width="150px"
|
||
maxlength="18"
|
||
value="@{winEditarEmpresa$composer.empresa.cnpjAutorizadora}"
|
||
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox" />
|
||
</row>
|
||
</rows>
|
||
</grid>
|
||
</tabpanel>
|
||
|
||
<!-- Configuraciones -->
|
||
<tabpanel >
|
||
<grid fixedLayout="true">
|
||
<columns>
|
||
<column width="50%" />
|
||
<column width="50%" />
|
||
</columns>
|
||
<rows>
|
||
<row>
|
||
<groupbox >
|
||
<caption label="${c:l('editarEmpresaController.fechatarifa.label')}" />
|
||
<hlayout>
|
||
<radiogroup id="rdgFechaTarifa" style="padding: 20px; ">
|
||
<radio id="rdgFechaVenta"
|
||
label="${c:l('editarEmpresaController.fechaventa.label')}" />
|
||
<radio id="rdgFechaSalida"
|
||
label="${c:l('editarEmpresaController.fechasalida.label')}" />
|
||
</radiogroup>
|
||
<image src="/gui/img/Question_mark_1.png" tooltiptext="${c:l('editarEmpresaController.fechatarifa.ajuda')}"
|
||
style="cursor: help" />
|
||
</hlayout>
|
||
</groupbox>
|
||
|
||
<groupbox >
|
||
<caption label="${c:l('editarEmpresaController.restricaoZ.label')}" />
|
||
<hlayout>
|
||
<radiogroup id="rdgRestringeZ" style="padding: 20px;" >
|
||
<radio id="rdgRestringeZSim"
|
||
label="${c:l('editarEmpresaController.restricaoZ.sim')}"
|
||
disabled="@{winEditarEmpresa$composer.isPermissaoVendaSemReducaoZ}" />
|
||
<radio id="rdgRestringeZNão"
|
||
label="${c:l('editarEmpresaController.restricaoZ.nao')}"
|
||
disabled="@{winEditarEmpresa$composer.isPermissaoVendaSemReducaoZ}"
|
||
checked="true" />
|
||
</radiogroup>
|
||
<image src="/gui/img/Question_mark_1.png" tooltiptext="${c:l('editarEmpresaController.restricaoZ.ajuda')}"
|
||
style="cursor: help" />
|
||
</hlayout>
|
||
</groupbox>
|
||
</row>
|
||
|
||
<row id="rowEquivalencia">
|
||
<groupbox >
|
||
<caption label="${c:l('lb.Equivalencia')}" />
|
||
<hlayout>
|
||
<textbox id="txtEquivalencia"
|
||
width="100px" maxlength="10"
|
||
value="@{winEditarEmpresa$composer.empresa.equivalenciaId}"
|
||
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox" />
|
||
<image src="/gui/img/Question_mark_1.png" tooltiptext="${c:l('lb.Equivalencia')}"
|
||
style="cursor: help" />
|
||
</hlayout>
|
||
</groupbox>
|
||
</row>
|
||
|
||
<row>
|
||
<groupbox visible="@{winEditarEmpresa$composer.generaNumfoliosistemaVtaInternetImp}" >
|
||
<caption label="${c:l('editarEmpresaController.generaNumfoliosistemaVtaInternetImp')}" />
|
||
<hlayout>
|
||
<checkbox
|
||
id="chkIndgennumfoliovtaintimpost"
|
||
value="@{winEditarEmpresa$composer.empresa.indgennumfoliovtaintimpost}" />
|
||
<image src="/gui/img/Question_mark_1.png" tooltiptext="${c:l('editarEmpresaController.generaNumfoliosistemaVtaInternetImp.ajuda')}"
|
||
style="cursor: help" />
|
||
</hlayout>
|
||
</groupbox>
|
||
|
||
<groupbox visible="@{winEditarEmpresa$composer.generaNumfoliosistemaVtaInternetImp}" >
|
||
<caption label="${c:l('editarEmpresaController.obrigarInformarNomePassageiro')}" />
|
||
<hlayout>
|
||
<checkbox
|
||
id="chkObrigarInfNomePassageiro"
|
||
value="@{winEditarEmpresa$composer.empresa.indobrigarinformarnomepassageiro}" />
|
||
<image src="/gui/img/Question_mark_1.png" tooltiptext="${c:l('editarEmpresaController.obrigarInformarNomePassageiro.ajuda')}"
|
||
style="cursor: help" />
|
||
</hlayout>
|
||
</groupbox>
|
||
</row>
|
||
|
||
<row>
|
||
<groupbox >
|
||
<caption label="${c:l('editarEmpresaController.permitirImpressaoGratuidade')}" />
|
||
<hlayout>
|
||
<checkbox
|
||
id="chkPermitirImpressaoGratuidade"
|
||
value="@{winEditarEmpresa$composer.empresa.indImprimeGratuidade}" />
|
||
<image src="/gui/img/Question_mark_1.png" tooltiptext="${c:l('editarEmpresaController.permitirImpressaoGratuidade.ajuda')}"
|
||
style="cursor: help" />
|
||
</hlayout>
|
||
</groupbox>
|
||
|
||
<groupbox >
|
||
<caption label="${c:l('editarEmpresaController.permitirFidelidade')}" />
|
||
<hlayout>
|
||
<checkbox id="chkHabilitarFidelidade"
|
||
value="@{winEditarEmpresa$composer.empresa.indFidelidade}" />
|
||
<image src="/gui/img/Question_mark_1.png" tooltiptext="${c:l('editarEmpresaController.permitirFidelidade.ajuda')}"
|
||
style="cursor: help" />
|
||
</hlayout>
|
||
</groupbox>
|
||
</row>
|
||
|
||
<row>
|
||
<groupbox >
|
||
<caption id="lblValidaDescontoTarifa" label="${c:l('editarEmpresaController.validadescontotarifa.label')}" />
|
||
<hlayout>
|
||
<checkbox
|
||
id="chkIndValidaDescontoTarifa"
|
||
value="@{winEditarEmpresa$composer.empresa.indValidaDescontoTarifa}" />
|
||
<image src="/gui/img/Question_mark_1.png" tooltiptext="${c:l('editarEmpresaController.validadescontotarifa.ajuda')}"
|
||
style="cursor: help" />
|
||
</hlayout>
|
||
</groupbox>
|
||
|
||
<groupbox >
|
||
<caption id="lblIndBilheteDevDebitoDinheiro" label="${c:l('editarEmpresaController.bilheteDevDebitoDinheiro.label')}" />
|
||
<hlayout>
|
||
<checkbox
|
||
id="chkIndBilheteDevDebitoDinheiro"
|
||
value="@{winEditarEmpresa$composer.empresa.indBilheteDevDebitoDinheiro}" />
|
||
<image src="/gui/img/Question_mark_1.png" tooltiptext="${c:l('editarEmpresaController.bilheteDevDebitoDinheiro.ajuda')}"
|
||
style="cursor: help" />
|
||
</hlayout>
|
||
</groupbox>
|
||
</row>
|
||
|
||
<row>
|
||
<groupbox >
|
||
<caption id="lblIndBloqVdaImpPosterior" label="${c:l('editarEmpresaController.BloqVdaImpPosterior.label')}" />
|
||
<hlayout>
|
||
<checkbox id="chkIndBloqVdaImpPosterior"
|
||
value="@{winEditarEmpresa$composer.empresa.indBloqVdaImpPosterior}" />
|
||
<image src="/gui/img/Question_mark_1.png" tooltiptext="${c:l('editarEmpresaController.BloqVdaImpPosterior.ajuda')}"
|
||
style="cursor: help" />
|
||
</hlayout>
|
||
</groupbox>
|
||
|
||
<groupbox >
|
||
<caption label="${c:l('editarEmpresaController.intPontuacaoFraude')}" />
|
||
<hlayout>
|
||
<label value="${c:l('editarEmpresaController.intPontuacaoFraudeIni')}" />
|
||
<intbox id="intPontuacaoFraudeIni" constraint="no empty, no negative" width="100px" maxlength="3"
|
||
value="@{winEditarEmpresa$composer.empresa.pontuacaoFraudeIni}" />
|
||
|
||
<label value="${c:l('editarEmpresaController.intPontuacaoFraudeFim')}" />
|
||
<intbox id="intPontuacaoFraudeFim" constraint="no empty, no negative" width="100px" maxlength="3"
|
||
value="@{winEditarEmpresa$composer.empresa.pontuacaoFraudeFim}" />
|
||
|
||
<image src="/gui/img/Question_mark_1.png" tooltiptext="${c:l('editarEmpresaController.intPontuacaoFraude.ajuda')}"
|
||
style="cursor: help" />
|
||
</hlayout>
|
||
</groupbox>
|
||
</row>
|
||
|
||
<row>
|
||
<groupbox >
|
||
<caption id="lblIndEmiteCupomFiscalRemarcacao" label="${c:l('editarEmpresaController.indEmiteCupomFiscalRemarcacao.label')}" />
|
||
<hlayout>
|
||
<checkbox id="chkIndEmiteCupomFiscalRemarcacao"
|
||
value="@{winEditarEmpresa$composer.empresa.indEmiteCupomFiscalRemarcacao}" />
|
||
<image src="/gui/img/Question_mark_1.png" tooltiptext="${c:l('editarEmpresaController.indEmiteCupomFiscalRemarcacao.ajuda')}"
|
||
style="cursor: help" />
|
||
</hlayout>
|
||
</groupbox>
|
||
|
||
<groupbox >
|
||
<caption label="${c:l('editarEmpresaController.naoAlterarDiagrama')}" />
|
||
<hlayout>
|
||
<checkbox id="chkNaoAlterarDiagrama"
|
||
value="@{winEditarEmpresa$composer.empresa.indNaoAlterarDiagrama}" />
|
||
<image src="/gui/img/Question_mark_1.png" tooltiptext="${c:l('editarEmpresaController.naoAlterarDiagrama.ajuda')}"
|
||
style="cursor: help" />
|
||
</hlayout>
|
||
</groupbox>
|
||
</row>
|
||
|
||
<row>
|
||
<groupbox >
|
||
<caption label="${c:l('editarEmpresaController.imprimirSegundaViaTransferencia')}" />
|
||
<hlayout>
|
||
<checkbox id="chkImprimirSegViaTransf"
|
||
value="@{winEditarEmpresa$composer.empresa.indImprimeSegviaTransferencia}" />
|
||
<image src="/gui/img/Question_mark_1.png" tooltiptext="${c:l('editarEmpresaController.imprimirSegundaViaTransferencia.ajuda')}"
|
||
style="cursor: help" />
|
||
</hlayout>
|
||
</groupbox>
|
||
|
||
<groupbox >
|
||
<caption label="${c:l('editarEmpresaController.imprimirCupomEmbarqueVendaManual')}" />
|
||
<hlayout>
|
||
<checkbox id="chkImprimirCupEmbVendaManual"
|
||
value="@{winEditarEmpresa$composer.empresa.indImprimirCupomEmbarqueVendaManual}" />
|
||
<image src="/gui/img/Question_mark_1.png" tooltiptext="${c:l('editarEmpresaController.imprimirCupomEmbarqueVendaManual.ajuda')}"
|
||
style="cursor: help" />
|
||
</hlayout>
|
||
</groupbox>
|
||
</row>
|
||
|
||
<row>
|
||
<groupbox >
|
||
<caption label="${c:l('editarEmpresaController.permiteVendaManualTodosEstados')}" />
|
||
<hlayout>
|
||
<checkbox id="chkPermiteVendaManualTodosEstados"
|
||
value="@{winEditarEmpresa$composer.empresa.indPermiteVendaManualTodosEstados}" />
|
||
<image src="/gui/img/Question_mark_1.png" tooltiptext="${c:l('editarEmpresaController.permiteVendaManualTodosEstados.ajuda')}"
|
||
style="cursor: help" />
|
||
</hlayout>
|
||
</groupbox>
|
||
|
||
<groupbox >
|
||
<caption label="${c:l('editarEmpresaController.imprimir2Vias')}" />
|
||
<hlayout>
|
||
<checkbox id="chkImprimir2Vias"
|
||
value="@{winEditarEmpresa$composer.empresa.indImprime2Vias}" />
|
||
<image src="/gui/img/Question_mark_1.png" tooltiptext="${c:l('editarEmpresaController.imprimir2Vias.ajuda')}"
|
||
style="cursor: help" />
|
||
</hlayout>
|
||
</groupbox>
|
||
</row>
|
||
|
||
<row>
|
||
<groupbox >
|
||
<caption label="${c:l('editarEmpresaController.emiteBpeVdaImpPosterior')}" />
|
||
<hlayout>
|
||
<checkbox id="chkIndEmiteBpeVdaImpPosterior"
|
||
value="@{winEditarEmpresa$composer.empresa.indEmiteBpeVdaImpPosterior}" />
|
||
<image src="/gui/img/Question_mark_1.png" tooltiptext="${c:l('editarEmpresaController.emiteBpeVdaImpPosterior.ajuda')}"
|
||
style="cursor: help" />
|
||
</hlayout>
|
||
</groupbox>
|
||
|
||
<groupbox >
|
||
<caption label="${c:l('editarEmpresaController.cancelaBpeTrocaOrigDest')}" />
|
||
<hlayout>
|
||
<checkbox id="chkIndCancelaBpeTrocaOrigDest"
|
||
value="@{winEditarEmpresa$composer.empresa.indCancelaBpeTrocaOrigDest}" />
|
||
<image src="/gui/img/Question_mark_1.png" tooltiptext="${c:l('editarEmpresaController.cancelaBpeTrocaOrigDest.ajuda')}"
|
||
style="cursor: help" />
|
||
</hlayout>
|
||
</groupbox>
|
||
</row>
|
||
|
||
<row>
|
||
<groupbox >
|
||
<caption label="${c:l('editarEmpresaController.transferenciaBpeMoviCaja')}" />
|
||
<hlayout>
|
||
<checkbox id="chkIndTransferenciaBpeMoviCaja"
|
||
value="@{winEditarEmpresa$composer.empresa.indTransferenciaBpeMoviCaja}" />
|
||
<image src="/gui/img/Question_mark_1.png" tooltiptext="${c:l('editarEmpresaController.transferenciaBpeMoviCaja.ajuda')}"
|
||
style="cursor: help" />
|
||
</hlayout>
|
||
</groupbox>
|
||
|
||
<groupbox >
|
||
<caption label="${c:l('editarEmpresaController.usarAliasMapaViagemVenda')}" />
|
||
<hlayout>
|
||
<checkbox id="chkIndUsarAliasMapaViagemVenda"
|
||
value="@{winEditarEmpresa$composer.empresa.indUsarAliasMapaViagem}" />
|
||
<image src="/gui/img/Question_mark_1.png" tooltiptext="${c:l('editarEmpresaController.usarAliasMapaViagemVenda.ajuda')}"
|
||
style="cursor: help" />
|
||
</hlayout>
|
||
</groupbox>
|
||
</row>
|
||
|
||
<row>
|
||
<groupbox >
|
||
<caption label="${c:l('editarEmpresaController.utilizaResolucao')}" />
|
||
<hlayout>
|
||
<checkbox id="chkUtilizaResolucao"
|
||
value="@{winEditarEmpresa$composer.empresa.indUtilizaResolucao}" />
|
||
<image src="/gui/img/Question_mark_1.png" tooltiptext="${c:l('editarEmpresaController.utilizaResolucao.ajuda')}"
|
||
style="cursor: help" />
|
||
</hlayout>
|
||
</groupbox>
|
||
<groupbox >
|
||
<caption label="${c:l('editarEmpresaController.folioComoLocalizadorPrepagoAberto')}" />
|
||
<hlayout>
|
||
<checkbox id="chkUtilizaFolioVendaPrepagoAberto"
|
||
value="@{winEditarEmpresa$composer.empresa.indUtiFolioLocaPrepagoAberto}" />
|
||
<image src="/gui/img/Question_mark_1.png" tooltiptext="${c:l('editarEmpresaController.folioComoLocalizadorPrepagoAberto.ajuda')}"
|
||
style="cursor: help" />
|
||
</hlayout>
|
||
</groupbox>
|
||
</row>
|
||
<row>
|
||
<groupbox >
|
||
<caption label="${c:l('editarEmpresaController.imprimeDoisCuponsSegundaVia')}" />
|
||
<hlayout>
|
||
<checkbox id="chkImprime2ViasImpreNaoFiscal"
|
||
value="@{winEditarEmpresa$composer.empresa.indImprime2ViasImpreNaoFiscal}" />
|
||
<image src="/gui/img/Question_mark_1.png" tooltiptext="${c:l('editarEmpresaController.imprimeDoisCuponsSegundaViaImpressoraNaoFiscal.ajuda')}"
|
||
style="cursor: help" />
|
||
</hlayout>
|
||
</groupbox>
|
||
|
||
<groupbox >
|
||
<caption label="${c:l('editarEmpresaController.imprimeDuasViasDevolucao')}" />
|
||
<hlayout>
|
||
<checkbox id="chkImprime2ViasDevolucao"
|
||
value="@{editarEmpresaController.imprimeDuasViasDevolucao}" />
|
||
<image src="/gui/img/Question_mark_1.png" tooltiptext="${c:l('editarEmpresaController.imprimeSegundaViaDevolucaoImpressora.ajuda')}"
|
||
style="cursor: help" />
|
||
</hlayout>
|
||
</groupbox>
|
||
</row>
|
||
<row>
|
||
<groupbox >
|
||
<caption label="${c:l('editarEmpresaController.exibeDiferencaMenorTrocaCupomEmbarqueEcf')}" />
|
||
<hlayout>
|
||
<checkbox id="chkExibeDiferencaMenorTrocaCupomEmbarqueEcf"
|
||
value="@{editarEmpresaController.empresa.indExibeDiferencaMenorTrocaCupomEmbarqueEcf}" />
|
||
<image src="/gui/img/Question_mark_1.png" tooltiptext="${c:l('editarEmpresaController.exibeDiferencaMenorTrocaCupomEmbarqueEcf.ajuda')}"
|
||
style="cursor: help" />
|
||
</hlayout>
|
||
</groupbox>
|
||
|
||
<groupbox >
|
||
<caption label="${c:l('editarEmpresaController.permiteTrocaVdaAberto')}" />
|
||
<hlayout>
|
||
<checkbox id="chkPermiteTrocaVdaAberto"
|
||
value="@{editarEmpresaController.empresa.indPermiteTrocaVdaAberto}" />
|
||
<image src="/gui/img/Question_mark_1.png" tooltiptext="${c:l('editarEmpresaController.permiteTrocaVdaAberto.ajuda')}"
|
||
style="cursor: help" />
|
||
</hlayout>
|
||
</groupbox>
|
||
</row>
|
||
|
||
<row>
|
||
<groupbox >
|
||
<caption label="${c:l('editarEmpresaController.exibeComissaoZeradaAgencia')}" />
|
||
<hlayout>
|
||
<checkbox id="chkExibeComissaoZeradaAgencia"
|
||
value="@{editarEmpresaController.empresa.indExibeComissaoZeradaAgencia}" />
|
||
<image src="/gui/img/Question_mark_1.png" tooltiptext="${c:l('editarEmpresaController.exibeComissaoZeradaAgencia.ajuda')}"
|
||
style="cursor: help" />
|
||
</hlayout>
|
||
</groupbox>
|
||
|
||
<groupbox >
|
||
<caption label="${c:l('editarEmpresaController.permiteReativacaoPassagemBpeEstacaoNaoBpe')}" />
|
||
<hlayout>
|
||
<checkbox id="chkPermiteReativacaoPassagemBpeEstacaoNaoBpe"
|
||
value="@{editarEmpresaController.empresa.indPermiteReativacaoPassagemBpeEstacaoNaoBpe}" />
|
||
<image src="/gui/img/Question_mark_1.png" tooltiptext="${c:l('editarEmpresaController.permiteReativacaoPassagemBpeEstacaoNaoBpe.ajuda')}"
|
||
style="cursor: help" />
|
||
</hlayout>
|
||
</groupbox>
|
||
</row>
|
||
|
||
|
||
|
||
<row>
|
||
<groupbox >
|
||
<caption label="${c:l('editarEmpresaController.imprimirEmbarqueDesembarqCupom')}" />
|
||
<hlayout>
|
||
<checkbox id="chkImprimirEmbarqueDesembarqCupom"
|
||
value="@{editarEmpresaController.empresa.indImprimirEmbarqueDesembarqCupom}" />
|
||
<image src="/gui/img/Question_mark_1.png" tooltiptext="${c:l('editarEmpresaController.empresa.imprimirEmbarqueDesembarqCupom.ajuda')}"
|
||
style="cursor: help" />
|
||
</hlayout>
|
||
</groupbox>
|
||
|
||
</row>
|
||
|
||
|
||
|
||
</rows>
|
||
</grid>
|
||
</tabpanel>
|
||
<tabpanel>
|
||
<grid fixedLayout="true">
|
||
<columns>
|
||
<column width="25%" />
|
||
<column width="75%" />
|
||
</columns>
|
||
<rows>
|
||
<row>
|
||
<label
|
||
value="${c:l('editarEmpresaController.logradouro.label')}" />
|
||
<textbox id="txtLogradouro" width="98%"
|
||
maxlength="256"
|
||
value="@{winEditarEmpresa$composer.empresa.logradouro}"
|
||
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox" />
|
||
</row>
|
||
<row>
|
||
<label
|
||
value="${c:l('editarEmpresaController.numero.label')}" />
|
||
<textbox id="txtNumero" width="30%"
|
||
maxlength="6"
|
||
value="@{winEditarEmpresa$composer.empresa.numero}"
|
||
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox" />
|
||
</row>
|
||
<row>
|
||
<label
|
||
value="${c:l('editarEmpresaController.complemento.label')}" />
|
||
<textbox id="txtComplemento" width="30%"
|
||
maxlength="10"
|
||
value="@{winEditarEmpresa$composer.empresa.complemento}"
|
||
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox" />
|
||
</row>
|
||
<row>
|
||
<label
|
||
value="${c:l('editarEmpresaController.cep.label')}" />
|
||
<textbox id="txtCEP" width="50%"
|
||
maxlength="11" value="@{winEditarEmpresa$composer.empresa.cep}"
|
||
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox" />
|
||
</row>
|
||
<row>
|
||
<label
|
||
value="${c:l('editarEmpresaController.bairro.label')}" />
|
||
<textbox id="txtBairro" width="98%"
|
||
maxlength="256"
|
||
value="@{winEditarEmpresa$composer.empresa.bairro}"
|
||
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox" />
|
||
</row>
|
||
<row>
|
||
<label
|
||
value="${c:l('editarEmpresaController.estado.label')}" />
|
||
<combobox id="cmbEstado"
|
||
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxEstandar"
|
||
constraint="no empty" mold="rounded" buttonVisible="true"
|
||
width="70%" model="@{winEditarEmpresa$composer.lsTodosEstados}"
|
||
selectedItem="@{winEditarPuntoVenta$composer.empresa.cidade.estado}" />
|
||
</row>
|
||
<row>
|
||
<label
|
||
value="${c:l('editarEmpresaController.cidade.label')}" />
|
||
<combobox id="cmbCidade" width="70%"
|
||
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxEstandar"
|
||
constraint="no empty" mold="rounded" buttonVisible="true"
|
||
selectedItem="@{winEditarPuntoVenta$composer.empresa.cidade}" />
|
||
</row>
|
||
<row>
|
||
<label
|
||
value="${c:l('editarEmpresaController.telefono.label')}" />
|
||
<textbox id="numtelefono"
|
||
constraint="no zero" width="70%" maxlength="15"
|
||
value="@{winEditarEmpresa$composer.empresa.numtelefono}"
|
||
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox" />
|
||
</row>
|
||
<row>
|
||
<label
|
||
value="${c:l('editarEmpresaController.telefonoSACDef.label')}" />
|
||
<textbox id="numTelSACDef"
|
||
constraint="no zero" width="70%" maxlength="14"
|
||
value="@{winEditarEmpresa$composer.empresa.numtelsacdef}"
|
||
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox" />
|
||
</row>
|
||
|
||
</rows>
|
||
</grid>
|
||
</tabpanel>
|
||
<tabpanel>
|
||
<grid fixedLayout="true">
|
||
<columns>
|
||
<column width="20%" />
|
||
<column width="80%" />
|
||
</columns>
|
||
<rows>
|
||
<row>
|
||
<label
|
||
value="${c:l('editarEmpresaController.estado.label')}" />
|
||
<hbox>
|
||
|
||
|
||
<combobox id="cmbEstadoImposto"
|
||
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxEstandar"
|
||
constraint="no empty" mold="rounded" buttonVisible="true"
|
||
width="70%" model="@{winEditarEmpresa$composer.lsEstados}"
|
||
selectedItem="@{winEditarPuntoVenta$composer.empresa.cidade.estado}" />
|
||
|
||
<button
|
||
id="btnAdicionarEstadoImposto" height="20"
|
||
image="/gui/img/add.png" width="35px"
|
||
tooltiptext="${c:l('editarConfiguracionReservacionController.btnAddClase.tooltiptext')}" />
|
||
|
||
</hbox>
|
||
</row>
|
||
</rows>
|
||
</grid>
|
||
<listbox id="empresaImpostoList"
|
||
use="com.rjconsultores.ventaboletos.web.utilerias.MyListbox"
|
||
vflex="true" multiple="false">
|
||
<listhead sizable="true">
|
||
<listheader id="lhEstadoEmpresa"
|
||
image="/gui/img/create_doc.gif"
|
||
label="${c:l('editarEmpresaController.estado.label')}" />
|
||
</listhead>
|
||
</listbox>
|
||
</tabpanel>
|
||
|
||
|
||
<tabpanel id="tbInscEstadual" height="80%">
|
||
<toolbar>
|
||
<button id="btnAdicionarInscEstadual"
|
||
height="20" image="/gui/img/add.png" width="35px"
|
||
tooltiptext="${c:l('editarUsuarioController.btnAdicionarInscEstadual.tooltiptext')}" />
|
||
<button id="btnRemoverInscEstadual" height="20"
|
||
image="/gui/img/remove.png" width="35px"
|
||
tooltiptext="${c:l('editarUsuarioController.btnRemover.tooltiptext')}" />
|
||
</toolbar>
|
||
|
||
<grid fixedLayout="true">
|
||
<columns>
|
||
<column width="40%" />
|
||
<column width="60%" />
|
||
</columns>
|
||
<rows>
|
||
<row>
|
||
<label
|
||
value="${c:l('editarEmpresaController.estado.label')}" />
|
||
<combobox id="cmbEstadoInscEstadual"
|
||
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxEstandar"
|
||
mold="rounded" buttonVisible="true" width="70%"
|
||
model="@{winEditarEmpresa$composer.lsTodosEstados}" />
|
||
</row>
|
||
<row>
|
||
<label
|
||
value="${c:l('editarEmpresaController.inscricaoestadual.label')}" />
|
||
<textbox id="txtInscEstadual"
|
||
width="98%" maxlength="20"
|
||
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox" />
|
||
</row>
|
||
<row>
|
||
<label
|
||
value="${c:l('editarEmpresaController.cidade.label')}" />
|
||
<combobox id="cmbInscEstCidade"
|
||
width="70%"
|
||
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxEstandar"
|
||
constraint="no empty" mold="rounded" buttonVisible="true"
|
||
selectedItem="@{winEditarPuntoVenta$composer.empresa.cidade}" />
|
||
</row>
|
||
<row>
|
||
<label
|
||
value="${c:l('editarEmpresaController.cnpj.label')}" />
|
||
<textbox id="txtInscEstCNPJ"
|
||
width="100px" maxlength="18"
|
||
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox" />
|
||
</row>
|
||
<row>
|
||
<label
|
||
value="${c:l('editarEmpresaController.logradouro.label')}" />
|
||
<textbox id="txtInscEstLogradouro"
|
||
width="98%" maxlength="256"
|
||
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox" />
|
||
</row>
|
||
<row>
|
||
<label
|
||
value="${c:l('editarEmpresaController.numero.label')}" />
|
||
<textbox id="txtInscEstNumero"
|
||
width="30%" maxlength="6"
|
||
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox" />
|
||
</row>
|
||
<row>
|
||
<label
|
||
value="${c:l('editarEmpresaController.complemento.label')}" />
|
||
<textbox id="txtInscEstComplemento"
|
||
width="30%" maxlength="10"
|
||
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox" />
|
||
</row>
|
||
<row>
|
||
<label
|
||
value="${c:l('editarEmpresaController.cep.label')}" />
|
||
<textbox id="txtInscEstCEP" width="50%"
|
||
maxlength="11"
|
||
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox" />
|
||
</row>
|
||
<row>
|
||
<label
|
||
value="${c:l('editarEmpresaController.bairro.label')}" />
|
||
<textbox id="txtInscEstBairro"
|
||
width="98%" maxlength="256"
|
||
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox" />
|
||
</row>
|
||
<row>
|
||
<label
|
||
value="${c:l('editarEmpresaController.equivalencia.label')}" />
|
||
<textbox id="txtEquivalenciaAG"
|
||
width="98%" maxlength="20"
|
||
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox" />
|
||
</row>
|
||
<row>
|
||
<label
|
||
value="${c:l('editarEmpresaController.bpe.label')}" />
|
||
<checkbox id="chkBPe" />
|
||
</row>
|
||
</rows>
|
||
</grid>
|
||
|
||
<listbox id="inscEstadualList"
|
||
use="com.rjconsultores.ventaboletos.web.utilerias.MyListbox"
|
||
multiple="false" height="170px">
|
||
<listhead sizable="true">
|
||
<listheader id="lhUFInscEstadual"
|
||
image="/gui/img/create_doc.gif" width="114px"
|
||
label="${c:l('editarEmpresaController.lhUFInscEstadual.label')}" />
|
||
<listheader id="lhInscEstadual"
|
||
image="/gui/img/create_doc.gif" width="114px"
|
||
label="${c:l('editarEmpresaController.inscricaoestadual.label')}" />
|
||
|
||
<listheader id="lhInscEstCiudad"
|
||
image="/gui/img/create_doc.gif" width="114px"
|
||
label="${c:l('editarEmpresaController.inscEstCiudad.label')}" />
|
||
<listheader id="lhInscEstCnpj"
|
||
image="/gui/img/create_doc.gif" width="114px"
|
||
label="${c:l('editarEmpresaController.inscEstCnpj.label')}" />
|
||
<listheader id="lhInscEstLogradouro"
|
||
image="/gui/img/create_doc.gif" width="114px"
|
||
label="${c:l('editarEmpresaController.inscEstLogradouro.label')}" />
|
||
<listheader id="lhInscEstNumero"
|
||
image="/gui/img/create_doc.gif" width="114px"
|
||
label="${c:l('editarEmpresaController.inscEstNumero.label')}" />
|
||
<listheader id="lhInscEstComplemento"
|
||
image="/gui/img/create_doc.gif" width="114px"
|
||
label="${c:l('editarEmpresaController.inscEstCompl.label')}" />
|
||
<listheader id="lhInscEstCep"
|
||
image="/gui/img/create_doc.gif" width="114px"
|
||
label="${c:l('editarEmpresaController.inscEstCep.label')}" />
|
||
<listheader id="lhInscEstBairro"
|
||
image="/gui/img/create_doc.gif" width="114px"
|
||
label="${c:l('editarEmpresaController.inscEstBairro.label')}" />
|
||
<listheader id="lhInscEstEquivalenciaAG"
|
||
image="/gui/img/create_doc.gif" width="114px"
|
||
label="${c:l('editarEmpresaController.equivalencia.label')}" />
|
||
<listheader id="lhInscEstBpe"
|
||
image="/gui/img/create_doc.gif" width="114px"
|
||
label="${c:l('editarEmpresaController.bpe.label')}" />
|
||
</listhead>
|
||
</listbox>
|
||
</tabpanel>
|
||
<tabpanel>
|
||
<!-- Contas Bancárias -->
|
||
<grid fixedLayout="true">
|
||
<columns>
|
||
<column width="20%" />
|
||
<column width="80%" />
|
||
</columns>
|
||
<rows>
|
||
<row>
|
||
<label
|
||
value="${c:l('editarEmpresaController.contaBancaria.instiFinanceira')}" />
|
||
<combobox id="cmbBanco"
|
||
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxEstandar"
|
||
width="98%" mold="rounded" buttonVisible="true"
|
||
model="@{winEditarEmpresa$composer.lsBanco}" />
|
||
</row>
|
||
<row>
|
||
<label
|
||
value="${c:l('editarEmpresaController.contaBancaria.conta')}" />
|
||
<textbox id="txtNumConta" maxlength="12"
|
||
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox" />
|
||
</row>
|
||
<row>
|
||
<label
|
||
value="${c:l('editarEmpresaController.contaBancaria.agencia')}" />
|
||
<textbox id="txtNumAgencia"
|
||
maxlength="12"
|
||
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox" />
|
||
</row>
|
||
<row>
|
||
<label
|
||
value="${c:l('editarEmpresaController.contaBancaria.numIntegracion')}" />
|
||
<textbox id="txtNumIntegracion"
|
||
maxlength="10"
|
||
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox" />
|
||
</row>
|
||
<row>
|
||
<label value=" " />
|
||
<hbox>
|
||
<button
|
||
id="btnAdicionarContaBancaria" height="20"
|
||
image="/gui/img/add.png" width="35px"
|
||
tooltiptext="${c:l('tooltiptext.btnAgregar')}" />
|
||
<button id="btnRemoverContaBancaria"
|
||
height="20" image="/gui/img/remove.png" width="35px"
|
||
tooltiptext="${c:l('tooltiptext.btnEliminar')}" />
|
||
</hbox>
|
||
</row>
|
||
</rows>
|
||
</grid>
|
||
<listbox id="empresaContaBancariaList"
|
||
use="com.rjconsultores.ventaboletos.web.utilerias.MyListbox"
|
||
vflex="true" multiple="false">
|
||
<listhead sizable="true">
|
||
<listheader image="/gui/img/create_doc.gif"
|
||
label="${c:l('editarEmpresaController.contaBancaria.instiFinanceira')}" />
|
||
<listheader image="/gui/img/create_doc.gif"
|
||
label="${c:l('editarEmpresaController.contaBancaria.conta')}" />
|
||
<listheader image="/gui/img/create_doc.gif"
|
||
label="${c:l('editarEmpresaController.contaBancaria.agencia')}" />
|
||
<listheader image="/gui/img/create_doc.gif"
|
||
label="${c:l('editarEmpresaController.contaBancaria.numIntegracion')}" />
|
||
</listhead>
|
||
</listbox>
|
||
</tabpanel>
|
||
<tabpanel>
|
||
<tabbox>
|
||
<tabs>
|
||
<tab
|
||
label="${c:l('editarEmpresaController.geral.label')}" />
|
||
<tab
|
||
label="${c:l('editarConfiguracionCategoriaController.lblCategorias.value')}" />
|
||
<tab
|
||
label="${c:l('editarConfiguracionFormaPagoController.lblFormaPago.value')}" />
|
||
<tab
|
||
label="${c:l('editarEmpresaController.comissaoTipoEventoExtra.label')}" />
|
||
<tab
|
||
label="${c:l('editarEmpresaController.comEmpConferencia.label')}" />
|
||
</tabs>
|
||
<tabpanels>
|
||
|
||
<!-- Geral -->
|
||
<tabpanel>
|
||
<grid fixedLayout="true">
|
||
<columns>
|
||
<column width="20%" />
|
||
<column width="80%" />
|
||
</columns>
|
||
<rows>
|
||
<row
|
||
id="rowIndcarboletosdevolvidosconf">
|
||
<label
|
||
id="lbIndcarboletosdevolvidosconf"
|
||
value="${c:l('editarEmpresaController.indcarboletosdevolvidosconf.label')}" />
|
||
<checkbox
|
||
id="chkIndcarboletosdevolvidosconf"
|
||
value="@{winEditarEmpresa$composer.empresa.indcarboletosdevolvidosconf}" />
|
||
</row>
|
||
<row>
|
||
<label
|
||
id="lblBoletoAgrupado"
|
||
value="${c:l('editarEmpresaController.boletoAgrupado.label')}" />
|
||
<checkbox
|
||
id="chkIndBoletoAgrupado"
|
||
value="@{winEditarEmpresa$composer.empresa.indBoletoAgrupado}" />
|
||
</row>
|
||
<row>
|
||
<label
|
||
id="lblNaopermiteconfsemmalote"
|
||
value="${c:l('editarEmpresaController.naopermiteconfsemmalote.label')}" />
|
||
<checkbox
|
||
id="chkIndnaopermiteconfsemmalote"
|
||
value="@{winEditarEmpresa$composer.empresa.indnaopermiteconfsemmalote}" />
|
||
</row>
|
||
<row>
|
||
<label
|
||
id="lblEnviarEmailComissao"
|
||
value="${c:l('editarEmpresaController.enviarEmailComissao.label')}" />
|
||
<checkbox
|
||
id="chkIndEnviarEmailComissao"
|
||
value="@{winEditarEmpresa$composer.empresa.indenviaemailcomissao}" />
|
||
</row>
|
||
<row>
|
||
<label id="lblEmailFrom"
|
||
value="${c:l('editarEmpresaController.email.label')}" />
|
||
<textbox id="txtEmail"
|
||
value="@{winEditarEmpresa$composer.empresa.email}"
|
||
multiline="true" width="90%" rows="2" maxlength="250"
|
||
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox" />
|
||
</row>
|
||
|
||
<row>
|
||
<label id="lblCodigoEMTU"
|
||
value="${c:l('editarEmpresaController.codigoEMTU.label')}" />
|
||
<intbox id="txtCodigoEMTU"
|
||
value="@{winEditarEmpresa$composer.empresa.codigoEmtu}"
|
||
width="90%" maxlength="5"/>
|
||
</row>
|
||
|
||
</rows>
|
||
</grid>
|
||
</tabpanel>
|
||
|
||
<!-- Categoria -->
|
||
<tabpanel>
|
||
<grid fixedLayout="true">
|
||
<columns>
|
||
<column width="20%" />
|
||
<column width="80%" />
|
||
</columns>
|
||
<rows>
|
||
<row spans="2">
|
||
<label
|
||
value="${c:l('editarEmpresaController.comissaoCategoriaConferenciaFisica.label')}" />
|
||
</row>
|
||
<row>
|
||
<label id="lblCategorias"
|
||
value="${c:l('editarConfiguracionCategoriaController.lblCategorias.value')}" />
|
||
<combobox id="cmbCategorias"
|
||
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxEstandar"
|
||
mold="rounded" buttonVisible="true" width="50%"
|
||
model="@{winEditarEmpresa$composer.lsCategorias}" />
|
||
</row>
|
||
</rows>
|
||
</grid>
|
||
|
||
<button
|
||
id="btnAdicionarComissaoCategoria" height="20"
|
||
image="/gui/img/add.png" width="35px"
|
||
tooltiptext="${c:l('editarEmpresaController.btnAdicionarComissaoCategoria.tooltiptext')}" />
|
||
<button id="btnRemoverComissaoCategoria"
|
||
height="20" image="/gui/img/remove.png" width="35px"
|
||
tooltiptext="${c:l('editarEmpresaController.btnRemoverComissaoCategoria.tooltiptext')}" />
|
||
|
||
<listbox id="comEmpCategoriaList"
|
||
use="com.rjconsultores.ventaboletos.web.utilerias.MyListbox"
|
||
vflex="true" multiple="false" height="150px">
|
||
<listhead sizable="true">
|
||
<listheader
|
||
image="/gui/img/create_doc.gif"
|
||
label="${c:l('editarConfiguracionCategoriaController.lblCategorias.value')}"
|
||
sort="auto(categoria.desccategoria)" />
|
||
</listhead>
|
||
</listbox>
|
||
</tabpanel>
|
||
|
||
<!-- Formapago -->
|
||
<tabpanel>
|
||
<grid fixedLayout="true">
|
||
<columns>
|
||
<column width="20%" />
|
||
<column width="80%" />
|
||
</columns>
|
||
<rows>
|
||
<row spans="2">
|
||
<label
|
||
value="${c:l('editarEmpresaController.comissaoFormapagoConferenciaFisica.label')}" />
|
||
</row>
|
||
<row>
|
||
<label id="lblFormapagos"
|
||
value="${c:l('editarConfiguracionFormaPagoController.lblFormaPago.value')}" />
|
||
<combobox id="cmbFormaPagos"
|
||
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxEstandar"
|
||
mold="rounded" buttonVisible="true" width="50%"
|
||
model="@{winEditarEmpresa$composer.lsFormaPagos}" />
|
||
</row>
|
||
</rows>
|
||
</grid>
|
||
|
||
<button
|
||
id="btnAdicionarComissaoFormapago" height="20"
|
||
image="/gui/img/add.png" width="35px"
|
||
tooltiptext="${c:l('editarEmpresaController.btnAdicionarComissaoFormaPago.tooltiptext')}" />
|
||
<button id="btnRemoverComissaoFormapago"
|
||
height="20" image="/gui/img/remove.png" width="35px"
|
||
tooltiptext="${c:l('editarEmpresaController.btnRemoverComissaoFormaPago.tooltiptext')}" />
|
||
|
||
<listbox id="comEmpFormapagoList"
|
||
use="com.rjconsultores.ventaboletos.web.utilerias.MyListbox"
|
||
vflex="true" multiple="false" height="150px">
|
||
<listhead sizable="true">
|
||
<listheader
|
||
image="/gui/img/create_doc.gif"
|
||
label="${c:l('editarConfiguracionFormaPagoController.lblFormaPago.value')}"
|
||
sort="auto(formaPago.descpago)" />
|
||
</listhead>
|
||
</listbox>
|
||
</tabpanel>
|
||
|
||
<!-- Tipo Evento Extra -->
|
||
<tabpanel>
|
||
<grid fixedLayout="true">
|
||
<columns>
|
||
<column width="20%" />
|
||
<column width="80%" />
|
||
</columns>
|
||
<rows>
|
||
<row>
|
||
<label id="lblTipoDC"
|
||
value="${c:l('editarEmpresaController.lblTipoDC.label')}" />
|
||
<radiogroup
|
||
id="rdgTipoDC">
|
||
<radio
|
||
id="rdgTipoDCNenhum"
|
||
label="${c:l('editarEmpresaController.lblTipoDC.nenhum')}"
|
||
checked="true" />
|
||
<radio
|
||
id="rdgTipoDCTodos"
|
||
label="${c:l('editarEmpresaController.lblTipoDC.todos')}" />
|
||
<radio
|
||
id="rdgTipoDCDebito"
|
||
label="${c:l('editarEmpresaController.lblTipoDC.debito')}" />
|
||
<radio
|
||
id="rdgTipoDCCredito"
|
||
label="${c:l('editarEmpresaController.lblTipoDC.credito')}" />
|
||
</radiogroup>
|
||
</row>
|
||
<row spans="2">
|
||
<label
|
||
value="${c:l('editarEmpresaController.comissaoTipoEventoExtraConferenciaFisica.label')}" />
|
||
</row>
|
||
<row>
|
||
<label
|
||
id="lblTipoEventoExtras"
|
||
value="${c:l('editarEmpresaController.comissaoTipoEventoExtra.label')}" />
|
||
<combobox
|
||
id="cmbTipoEventoExtras"
|
||
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxEstandar"
|
||
mold="rounded" buttonVisible="true" width="50%"
|
||
model="@{winEditarEmpresa$composer.lsTipoEventoExtras}" />
|
||
</row>
|
||
</rows>
|
||
</grid>
|
||
|
||
<button
|
||
id="btnAdicionarComissaoTipoEventoExtra" height="20"
|
||
image="/gui/img/add.png" width="35px"
|
||
tooltiptext="${c:l('editarEmpresaController.btnAdicionarComissaoTipoEventoExtra.tooltiptext')}" />
|
||
<button
|
||
id="btnRemoverComissaoTipoEventoExtra" height="20"
|
||
image="/gui/img/remove.png" width="35px"
|
||
tooltiptext="${c:l('editarEmpresaController.btnRemoverComissaoTipoEventoExtra.tooltiptext')}" />
|
||
|
||
<listbox id="comEmpTipoEventoExtraList"
|
||
use="com.rjconsultores.ventaboletos.web.utilerias.MyListbox"
|
||
vflex="true" multiple="false" height="150px">
|
||
<listhead sizable="true">
|
||
<listheader
|
||
image="/gui/img/create_doc.gif"
|
||
label="${c:l('editarEmpresaController.comissaoTipoEventoExtra.label')}"
|
||
sort="auto(tipoEventoExtra.descTipoEvento)" />
|
||
</listhead>
|
||
</listbox>
|
||
</tabpanel>
|
||
|
||
<tabpanel>
|
||
<grid fixedLayout="true">
|
||
<columns>
|
||
<column width="20%" />
|
||
<column width="80%" />
|
||
</columns>
|
||
<rows>
|
||
<row spans="2">
|
||
<label
|
||
value="${c:l('editarEmpresaController.comissaoConferencia.label')}" />
|
||
</row>
|
||
<row>
|
||
<label
|
||
id="lbIndbilhetemanual"
|
||
value="${c:l('editarEmpresaController.indbilhetemanual.label')}" />
|
||
<checkbox
|
||
id="chkIndbilhetemanual"
|
||
value="@{winEditarEmpresa$composer.comEmpConferencia.indbilhetemanual}" />
|
||
</row>
|
||
<row>
|
||
<label
|
||
id="lbIndbilhetevendido"
|
||
value="${c:l('editarEmpresaController.indbilhetevendido.label')}" />
|
||
<checkbox
|
||
id="chkIndbilhetevendido"
|
||
value="@{winEditarEmpresa$composer.comEmpConferencia.indbilhetevendido}" />
|
||
</row>
|
||
<row>
|
||
<label
|
||
id="lbIndbilhetecancelado"
|
||
value="${c:l('editarEmpresaController.indbilhetecancelado.label')}" />
|
||
<checkbox
|
||
id="chkIndbilhetecancelado"
|
||
value="@{winEditarEmpresa$composer.comEmpConferencia.indbilhetecancelado}" />
|
||
</row>
|
||
<row>
|
||
<label
|
||
id="lbIndbilhetedevolvido"
|
||
value="${c:l('editarEmpresaController.indbilhetedevolvido.label')}" />
|
||
<checkbox
|
||
id="chkIndbilhetedevolvido"
|
||
value="@{winEditarEmpresa$composer.comEmpConferencia.indbilhetedevolvido}" />
|
||
</row>
|
||
<row>
|
||
<label id="lbIndgapvendido"
|
||
value="${c:l('editarEmpresaController.indgapvendido.label')}" />
|
||
<checkbox
|
||
id="chkIndgapvendido"
|
||
value="@{winEditarEmpresa$composer.comEmpConferencia.indgapvendido}" />
|
||
</row>
|
||
<row>
|
||
<label
|
||
id="lbIndgapcancelado"
|
||
value="${c:l('editarEmpresaController.indgapcancelado.label')}" />
|
||
<checkbox
|
||
id="chkIndgapcancelado"
|
||
value="@{winEditarEmpresa$composer.comEmpConferencia.indgapcancelado}" />
|
||
</row>
|
||
<row>
|
||
<label
|
||
id="lbIndgapdevolvido"
|
||
value="${c:l('editarEmpresaController.indgapdevolvido.label')}" />
|
||
<checkbox
|
||
id="chkIndgapdevolvido"
|
||
value="@{winEditarEmpresa$composer.comEmpConferencia.indgapdevolvido}" />
|
||
</row>
|
||
<row>
|
||
<label
|
||
id="lbIndeventosfinanceiros"
|
||
value="${c:l('editarEmpresaController.indeventosfinanceiros.label')}" />
|
||
<checkbox
|
||
id="chkIndeventosfinanceiros"
|
||
value="@{winEditarEmpresa$composer.comEmpConferencia.indeventosfinanceiros}" />
|
||
</row>
|
||
<row>
|
||
<label id="lbIndocd"
|
||
value="${c:l('editarEmpresaController.indocd.label')}" />
|
||
<checkbox id="chkIndocd"
|
||
value="@{winEditarEmpresa$composer.comEmpConferencia.indocd}" />
|
||
</row>
|
||
</rows>
|
||
</grid>
|
||
</tabpanel>
|
||
</tabpanels>
|
||
</tabbox>
|
||
</tabpanel>
|
||
<tabpanel>
|
||
<grid fixedLayout="true">
|
||
<columns>
|
||
<column width="25%" />
|
||
<column width="75%" />
|
||
</columns>
|
||
<rows>
|
||
<row>
|
||
<label
|
||
value="${c:l('editarEmpresaController.utilizaFidelidade.label')}" />
|
||
<radiogroup
|
||
id="utilizaProjetoFidelidade">
|
||
<radio
|
||
id="utilizaProjetoFidelidadeSim"
|
||
label="${c:l('editarEmpresaController.utilizaFidelidade.sim')}" />
|
||
<radio
|
||
id="utilizaProjetoFidelidadeNão"
|
||
label="${c:l('editarEmpresaController.utilizaFidelidade.nao')}"
|
||
checked="true" />
|
||
</radiogroup>
|
||
</row>
|
||
</rows>
|
||
</grid>
|
||
</tabpanel>
|
||
|
||
<tabpanel>
|
||
<grid fixedLayout="true">
|
||
<columns>
|
||
<column width="25%" />
|
||
<column width="75%" />
|
||
</columns>
|
||
<rows>
|
||
<row>
|
||
<label
|
||
value="${c:l('editarEmpresaController.antiFraude.chave.label')}" />
|
||
<textbox id="txtChaveAntifraude"
|
||
maxlength="50"
|
||
value="@{winEditarEmpresa$composer.empresa.antifraudekey}"
|
||
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox" />
|
||
</row>
|
||
</rows>
|
||
</grid>
|
||
</tabpanel>
|
||
|
||
<tabpanel>
|
||
|
||
|
||
<tabbox>
|
||
<tabs>
|
||
<tab label="Configuração do Envio" />
|
||
<tab label="Configuração Conteúdo Email" />
|
||
<tab
|
||
label="Configuração Conteúdo Cupom Embarque" />
|
||
</tabs>
|
||
<tabpanels>
|
||
<tabpanel>
|
||
|
||
<grid>
|
||
<columns>
|
||
<column width="25%" />
|
||
<column width="75%" />
|
||
</columns>
|
||
<rows>
|
||
<row>
|
||
<label id="lblEmail"
|
||
value="Email" />
|
||
<textbox id="textEmail"
|
||
width="80%" maxlength="50"
|
||
value="@{winEditarEmpresa$composer.empresaEmailConfig.smtpEmail}" />
|
||
</row>
|
||
|
||
<row>
|
||
<label id="lblSenhaEmail"
|
||
value="Senha" />
|
||
<textbox id="textSenhaEmail"
|
||
type="password" width="80%" maxlength="50"
|
||
value="@{winEditarEmpresa$composer.empresaEmailConfig.senha}" />
|
||
</row>
|
||
|
||
<row>
|
||
<label id="lblSMTPHost"
|
||
value="SMTP Endereço" />
|
||
<textbox id="textSMTPHost"
|
||
width="80%" maxlength="50"
|
||
value="@{winEditarEmpresa$composer.empresaEmailConfig.smtp}" />
|
||
</row>
|
||
|
||
<row>
|
||
<label id="lblSMTPPorta"
|
||
value="SMTP Porta" />
|
||
<textbox id="textSMTPPorta"
|
||
width="80%" maxlength="50"
|
||
value="@{winEditarEmpresa$composer.empresaEmailConfig.smtpPorta}" />
|
||
</row>
|
||
|
||
|
||
</rows>
|
||
</grid>
|
||
</tabpanel>
|
||
|
||
<tabpanel>
|
||
<grid>
|
||
<columns>
|
||
<column width="25%" />
|
||
<column width="75%" />
|
||
</columns>
|
||
<rows>
|
||
<row>
|
||
<label id="lblEmailDe"
|
||
value="Email de" />
|
||
<textbox id="textEmailDe"
|
||
width="80%" maxlength="50"
|
||
value="@{winEditarEmpresa$composer.empresaEmail.emailDe}" />
|
||
</row>
|
||
|
||
<row>
|
||
<label id="lblAssunto"
|
||
value="Assunto" />
|
||
<textbox id="textAssunto"
|
||
width="80%" maxlength="50"
|
||
value="@{winEditarEmpresa$composer.empresaEmail.assunto}" />
|
||
</row>
|
||
|
||
</rows>
|
||
</grid>
|
||
|
||
<ckeditor id="messageConteudoEmail"
|
||
value="@{winEditarEmpresa$composer.empresaEmail.textoEmail}"
|
||
width="100%">
|
||
</ckeditor>
|
||
|
||
</tabpanel>
|
||
|
||
<tabpanel>
|
||
|
||
<ckeditor id="messageCupomEmbarque"
|
||
value="@{winEditarEmpresa$composer.empresaEmail.textoCupomEmbarque}"
|
||
width="100%">
|
||
</ckeditor>
|
||
|
||
</tabpanel>
|
||
|
||
</tabpanels>
|
||
</tabbox>
|
||
|
||
|
||
|
||
</tabpanel>
|
||
|
||
</tabpanels>
|
||
</tabbox>
|
||
</window>
|
||
|
||
</zk>
|