AdmMono/web/gui/catalogos/editarEmpresa.zul

3271 lines
134 KiB
XML
Raw Blame History

This file contains invisible Unicode characters!

This file contains invisible Unicode characters that may be processed differently from what appears below. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to reveal hidden characters.

<?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="1000px" 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.tab.label.rateiocomissao')}" />
<tab label="${c:l('editarEmpresaController.comissao.label')}" />
<tab label="${c:l('editarEmpresaController.fidelidade.label')}" />
<tab label="${c:l('editarEmpresaController.configEmail.label')}" />
<tab label="${c:l('editarEmpresaController.configEmail.label.titulo')}" />
<tab label="${c:l('editarEmpresaController.voucherPersonalizado.label')}" />
<tab label="${c:l('editarEmpresaController.configuracaoFlexbus.label')}" />
<tab label="${c:l('editarEmpresaController.configuracaoCieloLink.label')}" />
<tab label="${c:l('label.configuracaoIziPay')}" />
<tab label="${c:l('editarEmpresaController.configuracaoRecarga.label')}" />
<tab label="${c:l('editarEmpresaController.lblSafer.value')}" id="tabSafer" visible="false" />
<tab label="${c:l('editarEmpresaController.lblAdyen.value')}" id="tabAdyen" />
<tab label="${c:l('editarEmpresaController.lblMercadoPago.value')}" id="tabMercadoPago" />
<tab label="${c:l('editarEmpresaController.lblIntegracoesTipoPassagem.value')}" />
<tab label="${c:l('editarEmpresaController.saftao.titulo')}" id="tabSaftao" visible="false" />
<tab label="${c:l('editarEmpresaController.sicfe.titulo')}" id="tabSicfe" />
<tab label="${c:l('editarEmpresaController.lblCrediBanco.value')}" id="tabCrediBanco" />
<tab label="${c:l('editarEmpresaController.lblNequi.value')}" id="tabNequi" />
<tab label="${c:l('editarEmpresaController.lblAsistenciaDeViaje.value')}" id="tabAssistenteViagem" />
<tab label="${c:l('editarEmpresaController.tabComprovantePassagem.value')}" id="tabComprovantePassagem" />
<tab label="${c:l('editarEmpresaController.tabConfiguracaoLayout.value')}" />
</tabs>
<tabpanels style="overflow: auto">
<!-- Nome -->
<tabpanel>
<grid fixedLayout="true">
<columns>
<column width="25%" />
<column width="75%" />
</columns>
<rows>
<row>
<label id="lbNome"
value="${c:l('label.descricao')}" />
<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')}" />
<comboitem value="4"
label="${c:l('editarEmpresaController.IndTipo.4')}" />
</combobox>
</row>
<row>
<label
value="${c:l('editarEmpresaController.cnpj.label')}" />
<textbox id="txtCNPJ" width="100px"
maxlength="14" 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.codder.label')}" />
<textbox id="txtCodder" width="100px"
maxlength="4"
value="@{winEditarEmpresa$composer.empresa.codder}"
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="txtCNPJCampoAutorizadora" width="150px" type="text"
maxlength="18"
value="@{winEditarEmpresa$composer.empresa.cnpjAutorizadora}"
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox" />
</row>
<row>
<hlayout>
<label
value="${c:l('editarEmpresaController.cpfCnpjAutorizadoDownload.label')}" />
<image src="/gui/img/Question_mark_1.png" tooltiptext="${c:l('editarEmpresaController.cpfCnpjAutorizadoDownload.ajuda')}"
style="cursor: help" />
</hlayout>
<textbox id="txtCpfCnpj_AutorizadoDowload" width="150px" type="text"
value="@{winEditarEmpresa$composer.empresa.cpfCnpjAutDownload}"
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox" />
</row>
<row visible="@{winEditarEmpresa$composer.exibeDadosTokenLicenca}">
<label
value="${c:l('editarEmpresaController.tokenEmpresa.label')}" />
<textbox id="txtTokenRJ" width="650px" type="text" readonly="true"
value="@{winEditarEmpresa$composer.empresa.token}"/>
</row>
<row visible="@{winEditarEmpresa$composer.exibeDadosTokenLicenca}">
<label value="${c:l('editarEmpresaController.tokenLicenca.label')}" />
<hlayout>
<textbox id="txtLicenca" width="550px" type="text" value="@{winEditarEmpresa$composer.empresa.licenca}" disabled="true" />
<button
id="btnDigitarLicenca" height="20"
width="55px"
label="Digitar Licença"/>
<button
id="btnValidarLicenca" height="20"
width="55px"
label="Validar Licença"/>
</hlayout>
</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>
<groupbox>
<caption label="${c:l('lb.Equivalencia')}" />           
            <hlayout>              
<textbox id="txtEquivalencia"
width="100px" maxlength="10"
value="@{winEditarEmpresa$composer.empresa.equivalenciaId}"
disabled = "@{winEditarEmpresa$composer.desabilitarEquivalencia}"
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>
<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>
</row>
<row id="rowNumFolio">
<groupbox >
<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>
<groupbox>
<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>
</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 label="${c:l('editarEmpresaController.indIntegracaoAGR')}" />
<hlayout>
<checkbox id="chkIndntegracaoAGR"
value="@{winEditarEmpresa$composer.empresa.indIntegracaoAGR}" />
<label value="${c:l('editarEmpresaController.senhaIntegracaoAGR')}" />
<textbox id="txtSenhaIntegracaoAGR"
width="360px" value="@{winEditarEmpresa$composer.empresa.senhaIntegracaoAGR}"
type="text" />
<image src="/gui/img/Question_mark_1.png" style="cursor: help"
tooltiptext="${c:l('editarEmpresaController.indIntegracaoAGR.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>
<groupbox >
<caption label="${c:l('editarEmpresaController.emiteDABpeVdaCallCenter')}" />
            <hlayout>              
<checkbox id="chkEmiteDABpeVdaCallCenter"
value="@{editarEmpresaController.empresa.indEmiteDABpeVdaCallCenter}" />
<image src="/gui/img/Question_mark_1.png" tooltiptext="${c:l('editarEmpresaController.emiteDABpeVdaCallCenter.ajuda')}"
style="cursor: help" />
            </hlayout>
</groupbox>
</row>
<row>
<groupbox >
<caption label="${c:l('editarEmpresaController.outrasFPVdaCallCenter')}" />
            <hlayout>              
<checkbox id="chkOutrasFPVdaCallCenter"
value="@{editarEmpresaController.empresa.indOutrasFPVdaCallCenter}" />
<image src="/gui/img/Question_mark_1.png" tooltiptext="${c:l('editarEmpresaController.outrasFPVdaCallCenter.ajuda')}"
style="cursor: help" />
            </hlayout>
</groupbox>
<groupbox >
<caption label="${c:l('editarEmpresaController.emiteDABpeVdaInternet')}" />
            <hlayout>              
<checkbox id="chkEmiteDABpeVdaInternet"
value="@{editarEmpresaController.empresa.indEmiteDABpeVdaInternet}" />
<image src="/gui/img/Question_mark_1.png" tooltiptext="${c:l('editarEmpresaController.emiteDABpeVdaInternet.ajuda')}"
style="cursor: help" />
            </hlayout>
</groupbox>
</row>
<row>
<groupbox >
<caption label="${c:l('editarEmpresaController.emiteDABpeVdaIntJ3')}" />
            <hlayout>              
<checkbox id="chkEmiteDABpeVdaIntJ3"
value="@{editarEmpresaController.empresa.indEmiteDABpeVdaIntJ3}" />
<image src="/gui/img/Question_mark_1.png" tooltiptext="${c:l('editarEmpresaController.emiteDABpeVdaIntJ3.ajuda')}"
style="cursor: help" />
            </hlayout>
</groupbox>
<groupbox >
<caption label="${c:l('editarEmpresaController.exigeClienteCompradorVdaCallCenter')}" />
            <hlayout>              
<checkbox id="chkExigeClienteCompradorVdaCallCenter"
value="@{editarEmpresaController.empresa.indExigeClienteCompradorVdaCallCenter}" />
<image src="/gui/img/Question_mark_1.png" tooltiptext="${c:l('editarEmpresaController.exigeClienteCompradorVdaCallCenter.ajuda')}"
style="cursor: help" />
            </hlayout>
</groupbox>
</row>
<row>
<groupbox>
<caption label="${c:l('editarEmpresaController.emiteDeclaracaoCancelaBpeTrocaOrigDest')}" />
            <hlayout>              
<checkbox id="chkIndEmiteDeclaracaoCancelamentoBpeTrocaOrigDest"
value="@{winEditarEmpresa$composer.empresa.indEmiteDeclaracaoCancelaBpeTrocaOrigDest}" />
<image src="/gui/img/Question_mark_1.png" tooltiptext="${c:l('editarEmpresaController.emiteDeclaracaoCancelaBpeTrocaOrigDest.ajuda')}"
style="cursor: help" />
            </hlayout>
</groupbox>
<groupbox >
<caption label="${c:l('editarEmpresaController.reaproveitarNumBPeRejeitado')}"/>
            <hlayout>              
<checkbox id="chkIndReaproveitarNumBPeRejeitado" value="@{winEditarEmpresa$composer.empresa.indReaproveitarNumBPeRejeitado}" />
<image src="/gui/img/Question_mark_1.png" tooltiptext="${c:l('editarEmpresaController.reaproveitarNumBPeRejeitado.ajuda')}"
style="cursor: help" />
            </hlayout>
</groupbox>
</row>
<row>
<groupbox>
<caption label="${c:l('editarEmpresaController.imprimTipoBPeDeAcordoComASefaz')}" />
            <hlayout>              
<checkbox id="chkIndSubstituicaoIgualSefaz"
value="@{winEditarEmpresa$composer.empresa.indSubstituicaoIgualSefaz}" />
<image src="/gui/img/Question_mark_1.png" tooltiptext="${c:l('editarEmpresaController.imprimTipoBPeDeAcordoComASefaz.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 label="${c:l('editarEmpresaController.permitirVendaEstudanteTotem')}" />           
            <hlayout>              
