2411 lines
90 KiB
XML
2411 lines
90 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
||
<?page contentType="text/html;charset=UTF-8"?>
|
||
<?variable-resolver class="org.zkoss.zkplus.spring.DelegatingVariableResolver"?>
|
||
<?init class="org.zkoss.zkplus.databind.AnnotateDataBinderInit" arg0="winEditarPuntoVenta"?>
|
||
<?taglib uri="http://www.zkoss.org/dsp/web/core" prefix="c"?>
|
||
|
||
<zk xmlns="http://www.zkoss.org/2005/zul">
|
||
<window id="winEditarPuntoVenta" border="normal"
|
||
apply="${editarPuntoVentaController}" height="575px" width="700px"
|
||
contentStyle="overflow:auto" xmlns:h="http://www.w3.org/1999/xhtml"
|
||
title="${c:l('editarPuntoVentaController.window.title')}">
|
||
|
||
<toolbar>
|
||
<hbox spacing="5px" style="padding:1px" align="right">
|
||
<button id="btnApagar" height="20"
|
||
image="/gui/img/remove.png" width="35px"
|
||
tooltiptext="${c:l('editarPuntoVentaController.btnApagar.tooltiptext')}" />
|
||
<button id="btnSalvar" height="20"
|
||
image="/gui/img/save.png" width="35px"
|
||
tooltiptext="${c:l('editarPuntoVentaController.btnSalvar.tooltiptext')}" />
|
||
<button id="btnFechar" height="20"
|
||
image="/gui/img/exit.png" width="35px"
|
||
onClick="winEditarPuntoVenta.detach()"
|
||
tooltiptext="${c:l('editarPuntoVentaController.btnFechar.tooltiptext')}" />
|
||
</hbox>
|
||
</toolbar>
|
||
|
||
<tabbox id="tabboxTitle">
|
||
<tabs>
|
||
<tab
|
||
id="tabDadosPuntoVenta"
|
||
label="${c:l('editarPuntoVentaController.window.title')}" />
|
||
|
||
<tab
|
||
id="tabEndereco"
|
||
label="${c:l('editarPuntoVentaController.tab.label.endereco')}" />
|
||
|
||
<tab visible="@{winEditarPuntoVenta$composer.utilizaCobrancaAdicional}"
|
||
label="${c:l('editarPuntoVentaController.tab.label.cobrancaAdicional')}" />
|
||
|
||
<tab
|
||
id="tabComissao"
|
||
label="${c:l('editarPuntoVentaController.tab.label.comissao')}" />
|
||
<tab
|
||
id="tabBanco"
|
||
label="${c:l('editarPuntoVentaController.tab.label.banco')}" />
|
||
<tab
|
||
id="tabTitular"
|
||
label="${c:l('editarPuntoVentaController.tab.label.titular')}" />
|
||
|
||
<tab
|
||
id="tabDiversos"
|
||
label="${c:l('editarPuntoVentaController.tab.label.diversos')}" />
|
||
<tab
|
||
label="${c:l('editarPuntoVentaController.tab.label.antecipa')}"
|
||
visible="false" />
|
||
<tab
|
||
id="tabHorario"
|
||
label="${c:l('editarPuntoVentaController.tab.label.horario')}" />
|
||
<tab
|
||
id="tabFormaPago"
|
||
label="${c:l('indexController.mniFormaPago.label')}" />
|
||
<tab
|
||
label="${c:l('editarPuntoVentaController.tab.label.recoleccion')}"
|
||
visible="false" />
|
||
<tab
|
||
id="tabEmpresaVenta"
|
||
label="${c:l('editarPuntoVentaController.tab.label.empVenta')}" />
|
||
|
||
<tab visible="false"
|
||
label="${c:l('editarPuntoVentaController.tab.label.usuBancario')}" />
|
||
<tab
|
||
label="${c:l('editarPuntoVentaController.tab.label.estoque')}"
|
||
visible="false" />
|
||
<tab visible="false"
|
||
id="tabEmpresaBloqeuada"
|
||
label="${c:l('editarPuntoVentaController.tab.label.empresaBloqueada')}" />
|
||
<tab
|
||
id="tabLocalidades"
|
||
label="${c:l('editarPuntoVentaController.tab.label.localidades')}" />
|
||
<tab
|
||
id="tabSeguroTaxaEmbarque"
|
||
label="${c:l('editarPuntoVentaController.tab.label.seguroTasaEmbarque')}" />
|
||
<tab
|
||
id="tabTipoPassageiro"
|
||
visible="@{winEditarPuntoVenta$composer.validaFuncionTipoBoletoBloqueado}"
|
||
label="${c:l('editarPuntoVentaController.tab.label.tipoPassageiro')}" />
|
||
<tab
|
||
id="tabfechamentoCntCorrente"
|
||
label="${c:l('editarPuntoVentaController.tab.label.fechamentocntcorrente')}" />
|
||
<tab
|
||
id="tabIntegracionTotvs"
|
||
label="${c:l('editarPuntoVentaController.tab.label.integracao')}"
|
||
visible="@{winEditarPuntoVenta$composer.integracionTotvs}" />
|
||
<tab
|
||
id="tabintegracionAG"
|
||
label="${c:l('editarPuntoVentaController.tab.label.integracaoag')}"
|
||
visible="@{winEditarPuntoVenta$composer.integracionAG}" />
|
||
<tab
|
||
id="tabHistorico"
|
||
label="${c:l('editarPuntoVentaController.tab.label.historico')}" />
|
||
<tab
|
||
id="tabBloqueiaVendaImpPosterior"
|
||
label="${c:l('editarPuntoVentaController.tab.label.bloqueiaVendaImpPosterior')}" />
|
||
|
||
<tab
|
||
id="tabAnrifraude"
|
||
label="${c:l('editarPuntoVentaController.tab.label.antifraude')}" />
|
||
<tab
|
||
id="tabExcecaoMultaCancelamento"
|
||
label="${c:l('editarPuntoVentaController.tab.label.excecaoMultaCancelamento')}" />
|
||
</tabs>
|
||
|
||
<tabpanels>
|
||
<tabpanel height="465px" style="overflow:auto;">
|
||
<grid fixedLayout="true">
|
||
<columns>
|
||
<column width="30%" />
|
||
<column width="70%" />
|
||
</columns>
|
||
<rows>
|
||
<row>
|
||
<!--Nome do Ponto de Venda-->
|
||
<label
|
||
value="${c:l('editarPuntoVentaController.lbNome.value')}" />
|
||
<textbox id="txtNome"
|
||
constraint="no empty" width="70%" maxlength="60"
|
||
value="@{winEditarPuntoVenta$composer.puntoVenta.nombpuntoventa}"
|
||
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox" />
|
||
</row>
|
||
|
||
<row>
|
||
<!--ID Equivalencia-->
|
||
<label
|
||
value="${c:l('editarPuntoVentaController.lbIdEquivalencia.value')}" />
|
||
<textbox id="txtIdEquivalencia"
|
||
width="70%" maxlength="30"
|
||
value="@{winEditarPuntoVenta$composer.puntoVenta.equivalenciaId}"
|
||
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox" />
|
||
</row>
|
||
|
||
<row>
|
||
<label
|
||
value="${c:l('editarPuntoVentaController.lblNumPuntoVenda')}" />
|
||
<textbox id="txtNumPtoVta"
|
||
maxlength="10" constraint="no empty"
|
||
value="@{winEditarPuntoVenta$composer.puntoVenta.numPuntoVenta}" />
|
||
</row>
|
||
|
||
<!-- Integracion TOTVS -->
|
||
<row
|
||
visible="@{winEditarPuntoVenta$composer.integracionTotvs}">
|
||
<label
|
||
value="${c:l('editarPuntoVentaController.label.totvs')}" />
|
||
<radiogroup Id="indIntegracion">
|
||
<radio id="radTotvsSi"
|
||
disabled="true"
|
||
label="${c:l('editarPuntoVentaController.label.totvs.sim')}" />
|
||
<radio id="radTotvsNo"
|
||
disabled="true"
|
||
label="${c:l('editarPuntoVentaController.label.totvs.nao')}" />
|
||
<radio id="radTotvsErro"
|
||
disabled="true"
|
||
label="${c:l('editarPuntoVentaController.label.totvs.erro')}" />
|
||
</radiogroup>
|
||
</row>
|
||
|
||
<row>
|
||
|
||
|
||
<hbox>
|
||
<label value="${c:l('editarPuntoVentaController.lblMaxCancelacion')}" />
|
||
<image src="/gui/img/Question_mark_1.png" tooltiptext="${c:l('editarPuntoVentaController.dicaMaxCancelacion.ajuda')}"
|
||
style="cursor: help" />
|
||
</hbox>
|
||
|
||
|
||
<intbox id="txtMaxCancelacion"
|
||
constraint="no empty"
|
||
maxlength="5"
|
||
value="@{winEditarPuntoVenta$composer.puntoVenta.tiempoCancelacion}" />
|
||
</row>
|
||
|
||
|
||
<row>
|
||
<!-- Parada -->
|
||
<label
|
||
value="${c:l('editarPuntoVentaController.lbparada.value')}" />
|
||
<combobox id="cmbParada"
|
||
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxParada"
|
||
mold="rounded" buttonVisible="true" width="70%"
|
||
selectedItem="@{winEditarPuntoVenta$composer.puntoVenta.parada}" />
|
||
</row>
|
||
<row>
|
||
<!-- Empresa -->
|
||
<label
|
||
value="${c:l('editarPuntoVentaController.lbEmpresa.value')}" />
|
||
<combobox id="cmbEmpresa"
|
||
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxEstandar"
|
||
constraint="no empty" mold="rounded" buttonVisible="true"
|
||
width="70%" model="@{winEditarPuntoVenta$composer.lsEmpresas}"
|
||
selectedItem="@{winEditarPuntoVenta$composer.puntoVenta.empresa}" />
|
||
</row>
|
||
<row>
|
||
<!-- Tipo Pto Venda -->
|
||
<label
|
||
value="${c:l('editarPuntoVentaController.lbTpoPtoVta.value')}" />
|
||
<combobox id="cmbTipoPontoVenta"
|
||
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxEstandar"
|
||
constraint="no empty" mold="rounded" buttonVisible="true"
|
||
width="70%"
|
||
model="@{winEditarPuntoVenta$composer.lsTipoPuntoVenta}"
|
||
selectedItem="@{winEditarPuntoVenta$composer.puntoVenta.tipoPuntoVenta}" />
|
||
</row>
|
||
<row>
|
||
<!-- Moneda -->
|
||
<label
|
||
value="${c:l('editarPuntoVentaController.lbMoneda.value')}" />
|
||
<combobox id="cmbMoneda"
|
||
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxEstandar"
|
||
constraint="no empty" mold="rounded" buttonVisible="true"
|
||
width="70%" model="@{winEditarPuntoVenta$composer.lsMoneda}"
|
||
selectedItem="@{winEditarPuntoVenta$composer.puntoVenta.moneda}" />
|
||
</row>
|
||
<row>
|
||
<label
|
||
value="${c:l('editarPuntoVentaController.lbSubordinadaPunto.label')}" />
|
||
<combobox id="cmbPuntoVentaPadre"
|
||
mold="rounded" buttonVisible="true" width="90%"
|
||
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxPuntoVenta"
|
||
initialValue="@{winEditarPuntoVenta$composer.puntoVenta.puntoVentaPadre}"
|
||
selectedItem="@{winEditarPuntoVenta$composer.puntoVenta.puntoVentaPadre}" />
|
||
</row>
|
||
<row>
|
||
|
||
<label
|
||
value="${c:l('editarPuntoVentaController.lbdataAbertura.value')}" />
|
||
<datebox id="dateAbertura"
|
||
mold="rounded" format="dd/MM/yyyy" />
|
||
</row>
|
||
<row>
|
||
<!-- Status Aprobacion -->
|
||
<label
|
||
value="${c:l('editarPuntoVentaController.lbStaAprobacion.value')}" />
|
||
<radiogroup Id="indAprobacion">
|
||
<radio id="radAprobacionAutorizado"
|
||
label="${c:l('editarCatalogoDeRutaController.radAprobacionAutorizado.value')}"
|
||
checked="true" />
|
||
<radio id="radAprobacionLatente"
|
||
label="${c:l('editarCatalogoDeRutaController.radAprobacionLatente.value')}" />
|
||
</radiogroup>
|
||
</row>
|
||
<row id="rowDateFechamento"
|
||
visible="false">
|
||
<label
|
||
value="${c:l('editarPuntoVentaController.lbdataFechamento.value')}" />
|
||
<datebox id="dateFechamento"
|
||
mold="rounded" format="dd/MM/yyyy" />
|
||
</row>
|
||
|
||
<row>
|
||
<!-- Tel1 -->
|
||
<label
|
||
value="${c:l('editarPuntoVentaController.lbTelefonoUno.value')}" />
|
||
<textbox id="numtelefonouno"
|
||
constraint="no zero" width="70%" maxlength="40"
|
||
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox" />
|
||
</row>
|
||
<row>
|
||
<!-- Tel2 -->
|
||
<label
|
||
value="${c:l('editarPuntoVentaController.lbTelefonoDos.value')}" />
|
||
<textbox id="numtelefonodos"
|
||
constraint="no zero" width="70%" maxlength="40"
|
||
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox" />
|
||
</row>
|
||
|
||
<row>
|
||
<!--fax-->
|
||
<label
|
||
value="${c:l('editarPuntoVentaController.lbNumFax.value')}" />
|
||
<textbox id="txtNumFax"
|
||
constraint="no zero" width="70%" maxlength="15"
|
||
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox" />
|
||
</row>
|
||
|
||
<row visible="false">
|
||
<!-- Nodo -->
|
||
<label
|
||
value="${c:l('editarPuntoVentaController.lbNodo.value')}" />
|
||
<combobox id="cmbNodo"
|
||
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxEstandar"
|
||
constraint="no empty" mold="rounded" buttonVisible="true"
|
||
width="70%" model="@{winEditarPuntoVenta$composer.lsNodos}"
|
||
selectedItem="@{winEditarPuntoVenta$composer.puntoVenta.nodo}" />
|
||
</row>
|
||
|
||
<!-- Novo dados bancarios -->
|
||
<row visible="false">
|
||
<label
|
||
value="${c:l('editarEstacionController.conexion')}" />
|
||
<combobox id="cmbConexion" width="90%"
|
||
mold="rounded" buttonVisible="true"
|
||
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxEstandar"
|
||
selectedItem="@{winEditarPuntoVenta$composer.puntoVenta.conexionBancaria}">
|
||
<comboitem value="B"
|
||
label="${c:l('editarEstacionController.IndTipo.1')}" />
|
||
<comboitem value="M"
|
||
label="${c:l('editarEstacionController.IndTipo.2')}" />
|
||
<comboitem value="S"
|
||
label="${c:l('editarEstacionController.IndTipo.3')}" />
|
||
</combobox>
|
||
</row>
|
||
<row visible="false">
|
||
<label
|
||
value="${c:l('editarEstacionController.usuario')}" />
|
||
<combobox id="cmbUsuarioBancario"
|
||
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxEstandar"
|
||
mold="rounded" buttonVisible="true" width="90%" disabled="true"
|
||
model="@{winEditarPuntoVenta$composer.lsUsuarioBancario}"
|
||
selectedItem="@{winEditarPuntoVenta$composer.puntoVenta.usuarioBancario}" />
|
||
</row>
|
||
<!-- Novo dados bancarios fim -->
|
||
<row>
|
||
<!-- dscUsuarioInternet -->
|
||
<label
|
||
value="${c:l('editarPuntoVentaController.lbdscUsuarioInternet.value')}" />
|
||
<textbox id="dscUsuarioInternet"
|
||
constraint="no empty" width="70%" maxlength="30"
|
||
value="@{winEditarPuntoVenta$composer.puntoVenta.dscUsuarioInternet}"
|
||
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox" />
|
||
</row>
|
||
<row>
|
||
<!-- dscContrasenaInternet -->
|
||
<label
|
||
value="${c:l('editarPuntoVentaController.lbdscContrasenaInternet.value')}" />
|
||
<textbox id="dscContrasenaInternet"
|
||
constraint="no empty" width="70%" maxlength="30"
|
||
value="@{winEditarPuntoVenta$composer.puntoVenta.dscContrasenaInternet}"
|
||
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox" />
|
||
</row>
|
||
<row>
|
||
<!-- numdocpuntoventa -->
|
||
<label
|
||
value="${c:l('editarPuntoVentaController.lbdscNumDoCPuntoVenta.value')}" />
|
||
<textbox id="txtNumDoCPuntoVenta"
|
||
width="70%" maxlength="20"
|
||
value="@{winEditarPuntoVenta$composer.puntoVenta.numDoCPuntoVenta}"
|
||
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox" />
|
||
</row>
|
||
<row>
|
||
<!-- razonsocial -->
|
||
<label
|
||
value="${c:l('editarPuntoVentaController.lbdscRazonSocial.value')}" />
|
||
<textbox id="txtRazonSocial" width="70%"
|
||
maxlength="40"
|
||
value="@{winEditarPuntoVenta$composer.puntoVenta.razonSocial}"
|
||
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox" />
|
||
</row>
|
||
<row>
|
||
<!-- Inscrição Estadual -->
|
||
<label
|
||
value="${c:l('editarPuntoVentaController.lbIE.value')}" />
|
||
<hbox>
|
||
<textbox id="txtNumIEPuntoVenta"
|
||
width="100%" maxlength="20"
|
||
value="@{winEditarPuntoVenta$composer.puntoVenta.numIEPuntoVenta}"
|
||
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox" />
|
||
|
||
<checkbox id="ckIsento" />
|
||
<label
|
||
value="${c:l('editarPuntoVentaController.label.isento')}" />
|
||
</hbox>
|
||
</row>
|
||
<row>
|
||
<!-- Tempo mínimo para impressão -->
|
||
<label
|
||
value="${c:l('editarPuntoVentaController.lbTempoMinimoParaImpressao.value')}" />
|
||
<hbox>
|
||
<checkbox
|
||
id="ckValidarTempoParaImpressao"
|
||
checked="@{winEditarPuntoVenta$composer.puntoVenta.validaTempoParaImpressao}" />
|
||
<timebox id="txtTempoParaImpressao"
|
||
cols="14" format="HH:mm" mold="rounded"
|
||
value="@{winEditarPuntoVenta$composer.puntoVenta.tempoMinimoParaImpressao}" />
|
||
|
||
</hbox>
|
||
</row>
|
||
<row>
|
||
<!-- Comentarios -->
|
||
<label
|
||
value="${c:l('editarPuntoVentaController.lbComentarios.value')}" />
|
||
<textbox id="comentarios" rows="3"
|
||
width="90%" maxlength="100"
|
||
value="@{winEditarPuntoVenta$composer.puntoVenta.comentarios}"
|
||
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox" />
|
||
</row>
|
||
<row>
|
||
<!-- Estoque Motorista -->
|
||
<label
|
||
value="${c:l('editarPuntoVentaController.lbIndEstoqueMotorista.value')}" />
|
||
<checkbox id="ckIndEstoqueMotorista"
|
||
checked="@{winEditarPuntoVenta$composer.puntoVenta.indEstoqueMotorista}" />
|
||
</row>
|
||
<row>
|
||
<!-- Taxa de Conveniencia % -->
|
||
<label value="Taxa de Conveniencia %" />
|
||
<decimalbox id="txtTaxaConvenienciaPorc"
|
||
format=",###.##" constraint="no negative" maxlength="6"
|
||
value="@{winEditarPuntoVenta$composer.puntoVenta.taxaConvenienciaPorc}" />
|
||
</row>
|
||
<row>
|
||
<!--Máximo Taxa de Conveniencia -->
|
||
<label
|
||
value="Máximo Taxa de Conveniencia" />
|
||
<doublebox
|
||
id="txtMaximoTaxaConveniencia" format=",###.##"
|
||
constraint="no negative"
|
||
value="@{winEditarPuntoVenta$composer.puntoVenta.maximoTaxaConveniencia}" />
|
||
|
||
</row>
|
||
<row>
|
||
<label value="${c:l('editarPuntoVentaController.checkBloqDevolveReativaOutroPto.label')}" />
|
||
<checkbox id="checkBloqDevolveReativaOutroPto" checked="@{winEditarPuntoVenta$composer.puntoVenta.indBloqDevolveReativaOutroPto}" />
|
||
</row>
|
||
<row>
|
||
<label
|
||
value="${c:l('editarPuntoVentaController.lbIndBloqueiaCancelamentoImpressaoPosterior.value')}" />
|
||
<checkbox
|
||
id="ckIndBloqueiaCancelamentoImpressaoPosterior"
|
||
checked="@{winEditarPuntoVenta$composer.puntoVenta.indBloqueiaCancelamentoImpressaoPosterior}" />
|
||
</row>
|
||
|
||
<row>
|
||
<hbox>
|
||
<label value="${c:l('editarPuntoVentaController.lbIndBloqueiaCancelamentoBilheteImpresso.value')}" />
|
||
<image src="/gui/img/Question_mark_1.png" tooltiptext="${c:l('editarPuntoVentaController.bloqueiaBilheteImpresso.ajuda')}" style="cursor: help" />
|
||
</hbox>
|
||
<checkbox id="ckIndBloqueiaCancelamentoBilheteImpresso" checked="@{winEditarPuntoVenta$composer.puntoVenta.indBloqueiaCancelamentoBilheteImpresso}" />
|
||
</row>
|
||
|
||
<row>
|
||
<label
|
||
value="${c:l('editarPuntoVentaController.lbPodeCancelarPassage.value')}" />
|
||
<checkbox id="checkCancelaPassNormal"
|
||
checked="@{winEditarPuntoVenta$composer.puntoVenta.indBloqueaCancTrocaPassNormal}" />
|
||
</row>
|
||
<row>
|
||
<label
|
||
value="${c:l('editarPuntoVentaController.lbPodeCancelarPTA.value')}" />
|
||
<checkbox id="checkCancelaPTA"
|
||
checked="@{winEditarPuntoVenta$composer.puntoVenta.indBloqueaCancTrocaPTA}" />
|
||
</row>
|
||
<row>
|
||
<label
|
||
value="${c:l('editarPuntoVentaController.lbUTRRepasse.value')}" />
|
||
<checkbox id="checkUTRRepasse"
|
||
checked="@{winEditarPuntoVenta$composer.puntoVenta.indRepassaUTR}" />
|
||
</row>
|
||
<row>
|
||
<hbox>
|
||
<label
|
||
value="${c:l('editarPuntoVentaController.tiempoMaxBoletoEnVenta.label')}" />
|
||
<image src="/gui/img/Question_mark_1.png" tooltiptext="${c:l('editarPuntoVentaController.dicaTiempoMaxBoletoEnVenta.value')}"
|
||
style="cursor: help" />
|
||
</hbox>
|
||
<intbox id="intTiempoMaxBoletoEnVenta"
|
||
maxlength="10"
|
||
value="@{winEditarPuntoVenta$composer.puntoVenta.tiempoMaxBoletoEnVenta}"
|
||
constraint="no negative" />
|
||
</row>
|
||
<row>
|
||
<label
|
||
value="${c:l('editarPuntoVentaController.qrcodeCatracaRodEAN13.label')}" />
|
||
<checkbox id="checkIndQrcodeCatracaRodEAN13" checked="@{winEditarPuntoVenta$composer.puntoVenta.indQrcodeCatracaRodEAN13}" />
|
||
</row>
|
||
<row>
|
||
<label
|
||
value="${c:l('editarPuntoVentaController.vendeFlexBus.label')}" />
|
||
<checkbox id="checkIndVendeFlexBus" checked="@{winEditarPuntoVenta$composer.puntoVenta.indReservaFlexBus}" />
|
||
</row>
|
||
<row>
|
||
<label
|
||
value="${c:l('editarPuntoVentaController.lbQrcodeTaxaEmbarqueRodTTL.label')}" />
|
||
<checkbox id="checkIndQrcodeTaxaEmbarqueRodTTL" checked="@{winEditarPuntoVenta$composer.puntoVenta.indQrcodeTaxaEmbarqueRodTTL}" />
|
||
</row>
|
||
</rows>
|
||
</grid>
|
||
</tabpanel>
|
||
<!-- ENDERECO -->
|
||
<tabpanel>
|
||
<grid fixedLayout="true">
|
||
<columns>
|
||
<column width="30%" />
|
||
<column width="70%" />
|
||
</columns>
|
||
<rows>
|
||
<row>
|
||
<!--Rua-->
|
||
<label
|
||
value="${c:l('editarPuntoVentaController.lbCalle.value')}" />
|
||
<textbox id="direccioncalle"
|
||
constraint="no empty" width="70%" maxlength="30"
|
||
value="@{winEditarPuntoVenta$composer.puntoVenta.direccioncalle}"
|
||
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox" />
|
||
</row>
|
||
<row>
|
||
<!--Numero-->
|
||
<label
|
||
value="${c:l('editarPuntoVentaController.lbNumero.value')}" />
|
||
<textbox id="direccionnumero"
|
||
constraint="no empty" width="70%" maxlength="30"
|
||
value="@{winEditarPuntoVenta$composer.puntoVenta.direccionnumero}"
|
||
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox" />
|
||
</row>
|
||
<row>
|
||
<!--compl-->
|
||
<label
|
||
value="${c:l('editarPuntoVentaController.lbCompl.value')}" />
|
||
<textbox id="txtCompl" width="70%"
|
||
maxlength="30"
|
||
value="@{winEditarPuntoVenta$composer.puntoVenta.compl}"
|
||
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox" />
|
||
</row>
|
||
<row>
|
||
<!-- descCorreo -->
|
||
<label
|
||
value="${c:l('editarPuntoVentaController.lbDescCorreo.value')}" />
|
||
<textbox id="descCorreo" width="70%"
|
||
maxlength="60"
|
||
value="@{winEditarPuntoVenta$composer.puntoVenta.descCorreo}"
|
||
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox" />
|
||
</row>
|
||
<row>
|
||
<!--Ciudad-->
|
||
<label
|
||
value="${c:l('editarPuntoVentaController.lbCiudad.value')}" />
|
||
<combobox id="cmbCiudad"
|
||
autodrop="false" constraint="no empty"
|
||
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxCiudad"
|
||
mold="rounded" buttonVisible="true" width="70%" />
|
||
</row>
|
||
<row>
|
||
<!--Colonia-->
|
||
<label
|
||
value="${c:l('editarPuntoVentaController.lbColonia.value')}" />
|
||
<combobox id="cmbColonia"
|
||
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxEstandar"
|
||
mold="rounded" buttonVisible="true" width="70%" />
|
||
</row>
|
||
<row>
|
||
<!--CEP-->
|
||
<label
|
||
value="${c:l('editarPuntoVentaController.lbCP.value')}" />
|
||
<textbox id="txtCP"
|
||
constraint="no empty" width="70%" maxlength="8"
|
||
value="@{winEditarPuntoVenta$composer.puntoVenta.codpostal}" />
|
||
</row>
|
||
</rows>
|
||
</grid>
|
||
</tabpanel>
|
||
<!-- Cobranca Adicional -->
|
||
<tabpanel visible="@{winEditarPuntoVenta$composer.utilizaCobrancaAdicional}">
|
||
<tabbox id="tabboxTitle2" >
|
||
<tabs>
|
||
<tab label="${c:l('editarPuntoVentaController.abaCobranca.value')}" />
|
||
<tab label="${c:l('editarPuntoVentaController.abaHistorico.value')}" />
|
||
</tabs>
|
||
|
||
<tabpanels>
|
||
<tabpanel>
|
||
<grid fixedLayout="true" height="100%">
|
||
<columns>
|
||
<column width="15%" />
|
||
<column />
|
||
</columns>
|
||
<rows>
|
||
<row>
|
||
<!--Descricao-->
|
||
<label
|
||
value="${c:l('editarPuntoVentaController.lbDescricao.value')}" />
|
||
<textbox id="descricaoCobranca"
|
||
constraint="no empty" width="95%" maxlength="30"
|
||
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox" />
|
||
</row>
|
||
<row>
|
||
<!--Valor-->
|
||
<label
|
||
value="${c:l('editarPuntoVentaController.lbValor.value')}" />
|
||
<doublebox
|
||
id="valorCobrancaAdicional" format=",###.##"
|
||
constraint="no empty, no negative" width="95%" />
|
||
|
||
</row>
|
||
<row>
|
||
<!--Empresa-->
|
||
<label
|
||
value="${c:l('editarPuntoVentaController.lbEmprea.value')}" />
|
||
<combobox id="cmbEmpresaCobranca"
|
||
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxEstandar"
|
||
constraint="no empty" mold="rounded" buttonVisible="true"
|
||
width="95%" model="@{winEditarPuntoVenta$composer.lsEmpresasCobrancaAdicional}"
|
||
selectedItem="@{winEditarPuntoVenta$composer.puntoVenta.empresa}" />
|
||
</row>
|
||
|
||
<row spans="2">
|
||
<hlayout spacing="5%" style="margin-left: 10%;">
|
||
<label
|
||
value="${c:l('editarPuntoVentaController.dataInicial.label')}" />
|
||
<datebox id="dataInicioCobranca"
|
||
mold="rounded" format="dd/MM/yyyy" />
|
||
|
||
<label
|
||
value="${c:l('editarPuntoVentaController.dataFinal.label')}" />
|
||
<datebox id="dataFimCobranca"
|
||
mold="rounded" format="dd/MM/yyyy" />
|
||
</hlayout>
|
||
</row>
|
||
|
||
<row spans="2">
|
||
<groupbox >
|
||
<caption label="${c:l('editarPuntoVentaController.lbCicloFrequencia.value')}" />
|
||
<radiogroup id="frequencia" />
|
||
<radiogroup id="subFrequencia" />
|
||
<vlayout>
|
||
<radio id="radioDiario" label="${c:l('editarEmpresaController.diario.label')}" radiogroup="frequencia" />
|
||
|
||
<radio id="radioSemanal" label="${c:l('editarEmpresaController.semanal.label')}" radiogroup="frequencia" />
|
||
|
||
<!-- fulfill="radioSemanal.onCheck"-->
|
||
<hlayout spacing="5%" style="margin-left: 6%;">
|
||
<radio id="radioSegunda"
|
||
label="${c:l('editarEmpresaController.segunda.label')}" radiogroup="subFrequencia" />
|
||
<radio id="radioTerca"
|
||
label="${c:l('editarEmpresaController.terca.label')}" radiogroup="subFrequencia" />
|
||
<radio id="radioQuarta"
|
||
label="${c:l('editarEmpresaController.quarta.label')}" radiogroup="subFrequencia" />
|
||
<radio id="radioQuinta"
|
||
label="${c:l('editarEmpresaController.quinta.label')}" radiogroup="subFrequencia" />
|
||
<radio id="radioSexta"
|
||
label="${c:l('editarEmpresaController.sexta.label')}" radiogroup="subFrequencia" />
|
||
</hlayout>
|
||
|
||
<radio id="radioMensal" label="${c:l('editarEmpresaController.mensal.label')}" radiogroup="frequencia" />
|
||
|
||
<!-- fulfill="radioMensal.onCheck" -->
|
||
<hlayout spacing="5%" style="margin-left: 10%; ">
|
||
<radio id="radioPrimeiroDiaMes"
|
||
label="${c:l('editarEmpresaController.primeiroDia.label')}" radiogroup="subFrequencia" />
|
||
<radio id="radioUltimoDiaMes"
|
||
label="${c:l('editarEmpresaController.ultimoDia.label')}" radiogroup="subFrequencia" />
|
||
<image src="/gui/img/Question_mark_1.png" tooltiptext="${c:l('editarPuntoVentaController.dicaMensal.value')}"
|
||
style="cursor: help" />
|
||
</hlayout>
|
||
|
||
</vlayout>
|
||
</groupbox>
|
||
</row>
|
||
|
||
<row spans="2">
|
||
<groupbox >
|
||
<radiogroup id="radioCiclo" />
|
||
<caption label="${c:l('editarPuntoVentaController.lbPagamentoDinheiro.value')}" />
|
||
<hlayout spacing="5%" style="margin-left: 10%;">
|
||
|
||
<radio id="radioProximoCiclo" radiogroup="radioCiclo"
|
||
label="${c:l('editarPuntoVentaController.lbAcumularCiclo')}" />
|
||
<radio id="radioProximoDia" radiogroup="radioCiclo"
|
||
label="${c:l('editarPuntoVentaController.lbProximoDia')}" />
|
||
|
||
</hlayout>
|
||
</groupbox>
|
||
</row>
|
||
</rows>
|
||
</grid>
|
||
<toolbar>
|
||
<hbox spacing="5px" style="padding:1px" align="right">
|
||
<button id="btnApagarCobrancaAdicional" height="20"
|
||
image="/gui/img/remove.png" width="35px"
|
||
tooltiptext="${c:l('editarConfiguracionFormaPagoController.btnApagar.tooltiptext')}" />
|
||
<button id="btnSalvarCobrancaAdicional" height="20"
|
||
image="/gui/img/add.png" width="35px"
|
||
tooltiptext="${c:l('editarConfiguracionFormaPagoController.btnSalvar.tooltiptext')}" />
|
||
</hbox>
|
||
</toolbar>
|
||
|
||
<listbox id="cobrancaAdicionalList"
|
||
use="com.rjconsultores.ventaboletos.web.utilerias.MyListbox"
|
||
vflex="true" multiple="false" height="100px">
|
||
<listhead sizable="true">
|
||
<listheader width="6%"
|
||
image="/gui/img/builder.gif"
|
||
label="${c:l('editarPuntoVentaController.id.value')}" />
|
||
<listheader
|
||
image="/gui/img/builder.gif"
|
||
label="${c:l('editarPuntoVentaController.lbDescricao.value')}" />
|
||
<listheader width="9%"
|
||
image="/gui/img/builder.gif"
|
||
label="${c:l('editarPuntoVentaController.lbValor.value')}" />
|
||
<listheader width="12%"
|
||
image="/gui/img/builder.gif"
|
||
label="${c:l('editarPuntoVentaController.lbPeriodo.value')}" />
|
||
<listheader
|
||
image="/gui/img/builder.gif"
|
||
label="${c:l('editarPuntoVentaController.lbEmprea.value')}" />
|
||
<listheader
|
||
image="/gui/img/builder.gif"
|
||
label="${c:l('editarPuntoVentaController.lbCicloFrequencia.value')}" />
|
||
<listheader
|
||
image="/gui/img/builder.gif"
|
||
label="${c:l('editarPuntoVentaController.lbPagamentoDinheiro.value')}" />
|
||
</listhead>
|
||
</listbox>
|
||
</tabpanel>
|
||
|
||
<tabpanel>
|
||
<grid fixedLayout="true"
|
||
height="100%">
|
||
<columns>
|
||
<column width="18%" />
|
||
<column />
|
||
</columns>
|
||
<rows>
|
||
<row>
|
||
<!--Cobranca-->
|
||
<label
|
||
value="${c:l('editarPuntoVentaController.tab.label.cobrancaAdicional')}" />
|
||
<combobox id="cmbCobrancasPuntoVenta"
|
||
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxEstandar"
|
||
mold="rounded" buttonVisible="true"
|
||
width="98%" model="@{winEditarPuntoVenta$composer.lsTodasCobrancas}"
|
||
/>
|
||
</row>
|
||
|
||
<row spans="2">
|
||
<hlayout spacing="5%" style="margin-left: 8%;">
|
||
<label
|
||
value="${c:l('editarPuntoVentaController.dataInicial.label')}" />
|
||
<datebox id="dataInicioHistorico"
|
||
mold="rounded" format="dd/MM/yyyy" />
|
||
|
||
<label
|
||
value="${c:l('editarPuntoVentaController.dataFinal.label')}" />
|
||
<datebox id="dataFimHistorico"
|
||
mold="rounded" format="dd/MM/yyyy" />
|
||
|
||
<button id="btnPesquisarHistorico" height="20"
|
||
width="110px" label="${c:l('editarPuntoVentaController.btnPesquisar.value')}" />
|
||
|
||
</hlayout>
|
||
</row>
|
||
</rows>
|
||
</grid>
|
||
|
||
|
||
<listbox id="historicoCobrancaList"
|
||
use="com.rjconsultores.ventaboletos.web.utilerias.MyListbox"
|
||
vflex="true" multiple="false" height="340px">
|
||
<listhead sizable="true">
|
||
<listheader width="13%"
|
||
image="/gui/img/builder.gif"
|
||
label="${c:l('editarPuntoVentaController.dataRegistro.value')}" />
|
||
<listheader width="15%"
|
||
image="/gui/img/builder.gif"
|
||
label="${c:l('editarPuntoVentaController.valorCobrado.value')}" />
|
||
<listheader width="15%"
|
||
image="/gui/img/builder.gif"
|
||
label="${c:l('editarPuntoVentaController.valorAcumulado.value')}" />
|
||
<listheader width="12%"
|
||
image="/gui/img/builder.gif"
|
||
label="${c:l('editarPuntoVentaController.registroLancado.value')}" />
|
||
<listheader
|
||
image="/gui/img/builder.gif"
|
||
label="${c:l('editarPuntoVentaController.Descricao.value')}" />
|
||
</listhead>
|
||
</listbox>
|
||
|
||
</tabpanel>
|
||
|
||
</tabpanels>
|
||
</tabbox>
|
||
|
||
</tabpanel>
|
||
|
||
<!-- DADOS COMISSAO -->
|
||
<tabpanel>
|
||
<grid fixedLayout="true">
|
||
<columns>
|
||
<column width="20%" />
|
||
<column width="80%" />
|
||
</columns>
|
||
<rows>
|
||
<row>
|
||
<label
|
||
value="${c:l('editarPuntoVentaController.lbEmpresa.value')}" />
|
||
<hbox>
|
||
<combobox id="cmbEmpresaComissao"
|
||
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxEstandar"
|
||
constraint="no empty" mold="rounded" buttonVisible="true"
|
||
width="70%"
|
||
model="@{winEditarPuntoVenta$composer.lsEmpresaComissao}" />
|
||
|
||
<button
|
||
id="btnAdicionarEmpresaComissao" height="20"
|
||
image="/gui/img/add.png" width="35px" disabled="true"
|
||
tooltiptext="${c:l('editarConfiguracionReservacionController.btnAddClase.tooltiptext')}"
|
||
visible="@{winEditarPuntoVenta$composer.permissaoEditarComissao}" />
|
||
|
||
</hbox>
|
||
</row>
|
||
</rows>
|
||
</grid>
|
||
<listbox id="ptovtaComissaoList"
|
||
use="com.rjconsultores.ventaboletos.web.utilerias.MyListbox"
|
||
vflex="true" multiple="false">
|
||
<listhead sizable="true">
|
||
<listheader id="lhPtovtaComissao"
|
||
image="/gui/img/create_doc.gif"
|
||
label="${c:l('editarPuntoVentaController.lbEmpresa.value')}" />
|
||
</listhead>
|
||
</listbox>
|
||
</tabpanel>
|
||
|
||
|
||
<!-- DADOS AGENCIA BANCARIA -->
|
||
<tabpanel height="470px">
|
||
<grid fixedLayout="true">
|
||
<columns>
|
||
<column width="30%" />
|
||
<column width="70%" />
|
||
</columns>
|
||
<rows>
|
||
<row>
|
||
|
||
<label
|
||
value="${c:l('editarConfiguracionAgenciaBancariaController.lbBanco.value')}" />
|
||
<hbox>
|
||
<h:table border="none">
|
||
<h:tr>
|
||
|
||
<h:td>
|
||
<textbox
|
||
id="txtNomeBanco" width="50px" disabled="true" />
|
||
|
||
</h:td>
|
||
<h:td>
|
||
<combobox id="cmbBanco"
|
||
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxEstandar"
|
||
width="353px" mold="rounded" buttonVisible="true"
|
||
model="@{winEditarPuntoVenta$composer.lsBanco}" />
|
||
</h:td>
|
||
|
||
</h:tr>
|
||
</h:table>
|
||
</hbox>
|
||
</row>
|
||
|
||
<row>
|
||
<label
|
||
value="${c:l('editarConfiguracionAgenciaBancariaController.lbNumAg.value')}" />
|
||
|
||
<hbox>
|
||
<h:table border="none">
|
||
<h:tr>
|
||
|
||
<h:td>
|
||
<textbox id="txtNumAg"
|
||
width="70%" maxlength="5"
|
||
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox" />
|
||
</h:td>
|
||
<h:td>
|
||
<label value=" - " />
|
||
<textbox
|
||
id="txtDigitoAg" width="20%" maxlength="1"
|
||
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox" />
|
||
</h:td>
|
||
|
||
</h:tr>
|
||
</h:table>
|
||
</hbox>
|
||
</row>
|
||
|
||
<row>
|
||
<label
|
||
value="${c:l('editarConfiguracionAgenciaBancariaController.lbTipoConta.value')}" />
|
||
<combobox id="cmbTipoConta" width="70%"
|
||
mold="rounded" buttonVisible="true" />
|
||
</row>
|
||
<row>
|
||
<label
|
||
value="${c:l('editarConfiguracionAgenciaBancariaController.lbNumConta.value')}" />
|
||
|
||
<hbox>
|
||
<h:table border="none">
|
||
<h:tr>
|
||
|
||
<h:td>
|
||
<textbox id="txtConta"
|
||
width="250px" maxlength="9"
|
||
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox"
|
||
value="@{winEditarPuntoVenta$composer.puntoVenta.agenciaId.numconta}" />
|
||
</h:td>
|
||
<h:td>
|
||
<label value=" - " />
|
||
<textbox id="txtDigito"
|
||
width="20%" maxlength="1"
|
||
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox"
|
||
value="@{winEditarPuntoVenta$composer.puntoVenta.agenciaId.digito}" />
|
||
</h:td>
|
||
</h:tr>
|
||
</h:table>
|
||
</hbox>
|
||
</row>
|
||
|
||
<row>
|
||
<label
|
||
value="${c:l('editarConfiguracionAgenciaBancariaController.lbPessoa.value')}" />
|
||
<combobox id="cmbPessoa" width="70%"
|
||
mold="rounded" buttonVisible="true" />
|
||
|
||
</row>
|
||
|
||
<row>
|
||
<label
|
||
value="${c:l('editarConfiguracionAgenciaBancariaController.lbBilhetes.value')}" />
|
||
<textbox id="txtBilhetes" width="70%"
|
||
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox"
|
||
value="@{winEditarPuntoVenta$composer.puntoVenta.agenciaId.bilhetes}" />
|
||
</row>
|
||
<row>
|
||
<label
|
||
value="${c:l('editarConfiguracionAgenciaBancariaController.lbCarga.value')}" />
|
||
<textbox id="txtCarga" width="70%"
|
||
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox"
|
||
value="@{winEditarPuntoVenta$composer.puntoVenta.agenciaId.carga}" />
|
||
</row>
|
||
</rows>
|
||
</grid>
|
||
</tabpanel>
|
||
|
||
<!-- TITULAR -->
|
||
<tabpanel height="250px">
|
||
<grid fixedLayout="true">
|
||
<columns>
|
||
<column width="30%" />
|
||
<column width="70%" />
|
||
</columns>
|
||
<rows>
|
||
<row>
|
||
<label
|
||
value="${c:l('editarConfiguracionTitularController.lbNome.value')}" />
|
||
<textbox id="txtTitularNome" width="70%"
|
||
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox"
|
||
value="@{winEditarPuntoVenta$composer.puntoVenta.titularId.nome}" />
|
||
</row>
|
||
<row>
|
||
<label
|
||
value="${c:l('editarConfiguracionTitularController.lbCpf.value')}" />
|
||
<textbox id="txtTitularCpf" width="70%"
|
||
maxlength="14"
|
||
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox"
|
||
value="@{winEditarPuntoVenta$composer.puntoVenta.titularId.cpf}" />
|
||
</row>
|
||
<row>
|
||
<label
|
||
value="${c:l('editarConfiguracionTitularController.lbRg.value')}" />
|
||
<textbox id="txtTitularRg" width="70%"
|
||
maxlength="16"
|
||
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox"
|
||
value="@{winEditarPuntoVenta$composer.puntoVenta.titularId.rg}" />
|
||
</row>
|
||
<row>
|
||
<label
|
||
value="${c:l('editarConfiguracionTitularController.lbOrgEmis.value')}" />
|
||
<textbox id="txtTitularEmissor"
|
||
width="70%" maxlength="6"
|
||
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox"
|
||
value="@{winEditarPuntoVenta$composer.puntoVenta.titularId.orgaoemissor}" />
|
||
</row>
|
||
<row id="rowTipoSocio">
|
||
<label id="lblTipoSocio"
|
||
value="${c:l('editarPuntoVentaController.lbQSA.value')}" />
|
||
<combobox id="cmbTipoSocio"
|
||
width="72%" mold="rounded"
|
||
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxEstandar" />
|
||
</row>
|
||
<row>
|
||
|
||
<fileupload
|
||
label="${c:l('editarConfiguracionTitularController.btnUpload.Foto')}"
|
||
onUpload="winEditarPuntoVenta$composer.uploadPhoto(event)" />
|
||
<image id="img" height="100px"
|
||
width="150px" />
|
||
</row>
|
||
|
||
</rows>
|
||
</grid>
|
||
</tabpanel>
|
||
|
||
|
||
<!-- DADOS DIVERSOS-->
|
||
<tabpanel>
|
||
<grid fixedLayout="true">
|
||
<columns>
|
||
<column width="30%" />
|
||
<column width="70%" />
|
||
</columns>
|
||
<rows>
|
||
<row>
|
||
<label
|
||
value="${c:l('editarConfiguracionDiversosController.lbResponAluguel.value')}" />
|
||
<textbox id="txtResponAluguel"
|
||
value="@{winEditarPuntoVenta$composer.puntoVenta.diversosId.responAluguel}"
|
||
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox" />
|
||
</row>
|
||
|
||
<row>
|
||
<label
|
||
value="${c:l('editarConfiguracionDiversosController.lbResponTel.value')}" />
|
||
<textbox id="txtResponTel" width="70%"
|
||
maxlength="80"
|
||
value="@{winEditarPuntoVenta$composer.puntoVenta.diversosId.responTelefone}"
|
||
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox" />
|
||
</row>
|
||
|
||
<row>
|
||
<label
|
||
value="${c:l('editarConfiguracionDiversosController.lbResponEnergia.value')}" />
|
||
<textbox id="txtResponEnergia"
|
||
width="70%" maxlength="80"
|
||
value="@{winEditarPuntoVenta$composer.puntoVenta.diversosId.responEnergia}"
|
||
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox" />
|
||
</row>
|
||
|
||
<row>
|
||
<label
|
||
value="${c:l('editarConfiguracionDiversosController.lbPosicao.value')}" />
|
||
<combobox id="cmbPosicao" width="70%"
|
||
mold="rounded" buttonVisible="true"
|
||
selectedItem="@{winEditarPuntoVenta$composer.puntoVenta.diversosId.posicao}"
|
||
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxEstandar" />
|
||
|
||
</row>
|
||
|
||
<row>
|
||
<label
|
||
value="${c:l('editarConfiguracionDiversosController.lbInformatizada.value')}" />
|
||
<checkbox id="checkInformatizada"
|
||
checked="@{winEditarPuntoVenta$composer.puntoVenta.diversosId.informatizada}" />
|
||
</row>
|
||
<row>
|
||
<label
|
||
value="${c:l('editarConfiguracionDiversosController.lbBilheteInfo.value')}" />
|
||
<checkbox id="checkBilheteInfo"
|
||
checked="@{winEditarPuntoVenta$composer.puntoVenta.diversosId.bilheteInfo}" />
|
||
</row>
|
||
<row>
|
||
<label
|
||
value="${c:l('editarConfiguracionDiversosController.lbVendaInternet.value')}" />
|
||
<checkbox id="checkVendaInternet"
|
||
checked="@{winEditarPuntoVenta$composer.puntoVenta.diversosId.vendaInternet}" />
|
||
</row>
|
||
<row>
|
||
<label
|
||
value="${c:l('editarConfiguracionDiversosController.lbTeleEntrega.value')}" />
|
||
<checkbox id="checkTeleEntrega"
|
||
checked="@{winEditarPuntoVenta$composer.puntoVenta.diversosId.teleEntrega}" />
|
||
</row>
|
||
<row>
|
||
<label
|
||
value="${c:l('editarConfiguracionDiversosController.lbDigitacao.value')}" />
|
||
<checkbox id="checkDigitacao"
|
||
checked="@{winEditarPuntoVenta$composer.puntoVenta.diversosId.digitacaoSeq}" />
|
||
</row>
|
||
<row>
|
||
<label
|
||
value="${c:l('editarConfiguracionDiversosController.lbTrabalha.value')}" />
|
||
<hbox>
|
||
<checkbox id="checkBilhete"
|
||
checked="@{winEditarPuntoVenta$composer.puntoVenta.diversosId.trabalhaBilhete}"
|
||
label="${c:l('editarConfiguracionDiversosController.lbBilhete.value')}" />
|
||
<checkbox id="checkOfpsPropria"
|
||
checked="@{winEditarPuntoVenta$composer.puntoVenta.diversosId.ofpsPropria}"
|
||
label="${c:l('editarConfiguracionDiversosController.lbOfpsPropria.value')}" />
|
||
<checkbox id="checkOfpsTerceiros"
|
||
checked="@{winEditarPuntoVenta$composer.puntoVenta.diversosId.ofpsTerceiros}"
|
||
label="${c:l('editarConfiguracionDiversosController.lbOfpsTerceiros.value')}" />
|
||
</hbox>
|
||
</row>
|
||
</rows>
|
||
</grid>
|
||
</tabpanel>
|
||
|
||
|
||
<!-- DADOS ANTECIPACOMISSAO -->
|
||
<tabpanel height="300px">
|
||
<grid fixedLayout="true">
|
||
<columns>
|
||
<column width="30%" />
|
||
<column width="70%" />
|
||
</columns>
|
||
<rows>
|
||
<row>
|
||
<label
|
||
value="${c:l('editarConfiguracionAntecipaComController.lbData.value')}" />
|
||
<datebox id="dateAntecipData"
|
||
mold="rounded" constraint="no empty" width="70%" />
|
||
</row>
|
||
<row>
|
||
<label
|
||
value="${c:l('editarConfiguracionAntecipaComController.lbRetem.value')}" />
|
||
<textbox id="txtAntecipRetem"
|
||
value="0.0"
|
||
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextboxDecimal"
|
||
constraint="no empty" width="70%" />
|
||
</row>
|
||
<row>
|
||
<label
|
||
value="${c:l('editarConfiguracionAntecipaComController.lbPercentual.value')}" />
|
||
<textbox id="txtAntecipPercentual"
|
||
value="0.0"
|
||
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextboxDecimal"
|
||
constraint="no empty" width="70%" />
|
||
</row>
|
||
</rows>
|
||
</grid>
|
||
<toolbar>
|
||
<hbox spacing="5px" style="padding:1px"
|
||
align="right">
|
||
<button id="btnApagarAntecipa" height="20"
|
||
image="/gui/img/remove.png" width="35px"
|
||
tooltiptext="${c:l('editarConfiguracionAntecipaController.btnApagar.tooltiptext')}" />
|
||
<button id="btnSalvarAntecipa" height="20"
|
||
image="/gui/img/add.png" width="35px"
|
||
tooltiptext="${c:l('editarConfiguracionAntecipaController.btnSalvar.tooltiptext')}" />
|
||
</hbox>
|
||
</toolbar>
|
||
|
||
<listbox id="ptovtaAntecipaList"
|
||
use="com.rjconsultores.ventaboletos.web.utilerias.MyListbox"
|
||
vflex="true" multiple="false">
|
||
<listhead sizable="true">
|
||
<listheader id="lhData"
|
||
image="/gui/img/builder.gif"
|
||
label="${c:l('editarConfiguracionAntecipaController.lblData.value')}" />
|
||
<listheader id="lhRetem"
|
||
image="/gui/img/builder.gif"
|
||
label="${c:l('editarConfiguracionAntecipaController.lblRetem.value')}" />
|
||
<listheader id="lhPercentual"
|
||
image="/gui/img/builder.gif"
|
||
label="${c:l('editarConfiguracionAntecipaController.lblPercentual.value')}" />
|
||
</listhead>
|
||
</listbox>
|
||
</tabpanel>
|
||
<!-- DADOS DO HORARIO -->
|
||
<tabpanel height="300px">
|
||
<grid fixedLayout="true">
|
||
<columns>
|
||
<column width="30%" />
|
||
<column width="70%" />
|
||
</columns>
|
||
<rows>
|
||
|
||
<row>
|
||
<label
|
||
value="${c:l('editarConfiguracionCorridaController.lbSemana.value')}" />
|
||
<hbox>
|
||
<checkbox id="checkLun"
|
||
label="${c:l('editarConfiguracionCorridaController.lbL.value')}" />
|
||
<checkbox id="checkMar"
|
||
label="${c:l('editarConfiguracionCorridaController.lbMa.value')}" />
|
||
<checkbox id="checkMie"
|
||
label="${c:l('editarConfiguracionCorridaController.lbMi.value')}" />
|
||
<checkbox id="checkJue"
|
||
label="${c:l('editarConfiguracionCorridaController.lbJ.value')}" />
|
||
<checkbox id="checkVie"
|
||
label="${c:l('editarConfiguracionCorridaController.lbV.value')}" />
|
||
<checkbox id="checkSab"
|
||
label="${c:l('editarConfiguracionCorridaController.lbS.value')}" />
|
||
<checkbox id="checkDom"
|
||
label="${c:l('editarConfiguracionCorridaController.lbD.value')}" />
|
||
</hbox>
|
||
</row>
|
||
<row>
|
||
<label
|
||
value="${c:l('editarConfiguracionHorarioController.lbInicio.value')}" />
|
||
<timebox id="timeboxInicio" width="70%"
|
||
mold="rounded" constraint="no empty" />
|
||
</row>
|
||
<row>
|
||
<label
|
||
value="${c:l('editarConfiguracionHorarioController.lbFim.value')}" />
|
||
<timebox id="timeboxFim" mold="rounded"
|
||
constraint="no empty" width="70%" />
|
||
</row>
|
||
|
||
</rows>
|
||
</grid>
|
||
<toolbar>
|
||
<hbox spacing="5px" style="padding:1px"
|
||
align="right">
|
||
<button id="btnApagarHorario" height="20"
|
||
image="/gui/img/remove.png" width="35px"
|
||
tooltiptext="${c:l('editarConfiguracionHorarioController.btnApagar.tooltiptext')}" />
|
||
<button id="btnSalvarHorario" height="20"
|
||
image="/gui/img/add.png" width="35px"
|
||
tooltiptext="${c:l('editarConfiguracionHorarioController.btnSalvar.tooltiptext')}" />
|
||
</hbox>
|
||
</toolbar>
|
||
|
||
<listbox id="ptovtaHorarioList"
|
||
use="com.rjconsultores.ventaboletos.web.utilerias.MyListbox"
|
||
vflex="true" multiple="false">
|
||
<listhead sizable="true">
|
||
<listheader id="lhInicio"
|
||
image="/gui/img/builder.gif"
|
||
label="${c:l('editarConfiguracionHorarioController.lblInicio.value')}" />
|
||
<listheader id="lhFim"
|
||
image="/gui/img/builder.gif"
|
||
label="${c:l('editarConfiguracionHorarioController.lblFim.value')}" />
|
||
<listheader id="lhDias"
|
||
image="/gui/img/builder.gif"
|
||
label="${c:l('editarExcepcionPeajeController.lbDias.value')}" />
|
||
</listhead>
|
||
</listbox>
|
||
</tabpanel>
|
||
<!-- formas de pagamento -->
|
||
<tabpanel height="300px">
|
||
<grid fixedLayout="true">
|
||
<columns>
|
||
<column width="25%" />
|
||
<column width="75%" />
|
||
</columns>
|
||
<rows>
|
||
<row>
|
||
<label id="lblFormaPago"
|
||
value="${c:l('editarFormaPagoController.lbNome.value')}" />
|
||
<combobox id="cmbFormaPago"
|
||
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxEstandar"
|
||
width="80%" mold="rounded" buttonVisible="true"
|
||
constraint="no empty"
|
||
model="@{winEditarPuntoVenta$composer.lsFormaPago}" />
|
||
</row>
|
||
<row>
|
||
<label
|
||
value="${c:l('editarPuntoVentaController.lbEmpresa.value')}" />
|
||
<combobox id="cmbEmpresaFormaPago"
|
||
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxEstandar"
|
||
constraint="no empty" mold="rounded" buttonVisible="true"
|
||
width="70%"
|
||
model="@{winEditarPuntoVenta$composer.lsEmpresasFormapago}" />
|
||
</row>
|
||
<!--
|
||
<row>
|
||
<label id="lblCargosExtras"
|
||
value="${c:l('editarConfiguracionFormaPagoController.lblCargosExtras.value')}" />
|
||
<doublebox id="txtCargosExtras"
|
||
width="80%" value="0.0" maxlength="7"
|
||
constraint="no empty, no negative" />
|
||
</row>
|
||
-->
|
||
<row>
|
||
<label
|
||
value="${c:l('editarPuntoVentaController.checkPtoVtaEmpresaIndTotalBus.value')}" />
|
||
<checkbox
|
||
id="checkPtoVtaEmpresaIndTotalBus" checked="true" />
|
||
</row>
|
||
|
||
<row>
|
||
<label
|
||
value="${c:l('editarPuntoVentaController.checkPtoVtaEmpresaIndEmbarcada.value')}" />
|
||
<checkbox
|
||
id="checkPtoVtaEmpresaIndEmbarcada" checked="true" />
|
||
</row>
|
||
|
||
</rows>
|
||
</grid>
|
||
|
||
<toolbar>
|
||
<hbox spacing="5px" style="padding:1px"
|
||
align="right">
|
||
<button id="btnApagarFormaPago" height="20"
|
||
image="/gui/img/remove.png" width="35px"
|
||
tooltiptext="${c:l('editarConfiguracionFormaPagoController.btnApagar.tooltiptext')}" />
|
||
<button id="btnSalvarFormaPago" height="20"
|
||
image="/gui/img/add.png" width="35px"
|
||
tooltiptext="${c:l('editarConfiguracionFormaPagoController.btnSalvar.tooltiptext')}" />
|
||
</hbox>
|
||
</toolbar>
|
||
|
||
<listbox id="formaPagoList"
|
||
use="com.rjconsultores.ventaboletos.web.utilerias.MyListbox"
|
||
vflex="true" multiple="false">
|
||
<listhead sizable="true">
|
||
<listheader id="lhEmpresaFormaPago"
|
||
image="/gui/img/builder.gif"
|
||
label="${c:l('editarConfiguracionFormaPagoController.lblEmpresa.value')}" />
|
||
<listheader id="lhFormaPago"
|
||
image="/gui/img/builder.gif"
|
||
label="${c:l('editarConfiguracionFormaPagoController.lblFormaPago.value')}" />
|
||
<listheader id="lhTotalbusFormaPago"
|
||
image="/gui/img/builder.gif"
|
||
label="${c:l('editarPuntoVentaController.checkPtoVtaEmpresaIndTotalBus.value')}" />
|
||
<listheader id="lhEmbarcadaFormaPago"
|
||
image="/gui/img/builder.gif"
|
||
label="${c:l('editarPuntoVentaController.checkPtoVtaEmpresaIndEmbarcada.value')}" />
|
||
</listhead>
|
||
</listbox>
|
||
</tabpanel>
|
||
|
||
<!-- ParamRecoleccion -->
|
||
<tabpanel height="300px">
|
||
<grid fixedLayout="true">
|
||
<columns>
|
||
<column width="40%" />
|
||
<column width="60%" />
|
||
</columns>
|
||
<rows>
|
||
<row>
|
||
<label
|
||
value="${c:l('editarPuntoVentaController.lblInicial.value')}" />
|
||
<textbox id="importeInicial"
|
||
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextboxDecimal"
|
||
precision="7" scale="2" constraint="no empty" />
|
||
|
||
</row>
|
||
<row>
|
||
<label
|
||
value="${c:l('editarPuntoVentaController.lblAdicional.value')}" />
|
||
<textbox id="importeAdicional"
|
||
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextboxDecimal"
|
||
precision="7" scale="2" constraint="no empty" />
|
||
</row>
|
||
</rows>
|
||
</grid>
|
||
|
||
<toolbar>
|
||
<hbox spacing="5px" style="padding:1px"
|
||
align="right">
|
||
<button id="btnApagarParamRecoleccion"
|
||
height="20" image="/gui/img/remove.png" width="35px"
|
||
tooltiptext="${c:l('editarConfiguracionFormaPagoController.btnApagar.tooltiptext')}" />
|
||
<button id="btnSalvarParamRecoleccion"
|
||
height="20" image="/gui/img/add.png" width="35px"
|
||
tooltiptext="${c:l('editarConfiguracionFormaPagoController.btnSalvar.tooltiptext')}" />
|
||
</hbox>
|
||
</toolbar>
|
||
|
||
<listbox id="paramRecoleccionList"
|
||
use="com.rjconsultores.ventaboletos.web.utilerias.MyListbox"
|
||
vflex="true" multiple="false">
|
||
<listhead sizable="true">
|
||
<listheader image="/gui/img/builder.gif"
|
||
label="${c:l('editarPuntoVentaController.lblInicial.value')}" />
|
||
<listheader image="/gui/img/builder.gif"
|
||
label="${c:l('editarPuntoVentaController.lblAdicional.value')}" />
|
||
</listhead>
|
||
</listbox>
|
||
</tabpanel>
|
||
|
||
|
||
<!-- Empresas para venta -->
|
||
<tabpanel height="470px">
|
||
<grid fixedLayout="true">
|
||
<columns>
|
||
<column width="25%" />
|
||
<column width="75%" />
|
||
</columns>
|
||
<rows>
|
||
<row>
|
||
<label
|
||
value="${c:l('editarPuntoVentaController.lbEmpresa.value')}" />
|
||
<combobox id="cmbEmpresaPtoVta"
|
||
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxEstandar"
|
||
constraint="no empty" mold="rounded" buttonVisible="true"
|
||
width="100%"
|
||
model="@{winEditarPuntoVenta$composer.lsEmpresasSemTodos}" />
|
||
</row>
|
||
<row>
|
||
<label
|
||
value="${c:l('editarPuntoVentaController.lbEmpresaContaBancaria.value')}" />
|
||
<listbox id="empresaContaBancariaList"
|
||
multiple="true" checkmark="true" height="60px"
|
||
use="com.rjconsultores.ventaboletos.web.utilerias.MyListbox" />
|
||
</row>
|
||
<row>
|
||
<label
|
||
value="${c:l('editarPuntoVentaController.lbEmpresaTerceirizada.value')}" />
|
||
<checkbox
|
||
id="checkPtoVtaEmpresaIndTerceirizada" checked="false" />
|
||
</row>
|
||
<row>
|
||
<label
|
||
value="${c:l('editarPuntoVentaController.lbEmpresaBloqueada.value')}" />
|
||
<checkbox
|
||
id="checkPtoVtaEmpresaIndBloqueada" checked="false" />
|
||
</row>
|
||
<row>
|
||
<label
|
||
value="${c:l('editarPuntoVentaController.lbMostrarCaja.value')}" />
|
||
<checkbox
|
||
id="checkPtoVtaEmpresaIndMostrarCaja" checked="false" />
|
||
</row>
|
||
<row>
|
||
<label
|
||
value="${c:l('editarPuntoVentaController.lbImpCompCartao.value')}" />
|
||
<checkbox
|
||
id="checkPtoVtaEmpresaIndImpCompCartao" checked="false" />
|
||
</row>
|
||
<row>
|
||
<label
|
||
value="${c:l('editarPuntoVentaController.lbNumeroSitef.value')}" />
|
||
<textbox id="txtNumeroSitef"
|
||
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox"
|
||
maxlength="10" />
|
||
</row>
|
||
</rows>
|
||
</grid>
|
||
|
||
<toolbar>
|
||
<hbox spacing="5px" style="padding:1px"
|
||
align="right">
|
||
<button id="btnNovoPtovtaEmpresa"
|
||
height="20" image="/gui/img/create_doc.gif" width="35px"
|
||
tooltiptext="${c:l('tooltiptext.btnNuevo')}" />
|
||
|
||
<button id="btnSalvarPtovtaEmpresa"
|
||
height="20" image="/gui/img/add.png" width="35px"
|
||
tooltiptext="${c:l('tooltiptext.btnAgregar')}" />
|
||
|
||
<button id="btnApagarPtovtaEmpresa"
|
||
height="20" image="/gui/img/remove.png" width="35px"
|
||
tooltiptext="${c:l('tooltiptext.btnEliminar')}" />
|
||
</hbox>
|
||
</toolbar>
|
||
|
||
<listbox id="ptovtaEmpresaList"
|
||
use="com.rjconsultores.ventaboletos.web.utilerias.MyListbox"
|
||
vflex="true" multiple="false">
|
||
<listhead sizable="true">
|
||
<listheader image="/gui/img/builder.gif"
|
||
label="${c:l('editarPuntoVentaController.lbEmpresa.value')}"
|
||
width="20%" />
|
||
<listheader image="/gui/img/builder.gif"
|
||
label="${c:l('editarPuntoVentaController.lbEmpresaTerceirizada.value')}"
|
||
width="20%" />
|
||
<listheader image="/gui/img/builder.gif"
|
||
label="${c:l('editarPuntoVentaController.lbEmpresaBloqueada.value')}"
|
||
width="20%" />
|
||
<listheader image="/gui/img/builder.gif"
|
||
label="${c:l('editarPuntoVentaController.lbNumeroSitef.value')}"
|
||
width="20%" />
|
||
<listheader image="/gui/img/builder.gif"
|
||
label="${c:l('editarPuntoVentaController.lbEmpresaContaBancaria.value')}"
|
||
width="20%" />
|
||
<listheader image="/gui/img/builder.gif"
|
||
label="${c:l('editarPuntoVentaController.lbMostrarCaja.value')}"
|
||
width="20%" />
|
||
<listheader image="/gui/img/builder.gif"
|
||
label="${c:l('editarPuntoVentaController.lbImpCompCartao.value')}"
|
||
width="20%" />
|
||
</listhead>
|
||
</listbox>
|
||
</tabpanel>
|
||
|
||
<!-- Usuario Bancario -->
|
||
<tabpanel height="300px">
|
||
<grid fixedLayout="true">
|
||
<columns>
|
||
<column width="40%" />
|
||
<column width="60%" />
|
||
</columns>
|
||
<rows>
|
||
<row>
|
||
<label
|
||
value="${c:l('editarPuntoVentaController.lbEmpresa.value')}" />
|
||
<combobox
|
||
id="cmbEmpresaPtoVtaUsuarioBancario"
|
||
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxEstandar"
|
||
constraint="no empty" mold="rounded" buttonVisible="true"
|
||
width="70%" model="@{winEditarPuntoVenta$composer.lsEmpresas}" />
|
||
</row>
|
||
<row>
|
||
<label
|
||
value="${c:l('editarPuntoVentaController.tab.label.usuBancario')}" />
|
||
<combobox
|
||
id="cmbUsuarioBancarioPtoVtaUsuarioBancario"
|
||
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxEstandar"
|
||
constraint="no empty" mold="rounded" buttonVisible="true"
|
||
width="70%"
|
||
model="@{winEditarPuntoVenta$composer.lsUsuarioBancario}" />
|
||
</row>
|
||
</rows>
|
||
</grid>
|
||
|
||
<toolbar>
|
||
<hbox spacing="5px" style="padding:1px"
|
||
align="right">
|
||
<button id="btnSalvarPtovtaUsuarioBancario"
|
||
height="20" image="/gui/img/add.png" width="35px"
|
||
tooltiptext="${c:l('tooltiptext.btnAgregar')}" />
|
||
|
||
<button id="btnApagarPtovtaUsuarioBancario"
|
||
height="20" image="/gui/img/remove.png" width="35px"
|
||
tooltiptext="${c:l('tooltiptext.btnEliminar')}" />
|
||
</hbox>
|
||
</toolbar>
|
||
|
||
<listbox id="ptovtaUsuarioBancarioList"
|
||
use="com.rjconsultores.ventaboletos.web.utilerias.MyListbox"
|
||
vflex="true" multiple="false">
|
||
<listhead sizable="true">
|
||
<listheader image="/gui/img/builder.gif"
|
||
label="${c:l('editarPuntoVentaController.lbEmpresa.value')}" />
|
||
<listheader image="/gui/img/builder.gif"
|
||
label="${c:l('editarPuntoVentaController.tab.label.usuBancario')}" />
|
||
</listhead>
|
||
</listbox>
|
||
</tabpanel>
|
||
|
||
<!-- DADOS DO ESTOQUE -->
|
||
<tabpanel height="400px">
|
||
<grid fixedLayout="true">
|
||
<columns>
|
||
<column width="30%" />
|
||
<column width="70%" />
|
||
</columns>
|
||
<rows>
|
||
<row>
|
||
<label
|
||
value="${c:l('editarConfiguracionEstoqueController.lbEspecie.value')}" />
|
||
<textbox id="txtEspecie" maxlength="3"
|
||
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox"
|
||
constraint="no empty" width="70%" />
|
||
</row>
|
||
<row>
|
||
<label
|
||
value="${c:l('editarConfiguracionEstoqueController.lbForm.value')}" />
|
||
<combobox id="cmbForm"
|
||
constraint="no empty"
|
||
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxEstandar"
|
||
width="70%" mold="rounded" buttonVisible="true" />
|
||
</row>
|
||
<row>
|
||
<label
|
||
value="${c:l('editarConfiguracionEstoqueController.lbQuant.value')}" />
|
||
<intbox id="txtQuant"
|
||
constraint="no empty" width="70%" />
|
||
</row>
|
||
<row>
|
||
<label
|
||
value="${c:l('editarConfiguracionEstoqueController.lbLote.value')}" />
|
||
<combobox id="cmbLote"
|
||
constraint="no empty"
|
||
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxEstandar"
|
||
width="70%" mold="rounded" buttonVisible="true" />
|
||
</row>
|
||
|
||
</rows>
|
||
</grid>
|
||
<toolbar>
|
||
<hbox spacing="5px" style="padding:1px"
|
||
align="right">
|
||
<button id="btnApagarEstoque" height="20"
|
||
image="/gui/img/remove.png" width="35px"
|
||
tooltiptext="${c:l('editarConfiguracionEstoqueController.btnApagar.tooltiptext')}" />
|
||
<button id="btnSalvarEstoque" height="20"
|
||
image="/gui/img/add.png" width="35px"
|
||
tooltiptext="${c:l('editarConfiguracionEstoqueController.btnSalvar.tooltiptext')}" />
|
||
</hbox>
|
||
</toolbar>
|
||
<listbox id="ptovtaEstoqueList"
|
||
use="com.rjconsultores.ventaboletos.web.utilerias.MyListbox"
|
||
vflex="true" multiple="false">
|
||
<listhead sizable="true">
|
||
<listheader id="lhEspecie"
|
||
image="/gui/img/builder.gif"
|
||
label="${c:l('editarConfiguracionEstoqueController.lblEspecie.value')}" />
|
||
<listheader id="lhForm"
|
||
image="/gui/img/builder.gif"
|
||
label="${c:l('editarConfiguracionEstoqueController.lblForm.value')}" />
|
||
<listheader id="lhQuant"
|
||
image="/gui/img/builder.gif"
|
||
label="${c:l('editarConfiguracionEstoqueController.lblQuant.value')}" />
|
||
<listheader id="lhLote"
|
||
image="/gui/img/builder.gif"
|
||
label="${c:l('editarConfiguracionEstoqueController.lblLote.value')}" />
|
||
</listhead>
|
||
</listbox>
|
||
</tabpanel>
|
||
<!-- EMPRESAS BLOQUEADAS -->
|
||
<tabpanel height="400px">
|
||
<grid fixedLayout="true">
|
||
<columns>
|
||
<column width="30%" />
|
||
<column width="70%" />
|
||
</columns>
|
||
<rows>
|
||
<row>
|
||
<label
|
||
value="${c:l('editarEmpresaController.window.title')}" />
|
||
<combobox id="cmbEmpresas"
|
||
constraint="no empty"
|
||
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxEstandar"
|
||
width="70%" mold="rounded" buttonVisible="true" />
|
||
</row>
|
||
</rows>
|
||
</grid>
|
||
<toolbar>
|
||
<hbox spacing="5px" style="padding:1px"
|
||
align="right">
|
||
<button id="btnApagarEmpresaBloqueada"
|
||
height="20" image="/gui/img/remove.png" width="35px"
|
||
tooltiptext="${c:l('editarEmpresaController.btnApagar.tooltiptext')}" />
|
||
<button id="btnAdicionarEmpresaBloqueada"
|
||
height="20" image="/gui/img/add.png" width="35px"
|
||
tooltiptext="${c:l('busquedaEmpresaController.btnNovo.tooltiptext')}" />
|
||
</hbox>
|
||
</toolbar>
|
||
<listbox id="ptovtaEmpresasBloqueadasList"
|
||
use="com.rjconsultores.ventaboletos.web.utilerias.MyListbox"
|
||
vflex="true" multiple="false">
|
||
<listhead sizable="true">
|
||
<listheader id="lhEmpresa"
|
||
image="/gui/img/builder.gif"
|
||
label="${c:l('editarEmpresaController.window.title')}" />
|
||
</listhead>
|
||
</listbox>
|
||
</tabpanel>
|
||
<!-- LOCALIDADES PERMITIDAS -->
|
||
<tabpanel height="400px">
|
||
<grid fixedLayout="true">
|
||
<columns>
|
||
<column width="30%" />
|
||
<column width="70%" />
|
||
</columns>
|
||
<rows>
|
||
<row>
|
||
<label
|
||
value="${c:l('editarPuntoVentaController.lbparada.value')}" />
|
||
<combobox id="cmbPtoVtaCheckinParada"
|
||
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxParada"
|
||
mold="rounded" buttonVisible="true" width="70%"
|
||
/>
|
||
</row>
|
||
</rows>
|
||
</grid>
|
||
<toolbar>
|
||
<hbox spacing="5px" style="padding:1px"
|
||
align="right">
|
||
<button id="btnApagarPtoVtaCheckin"
|
||
height="20" image="/gui/img/remove.png" width="35px"
|
||
tooltiptext="${c:l('editarEmpresaController.btnApagar.tooltiptext')}" />
|
||
<button id="btnAdicionarPtoVtaCheckin"
|
||
height="20" image="/gui/img/add.png" width="35px"
|
||
tooltiptext="${c:l('busquedaEmpresaController.btnNovo.tooltiptext')}" />
|
||
</hbox>
|
||
</toolbar>
|
||
<listbox id="ptovtaPtoVtaCheckinList"
|
||
use="com.rjconsultores.ventaboletos.web.utilerias.MyListbox"
|
||
vflex="true" multiple="false">
|
||
<listhead sizable="true">
|
||
<listheader id="lhPtoVtaCheckin"
|
||
image="/gui/img/builder.gif"
|
||
label="${c:l('editarPuntoVentaController.lbparada.value')}" />
|
||
</listhead>
|
||
</listbox>
|
||
</tabpanel>
|
||
<!-- SEGURO/TAXA DE EMBARQUE -->
|
||
<tabpanel height="575px">
|
||
<grid fixedLayout="true">
|
||
<columns>
|
||
<column width="30%" />
|
||
<column width="70%" />
|
||
</columns>
|
||
<rows>
|
||
<row>
|
||
<label
|
||
value="${c:l('editarPuntoVentaController.lbEmpresa.value')}" />
|
||
<combobox id="cmbEmpresaSeguro"
|
||
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxEstandar"
|
||
constraint="no empty" mold="rounded" buttonVisible="true"
|
||
width="70%" model="@{winEditarPuntoVenta$composer.lsEmpresas}" />
|
||
</row>
|
||
<row>
|
||
<label
|
||
value="${c:l('editarPuntoVentaController.lbVendeSegOpcional.value')}" />
|
||
<radiogroup Id="indvendsegopcional">
|
||
<radio id="radIndvendsegopcionalSi"
|
||
label="${c:l('MSG.SI')}" checked="true" />
|
||
<radio id="radIndvendsegopcionalNo"
|
||
label="${c:l('MSG.NO')}" />
|
||
</radiogroup>
|
||
</row>
|
||
<row>
|
||
<label
|
||
value="${c:l('editarPuntoVentaController.lbEstanSegOpcional.value')}" />
|
||
<radiogroup Id="indestansegopcional">
|
||
<radio id="radIndestansegopcionalSi"
|
||
label="${c:l('MSG.SI')}" checked="true" />
|
||
<radio id="radIndestansegopcionalNo"
|
||
label="${c:l('MSG.NO')}" />
|
||
</radiogroup>
|
||
</row>
|
||
<row>
|
||
<label
|
||
value="${c:l('editarPuntoVentaController.lbVendeSegTabela.value')}" />
|
||
<radiogroup Id="indvendsegtabela">
|
||
<radio id="radIndvendsegtabelaSi"
|
||
label="${c:l('MSG.SI')}" />
|
||
<radio id="radIndvendsegtabelaNo"
|
||
label="${c:l('MSG.NO')}" checked="true" />
|
||
</radiogroup>
|
||
</row>
|
||
<row>
|
||
<label
|
||
value="${c:l('editarPuntoVentaController.lbEstanSegTabela.value')}" />
|
||
<radiogroup Id="indestansegtabela">
|
||
<radio id="radIndestansegtabelaSi"
|
||
label="${c:l('MSG.SI')}" disabled="true" />
|
||
<radio id="radIndestansegtabelaNo"
|
||
label="${c:l('MSG.NO')}" checked="true" disabled="true" />
|
||
</radiogroup>
|
||
</row>
|
||
<row>
|
||
<label
|
||
value="${c:l('editarPuntoVentaController.label.lbIndEstanTasaEmbarque.value')}" />
|
||
<radiogroup Id="indEstanTasaEmbarque">
|
||
<radio
|
||
id="radIndEstanTasaEmbarqueSi" label="${c:l('MSG.SI')}"
|
||
checked="true" />
|
||
<radio
|
||
id="radIndEstanTasaEmbarqueNo" label="${c:l('MSG.NO')}" />
|
||
</radiogroup>
|
||
</row>
|
||
<row>
|
||
<label
|
||
value="${c:l('editarPuntoVentaController.label.lbIndPermisoTasaEmbarque.value')}" />
|
||
<radiogroup
|
||
Id="indPermisoTasaEmbarque">
|
||
<radio
|
||
id="radIndPermisoTasaEmbarqueSi" label="${c:l('MSG.SI')}"
|
||
checked="true" />
|
||
<radio
|
||
id="radIndPermisoTasaEmbarqueNo" label="${c:l('MSG.NO')}" />
|
||
</radiogroup>
|
||
</row>
|
||
<row>
|
||
<label
|
||
value="${c:l('editarPuntoVentaController.label.lbIndPermisoTasaEmbarqueVtaManual.value')}" />
|
||
<radiogroup
|
||
Id="indPermisoTasaEmbarqueVtaManual">
|
||
<radio
|
||
id="radIndPermisoTasaEmbarqueVtaManualSi"
|
||
label="${c:l('MSG.SI')}" checked="true" />
|
||
<radio
|
||
id="radIndPermisoTasaEmbarqueVtaManualNo"
|
||
label="${c:l('MSG.NO')}" />
|
||
</radiogroup>
|
||
</row>
|
||
<row>
|
||
<label
|
||
value="${c:l('editarPuntoVentaController.label.lbIndPermisoTasaEmbarqueVtaAgencia.value')}" />
|
||
<radiogroup
|
||
Id="indPermisoTasaEmbarqueVtaAgencia">
|
||
<radio
|
||
id="radIndPermisoTasaEmbarqueVtaAgenciaSi"
|
||
label="${c:l('MSG.SI')}" checked="true" />
|
||
<radio
|
||
id="radIndPermisoTasaEmbarqueVtaAgenciaNo"
|
||
label="${c:l('MSG.NO')}" />
|
||
</radiogroup>
|
||
</row>
|
||
|
||
<row>
|
||
<label
|
||
value="${c:l('editarPuntoVentaController.label.lbIndVendeSeguroOpcEmbarcada.value')}" />
|
||
<radiogroup
|
||
Id="indVendeSeguroOpcEmbarcada">
|
||
<radio
|
||
id="radIndVendeSeguroOpcEmbarcadaSi"
|
||
label="${c:l('MSG.SI')}" checked="true" />
|
||
<radio
|
||
id="radIndVendeSeguroOpcEmbarcadaNo"
|
||
label="${c:l('MSG.NO')}" />
|
||
</radiogroup>
|
||
</row>
|
||
|
||
<row>
|
||
<label
|
||
value="${c:l('editarPuntoVentaController.label.lbindVendeSeguroTabelaEmbarcada.value')}" />
|
||
<radiogroup
|
||
Id="indVendeSeguroTabelaEmbarcada">
|
||
<radio
|
||
id="radIndVendeSeguroTabelaEmbarcadaSi"
|
||
label="${c:l('MSG.SI')}" checked="true" />
|
||
<radio
|
||
id="radIndVendeSeguroTabelaEmbarcadaNo"
|
||
label="${c:l('MSG.NO')}" />
|
||
</radiogroup>
|
||
</row>
|
||
|
||
<row>
|
||
<label
|
||
value="${c:l('editarPuntoVentaController.label.lbindTaxaEmbarqueEmbarcada.value')}" />
|
||
<radiogroup
|
||
Id="indTaxaEmbarqueEmbarcada">
|
||
<radio
|
||
id="radIndTaxaEmbarqueEmbarcadaSi"
|
||
label="${c:l('MSG.SI')}" checked="true" />
|
||
<radio
|
||
id="radIndTaxaEmbarqueEmbarcadaNo"
|
||
label="${c:l('MSG.NO')}" />
|
||
</radiogroup>
|
||
</row>
|
||
|
||
</rows>
|
||
</grid>
|
||
<toolbar>
|
||
<hbox spacing="5px" style="padding:1px"
|
||
align="right">
|
||
<button id="btnApagarPtoVtaSeguro"
|
||
height="20" image="/gui/img/remove.png" width="35px"
|
||
tooltiptext="${c:l('editarEmpresaController.btnApagar.tooltiptext')}" />
|
||
<button id="btnAdicionarPtoVtaSeguro"
|
||
height="20" image="/gui/img/add.png" width="35px"
|
||
tooltiptext="${c:l('busquedaEmpresaController.btnNovo.tooltiptext')}" />
|
||
</hbox>
|
||
</toolbar>
|
||
<listbox id="ptovtaPtoVtaSeguroList"
|
||
use="com.rjconsultores.ventaboletos.web.utilerias.MyListbox"
|
||
vflex="true" multiple="false">
|
||
<listhead sizable="true">
|
||
<listheader id="lhPtoVtaSeguroEmpresa"
|
||
image="/gui/img/builder.gif"
|
||
label="${c:l('editarPuntoVentaController.lbEmpresa.value')}" />
|
||
<listheader id="lhPtoVtaSeguroVende"
|
||
image="/gui/img/builder.gif"
|
||
label="${c:l('editarPuntoVentaController.lbVendeSegOpcional.value')}" />
|
||
<listheader id="lhPtoVtaSeguroEstan"
|
||
image="/gui/img/builder.gif"
|
||
label="${c:l('editarPuntoVentaController.lbEstanSegOpcional.value')}" />
|
||
<listheader id="lhPtoVtaSeguroVendeTabela"
|
||
image="/gui/img/builder.gif"
|
||
label="${c:l('editarPuntoVentaController.lbVendeSegTabela.value')}" />
|
||
<listheader id="lhPtoVtaSeguroEstanTabela"
|
||
image="/gui/img/builder.gif"
|
||
label="${c:l('editarPuntoVentaController.lbEstanSegTabela.value')}" />
|
||
<listheader id="lhIndEstanTasaEmbarque"
|
||
image="/gui/img/builder.gif"
|
||
label="${c:l('editarPuntoVentaController.label.lbIndEstanTasaEmbarque.value')}" />
|
||
<listheader id="lhIndPermisoTasaEmbarque"
|
||
image="/gui/img/builder.gif"
|
||
label="${c:l('editarPuntoVentaController.label.lbIndPermisoTasaEmbarque.value')}" />
|
||
<listheader
|
||
id="lhIndPermisoTasaEmbarqueVtaMan" image="/gui/img/builder.gif"
|
||
label="${c:l('editarPuntoVentaController.label.lbIndPermisoTasaEmbarqueVtaManual.value')}" />
|
||
<listheader
|
||
id="lhIndPermisoTasaEmbarqueVtaAgencia"
|
||
image="/gui/img/builder.gif"
|
||
label="${c:l('editarPuntoVentaController.label.lbIndPermisoTasaEmbarqueVtaAgencia.value')}" />
|
||
<listheader
|
||
id="lhIndVendeSeguroOpcEmbarcada"
|
||
image="/gui/img/builder.gif"
|
||
label="${c:l('editarPuntoVentaController.label.lbIndVendeSeguroOpcEmbarcada.value')}" />
|
||
<listheader
|
||
id="lhIndVendeSeguroTabelaEmbarcada"
|
||
image="/gui/img/builder.gif"
|
||
label="${c:l('editarPuntoVentaController.label.lbindVendeSeguroTabelaEmbarcada.value')}" />
|
||
<listheader
|
||
id="lhIndTaxaEmbarqueEmbarcada"
|
||
image="/gui/img/builder.gif"
|
||
label="${c:l('editarPuntoVentaController.label.lbindTaxaEmbarqueEmbarcada.value')}" />
|
||
</listhead>
|
||
</listbox>
|
||
</tabpanel>
|
||
|
||
|
||
|
||
<tabpanel height="400px">
|
||
<grid fixedLayout="true">
|
||
<columns>
|
||
<column width="30%" />
|
||
<column width="70%" />
|
||
</columns>
|
||
<rows>
|
||
|
||
<row>
|
||
<label
|
||
value="${c:l('editarPuntoVentaController.lbComportamentoAbaTipoPassagem.value')}" />
|
||
<radiogroup Id="indbloqueaTipoPassagem">
|
||
<radio id="radIndBloquear"
|
||
label="${c:l('editarPuntoVentaController.lbComportamentoAbaTipoPassagem.bloquear.value')}" />
|
||
<radio id="radIndLiberar"
|
||
label="${c:l('editarPuntoVentaController.lbComportamentoAbaTipoPassagem.liberar.value')}" checked="true"/>
|
||
</radiogroup>
|
||
</row>
|
||
|
||
<row>
|
||
|
||
<label
|
||
value="${c:l('editarPuntoVentaController.label.tipoPassagem')}" />
|
||
<bandbox id="bbCategoria" autodrop="true">
|
||
<bandpopup width="200px">
|
||
<listbox id="categoriaList"
|
||
checkmark="true" multiple="true"
|
||
use="com.rjconsultores.ventaboletos.web.utilerias.MyListbox">
|
||
</listbox>
|
||
</bandpopup>
|
||
</bandbox>
|
||
</row>
|
||
<row>
|
||
<label
|
||
value="${c:l('editarPuntoVentaController.label.usuario')}" />
|
||
<combobox id="cmbUsuarioBloq"
|
||
constraint="no empty"
|
||
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxUsuario"
|
||
width="70%" mold="rounded" buttonVisible="true" />
|
||
</row>
|
||
<row>
|
||
<label
|
||
value="${c:l('editarEmpresaController.window.title')}" />
|
||
<combobox id="cmbUsuarioEmpresa"
|
||
constraint="no empty"
|
||
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxEstandar"
|
||
width="70%" mold="rounded" buttonVisible="true" />
|
||
</row>
|
||
|
||
<row>
|
||
<label
|
||
value="${c:l('editarPuntoVentaController.checkPtoVtaCatIndTotalBus.value')}" />
|
||
<checkbox
|
||
id="checkPtovtaCatIndTotalBus" checked="true" />
|
||
</row>
|
||
|
||
<row>
|
||
<label
|
||
value="${c:l('editarPuntoVentaController.checkPtoVtaCatIndEmbarcada.value')}" />
|
||
<checkbox
|
||
id="checkPtovtaCatIndEmbarcada" checked="true" />
|
||
</row>
|
||
</rows>
|
||
</grid>
|
||
<toolbar>
|
||
<hbox spacing="5px" style="padding:1px"
|
||
align="right">
|
||
<button id="btnApagarPtovtaCatInd"
|
||
height="20" image="/gui/img/remove.png" width="35px"
|
||
tooltiptext="${c:l('editarEmpresaController.btnApagar.tooltiptext')}" />
|
||
<button id="btnAdicionarPtovtaCatInd"
|
||
height="20" image="/gui/img/add.png" width="35px"
|
||
tooltiptext="${c:l('busquedaEmpresaController.btnNovo.tooltiptext')}" />
|
||
</hbox>
|
||
</toolbar>
|
||
<listbox id="ptovtaCatIndList"
|
||
use="com.rjconsultores.ventaboletos.web.utilerias.MyListbox"
|
||
vflex="true" multiple="false">
|
||
<listhead sizable="true">
|
||
<listheader id="lCategoria"
|
||
image="/gui/img/builder.gif"
|
||
label="${c:l('editarPuntoVentaController.label.tipoPassagem')}" />
|
||
<listheader id="lUsuario"
|
||
image="/gui/img/builder.gif"
|
||
label="${c:l('editarPuntoVentaController.label.usuario')}" />
|
||
<listheader id="lUsuarioEmpresa"
|
||
image="/gui/img/builder.gif"
|
||
label="${c:l('editarEmpresaController.window.title')}" />
|
||
<listheader id="lhTotalbusCategoria"
|
||
image="/gui/img/builder.gif"
|
||
label="${c:l('editarPuntoVentaController.checkPtoVtaCatIndTotalBus.value')}" />
|
||
<listheader id="lhEmbarcadaCategoria"
|
||
image="/gui/img/builder.gif"
|
||
label="${c:l('editarPuntoVentaController.checkPtoVtaCatIndEmbarcada.value')}" />
|
||
</listhead>
|
||
</listbox>
|
||
</tabpanel>
|
||
|
||
<tabpanel>
|
||
<grid fixedLayout="true">
|
||
<columns>
|
||
<column width="30%" />
|
||
<column width="70%" />
|
||
</columns>
|
||
<rows>
|
||
<row>
|
||
<label
|
||
value="${c:l('editarPuntoVentaController.lbEmpresa.value')}" />
|
||
<combobox
|
||
id="cmbEmpresaFechamentoParamptovta"
|
||
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxEstandar"
|
||
mold="rounded" buttonVisible="true"
|
||
model="@{winEditarPuntoVenta$composer.lsEmpresasSemTodos}"
|
||
constraint="no empty" />
|
||
</row>
|
||
<row>
|
||
<label
|
||
value="${c:l('editarPuntoVentaController.intervalofechamento.label')}" />
|
||
<radiogroup
|
||
Id="radIntervalofechamento">
|
||
<radio
|
||
id="radIntervalofechamentoDiario"
|
||
label="${c:l('editarPuntoVentaController.radIntervalofechamentoDiario.value')}" />
|
||
<radio
|
||
id="radIntervalofechamentoSemanal"
|
||
label="${c:l('editarPuntoVentaController.radIntervalofechamentoSemanal.value')}" />
|
||
<radio
|
||
id="radIntervalofechamentoDecendial"
|
||
label="${c:l('editarPuntoVentaController.radIntervalofechamentoDecendial.value')}" />
|
||
<radio
|
||
id="radIntervalofechamentoQuinzenal"
|
||
label="${c:l('editarPuntoVentaController.radIntervalofechamentoQuinzenal.value')}" />
|
||
<radio
|
||
id="radIntervalofechamentoMensal"
|
||
label="${c:l('editarPuntoVentaController.radIntervalofechamentoMensal.value')}" />
|
||
</radiogroup>
|
||
</row>
|
||
<row>
|
||
<label
|
||
value="${c:l('editarPuntoVentaController.diasemtransito.label')}" />
|
||
<textbox id="txtDiasemtransito"
|
||
width="50px"
|
||
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox" />
|
||
</row>
|
||
<row>
|
||
<label
|
||
value="${c:l('editarPuntoVentaController.tipopagamento.label')}" />
|
||
<radiogroup Id="radTipoPagamento">
|
||
<radio id="radTipoPagamentoBoleto"
|
||
label="${c:l('editarPuntoVentaController.radTipoPagamentoBoleto.value')}" />
|
||
<radio id="radTipoPagamentoDeposito"
|
||
label="${c:l('editarPuntoVentaController.radTipoPagamentoDeposito.value')}" />
|
||
</radiogroup>
|
||
</row>
|
||
</rows>
|
||
</grid>
|
||
<toolbar>
|
||
<button id="btnApagarFechamentoParamptovta"
|
||
height="20" image="/gui/img/remove.png" width="35px"
|
||
tooltiptext="${c:l('editarEmpresaController.btnApagar.tooltiptext')}" />
|
||
<button id="btnAdicionarFechamentoParamptovta"
|
||
height="20" image="/gui/img/add.png" width="35px"
|
||
tooltiptext="${c:l('busquedaEmpresaController.btnNovo.tooltiptext')}" />
|
||
|
||
</toolbar>
|
||
|
||
<listbox id="fechamentoParamptovtaList"
|
||
use="com.rjconsultores.ventaboletos.web.utilerias.MyListbox"
|
||
vflex="true" multiple="false">
|
||
|
||
<listhead sizable="true">
|
||
<listheader image="/gui/img/create_doc.gif"
|
||
align="right"
|
||
label="${c:l('editarPuntoVentaController.lbEmpresa.value')}"
|
||
sort="auto(empresa)" />
|
||
|
||
<listheader image="/gui/img/create_doc.gif"
|
||
align="right"
|
||
label="${c:l('editarPuntoVentaController.intervalofechamento.label')}"
|
||
sort="auto(intervalofechamento)" />
|
||
|
||
<listheader image="/gui/img/create_doc.gif"
|
||
align="right"
|
||
label="${c:l('editarPuntoVentaController.diasemtransito.label')}"
|
||
sort="auto(diasemtransito)" />
|
||
|
||
<listheader image="/gui/img/create_doc.gif"
|
||
align="right"
|
||
label="${c:l('editarPuntoVentaController.tipopagamento.label')}" />
|
||
</listhead>
|
||
</listbox>
|
||
</tabpanel>
|
||
|
||
<!-- INTEGRACAO -->
|
||
<tabpanel height="100%"
|
||
visible="@{winEditarPuntoVenta$composer.integracionTotvs}">
|
||
<grid fixedLayout="true">
|
||
<columns>
|
||
<column width="30%" />
|
||
<column width="70%" />
|
||
</columns>
|
||
<rows>
|
||
<row>
|
||
<label
|
||
value="${c:l('editarPuntoVentaController.label.fecIntegracion')}" />
|
||
<datebox id="fecIntegracion"
|
||
constraint="no empty" width="60%" mold="rounded" />
|
||
</row>
|
||
<row>
|
||
<checkbox id="checkSimulaIntegracion"
|
||
label="${c:l('editarPuntoVentaController.lbCheckSimulaIntegracion.value')}"
|
||
checked="false" />
|
||
<checkbox id="checkTodosPuntosVenta"
|
||
label="${c:l('editarPuntoVentaController.lbCheckTodosPuntoVenta.value')}"
|
||
checked="false" />
|
||
</row>
|
||
</rows>
|
||
</grid>
|
||
<grid fixedLayout="true">
|
||
<columns>
|
||
<column width="20%" />
|
||
<column width="20%" />
|
||
<column width="20%" />
|
||
<column width="20%" />
|
||
<column width="20%" />
|
||
</columns>
|
||
<rows>
|
||
<row>
|
||
<checkbox id="checkDinheiro"
|
||
label="${c:l('editarPuntoVentaController.lbCheckDinheiro.value')}"
|
||
checked="true" />
|
||
<checkbox id="checkCredito"
|
||
label="${c:l('editarPuntoVentaController.lbCheckCredito.value')}"
|
||
checked="true" />
|
||
<checkbox id="checkDebito"
|
||
label="${c:l('editarPuntoVentaController.lbCheckDebito.value')}"
|
||
checked="true" />
|
||
<checkbox id="checkTF"
|
||
label="${c:l('editarPuntoVentaController.lbCheckTF.value')}"
|
||
checked="true" />
|
||
<checkbox id="checkBOL"
|
||
label="${c:l('editarPuntoVentaController.lbCheckBoletos.value')}"
|
||
checked="true" />
|
||
</row>
|
||
</rows>
|
||
</grid>
|
||
<toolbar>
|
||
<hbox spacing="5px" style="padding:1px"
|
||
align="right">
|
||
<button id="btnGeraTitulos" height="20"
|
||
label="${c:l('busquedaEmpresaController.btnGeraTitulos.tooltiptext')}"
|
||
tooltiptext="${c:l('busquedaEmpresaController.btnGeraTitulos.tooltiptext')}" />
|
||
<button id="btnIntegracao" height="20"
|
||
label="${c:l('busquedaEmpresaController.btnIntegracao.tooltiptext')}"
|
||
tooltiptext="${c:l('busquedaEmpresaController.btnIntegracao.tooltiptext')}" />
|
||
</hbox>
|
||
<hbox spacing="5px" style="padding:1px"
|
||
align="right">
|
||
<label
|
||
value="${c:l('editarPuntoVentaController.lbFileLog.value')}" />
|
||
<combobox id="cmbLogFiles" mold="rounded"
|
||
buttonVisible="true"
|
||
model="@{winEditarPuntoVenta$composer.lsLogFiles}" />
|
||
<button id="btnDownload" height="20"
|
||
label="${c:l('editarPuntoVentaController.btnDownload.tooltiptext')}"
|
||
tooltiptext="${c:l('editarPuntoVentaController.btnDownload.tooltiptext')}" />
|
||
</hbox>
|
||
</toolbar>
|
||
|
||
<textbox width="100%" rows="18" id="logResult" />
|
||
</tabpanel>
|
||
<!-- INTEGRACAO AG -->
|
||
<tabpanel height="100%"
|
||
visible="@{winEditarPuntoVenta$composer.integracionAG}">
|
||
<grid fixedLayout="true">
|
||
<columns>
|
||
<column width="30%" />
|
||
<column width="70%" />
|
||
</columns>
|
||
<rows>
|
||
<row>
|
||
<label
|
||
value="${c:l('editarPuntoVentaController.label.fecInicioAG')}" />
|
||
<datebox id="fecInicioAG"
|
||
constraint="no empty" width="60%" mold="rounded"
|
||
lenient="false" />
|
||
</row>
|
||
<row>
|
||
<label
|
||
value="${c:l('editarPuntoVentaController.label.fecFimAG')}" />
|
||
<datebox id="fecFimAG"
|
||
constraint="no empty" width="60%" mold="rounded"
|
||
lenient="false" />
|
||
</row>
|
||
<row>
|
||
<checkbox id="checkTodosPuntosVentaAG"
|
||
label="${c:l('editarPuntoVentaController.lbCheckTodosPuntoVenta.value')}"
|
||
checked="false" />
|
||
</row>
|
||
</rows>
|
||
</grid>
|
||
<grid fixedLayout="true">
|
||
<columns>
|
||
<column width="20%" />
|
||
<column width="20%" />
|
||
<column width="20%" />
|
||
<column width="20%" />
|
||
<column width="20%" />
|
||
</columns>
|
||
<rows>
|
||
<row>
|
||
<checkbox id="checkAdiantamentoAG"
|
||
label="${c:l('editarPuntoVentaController.lbCheckAdiantamentoAG.value')}"
|
||
checked="true" />
|
||
<checkbox id="checkCartaoAG"
|
||
label="${c:l('editarPuntoVentaController.lbCheckCartaoAG.value')}"
|
||
checked="true" />
|
||
<checkbox id="checkBoletoAG"
|
||
label="${c:l('editarPuntoVentaController.lbCheckBoletoAG.value')}"
|
||
checked="true" />
|
||
<checkbox id="checkDepositoAG"
|
||
label="${c:l('editarPuntoVentaController.lbCheckDepositoAG.value')}"
|
||
checked="true" />
|
||
</row>
|
||
</rows>
|
||
</grid>
|
||
<toolbar>
|
||
<hbox spacing="5px" style="padding:1px"
|
||
align="right">
|
||
<button id="btnGeraTitulosAG" height="20"
|
||
label="${c:l('busquedaEmpresaController.btnGeraTitulos.tooltiptext')}"
|
||
tooltiptext="${c:l('busquedaEmpresaController.btnGeraTitulos.tooltiptext')}" />
|
||
<button id="btnEnviaAG" height="20"
|
||
label="${c:l('busquedaEmpresaController.btnIntegracao.tooltiptext')}"
|
||
tooltiptext="${c:l('busquedaEmpresaController.btnIntegracao.tooltiptext')}" />
|
||
</hbox>
|
||
<hbox spacing="5px" style="padding:1px"
|
||
align="right">
|
||
<label
|
||
value="${c:l('editarPuntoVentaController.lbFileLog.value')}" />
|
||
<combobox id="cmbLogFilesAG" mold="rounded"
|
||
buttonVisible="true"
|
||
model="@{winEditarPuntoVenta$composer.lsLogFiles}" />
|
||
<button id="btnDownloadAG" height="20"
|
||
label="${c:l('editarPuntoVentaController.btnDownload.tooltiptext')}"
|
||
tooltiptext="${c:l('editarPuntoVentaController.btnDownload.tooltiptext')}" />
|
||
</hbox>
|
||
</toolbar>
|
||
|
||
<textbox width="100%" rows="18" id="logResultAG" />
|
||
</tabpanel>
|
||
|
||
<!-- DADOS HISTORICO -->
|
||
<tabpanel>
|
||
<listbox id="ptovtaHistoricoList"
|
||
use="com.rjconsultores.ventaboletos.web.utilerias.MyListbox"
|
||
vflex="true" multiple="false">
|
||
<listhead sizable="true">
|
||
<listheader id="lhHistorico"
|
||
image="/gui/img/create_doc.gif"
|
||
label="${c:l('editarPuntoVentaController.lbTipoBloqueio.value')}" />
|
||
<listheader id="lhDataAbertura"
|
||
image="/gui/img/create_doc.gif"
|
||
label="${c:l('editarPuntoVentaController.lbDataBloqueio.value')}" />
|
||
<listheader id="lhUsuarioBloqueio"
|
||
image="/gui/img/create_doc.gif"
|
||
label="${c:l('editarPuntoVentaController.lbUsuarioBloqueio.value')}" />
|
||
</listhead>
|
||
</listbox>
|
||
</tabpanel>
|
||
<!-- BLOQUEIA VENDA IMPRESSÃO POSTERIOR -->
|
||
<tabpanel height="400px">
|
||
<grid fixedLayout="true">
|
||
<columns>
|
||
<column width="30%" />
|
||
<column width="70%" />
|
||
</columns>
|
||
<rows>
|
||
<row>
|
||
<label
|
||
value="${c:l('editarPuntoVentaController.label.bloqueiaVendaImpPosterior')}" />
|
||
<combobox id="cmbBloqVendaImpPosterior"
|
||
mold="rounded" buttonVisible="true"
|
||
model="@{winEditarPuntoVenta$composer.lsCategoriaBloquear}" />
|
||
</row>
|
||
</rows>
|
||
</grid>
|
||
<toolbar>
|
||
<hbox spacing="5px" style="padding:1px"
|
||
align="right">
|
||
<button
|
||
id="btnAddCategoriaBloqueioImpPosterior" height="20"
|
||
image="/gui/img/add.png" width="35px"
|
||
tooltiptext="${c:l('editarPuntoVentaController.btnAddCategoriaBloqueioImpPosterior.tooltiptext')}" />
|
||
<button
|
||
id="btnRemoveCategoriaBloqueioImpPosterior" height="20"
|
||
image="/gui/img/remove.png" width="35px"
|
||
tooltiptext="${c:l('editarPuntoVentaController.btnRemoveCategoriaBloqueioImpPosterior.tooltiptext')}" />
|
||
</hbox>
|
||
</toolbar>
|
||
<listbox id="categoriasBloqImpPosteriorList"
|
||
use="com.rjconsultores.ventaboletos.web.utilerias.MyListbox"
|
||
vflex="true" multiple="false" style="overflow:auto">
|
||
<listhead sizable="true"
|
||
style="overflow:auto">
|
||
<listheader id="lhCategoria"
|
||
image="/gui/img/create_doc.gif"
|
||
label="${c:l('editarPuntoVentaController.lbCategoria.value')}" />
|
||
</listhead>
|
||
</listbox>
|
||
</tabpanel>
|
||
<!-- Antifraude -->
|
||
<tabpanel height="470px" style="overflow:auto;">
|
||
<grid fixedLayout="true">
|
||
<columns>
|
||
<column width="10%" />
|
||
<column width="30%" />
|
||
<column width="15%" />
|
||
<column width="45%" />
|
||
</columns>
|
||
<rows>
|
||
<row>
|
||
<label
|
||
value="${c:l('editarPuntoVentaController.lbEmpresa.value')}" />
|
||
<combobox id="cmbEmpresaPtoVtaAntifraude"
|
||
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxEstandar"
|
||
mold="rounded"
|
||
buttonVisible="true"
|
||
width="95%"
|
||
model="@{winEditarPuntoVenta$composer.lsEmpresasSemTodos}" />
|
||
|
||
<label
|
||
value="${c:l('editarEmpresaController.antiFraude.chave.label')}" />
|
||
<textbox id="txtChaveAntifraude"
|
||
maxlength="50"
|
||
width="98%"
|
||
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox" />
|
||
</row>
|
||
</rows>
|
||
</grid>
|
||
<toolbar>
|
||
<hbox spacing="5px" style="padding:1px"
|
||
align="right">
|
||
<button
|
||
id="btnAddChaveAntifraude" height="20"
|
||
image="/gui/img/add.png" width="35px"
|
||
tooltiptext="${c:l('editarPuntoVentaController.btnAddChaveAntifraude.tooltiptext')}" />
|
||
<button
|
||
id="btnRemoveChaveAntifraude" height="20"
|
||
image="/gui/img/remove.png" width="35px"
|
||
tooltiptext="${c:l('editarPuntoVentaController.btnRemoveChaveAntifraude.tooltiptext')}" />
|
||
</hbox>
|
||
</toolbar>
|
||
<listbox id="ptovtaAntifraudeList"
|
||
use="com.rjconsultores.ventaboletos.web.utilerias.MyListbox"
|
||
vflex="true" multiple="false" style="overflow:auto">
|
||
<listhead sizable="true"
|
||
style="overflow:auto">
|
||
<listheader id="lhEmpreaAntifraude"
|
||
image="/gui/img/create_doc.gif"
|
||
label="${c:l('editarPuntoVentaController.lbEmpresa.value')}" />
|
||
<listheader id="lhChaveAntifraude"
|
||
image="/gui/img/create_doc.gif"
|
||
label="${c:l('editarEmpresaController.antiFraude.chave.label')}" />
|
||
</listhead>
|
||
</listbox>
|
||
</tabpanel>
|
||
|
||
<!--Exceção multa por cancelamento-->
|
||
|
||
<tabpanel height="470px" style="overflow:auto;">
|
||
<grid fixedLayout="true">
|
||
<columns>
|
||
<column width="40%" />
|
||
<column width="60%" />
|
||
</columns>
|
||
<rows>
|
||
<row>
|
||
<label
|
||
value="${c:l('editarPuntoVentaController.lbEmpresa.value')}" />
|
||
<combobox id="cmbEmpresaPtoVtaExcecaoMultaCanc"
|
||
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxEstandar"
|
||
mold="rounded"
|
||
buttonVisible="true"
|
||
width="95%"
|
||
model="@{winEditarPuntoVenta$composer.lsEmpresasSemTodos}" />
|
||
</row>
|
||
<row>
|
||
<label
|
||
value="${c:l('editarPuntoVentaController.OrgaoConcedente.label')}" />
|
||
<combobox id="cmbOrgaoConcedente"
|
||
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxEstandar"
|
||
mold="rounded" buttonVisible="true" width="90%"
|
||
model="@{winEditarPuntoVenta$composer.lsOrgaoConcedentes}" />
|
||
|
||
</row>
|
||
</rows>
|
||
</grid>
|
||
<toolbar>
|
||
<hbox spacing="5px" style="padding:1px"
|
||
align="right">
|
||
<button
|
||
id="btnAddExcecaoMultaCanc" height="20"
|
||
image="/gui/img/add.png" width="35px"
|
||
tooltiptext="${c:l('editarPuntoVentaController.btnAddExcecaoMultaCanc.tooltiptext')}" />
|
||
<button
|
||
id="btnRemoveExcecaoMultaCanc" height="20"
|
||
image="/gui/img/remove.png" width="35px"
|
||
tooltiptext="${c:l('editarPuntoVentaController.btnRemoveExcecaoMultaCanc.tooltiptext')}" />
|
||
</hbox>
|
||
</toolbar>
|
||
<listbox id="ptovtaExcecaoMultaCancList"
|
||
use="com.rjconsultores.ventaboletos.web.utilerias.MyListbox"
|
||
vflex="true" multiple="false" style="overflow:auto">
|
||
<listhead sizable="true"
|
||
style="overflow:auto">
|
||
<listheader id="lhEmpresaExcecaoMultaCanc"
|
||
image="/gui/img/create_doc.gif"
|
||
label="${c:l('editarPuntoVentaController.lbEmpresa.value')}" />
|
||
<listheader image="/gui/img/builder.gif"
|
||
label="${c:l('editarPuntoVentaController.lhOrgaoConcedente.label')}"
|
||
sort="auto(orgaoConcedente.descOrgao)" />
|
||
</listhead>
|
||
</listbox>
|
||
</tabpanel>
|
||
|
||
|
||
</tabpanels>
|
||
</tabbox>
|
||
</window>
|
||
</zk>
|