<checkbox id="chkHabilitarVendaEstudanteTotem"
value="@{winEditarEmpresa$composer.empresa.indVendaEstudanteTotem}" />
<image src="/gui/img/Question_mark_1.png" tooltiptext="${c:l('editarEmpresaController.permitirVendaEstudanteTotem.ajuda')}"
style="cursor: help" />
            </hlayout>
</groupbox>
<groupbox >
<caption label="${c:l('editarEmpresaController.ImprimeRelFechamentoViagemDetalhadoEmarcada')}" />           
            <hlayout>              
<checkbox id="chkImprimeRelFechamentoViagemDetalhadoEmarcada"
value="@{winEditarEmpresa$composer.empresa.indImprimeRelFechamentoViagemDetalhadoEmarcada}" />
<image src="/gui/img/Question_mark_1.png" tooltiptext="${c:l('editarEmpresaController.ImprimeRelFechamentoViagemDetalhadoEmarcada.ajuda')}"
style="cursor: help" />
            </hlayout>
</groupbox>
</row>
<row>
<groupbox >
<caption label="${c:l('editarEmpresaController.ImprimeLogoBilheteVendaEmbarcada')}" />           
            <hlayout>              
<checkbox id="chkImprimeLogoBilheteVendaEmbarcada"
value="@{winEditarEmpresa$composer.empresa.indImprimeLogoBilheteVendaEmbarcada}" />
<image src="/gui/img/Question_mark_1.png" tooltiptext="${c:l('editarEmpresaController.ImprimeLogoBilheteVendaEmbarcada.ajuda')}"
style="cursor: help" />
            </hlayout>
</groupbox>
<groupbox >
<caption label="${c:l('editarEmpresaController.ImprimeCodigoBarrasCuponEmbarque')}" />           
            <hlayout>              
<checkbox id="chkIndCodBarCpEmbarque"
value="@{winEditarEmpresa$composer.empresa.indCodBarCpEmbarque}" />
<image src="/gui/img/Question_mark_1.png" tooltiptext="${c:l('editarEmpresaController.ImprimeCodigoBarrasCuponEmbarque')}"
style="cursor: help" />
            </hlayout>
</groupbox>
</row>
<row>
<groupbox >
<caption label="${c:l('editarEmpresaController.EmiteComprovanteCancelamentoSitef')}" />
            <hlayout>
<checkbox id="chkIndEmiteComprovanteCancelamentoSitef"
value="@{winEditarEmpresa$composer.empresa.indEmiteComprovanteCancelamentoSitef}" />
<image src="/gui/img/Question_mark_1.png" tooltiptext="${c:l('editarEmpresaController.EmiteComprovanteCancelamentoSitef.ajuda')}"
style="cursor: help" />
            </hlayout>
</groupbox>
<groupbox >
<caption label="${c:l('editarEmpresaController.ImprimirComprovantePagamentoSeguroOpcional')}" />
            <hlayout>
<checkbox id="chkIndImprimirComprovantePagamentoSeguroOpcional"
value="@{winEditarEmpresa$composer.empresa.indImprimirComprovantePagamentoSeguroOpcional}" />
<image src="/gui/img/Question_mark_1.png" tooltiptext="${c:l('editarEmpresaController.ImprimirComprovantePagamentoSeguroOpcional.ajuda')}"
style="cursor: help" />
            </hlayout>
</groupbox>
</row>
<row>
<groupbox >
<caption label="${c:l('editarEmpresaController.encerraViagemFechorllegada')}" />
            <hlayout>
<checkbox id="chkIndEncerraViagemFechorllegada"
value="@{winEditarEmpresa$composer.empresa.indEncerraViagemFechorllegada}" />
<image src="/gui/img/Question_mark_1.png" tooltiptext="${c:l('editarEmpresaController.encerraViagemFechorllegada.ajuda')}"
style="cursor: help" />
            </hlayout>
</groupbox>
<groupbox >
<caption label="${c:l('editarEmpresaController.ImprimirSeguroOpcionalEntregaVdaImpPosterior')}" />
            <hlayout>
<checkbox id="chkIndImprimirSeguroOpcionalEntregaVdaImpPosterior"
value="@{winEditarEmpresa$composer.empresa.indImprimirSeguroOpcionalEntregaVdaImpPosterior}" />
<image src="/gui/img/Question_mark_1.png" tooltiptext="${c:l('editarEmpresaController.ImprimirSeguroOpcionalEntregaVdaImpPosterior.ajuda')}"
style="cursor: help" />
            </hlayout>
</groupbox>
</row>
<row>
<groupbox >
<caption label="${c:l('editarEmpresaController.tabelaPrecoEmbarcada')}" />
            <hlayout>
<checkbox id="chkIndTabelaPrecoEmbarcada"
value="@{winEditarEmpresa$composer.empresa.indTabelaPrecoEmbarcada}" />
<image src="/gui/img/Question_mark_1.png" tooltiptext="${c:l('editarEmpresaController.usaTabelaPrecoEmbarcada.ajuda')}"
style="cursor: help" />
            </hlayout>
</groupbox>
<groupbox >
<caption label="${c:l('editarEmpresaController.impressaoCanhotoEmbarcada')}" />
            <hlayout>
<checkbox id="chkIndImpressaoCanhotoEmbarcada"
value="@{winEditarEmpresa$composer.empresa.indImpressaoCanhotoEmbarcada}" />
<image src="/gui/img/Question_mark_1.png" tooltiptext="${c:l('editarEmpresaController.impressaoCanhotoEmbarcada.help')}"
style="cursor: help" />
            </hlayout>
</groupbox>
</row>
<row>
<groupbox >
<caption label="${c:l('editarEmpresaController.imprimeQRCodeAdicional')}" />
            <hlayout>
<checkbox id="chkIndImprimeQRCodeAdicional"
value="@{winEditarEmpresa$composer.empresa.indImprimeQRCodeAdicional}" />
<image src="/gui/img/Question_mark_1.png" tooltiptext="${c:l('editarEmpresaController.imprimeQRCodeAdicional.help')}"
style="cursor: help" />
            </hlayout>
</groupbox>
<groupbox >
<caption label="${c:l('editarEmpresaController.alteracaoPosicaoCampoDocCupomEmbarque')}" />
            <hlayout>
<checkbox id="chkIndAlteraPosicaoCamposDocCupomEmbarque"
value="@{winEditarEmpresa$composer.empresa.indAltPosicaoCamposCupom}" />
<image src="/gui/img/Question_mark_1.png" tooltiptext="${c:l('editarEmpresaController.alteracaoPosicaoCampoDocCupomEmbarque.help')}"
style="cursor: help" />
            </hlayout>
</groupbox>
</row>
<row>
<groupbox>
<caption
label="${c:l('editarEmpresaController.imprimeVoucherPersonalizado')}" />
            
<hlayout>
<checkbox
id="chkIndImprimeVoucherPersonalizado"
value="@{winEditarEmpresa$composer.empresa.indImprimeVoucherPersonzalizado}" />
<image
src="/gui/img/Question_mark_1.png"
tooltiptext="${c:l('editarEmpresaController.imprimeVoucherPersonalizado.help')}"
style="cursor: help" />
            
</hlayout>
</groupbox>
<groupbox>
<caption
label="${c:l('editarEmpresaController.imprimeComprovanteDeReserva')}" />
<hlayout>
<checkbox
id="chkIndImpComprovanteDeReserva"
value="@{winEditarEmpresa$composer.empresa.indImprimeComprovanteReserva}" />
<image
src="/gui/img/Question_mark_1.png"
tooltiptext="${c:l('editarEmpresaController.imprimeComprovanteDeReserva.help')}"
style="cursor: help" />
</hlayout>
</groupbox>
</row>
<row>
<groupbox >
<caption label="${c:l('editarEmpresaController.emiteDABpeVdaFidelidade')}" />
            <hlayout>              
<checkbox id="chkEmiteDABpeVdaFidelidade"
value="@{editarEmpresaController.empresa.indEmiteDABpeVdaFidelidade}" />
<image src="/gui/img/Question_mark_1.png" tooltiptext="${c:l('editarEmpresaController.emiteDABpeVdaFidelidade.ajuda')}"
style="cursor: help" />
            </hlayout>
</groupbox>
<groupbox>
<caption label="${c:l('editarEmpresaController.cstGratuidade.label')}" />
<hlayout>
<radiogroup id="rdgCST" orient="vertical">
<radio id="rdCst00"
label="${c:l('editarEmpresaController.cst00.label')}"
checked="true" />
<radio id="rdCst40"
label="${c:l('editarEmpresaController.cst40.label')}" />
<radio id="rdCst41"
label="${c:l('editarEmpresaController.cst41.label')}" />
</radiogroup>
</hlayout>
<image src="/gui/img/Question_mark_1.png" tooltiptext="${c:l('editarEmpresaController.cstGratuidade.ajuda')}"
style="cursor: help" />
</groupbox>
</row>
<row>
<groupbox >
<caption label="${c:l('editarEmpresaController.isSegundaViaFechamentoCaixa')}" />
            <hlayout>
<checkbox id="chkIndSegundaViaFechamentoCaixa"
value="@{winEditarEmpresa$composer.empresa.indSegundaViaFechamentoCaixa}" />
<image src="/gui/img/Question_mark_1.png" tooltiptext="${c:l('editarEmpresaController.indSegundaViaFechamentoCaixa.help')}"
style="cursor: help" />
            </hlayout>
</groupbox>
<groupbox >
<caption label="${c:l('editarEmpresaController.isExigeBpeExcessoBagagem')}" />
            <hlayout>
<checkbox id="chkIndExigeBpeExcessoBagagem"
value="@{winEditarEmpresa$composer.empresa.indExigeBpeExcessoBagagem}" />
<image src="/gui/img/Question_mark_1.png" tooltiptext="${c:l('editarEmpresaController.indExigeBpeExcessoBagagem.help')}"
style="cursor: help" />
            </hlayout>
</groupbox>
</row>
<row>
<groupbox >
<caption label="${c:l('editarEmpresaController.urlBaseEmpresaSeguro')}" />
            <hlayout>
<textbox id="txtUrlBaseSeguro"
width="360px" maxlength="80"
value="@{winEditarEmpresa$composer.empresa.urlBaseEmpresaSeguro}"
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox" />
<image src="/gui/img/Question_mark_1.png" tooltiptext="${c:l('editarEmpresaController.urlBaseEmpresaSeguro.help')}"
style="cursor: help" />
            </hlayout>
</groupbox>
<groupbox >
<caption label="${c:l('editarEmpresaController.mantemVdaCajaVdaEmbarcada')}" />
            <hlayout>
<checkbox id="chkIndMantemVdaCajaVdaEmbarcada"
value="@{winEditarEmpresa$composer.empresa.indMantemVdaCajaVdaEmbarcada}" />
<image id="imgIndMantemVdaCajaVdaEmbarcada"
src="/gui/img/Question_mark_1.png"
style="cursor: help" />
            </hlayout>
</groupbox>
</row>
<row>
<groupbox>
<caption label="${c:l('editarEmpresaController.alertaVDAPosHorarioViagem')}" />
            <hlayout>
<checkbox id="chkIndAlertaVDAPosHorarioViagem"
value="@{winEditarEmpresa$composer.empresa.indAlertaVDAPosHorarioViagem}" />
<image src="/gui/img/Question_mark_1.png"
tooltiptext="${c:l('editarEmpresaController.alertaVDAPosHorarioViagem.help')}"
style="cursor: help" />
            </hlayout>
</groupbox>
<groupbox>
<caption label="${c:l('editarEmpresaController.confMovFPTrocaVlrDeposito')}" />
            <hlayout>
<checkbox id="chkIndConfMovFPTrocaVlrDeposito"
value="@{winEditarEmpresa$composer.empresa.indConfMovFPTrocaVlrDeposito}" />
<image src="/gui/img/Question_mark_1.png"
tooltiptext="${c:l('editarEmpresaController.confMovFPTrocaVlrDeposito.help')}"
style="cursor: help" />
            </hlayout>
</groupbox>
</row>
<row>
<groupbox>
<caption label="${c:l('editarEmpresaController.comTransfGeraCaja')}" />
            <hlayout>
<checkbox id="chkIndComTransfGeraCaja"
value="@{winEditarEmpresa$composer.empresa.indComTransfGeraCaja}" />
<image src="/gui/img/Question_mark_1.png"
tooltiptext="${c:l('editarEmpresaController.comTransfGeraCaja.help')}"
style="cursor: help" />
            </hlayout>
</groupbox>
<groupbox>
<caption label="${c:l('editarEmpresaController.pricingVendaAberto')}" />
<hlayout>
<checkbox id="chkIndPricingVendaAberto"
value="@{winEditarEmpresa$composer.empresa.indPricingVendaAberto}" />
<image src="/gui/img/Question_mark_1.png"
tooltiptext="${c:l('editarEmpresaController.pricingVendaAbertoInfo')}" style="cursor: help" />
</hlayout>
</groupbox>
</row>
<row>
<groupbox>
<caption label="${c:l('editarEmpresaController.irkPdarao.label')}" />
<hlayout>
<decimalbox id="txtIrkPadrao"
width="98%" cols="8" maxlength="8" format="#,##0.00"
value="@{winEditarEmpresa$composer.empresa.indiceIRK}" />
</hlayout>
</groupbox>
<groupbox>
<caption label="${c:l('editarEmpresaController.indNaoPermiteTrocaEntreEmpresa')}" />
<hlayout>
<checkbox id="chkIndNaoPermiteTrocaEntreEmpresa"
value="@{winEditarEmpresa$composer.empresa.indNaoPermiteTrocaEntreEmpresa}" />
<image src="/gui/img/Question_mark_1.png"
tooltiptext="${c:l('editarEmpresaController.indNaoPermiteTrocaEntreEmpresa.ajuda')}" style="cursor: help" />
</hlayout>
</groupbox>
</row>
<row>
<groupbox>
<caption label="${c:l('editarEmpresaController.naoImprimeCupomDeEmbarqueVendaEmAberto')}" />
<hlayout>
<checkbox id="chkIndNaoImprimeCupomEmbarqueVendaEmAberto"
value="@{winEditarEmpresa$composer.empresa.indVendaAbertoMovimentaCaixa}" />
<image src="/gui/img/Question_mark_1.png"
tooltiptext="${c:l('editarEmpresaController.naoImprimeCupomDeEmbarqueVendaEmAberto')}" style="cursor: help" />
</hlayout>
</groupbox>
<groupbox>
<caption label="${c:l('editarEmpresaController.naoImprimeCupomDeEmbarqueConfirmacaoDeAberto')}" />
<hlayout>
<checkbox id="chkIndNaoImprimeCupomEmbarqueConfirmacaoDeAberto"
value="@{winEditarEmpresa$composer.empresa.indVendaAbertoMovimentaCaixa}" />
<image src="/gui/img/Question_mark_1.png"
tooltiptext="${c:l('editarEmpresaController.naoImprimeCupomDeEmbarqueConfirmacaoDeAberto')}" style="cursor: help" />
</hlayout>
</groupbox>
</row>
<row>
<groupbox>
<caption label="${c:l('editarEmpresaController.habilitaVendaEmAbertoMovimentoCaixa')}" />
<hlayout>
<checkbox id="chkIndHabilitarVendaAbertoMovimentoCaixa"
value="@{winEditarEmpresa$composer.empresa.indVendaAbertoMovimentaCaixa}" />
<image src="/gui/img/Question_mark_1.png"
tooltiptext="${c:l('editarEmpresaController.habilitaVendaEmAbertoMovimentoCaixa')}" style="cursor: help" />
</hlayout>
</groupbox>
<groupbox>
<caption label="${c:l('editarEmpresaController.habilitaVendaSeguroW2Digital')}" />
<hlayout>
<checkbox id="cnhIndSeguroOpcionalW2Digital" disabled="true"
value="@{winEditarEmpresa$composer.empresa.indSeguroW2Digital}" />
<image src="/gui/img/Question_mark_1.png"
tooltiptext="${c:l('editarEmpresaController.habilitaVendaSeguroW2Digital')}" style="cursor: help" />
</hlayout>
</groupbox>
</row>
<row>
<groupbox>
<caption label="${c:l('editarEmpresaController.habilitaCheckinBloqueadoNoshow')}" />
<hlayout>
<checkbox id="chkIndCheckinBloqueadoNoshow"
value="@{winEditarEmpresa$composer.empresa.indCheckinBloqueadoRemarcacao}" />
<image src="/gui/img/Question_mark_1.png"
tooltiptext="${c:l('editarEmpresaController.habilitaCheckinBloqueadoNoshowTooltip')}" style="cursor: help" />
</hlayout>
</groupbox>
<groupbox>
<caption label="${c:l('editarEmpresaController.habilitaAgrupamentoLocalidadesConexao')}" />
<hlayout>
<checkbox id="chkIndAgrupamentoLocalidadeConexao"
value="@{winEditarEmpresa$composer.empresa.indAgrupLocConexao}" />
<image src="/gui/img/Question_mark_1.png"
tooltiptext="${c:l('editarEmpresaController.habilitaAgrupamentoLocalidadesConexaoTooltip')}" style="cursor: help" />
</hlayout>
</groupbox>
<groupbox>
<caption label="${c:l('editarEmpresaController.limitaCategoriaPorCorrida')}" />
<hlayout>
<checkbox id="chkIndLimitaCategoriaPorCorrida"
value="@{winEditarEmpresa$composer.empresa.indLimitaCategoriaPorCorrida}" />
<image src="/gui/img/Question_mark_1.png"
tooltiptext="${c:l('editarEmpresaController.limitaCategoriaPorCorridaTooltip')}" style="cursor: help" />
</hlayout>
</groupbox>
</row>
<row>
<groupbox>
<caption
label="${c:l('editarEmpresaController.indEnviaDadosAgenciaBpe')}" />
            
<hlayout>
<checkbox
id="chkIndEnviaDadosAgenciaBpe"
value="@{winEditarEmpresa$composer.empresa.indEnviaDadosAgenciaBpe}" />
<image
src="/gui/img/Question_mark_1.png"
tooltiptext="${c:l('editarEmpresaController.indEnviaDadosAgenciaBpe.help')}"
style="cursor: help" />
            
</hlayout>
</groupbox>
<groupbox>
<caption label="${c:l('editarEmpresaController.indSegundaViaSeguroOpcional')}" />
            
<hlayout>
<checkbox id="chkIndSegundaViaSeguroOpcional" value="@{winEditarEmpresa$composer.empresa.indSegundaViaSegOpcional}" />
<image src="/gui/img/Question_mark_1.png" tooltiptext="${c:l('editarEmpresaController.indSegundaViaSeguroOpcional.tooltip')}" style="cursor: help" />
</hlayout>
</groupbox>
</row>
<row>
<groupbox>
<caption
label="${c:l('editarEmpresaController.indHabilitaVendaDeBilheteSemelhante')}" />
<hlayout>
<checkbox
id="chkIndHabilitaVendaDeBilheteSemelhante"
value="@{winEditarEmpresa$composer.empresa.indVendeDeBilheteSemelhante}" />
<image
src="/gui/img/Question_mark_1.png"
tooltiptext="${c:l('editarEmpresaController.indHabilitaVendaDeBilheteSemelhante.help')}"
style="cursor: help" />
</hlayout>
</groupbox>
<groupbox>
<caption label="${c:l('editarEmpresaController.indJurosCredito')}" />
            
<hlayout>
<checkbox id="chkIndJurosCredito" value="@{winEditarEmpresa$composer.empresa.indJurosCredito}" />
<image src="/gui/img/Question_mark_1.png" tooltiptext="${c:l('editarEmpresaController.indJurosCredito')}" style="cursor: help" />
</hlayout>
</groupbox>
</row>
<row>
<groupbox>
<caption label="${c:l('editarEmpresaController.indHabilitaTaxaConvenienciaSomenteVenda')}" />
<hlayout>
<checkbox id="chkIndHabilitaTaxaConvenienciaSomenteVenda"
value="@{winEditarEmpresa$composer.empresa.indTaxaConvenienciaSoVenda}" />
<image
src="/gui/img/Question_mark_1.png"
tooltiptext="${c:l('editarEmpresaController.indHabilitaTaxaConvenienciaSomenteVenda.help')}"
style="cursor: help" />
</hlayout>
</groupbox>
<groupbox>
<caption label="${c:l('editarEmpresaController.indImpressaoAposConfAberto')}" />             
<hlayout>
<checkbox id="chkindImpressaoAposConfAberto" value="@{winEditarEmpresa$composer.empresa.indImpressaoAposConfAberto}" />
<image src="/gui/img/Question_mark_1.png" tooltiptext="${c:l('editarEmpresaController.indImpressaoAposConfAberto.help')}" style="cursor: help" />
</hlayout>
</groupbox>
</row>
<row>
<groupbox>
<caption label="${c:l('editarEmpresaController.indHabilitaHorarioEmbarque')}" />
<hlayout>
<checkbox id="chkIndHabilitaHoraEmbarque"
value="@{winEditarEmpresa$composer.indHabilitaHoraEmbarque}" />
<timebox id="horaInicioEmbarque" mold="rounded" width="100px"
value="@{winEditarEmpresa$composer.empresa.horaInicioEmbarque}" />
<label width="5px" value=" até " />
<timebox id="horaFimEmbarque" mold="rounded" width="100px"
value="@{winEditarEmpresa$composer.empresa.horaFimEmbarque}" />
<image src="/gui/img/Question_mark_1.png" style="cursor: help"
tooltiptext="${c:l('editarEmpresaController.indHabilitaHorarioEmbarque.help')}" />
</hlayout>
</groupbox>
<groupbox >
<caption label="${c:l('editarEmpresaController.imprimirCupomEmbarqueSimplificado')}" />           
            <hlayout>              
<checkbox
id="chkIndCupomEmbarqueSimplificado"
value="@{winEditarEmpresa$composer.empresa.IndCupomEmbarqueSimplificado}" />
<image src="/gui/img/Question_mark_1.png" tooltiptext="${c:l('editarEmpresaController.imprimirCupomEmbarqueSimplificado.ajuda')}"
style="cursor: help" />
            </hlayout>
</groupbox>
</row>
<row>
<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>
<groupbox >
<caption id="lblIndBilheteDevPixDinheiro" label="${c:l('editarEmpresaController.bilheteDevPixDinheiro.label')}" />           
            <hlayout>              
<checkbox
id="chkIndBilheteDevPixDinheiro"
value="@{winEditarEmpresa$composer.empresa.indBilheteDevPixDinheiro}" />
<image src="/gui/img/Question_mark_1.png" tooltiptext="${c:l('editarEmpresaController.bilheteDevPixDinheiro.ajuda')}"
style="cursor: help" />
            </hlayout>
</groupbox>
</row>
<row>
<groupbox>
<caption label="${c:l('editarEmpresaController.indCalcGratuiSobreDescTotais.label')}" />
<hlayout>
<checkbox id="chkIndCalcGratuiSobreDescTotais"
value="@{winEditarEmpresa$composer.empresa.indCalcGratuiSobreDescTotais}" />
<image
src="/gui/img/Question_mark_1.png"
tooltiptext="${c:l('editarEmpresaController.indCalcGratuiSobreDescTotais.help')}"
style="cursor: help" />
</hlayout>
</groupbox>
<groupbox>
<caption label="${c:l('editarEmpresaController.indQRCodeFormMarcoReg.label')}" />
<hlayout>
<checkbox id="chkIndQRCodeFormMarcoReg"
value="@{winEditarEmpresa$composer.empresa.indQRCodeFormMarcoReg}" />
<image
src="/gui/img/Question_mark_1.png"
tooltiptext="${c:l('editarEmpresaController.indQRCodeFormMarcoReg.help')}"
style="cursor: help" />
</hlayout>
</groupbox>
</row>
<row>
<groupbox>
<caption label="${c:l('editarEmpresaController.indImprimeTaxaEmbarqueNoCupom')}" />
<hlayout>
<checkbox
id="chkIndImprimeTaxaEmbarqueNoCupom"
value="@{winEditarEmpresa$composer.empresa.indImprimeTaxaEmbarqueNoCupom}" />
<image
src="/gui/img/Question_mark_1.png"
tooltiptext="${c:l('editarEmpresaController.indImprimeTaxaEmbarqueNoCupom.help')}"
style="cursor: help" />
</hlayout>
</groupbox>
<groupbox>
<caption label="${c:l('editarEmpresaController.indImprimeConfAbertoNBPe')}" />
<hlayout>
<checkbox
id="chkIndImprimeConfAbertoNBPe"
value="@{winEditarEmpresa$composer.empresa.indImprimeConfAbertoNBPe}" />
<image
src="/gui/img/Question_mark_1.png"
tooltiptext="${c:l('editarEmpresaController.indImprimeConfAbertoNBPe')}"
style="cursor: help" />
</hlayout>
</groupbox>
</row>
</rows>
</grid>
</tabpanel>
<!-- Endereço -->
<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>
<row>
<!--Latitude/Longitude-->
<label
value="Latitude/Longitude (Google Maps Clipboard)" />
<textbox id="txtLatitudeLongitude" width="70%"/>
</row>
<row>
<!--Latitude-->
<label
value="Latitude" />
<textbox id="txtLatitude" width="30%"
value="@{winEditarEmpresa$composer.empresa.latitude,converter=com.rjconsultores.ventaboletos.web.utilerias.StringToFloatConverter}" />
</row>
<row>
<!--Longitude-->
<label
value="Longitude" />
<textbox id="txtLongitude" width="30%"
value="@{winEditarEmpresa$composer.empresa.longitude,converter=com.rjconsultores.ventaboletos.web.utilerias.StringToFloatConverter}" />
</row>
</rows>
</grid>
</tabpanel>
<!-- Impostos -->
<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>
<!-- Insc Estadual -->
<tabpanel id="tbInscEstadual" height="90%">
<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>
<!-- Inscrição Municipal -->
<label
value="${c:l('editarEmpresaController.lbInscricaoMunicipal.value')}" />
<hbox>
<textbox
id="txtNumInscricaoMunicipal" width="100%" maxlength="20"
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox" />
<checkbox id="ckIsento" />
<label
value="${c:l('editarEmpresaController.label.isento')}" />
</hbox>
</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>
<row>
<label
value="${c:l('editarEmpresaController.formapagoOutrosSemDadosCartao.label')}" />
<checkbox id="chkFormaPagoOutrosSemDadosCartao" />
</row>
<row spans="2" visible="@{winEditarEmpresa$composer.habilitaIEDescentralizada}">
<label
value="${c:l('editarEmpresaController.habilitaIEDescentralizadaText.label')}"
style="font-weight:bold;"/>
</row>
<row visible="@{winEditarEmpresa$composer.habilitaIEDescentralizada}">
<label
value="${c:l('editarEmpresaController.habilitaIEDescentralizada.label')}"/>
<checkbox id="chkHabilitaIEDescentralizada" />
</row>
<row visible="@{winEditarEmpresa$composer.habilitaIEDescentralizada}">
<label
value="${c:l('editarEmpresaController.origemIEDescentralizada.label')}"/>
<combobox id="cmbOrigemIEDescentralizada"
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxParada"
mold="rounded" buttonVisible="true" width="70%" />
</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="lhInscMunicipal"
image="/gui/img/create_doc.gif" width="114px"
label="${c:l('editarEmpresaController.lbInscricaoMunicipal.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>
<!-- Contas Bancárias -->
<tabpanel>
<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>
<!-- RATEIO DA COMISSAO -->
<tabpanel>
<grid fixedLayout="true">
<columns>
<column width="30%" />
<column width="70%" />
</columns>
<rows>
<row>
<label value="${c:l('editarEmpresaController.lbAtivarRateioComissaoGrupoLinha.value')}" />
<radiogroup>
<radio id="radAtivarRateioComissaoGrupoLinhaSim" label="${c:l('MSG.SI')}" />
<radio id="radAtivarRateioComissaoGrupoLinhaNao" label="${c:l('MSG.NO')}" />
</radiogroup>
</row>
<row>
<label value="${c:l('editarEmpresaController.lbUsarGrupoLinhas.value')}" />
<radiogroup>
<radio id="radGrupoLinhasLinhaOriginal" label="${c:l('editarEmpresaController.lbUsarGrupoLinhasLinhaOriginal.value')}" />
<radio id="radGrupoLinhasAproveitamentoSeletivo" label="${c:l('editarEmpresaController.lbUsarGrupoLinhasAproveitamentoSeletivo.value')}" />
</radiogroup>
</row>
</rows>
</grid>
</tabpanel>
<!-- Comissao -->
<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="lblEmail"
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>
<!-- Fidelidade -->
<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>
<!-- Configuração de Envio de Email -->
<tabpanel>
<grid>
<columns>
<column width="25%" />
<column width="75%" />
</columns>
<rows>
<row>
<label
value="${c:l('editarEmpresaController.tipoAutorizacao')}" />
<combobox id="cmbTipoAutorizacao" width="30%"
mold="rounded"
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxEstandar" />
</row>
<row>
<label id="lblNaoAutenticaEmail"
value="${c:l('editarEmpresaController.indAutenticacao')}" />
<checkbox id="chkAutenticacao"
value="@{winEditarEmpresa$composer.empresaEmailConfig.indAutenticacao}" />
</row>
<row>
<label id="lblTextEmail"
value="Email Autenticação SMTP" />
<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>
<row>
<label id="lblEmailDe"
value="Email de Envio" />
<textbox id="textEmailDe"
width="80%" maxlength="50"
value="@{winEditarEmpresa$composer.empresaEmail.emailDe}" />
</row>
<row>
<label id="lblEmailCoppiaOculta"
value="Email Cópia Oculta" />
<textbox id="textEmailCopiaOculta"
width="80%" maxlength="200"
value="@{winEditarEmpresa$composer.empresaEmail.emailCopiaOculta}" />
</row>
<row>
<label id="lblDestinatario"
value="Destinatário de informações gerais" />
<textbox id="textDestinatario"
width="90%" maxlength="50"
value="@{winEditarEmpresa$composer.empresaEmail.destinatario}" />
</row>
</rows>
</grid>
<toolbar>
<separator bar="true"/>
</toolbar>
<button id="btnTestEmail" height="20"
label="${c:l('viewTestEmailController.window.title')}"
/>
</tabpanel>
<!-- Configuração Email -->
<tabpanel>
<label id="lblTipoEmail"
value="${c:l('editarEmpresaController.configEmailTipoEmail.label')}" visible="false" />
<combobox id="cmbTipoEmail" width="30%"
mold="rounded" buttonVisible="true"
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxEstandar"
model="@{winEditarEmpresa$composer.lsTipoEmail}">
</combobox>
<tabbox id="tabCallCenter" visible="false">
<tabs>
<tab label="${c:l('editarEmpresaController.configCallCenterEmail.label')}" />
<tab label="${c:l('editarEmpresaController.configCallCenterEmailFiscal.label')}" />
<tab label="${c:l('editarEmpresaController.configCallCenterCupomEmbarque.label')}" />
</tabs>
<tabpanels>
<tabpanel>
<grid>
<columns>
<column width="25%" />
<column width="75%" />
</columns>
<rows>
<row>
<label id="lblAssunto"
value="Assunto" />
<textbox id="textAssunto"
width="80%" maxlength="500"
value="@{winEditarEmpresa$composer.empresaEmail.assunto}" />
</row>
</rows>
</grid>
<ckeditor id="messageConteudoEmail"
value="@{winEditarEmpresa$composer.empresaEmail.textoEmail}"
width="100%">
</ckeditor>
</tabpanel>
<tabpanel>
<grid>
<columns>
<column width="25%" />
<column width="75%" />
</columns>
<rows>
<row>
<label id="lblAssuntoFiscal"
value="Assunto" />
<textbox id="textAssuntoFiscal"
width="80%" maxlength="500"
value="@{winEditarEmpresa$composer.empresaEmail.assuntoFiscal}" />
</row>
</rows>
</grid>
<ckeditor id="messageConteudoEmailFiscal"
value="@{winEditarEmpresa$composer.empresaEmail.textoEmailFiscal}"
width="100%">
</ckeditor>
</tabpanel>
<tabpanel>
<ckeditor id="messageCupomEmbarque"
value="@{winEditarEmpresa$composer.empresaEmail.textoCupomEmbarque}"
width="100%">
</ckeditor>
</tabpanel>
</tabpanels>
</tabbox>
<label value="Tipo Operação" />
<combobox id="cmbTipoOperacao" width="30%"
mold="rounded" buttonVisible="true"
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxEstandar"
model="@{winEditarEmpresa$composer.lsTipoOperacao}" visible="false">
</combobox>
<tabbox id="tabECommerce" visible="false" >
<tabs>
<tab label="${c:l('editarEmpresaController.configCallCenterEmail.label')}" />
<tab label="Anexo" />
</tabs>
<tabpanels>
<tabpanel>
<grid>
<columns>
<column width="25%" />
<column width="75%" />
</columns>
<rows>
<row>
<label id="lblAssuntoECommerce"
value="Assunto" />
<textbox id="textAssuntoECommerce"
width="80%" maxlength="500"
value="@{winEditarEmpresa$composer.empresaEmailEComerce.assunto}" />
</row>
</rows>
</grid>
<ckeditor id="messageConteudoEmailECommerce"
value="@{winEditarEmpresa$composer.empresaEmailEComerce.textoEmail}"
width="100%">
</ckeditor>
</tabpanel>
<tabpanel>
<ckeditor id="messageAnexo1Ecommerce"
value="@{winEditarEmpresa$composer.empresaEmailEComerce.anexo1}"
width="100%">
</ckeditor>
</tabpanel>
</tabpanels>
</tabbox>
</tabpanel>
<!-- Voucher Personalizado -->
<tabpanel>
<ckeditor id="ckCampoCustomVoucher"
value="@{winEditarEmpresa$composer.empresa.campoCustomVoucher}"
width="100%">
</ckeditor>
</tabpanel>
<!-- FlexBus -->
<tabpanel>
<tabbox>
<tabs>
<tab label="${c:l('editarEmpresaController.configEnvioEmailFlexBus.label')}" />
<tab label="${c:l('editarEmpresaController.configConteudoEmailFlexBus.label')}" />
</tabs>
<tabpanels>
<tabpanel>
<grid>
<columns>
<column width="25%" />
<column width="75%" />
</columns>
<rows>
<row>
<label
value="${c:l('editarEmpresaController.tipoAutorizacao')}" />
<combobox
id="cmbTipoAutorizacaoFlexBus" width="30%" mold="rounded"
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxEstandar" />
</row>
<row>
<label id="lblNaoAutenticaEmailFlexBus" value="${c:l('editarEmpresaController.indAutenticacao')}" />
<checkbox id="chkAutenticacaoFlexBus"
value="@{winEditarEmpresa$composer.empresaEmailFlexBus.indAutenticacao}" />
</row>
<row>
<label id="lblTextEmailFlexBus" value="Email Autenticação SMTP" />
<textbox id="textEmailFlexBus" width="80%" maxlength="50"
value="@{winEditarEmpresa$composer.empresaEmailFlexBus.smtpEmail}" />
</row>
<row>
<label id="lblSenhaEmailFlexBus"
value="Senha" />
<textbox id="textSenhaEmailFlexBus" type="password" width="80%" maxlength="50"
value="@{winEditarEmpresa$composer.empresaEmailFlexBus.senha}" />
</row>
<row>
<label id="lblSMTPHostFlexBus" value="SMTP Endereço" />
<textbox id="textSMTPHostFlexBus" width="80%" maxlength="50"
value="@{winEditarEmpresa$composer.empresaEmailFlexBus.smtp}" />
</row>
<row>
<label id="lblSMTPPortaFlexBus" value="SMTP Porta" />
<textbox id="textSMTPPortaFlexBus" width="80%" maxlength="50"
value="@{winEditarEmpresa$composer.empresaEmailFlexBus.smtpPorta}" />
</row>
<row>
<label id="lblEmailDeFlexBus" value="Email de Envio" />
<textbox id="textEmailDeFlexBus" width="80%" maxlength="50"
value="@{winEditarEmpresa$composer.empresaEmailFlexBus.emailDe}" />
</row>
<row>
<label id="lblEmailCoppiaOcultaFlexBus" value="Email Cópia Oculta" />
<textbox id="textEmailCopiaOcultaFlexBus" width="80%" maxlength="200"
value="@{winEditarEmpresa$composer.empresaEmailFlexBus.emailCopiaOculta}" />
</row>
</rows>
</grid>
<toolbar>
<separator bar="true" />
</toolbar>
<button id="btnTestEmailFlexBus" height="20"
label="${c:l('viewTestEmailController.window.title')}" />
</tabpanel>
<tabpanel>
<grid>
<columns>
<column width="25%" />
<column width="75%" />
</columns>
<rows>
<row>
<label id="lblAssuntoFlexBus"
value="Assunto" />
<textbox id="textAssuntoFlexBus"
width="80%" maxlength="500"
value="@{winEditarEmpresa$composer.empresaEmailFlexBus.assunto}" />
</row>
</rows>
</grid>
<ckeditor id="messageConteudoEmailFlexBus"
value="@{winEditarEmpresa$composer.empresaEmailFlexBus.textoEmail}"
width="100%">
</ckeditor>
</tabpanel>
</tabpanels>
</tabbox>
</tabpanel>
<!-- CieloLink -->
<tabpanel>
<grid fixedLayout="true">
<columns>
<column width="25%" />
<column width="75%" />
</columns>
<rows>
<row>
<label
value="${c:l('editarEmpresaController.lblClientId.value')}" />
<textbox id="txtClientId"
isUpperCase="false"
width="70%"
maxlength="50"
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextboxCustom" />
</row>
<row>
<label
value="${c:l('editarEmpresaController.lblMerchantId.value')}" />
<textbox id="txtMerchantId"
isUpperCase="false"
width="70%"
maxlength="50"
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextboxCustom" />
</row>
<row>
<label
value="${c:l('editarEmpresaController.lblSecret.value')}" />
<textbox id="txtSecret"
isUpperCase="false"
width="70%"
maxlength="50"
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextboxCustom" />
</row>
<row>
<label
value="${c:l('editarEmpresaController.lblMinutosCancela.value')}" />
<textbox id="txtMinutosCancela"
width="50%"
maxlength="20"
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextboxCustom" />
</row>
<row>
<label
value="${c:l('editarEmpresaController.lblCieloUrl.value')}" />
<textbox id="txtCieloUrl"
isUpperCase="false"
width="70%"
maxlength="50"
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextboxCustom" />
</row>
</rows>
</grid>
</tabpanel>
<!-- Izipay -->
<tabpanel>
<grid fixedLayout="true">
<columns>
<column width="25%" />
<column width="75%" />
</columns>
<rows>
<row>
<label
value="${c:l('editarEmpresaController.lblClientId.value')}" />
<textbox id="txtIziPayClientId"
isUpperCase="false"
width="70%"
maxlength="50"
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextboxCustom" />
</row>
<row>
<label
value="${c:l('editarEmpresaController.lblSecret.value')}" />
<textbox id="txtIziPaySecret"
isUpperCase="false"
width="70%"
maxlength="50"
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextboxCustom" />
</row>
<row>
<label
value="${c:l('editarEmpresaController.lblMinutosCancela.value')}" />
<textbox id="txtIziPayMinutosCancela"
width="50%"
maxlength="20"
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextboxCustom" />
</row>
<row>
<label
value="${c:l('label.url')}" />
<textbox id="txtIziPayUrl"
isUpperCase="false"
width="70%"
maxlength="50"
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextboxCustom" />
</row>
</rows>
</grid>
</tabpanel>
<!-- RvHub -->
<tabpanel>
<grid fixedLayout="true">
<columns>
<column width="25%" />
<column width="75%" />
</columns>
<rows>
<row>
<label
value="${c:l('editarEmpresaController.lblClientId.value')}" />
<textbox id="txtRecargaClientId"
isUpperCase="false"
width="70%"
maxlength="50"
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextboxCustom" />
</row>
<row>
<label
value="${c:l('editarEmpresaController.lblSecret.value')}" />
<textbox id="txtRecargaSecret"
isUpperCase="false"
width="70%"
maxlength="60"
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextboxCustom" />
</row>
</rows>
</grid>
</tabpanel>
<!-- Safer -->
<tabpanel >
<grid fixedLayout="true">
<columns>
<column width="25%" />
<column width="75%" />
</columns>
<rows>
<row>
<label
value="${c:l('editarEmpresaController.lblCodigoSafer.value')}" />
<textbox id="txtPartnerId"
maxlength="100"
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox" />
</row>
<row>
<label
value="${c:l('editarEmpresaController.lblCodigoContratoSafer.value')}" />
<textbox id="txtContractId"
maxlength="100"
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox" />
</row>
<row spans="2">
<groupbox>
<caption
label="${c:l('editarEmpresaController.lblInfoSafer.value')}" />
                        
<hlayout>
             
<label
value="${c:l('winLogin.lblSenha')}" />
<textbox
id="txtSenhaCertificado" type="password" />
<fileupload
label="${c:l('editarEmpresaController.lblCarregarCertificadoSafer.value')}"
onUpload="winEditarEmpresa$composer.uploadFile(event)" />
            
</hlayout>
</groupbox>
</row>
<row spans="2">
<label id="lblCertificado"
multiline="true" />
</row>
</rows>
</grid>
</tabpanel>
<!-- Adyen -->
<tabpanel>
<grid fixedLayout="true">
<columns>
<column width="25%" />
<column width="75%" />
</columns>
<rows>
<row>
<label
value="${c:l('editarEmpresaController.indProducao.label')}" />
<radiogroup
id="indProducaoAdyen">
<radio
id="indProducaoAdyenSim"
label="${c:l('MSG.SI')}" />
<radio
id="indProducaoAdyenNao"
label="${c:l('MSG.NO')}"
checked="true" />
</radiogroup>
</row>
<row>
<label
value="${c:l('editarEmpresaController.apiKey.label')}" />
<textbox id="txtApiKeyAdyen" width="80%" maxlength="255" />
</row>
<row>
<label
value="${c:l('editarEmpresaController.merchantAccountAdyen.label')}" />
<textbox id="txtMerchantAccountAdyen" width="80%" maxlength="200" />
</row>
</rows>
</grid>
</tabpanel>
<!-- Mercado Pago -->
<tabpanel>
<tabbox>
<tabs>
<tab label="${c:l('editarEmpresaController.lblTabGeralMercadoPago.value')}" />
<tab label="${c:l('editarEmpresaController.lblTabCadastroMercadoPago.value')}" />
</tabs>
<tabpanels>
<tabpanel>
<grid fixedLayout="true">
<columns>
<column width="25%" />
<column width="75%" />
</columns>
<rows>
<row>
<label
value="${c:l('editarEmpresaController.lblUserIdMercadoPago.value')}" />
<textbox id="txtUserIdMercadoPago" width="80%" maxlength="255"
value="@{winEditarEmpresa$composer.empresaMercadoPagoConfig.userId}" />
</row>
<row>
<label
value="${c:l('editarEmpresaController.lblTokenMercadoPago.value')}" />
<textbox id="txtTokenMercadoPago" width="80%" maxlength="255"
value="@{winEditarEmpresa$composer.empresaMercadoPagoConfig.token}" />
</row>
<row>
<label
value="${c:l('editarEmpresaController.lblUrlApiMercadoPago.value')}" />
<textbox id="txtUrlApiMercadoPago" width="80%" maxlength="255"
value="@{winEditarEmpresa$composer.empresaMercadoPagoConfig.urlApi}" />
</row>
<row>
<label
value="${c:l('editarEmpresaController.lblStoreMercadoPago.value')}" />
<combobox id="cmbStoreMercadoPago"
width="90%" mold="rounded"
buttonVisible="true"
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxEstandar"
model="@{winEditarEmpresa$composer.lsStoreMercadoPago}"
selectedItem="@{winEditarEmpresa$composer.storeVO}"/>
</row>
<row>
<label
value="${c:l('editarEmpresaController.lblPOSMercadoPago.value')}" />
<combobox id="cmbPOSMercadoPago"
width="90%" mold="rounded"
buttonVisible="true"
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxEstandar"
model="@{winEditarEmpresa$composer.lsPosMercadoPago}"
selectedItem="@{winEditarEmpresa$composer.posVO}"/>
</row>
</rows>
</grid>
</tabpanel>
<tabpanel>
<toolbar>
<separator bar="true"/>
Store
</toolbar>
<grid fixedLayout="true">
<columns>
<column width="25%" />
<column width="75%" />
</columns>
<rows>
<row>
<label
value="${c:l('editarEmpresaController.lblStoreNomeMercadoPago.value')}" />
<textbox id="txtNomeStore" width="80%" maxlength="255" />
</row>
<row>
<label
value="${c:l('editarEmpresaController.lblIdExternoMercadoPago.value')}" />
<textbox id="txtIdStoreMercadoPago" width="80%" maxlength="255" />
</row>
</rows>
</grid>
<button id="btnCadastrarStoreMercadoPago" height="20"
label="${c:l('editarEmpresaController.lblBtnCadastrarStoreMercadoPago.value')}" />
<toolbar>
<separator bar="true"/>
POS
</toolbar>
<grid fixedLayout="true">
<columns>
<column width="25%" />
<column width="75%" />
</columns>
<rows>
<row>
<label
value="${c:l('editarEmpresaController.lblPOSNomeMercadoPago.value')}" />
<textbox id="txtNomePOS" width="80%" maxlength="255" />
</row>
<row>
<label
value="${c:l('editarEmpresaController.lblIdExternoMercadoPago.value')}" />
<textbox id="txtIdPOSMercadoPago" width="80%" maxlength="255" />
</row>
<row>
<label
value="${c:l('editarEmpresaController.lblStoreMercadoPago.value')}" />
<combobox id="cmbStoreCadastroMercadoPago"
width="90%" mold="rounded"
buttonVisible="true"
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxEstandar"
model="@{winEditarEmpresa$composer.lsStoreMercadoPago}"/>
</row>
</rows>
</grid>
<button id="btnCadastrarPOSMercadoPago" height="20"
label="${c:l('editarEmpresaController.lblBtnCadastrarPOSMercadoPago.value')}" />
</tabpanel>
</tabpanels>
</tabbox>
</tabpanel>
<!-- Integrações Tipo de Passagem -->
<tabpanel>
<tabbox>
<tabs>
<tab label="${c:l('editarEmpresaController.lblTabPMArtesp.value')}" />
</tabs>
<tabpanels>
<tabpanel>
<grid fixedLayout="true">
<columns>
<column width="25%" />
<column width="75%" />
</columns>
<rows>
<row>
<label value="${c:l('editarEmpresaController.lblAtivarArtesp.value')}" />
<checkbox id="chkAtivarIntegracaoPMARTESP"
value="@{winEditarEmpresa$composer.empresaPMArtespConfig.validacaoAtiva}"/>
</row>
<row>
<hlayout>
<label value="${c:l('editarEmpresaController.lblUrlApiPMArtesp.value')}" />
<image src="/gui/img/Question_mark_1.png" tooltiptext="${c:l('editarEmpresaController.lblUrlApiPMArtesp.value.ajuda')}"
style="cursor: help" />
</hlayout>
<textbox
id="txtUrlIntegracaoARTESP" width="80%" maxlength="500"
value="@{winEditarEmpresa$composer.empresaPMArtespConfig.urlApi}" />
</row>
<row>
<label value="${c:l('editarEmpresaController.lblApiKeyPMArtesp.value')}" />
<textbox
id="txtTokenIntegracaoARTESP" width="80%" maxlength="4000"
value="@{winEditarEmpresa$composer.empresaPMArtespConfig.apiKey}" />
</row>
<row>
<label value="${c:l('editarEmpresaController.lblOrgaoConcedenteIntegracao.value')}" />
<combobox
id="cmbOrgaoConcedente" width="30%" mold="rounded"
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxEstandar"
model="@{winEditarEmpresa$composer.lsOrgaoConcedente}"
selectedItem="@{winEditarPuntoVenta$composer.empresaPMArtespConfig.orgaoConcedente}"/>
</row>
<row>
<label value="${c:l('editarEmpresaController.lblTipoDePassagemIntegracao.value')}" />
<combobox
id="cmbTipoDePassagem" width="30%" mold="rounded"
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxEstandar"
model="@{winEditarEmpresa$composer.lsCategorias}"
selectedItem="@{winEditarPuntoVenta$composer.empresaPMArtespConfig.categoria}"
/>
</row>
</rows>
</grid>
</tabpanel>
</tabpanels>
</tabbox>
</tabpanel>
<!-- Saftao -->
<tabpanel >
<grid fixedLayout="true">
<columns>
<column width="25%" />
<column width="75%" />
</columns>
<rows>
<row>
<label
value="${c:l('editarEmpresaController.indSaftao')}" />
<checkbox id="chkIndSaftao" value="@{winEditarEmpresa$composer.empresa.indSaftao}" />
</row>
<row spans="2">
<groupbox>
<caption
label="${c:l('editarEmpresaController.lblCertificadoSaftao.value')}" />
                        
<hlayout>
<fileupload
label="${c:l('editarEmpresaController.lblCarregarCertificadoSaftao.value')}"
onUpload="winEditarEmpresa$composer.uploadFileSaftao(event)" />
            
</hlayout>
</groupbox>
</row>
<row spans="2">
<label id="lblCertificadoSaftao"
multiline="true" />
</row>
</rows>
</grid>
</tabpanel>
<!-- Sicfe -->
<tabpanel>
<grid fixedLayout="true">
<columns>
<column width="25%" />
<column width="75%" />
</columns>
<rows>
<row>
<label value="${c:l('editarEmpresaController.sicfe.indUsaRUTCliente')}" />
<checkbox id="chkSicfeUsaRUTCliente" use="com.rjconsultores.ventaboletos.web.utilerias.MyCheckboxSiNo" />
</row>
<row>
<label value="${c:l('editarEmpresaController.sicfe.indeUsaTermica')}" />
<checkbox id="chkSicfeUsaTermica" use="com.rjconsultores.ventaboletos.web.utilerias.MyCheckboxSiNo" />
</row>
<row>
<label value="${c:l('editarEmpresaController.sicfe.indDesconto100Emite')}" />
<checkbox id="chkSicfeDesconto100Emite" use="com.rjconsultores.ventaboletos.web.utilerias.MyCheckboxSiNo" />
</row>
<row>
<groupbox closable="false" mold="3d" >
<caption label="${c:l('editarEmpresaController.sicfe.empresaFormasPagamentoSicfe')}" />
<hlayout>
<listbox id="empresaFormasPagamentoSicfe" use="com.rjconsultores.ventaboletos.web.utilerias.MyListbox" height="120px" width="200px"
droppable="true">
</listbox>
</hlayout>
</groupbox>
<groupbox width="215px" closable="false" mold="3d" >
<caption label="${c:l('editarEmpresaController.sicfe.empresaFormasPagamentoSicfeSelecionado')}" />
<hlayout>
<listbox id="empresaFormasPagamentoSicfeSelecionado" use="com.rjconsultores.ventaboletos.web.utilerias.MyListbox" height="120px" width="200px"
droppable="true">
</listbox>
</hlayout>
</groupbox>
</row>
<row>
<groupbox closable="false" mold="3d" >
<caption label="${c:l('editarEmpresaController.sicfe.empresaFormasPagamentoSicfeNaoEmite')}" />
<hlayout>
<listbox id="empresaFormasPagamentoSicfeNaoEmite" use="com.rjconsultores.ventaboletos.web.utilerias.MyListbox" height="120px" width="200px"
droppable="true">
</listbox>
</hlayout>
</groupbox>
<groupbox width="215px" closable="false" mold="3d" >
<caption label="${c:l('editarEmpresaController.sicfe.empresaFormasPagamentoSicfeSelecionado')}" />
<hlayout>
<listbox id="empresaFormasPagamentoSicfeNaoEmiteSelecionado" use="com.rjconsultores.ventaboletos.web.utilerias.MyListbox" height="120px" width="200px"
droppable="true">
</listbox>
</hlayout>
</groupbox>
</row>
</rows>
</grid>
<groupbox id="gbHabilitaSicfe" open="false" onOpen="chkIsSicfeHabilitado.setChecked(event.open);">
<caption>
<checkbox id="chkIsSicfeHabilitado" checked="false" onCheck="gbHabilitaSicfe.setOpen(event.checked)"
label="${c:l('editarEmpresaController.sicfe.indIsSicfeHabilitado')}" />
</caption>
<hlayout>
<grid fixedLayout="true">
<columns>
<column width="25%" />
<column width="75%" />
</columns>
<rows>
<row>
<label value="${c:l('editarEmpresaController.sicfe.txtRUTSicfe')}" />
<textbox id="txtRUTSicfe" width="80%" maxlength="255" />
</row>
<row>
<label value="${c:l('editarEmpresaController.sicfe.txtSicfeTenant')}" />
<textbox id="txtSicfeTenant" width="80%" maxlength="255" />
</row>
<row>
<label value="${c:l('editarEmpresaController.sicfe.txtSicfeURL')}" />
<textbox id="txtSicfeURL" width="80%" maxlength="255" />
</row>
<row>
<label value="${c:l('editarEmpresaController.sicfe.txtSicfeUSR')}" />
<textbox id="txtSicfeUSR" width="80%" maxlength="255" />
</row>
<row>
<label value="${c:l('editarEmpresaController.sicfe.txtSicfePassword')}" />
<textbox id="txtSicfePassword" type="password" width="80%" maxlength="255" />
</row>
<row>
<label value="${c:l('editarEmpresaController.sicfe.txtSicfeFatura')}" />
<intbox id="txtSicfeFatura" width="60px" maxlength="7" constraint="no negative" />
</row>
<row>
<label value="${c:l('editarEmpresaController.sicfe.txtSicfeTicket')}" />
<intbox id="txtSicfeTicket" width="60px" maxlength="7" constraint="no negative" />
</row>
<row>
<label value="${c:l('editarEmpresaController.sicfe.txtSicfeNotaCreditoFatura')}" />
<intbox id="txtSicfeNotaCreditoFatura" width="60px" maxlength="7" constraint="no negative" />
</row>
<row>
<label value="${c:l('editarEmpresaController.sicfe.txtSicfeNotaCreditoTicket')}" />
<intbox id="txtSicfeNotaCreditoTicket" width="60px" maxlength="7" constraint="no negative" />
</row>
<row>
<label value="${c:l('editarEmpresaController.sicfe.txtSicfeFormaPagoContado')}" />
<intbox id="txtSicfeFormaPagoContado" width="60px" maxlength="7" constraint="no negative" />
</row>
<row>
<label value="${c:l('editarEmpresaController.sicfe.txtSicfeFormaPagoCredito')}" />
<intbox id="txtSicfeFormaPagoCredito" width="60px" maxlength="7" constraint="no negative" />
</row>
<row>
<label value="${c:l('editarEmpresaController.sicfe.txtSicfeTipoDocRecepcao')}" />
<intbox id="txtSicfeTipoDocRecepcao" width="60px" maxlength="7" constraint="no negative" />
</row>
<row>
<label value="${c:l('editarEmpresaController.sicfe.txtSicfePais')}" />
<textbox id="txtSicfePais" width="80%" maxlength="255" />
</row>
<row>
<label value="${c:l('editarEmpresaController.sicfe.txtSicfeMoeda')}" />
<textbox id="txtSicfeMoeda" width="80%" maxlength="255" />
</row>
<row>
<label value="${c:l('editarEmpresaController.sicfe.txtSicfeCidade')}" />
<textbox id="txtSicfeCidade" width="80%" maxlength="255" />
</row>
<row>
<label value="${c:l('editarEmpresaController.sicfe.txtSicfeDepartamento')}" />
<textbox id="txtSicfeDepartamento" width="80%" maxlength="255" />
</row>
<row>
<label value="${c:l('editarEmpresaController.sicfe.txtSicfeEndereco')}" />
<textbox id="txtSicfeEndereco" width="80%" maxlength="255" />
</row>
<row>
<label value="${c:l('editarEmpresaController.sicfe.txtSicfeRazaoSocial')}" />
<textbox id="txtSicfeRazaoSocial" width="80%" maxlength="255" />
</row>
<row>
<label value="${c:l('editarEmpresaController.sicfe.txtSicfeSucursal')}" />
<textbox id="txtSicfeSucursal" width="80%" maxlength="255" />
</row>
</rows>
</grid>
</hlayout>
</groupbox>
</tabpanel>
<!-- CrediBanco -->
<tabpanel>
<grid fixedLayout="true">
<columns>
<column width="25%" />
<column width="75%" />
</columns>
<rows>
<row>
<label value="${c:l('editarEmpresaController.indProducao.label')}" />
<checkbox id="chkIndProducaoCrediBanco" use="com.rjconsultores.ventaboletos.web.utilerias.MyCheckboxSiNo" />
</row>
<row>
<label value="${c:l('editarEmpresaController.lblUsername.value')}" />
<textbox id="txtUsuarioCrediBanco" width="80%" maxlength="255" />
</row>
<row>
<label value="${c:l('editarEmpresaController.lblPassword.value')}" />
<textbox id="txtSenhaCrediBanco" type="password" width="80%" maxlength="200" />
</row>
<row>
<label value="${c:l('editarEmpresaController.lblClientId.value')}" />
<textbox id="txtClientIdCrediBanco" width="80%" maxlength="255" />
</row>
<row>
<label value="${c:l('editarEmpresaController.lblGrantType.value')}" />
<textbox id="txtGrantTypeCrediBanco" width="80%" maxlength="255" />
</row>
<row>
<label value="${c:l('editarEmpresaController.lblClientSecret.value')}" />
<textbox id="txtClientSecretCrediBanco" width="80%" maxlength="255" />
</row>
</rows>
</grid>
</tabpanel>
<!-- Nequi -->
<tabpanel>
<grid fixedLayout="true">
<columns>
<column width="25%" />
<column width="75%" />
</columns>
<rows>
<row>
<label value="${c:l('editarEmpresaController.lblClientIdNequi.value')}" />
<textbox id="txtClientIdNequi" width="80%" maxlength="50" />
</row>
<row>
<label value="${c:l('editarEmpresaController.lblApiKeyNequi.value')}" />
<textbox id="txtApiKeyNequi" width="80%" maxlength="100" />
</row>
<row>
<label value="${c:l('editarEmpresaController.lblCodeEmpresaNequi.value')}" />
<textbox id="txtCodeEmpresaNequi" width="80%" maxlength="50" />
</row>
<row>
<label value="${c:l('editarEmpresaController.lblUrlNequi.value')}" />
<textbox id="txtUrlNequi" width="80%" maxlength="250" />
</row>
<row>
<label value="${c:l('editarEmpresaController.lblUrlAuthNequi.value')}" />
<textbox id="txtUrlAuthNequi" width="80%" maxlength="250" />
</row>
<row>
<label value="${c:l('editarEmpresaController.lblHashNequi.value')}" />
<textbox id="txtHashNequi" width="80%" maxlength="250" />
</row>
</rows>
</grid>
</tabpanel>
<!-- Assistência de viagem -->
<tabpanel>
<grid fixedLayout="true">
<columns>
<column width="25%" />
<column width="75%" />
</columns>
<rows>
<row>
<label
value="${c:l('editarEmpresaController.comissaoTipoEventoExtra.label')}" />
<combobox
id="cmbTipoEventoExtrasAsistenciaViaje"
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxEstandar"
mold="rounded" buttonVisible="true" width="50%"
model="@{winEditarEmpresa$composer.lsTipoEventoExtras}" />
</row>
<row>
<label value="${c:l('label.url')}" />
<textbox id="txtURLAsistenciaViaje" width="80%" maxlength="255" />
</row>
<row>
<label value="${c:l('editarEmpresaController.lblUsername.value')}" />
<textbox id="txtUsuarioAsistenciaViaje" width="80%" maxlength="255" />
</row>
<row>
<label value="${c:l('editarEmpresaController.lblPassword.value')}" />
<textbox id="txtSenhaAsistenciaViaje" type="password" width="80%" maxlength="200" />
</row>
<row>
<label value="${c:l('editarEmpresaController.lblClientId.value')}" />
<textbox id="txtClientIdAsistenciaViaje" width="80%" maxlength="255" />
</row>
<row>
<label value="${c:l('editarEmpresaController.lblGrantType.value')}" />
<textbox id="txtGrantTypeAsistenciaViaje" width="80%" maxlength="255" />
</row>
<row>
<label value="${c:l('editarEmpresaController.lblClientSecret.value')}" />
<textbox id="txtClientSecretAsistenciaViaje" width="80%" maxlength="255" />
</row>
</rows>
</grid>
</tabpanel>
<!-- Comprovante Passagem -->
<tabpanel>
<tabbox>
<tabs>
<tab label="${c:l('editarEmpresaController.subTabComprovanteImpressao.value')}" />
<tab label="${c:l('editarEmpresaController.subTabComprovanteWhatsApp.value')}" />
<tab label="${c:l('editarEmpresaController.subTabComprovanteSMS.value')}" />
<tab label="${c:l('editarEmpresaController.subTabComprovanteEmail.value')}" />
</tabs>
<tabpanels>
<tabpanel>
<groupbox width="50%" id="gbHabilitaImpressaoComprovante" open="true" >
<caption>
<checkbox id="chkIsImpressaoComprovanteHabilitado" disabled="true" checked="true"
label="${c:l('editarEmpresaController.chkIsImpressaoComprovanteHabilitado.value')}" />
</caption>
<hlayout width="800px">
<grid fixedLayout="false">
<columns>
<column width="25%" />
<column width="75%" />
</columns>
<rows>
<row>
<label value="${c:l('editarEmpresaController.chkComprovanteDefault.value')}" />
<checkbox id="chkDefaultImpressao" disabled="true" checked="true" use="com.rjconsultores.ventaboletos.web.utilerias.MyCheckboxSiNo" />
</row>
</rows>
</grid>
</hlayout>
</groupbox>
</tabpanel>
<tabpanel>
<groupbox width="50%" id="gbHabilitaWhatsAppComprovante" open="false" onOpen="chkIsWhatsAppComprovanteHabilitado.setChecked(event.open);">
<caption>
<checkbox id="chkIsWhatsAppComprovanteHabilitado" checked="false" onCheck="gbHabilitaWhatsAppComprovante.setOpen(event.checked)"
label="${c:l('editarEmpresaController.chkIsImpressaoComprovanteHabilitado.value')}" />
</caption>
<hlayout width="800px">
<grid fixedLayout="false">
<columns>
<column width="25%" />
<column width="75%" />
</columns>
<rows>
<row>
<label value="${c:l('editarEmpresaController.chkComprovanteDefault.value')}" />
<checkbox id="chkDefaultWhatsApp" use="com.rjconsultores.ventaboletos.web.utilerias.MyCheckboxSiNo" />
</row>
<row>
<label value="${c:l('editarEmpresaController.lblComprovanteTipoIntegracao.value')}" />
<combobox id="cmbTipoIntegracaoWhatsApp"
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxEstandar"
width="100%" mold="rounded" buttonVisible="true"
model="@{winEditarEmpresa$composer.lsTipoIntegracao}"
/>
</row>
<row>
<label
value="${c:l('busquedaImpresionLayoutConfigController.window.title')}" />
<combobox id="cmbImpresionLayoutConfigWhatsApp"
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxImpresionLayoutConfig"
mold="rounded" buttonVisible="true" width="100%" />
</row>
</rows>
</grid>
</hlayout>
</groupbox>
</tabpanel>
<tabpanel>
<groupbox width="50%" id="gbHabilitaSMSComprovante" open="false" onOpen="chkIsSMSComprovanteHabilitado.setChecked(event.open);">
<caption>
<checkbox id="chkIsSMSComprovanteHabilitado" checked="false" onCheck="gbHabilitaSMSComprovante.setOpen(event.checked)"
label="${c:l('editarEmpresaController.chkIsImpressaoComprovanteHabilitado.value')}" />
</caption>
<hlayout width="800px">
<grid fixedLayout="false">
<columns>
<column width="25%" />
<column width="75%" />
</columns>
<rows>
<row>
<label value="${c:l('editarEmpresaController.chkComprovanteDefault.value')}" />
<checkbox id="chkDefaultSMS" use="com.rjconsultores.ventaboletos.web.utilerias.MyCheckboxSiNo" />
</row>
<row>
<label value="${c:l('editarEmpresaController.lblComprovanteTipoIntegracao.value')}" />
<combobox id="cmbTipoIntegracaoSMS"
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxEstandar"
width="100%" mold="rounded" buttonVisible="true"
model="@{winEditarEmpresa$composer.lsTipoIntegracao}"
/>
</row>
<row>
<label
value="${c:l('busquedaImpresionLayoutConfigController.window.title')}" />
<combobox id="cmbImpresionLayoutConfigSMS"
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxImpresionLayoutConfig"
mold="rounded" buttonVisible="true" width="100%" />
</row>
</rows>
</grid>
</hlayout>
</groupbox>
</tabpanel>
<tabpanel>
<groupbox width="50%" id="gbHabilitaEmailComprovante" open="false" onOpen="chkIsEmailComprovanteHabilitado.setChecked(event.open);">
<caption>
<checkbox id="chkIsEmailComprovanteHabilitado" checked="false" onCheck="gbHabilitaEmailComprovante.setOpen(event.checked)"
label="${c:l('editarEmpresaController.chkIsImpressaoComprovanteHabilitado.value')}" />
</caption>
<hlayout width="800px">
<grid fixedLayout="false">
<columns>
<column width="25%" />
<column width="75%" />
</columns>
<rows>
<row>
<label value="${c:l('editarEmpresaController.chkComprovanteDefault.value')}" />
<checkbox id="chkDefaultEmail" use="com.rjconsultores.ventaboletos.web.utilerias.MyCheckboxSiNo" />
</row>
<row>
<label value="${c:l('editarEmpresaController.lblComprovanteTipoIntegracao.value')}" />
<combobox id="cmbTipoIntegracaoEmail"
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxEstandar"
width="100%" mold="rounded" buttonVisible="true"
model="@{winEditarEmpresa$composer.lsTipoIntegracao}"
/>
</row>
<row>
<label
value="${c:l('busquedaImpresionLayoutConfigController.window.title')}" />
<combobox id="cmbImpresionLayoutConfigEmail"
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxImpresionLayoutConfig"
mold="rounded" buttonVisible="true" width="100%" />
</row>
</rows>
</grid>
</hlayout>
</groupbox>
</tabpanel>
</tabpanels>
</tabbox>
</tabpanel>
<!-- Configuracao Layout -->
<tabpanel>
<grid fixedLayout="true">
<columns>
<column width="30%" />
<column width="70%" />
</columns>
<rows>
<row>
<label
value="${c:l('editarEmpresaController.cmbConfigLayoutTiposVenda')}" />
<combobox id="cmbConfigLayoutTiposVenda"
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxEstandar"
width="98%" mold="rounded" buttonVisible="true"
model="@{winEditarEmpresa$composer.lsTiposVenta}" />
</row>
<row>
<label value="${c:l('editarEmpresaController.cmbImpresionLayoutConfig')}" />
<combobox id="cmbImpresionLayoutConfig"
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxImpresionLayoutConfig" mold="rounded" buttonVisible="true" width="100%" />
</row>
<row>
<label value="${c:l('editarEmpresaController.lblLayoutEmail')}" />
<checkbox id="chkindLayoutEmailConfig"/>
</row>
<row>
<label />
<hbox>
<button
id="btnAdicionarConfigLayout" height="20"
image="/gui/img/add.png" width="35px"
tooltiptext="${c:l('tooltiptext.btnAgregar')}" />
<button id="btnRemoverConfigLayout"
height="20" image="/gui/img/remove.png" width="35px"
tooltiptext="${c:l('tooltiptext.btnEliminar')}" />
</hbox>
</row>
</rows>
</grid>
<listbox id="empresaLayoutConfigList"
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.cmbConfigLayoutTiposVenda')}" sort="auto(tipoVenta.desctipoventa)" />
<listheader image="/gui/img/create_doc.gif"
label="${c:l('editarEmpresaController.cmbImpresionLayoutConfig')}" sort="auto(impresionlayoutconfigId.descricao)" />
<listheader image="/gui/img/create_doc.gif"
label="${c:l('editarEmpresaController.lblLayoutEmail')}" sort="auto(indEmail)" />
</listhead>
</listbox>
</tabpanel>
</tabpanels>
</tabbox>
</window>
</zk>