fixes bug#23106
qua: dev:Valdir git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@109258 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
b14396082a
commit
10bb3ff7bf
|
@ -7269,6 +7269,7 @@ editarClienteController.lbFormaValidacaoCompra.value = Por data da compra
|
|||
editarClienteController.lbFormaValidacaoViagem.value = Por data da viagem
|
||||
editarClienteController.tab.label.estudante = Estudante
|
||||
editarClienteController.tab.label.fidelidade = Fidelidade
|
||||
editarClienteController.tab.label.confReservaEspecialCliente = Reserva Especial
|
||||
editarClienteController.lbCidadeOrigem.value = Localidade Origem
|
||||
editarClienteController.lbCidadeDestino.value = Localidade Destino
|
||||
editarClienteController.lbDias.value = Dias da Semana
|
||||
|
@ -7307,7 +7308,6 @@ editarClienteController.msg.viernes=6ª
|
|||
editarClienteController.msg.sabado=SAB
|
||||
editarClienteController.tab.label.curso = Curso
|
||||
editarClienteController.lbFecbloqueiopcd.value = PCD Suspenso até
|
||||
|
||||
editarClienteController.lbNumFidelidade.value= Número de Fidelidade
|
||||
editarClienteController.empresa.value = Empresa
|
||||
editarClienteController.empresaCadastro.value = Empresa Cadastro
|
||||
|
@ -7320,6 +7320,22 @@ editarClienteController.msg.edicao.nao.permitida = Edição não é permitida
|
|||
editarClienteController.msg.conflitoVigencia = Este Desconto com esta Linha, Origem e Destino e com esta Vigência, está conflitando com outro já existente de ID = {0}
|
||||
editarClienteController.msg.conflitoVigenciaNaoSalvo = Este Desconto com esta Linha, Origem e Destino e com esta Vigência, está conflitando com outro adicionado recentemente e que ainda não foi salvo.
|
||||
editarClienteController.msg.fecFinBeforeFecIni = A Data Final não pode ser anterior a Data Inicial
|
||||
editarClienteController.lbFecInicio.value = Data Inicial Vigência
|
||||
editarClienteController.lbFecFinal.value = Data Final Vigência
|
||||
editarClienteController.lbTiempoConfirmacao.value = Tempo para confirmação de Reserva
|
||||
editarClienteController.lbNumAsientosCorrida.value = Número da poltrona
|
||||
editarClienteController.lbDias.value = Dias da Semana
|
||||
editarClienteController.lbServicoReserva.value = Serviço
|
||||
editarClienteController.lbDtIni.value = Dt. Ini
|
||||
editarClienteController.lbDtFin.value = Dt. Fin
|
||||
editarClienteController.lbtempoConf.value = Tempo Conf.
|
||||
editarClienteController.locOrigem.value = Origem
|
||||
editarClienteController.locDestino.value = Destino
|
||||
editarClienteController.NumPoltrona.value = Num. Polt
|
||||
editarClienteController.diasSemana.value = Dias
|
||||
editarClienteController.msg.noServicoValido = O serviço informado na aba Reserva Especial Clientes não é valido.
|
||||
editarClienteController.msg.noPoltronaValido = Número Poltrona não é válido para o serviço informado.
|
||||
|
||||
|
||||
# EditarEmpleado
|
||||
editarEmpleadoController.window.title = Empregado
|
||||
|
|
|
@ -39,6 +39,8 @@
|
|||
label="${c:l('editarClienteController.tab.label.estudante')}" />
|
||||
<tab
|
||||
label="${c:l('editarClienteController.tab.label.fidelidade')}" />
|
||||
<tab
|
||||
label="${c:l('editarClienteController.tab.label.confReservaEspecialCliente')}" />
|
||||
|
||||
</tabs>
|
||||
|
||||
|
@ -339,7 +341,7 @@
|
|||
</row>
|
||||
<row>
|
||||
<label
|
||||
value="${c:l('editarConfiguracionReservacionController.lbchkVender1porCorrida.value')}" />
|
||||
value="${c:l('editarClienteController.lbchkVender1porCorrida.value')}" />
|
||||
<checkbox id="chkVender1porCorrida"
|
||||
checked="@{winEditarCliente$composer.boolVender1porCorrida}" />
|
||||
</row>
|
||||
|
@ -398,25 +400,25 @@
|
|||
value="${c:l('editarClienteController.lbDias.value')}" />
|
||||
<vbox>
|
||||
<checkbox id="chkINDLUNES"
|
||||
label="${c:l('editarConfiguracionReservacionController.lbLun.value')}"
|
||||
label="${c:l('editarClienteController.lbLun.value')}"
|
||||
checked="@{winEditarCliente$composer.boolINDLUNES}" />
|
||||
<checkbox id="chkINDMARTES"
|
||||
label="${c:l('editarConfiguracionReservacionController.lbMar.value')}"
|
||||
label="${c:l('editarClienteController.lbMar.value')}"
|
||||
checked="@{winEditarCliente$composer.boolINDMARTES}" />
|
||||
<checkbox id="chkINDMIERCOLES"
|
||||
label="${c:l('editarConfiguracionReservacionController.lbMie.value')}"
|
||||
label="${c:l('editarClienteController.lbMie.value')}"
|
||||
checked="@{winEditarCliente$composer.boolINDMIERCOLES}" />
|
||||
<checkbox id="chkINDJUEVES"
|
||||
label="${c:l('editarConfiguracionReservacionController.lbJue.value')}"
|
||||
label="${c:l('editarClienteController.lbJue.value')}"
|
||||
checked="@{winEditarCliente$composer.boolINDJUEVES}" />
|
||||
<checkbox id="chkINDVIERNES"
|
||||
label="${c:l('editarConfiguracionReservacionController.lbVie.value')}"
|
||||
label="${c:l('editarClienteController.lbVie.value')}"
|
||||
checked="@{winEditarCliente$composer.boolINDVIERNES}" />
|
||||
<checkbox id="chkINDSABADO"
|
||||
label="${c:l('editarConfiguracionReservacionController.lbSab.value')}"
|
||||
label="${c:l('editarClienteController.lbSab.value')}"
|
||||
checked="@{winEditarCliente$composer.boolINDSABADO}" />
|
||||
<checkbox id="chkINDDOMINGO"
|
||||
label="${c:l('editarConfiguracionReservacionController.lbDom.value')}"
|
||||
label="${c:l('editarClienteController.lbDom.value')}"
|
||||
checked="@{winEditarCliente$composer.boolINDDOMINGO}" />
|
||||
</vbox>
|
||||
</row>
|
||||
|
@ -519,7 +521,143 @@
|
|||
</listbox>
|
||||
|
||||
</tabpanel>
|
||||
<!--RESERVA ESPECIAL -->
|
||||
<tabpanel>
|
||||
<grid fixedLayout="true">
|
||||
<columns>
|
||||
<column width="40%" />
|
||||
<column width="60%" />
|
||||
</columns>
|
||||
<rows>
|
||||
<row>
|
||||
<label value="${c:l('editarClienteController.lbFecInicio.value')}"/>
|
||||
<datebox id="dataInicioReserva" constraint="no empty" width="60%" mold="rounded"
|
||||
value="@{winEditarConfiguracionReservacion$composer.reservacionCtrl.fecinicio}"/>
|
||||
</row>
|
||||
<row>
|
||||
<label value="${c:l('editarClienteController.lbFecFinal.value')}"/>
|
||||
<datebox id="dataFinalFinalReserva" constraint="no empty" width="60%" mold="rounded"
|
||||
value="@{winEditarConfiguracionReservacion$composer.reservacionCtrl.fecfinal}"/>
|
||||
</row>
|
||||
|
||||
<row>
|
||||
<hbox>
|
||||
<label value="${c:l('editarClienteController.lbTiempoConfirmacao.value')}"/>
|
||||
<image
|
||||
src="/gui/img/Question_mark_1.png"
|
||||
tooltiptext="${c:l('editarClienteController.lbTiposConfirmacao.value')}"
|
||||
style="cursor: help" />
|
||||
</hbox>
|
||||
<vbox>
|
||||
<hbox>
|
||||
<spinner id="spTempoConfirmacaoHora" value="00" width="70px" maxlength="4" constraint="max 9999,no negative, no empty" mold="rounded"/>
|
||||
<label value=":"/>
|
||||
<spinner id="spTempoConfirmacaoMinuto" value="00" width="50px" maxlength="2" constraint="max 59,no negative, no empty" mold="rounded"/>
|
||||
</hbox>
|
||||
</vbox>
|
||||
</row>
|
||||
|
||||
<row>
|
||||
<label
|
||||
value="${c:l('editarClienteController.lbServicoReserva.value')}" />
|
||||
<intbox id="servicoIdIntBox" width="40%" constraint="no empty, no negative"
|
||||
maxlength="10"
|
||||
value="@{winEditarCliente$composer.servicoId}"
|
||||
/>
|
||||
|
||||
</row>
|
||||
|
||||
<row>
|
||||
<label
|
||||
value="${c:l('editarClienteController.lbCidadeOrigem.value')}" />
|
||||
<cell>
|
||||
<combobox id="cmbParadaOrigemCveReserva"
|
||||
autodrop="false"
|
||||
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxParadaCve"
|
||||
mold="rounded" buttonVisible="true" width="30%" />
|
||||
<combobox id="cmbParadaOrigemReserva"
|
||||
autodrop="false"
|
||||
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxParada"
|
||||
mold="rounded" buttonVisible="true" width="65%"
|
||||
selectedItem="@{winEditarCliente$composer.origem}" />
|
||||
</cell>
|
||||
</row>
|
||||
<row>
|
||||
<label
|
||||
value="${c:l('editarClienteController.lbCidadeDestino.value')}" />
|
||||
<cell>
|
||||
<combobox id="cmbParadaDestinoCveReserva"
|
||||
autodrop="false"
|
||||
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxParadaCve"
|
||||
mold="rounded" buttonVisible="true" width="30%" />
|
||||
<combobox id="cmbParadaDestinoReserva"
|
||||
autodrop="false"
|
||||
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxParada"
|
||||
mold="rounded" buttonVisible="true" width="65%"
|
||||
selectedItem="@{winEditarCliente$composer.destino}" />
|
||||
</cell>
|
||||
</row>
|
||||
|
||||
<row>
|
||||
<label value="${c:l('editarClienteController.lbNumAsientosCorrida.value')}"/>
|
||||
<intbox id="numAssentoReservaEspecial" constraint="no empty, no negative" width="40%" maxlength="3"
|
||||
value="@{winEditarCliente$composer.numAssentoIntReservaEspecial}"/>
|
||||
</row>
|
||||
|
||||
<row>
|
||||
<label value="${c:l('editarClienteController.lbDias.value')}"/>
|
||||
<vbox>
|
||||
<checkbox id="indSegundaChk" label="${c:l('editarClienteController.lbLun.value')}"
|
||||
checked="@{winEditarConfiguracionReservacion$composer.reservacionCtrl.indapliclun}"/>
|
||||
<checkbox id="indTercaChk" label="${c:l('editarClienteController.lbMar.value')}"
|
||||
checked="@{winEditarConfiguracionReservacion$composer.reservacionCtrl.indaplicmar}" />
|
||||
<checkbox id="indQuartaChk" label="${c:l('editarClienteController.lbMie.value')}"
|
||||
checked="@{winEditarConfiguracionReservacion$composer.reservacionCtrl.indaplicmie}"/>
|
||||
<checkbox id="indQuintaChk" label="${c:l('editarClienteController.lbJue.value')}"
|
||||
checked="@{winEditarConfiguracionReservacion$composer.reservacionCtrl.indaplicjue}"/>
|
||||
<checkbox id="indSextaChk" label="${c:l('editarClienteController.lbVie.value')}"
|
||||
checked="@{winEditarConfiguracionReservacion$composer.reservacionCtrl.indaplicvie}"/>
|
||||
<checkbox id="indSabadoChk" label="${c:l('editarClienteController.lbSab.value')}"
|
||||
checked="@{winEditarConfiguracionReservacion$composer.reservacionCtrl.indaplicsab}"/>
|
||||
<checkbox id="indDomingoChk" label="${c:l('editarClienteController.lbDom.value')}"
|
||||
checked="@{winEditarConfiguracionReservacion$composer.reservacionCtrl.indaplicdom}"/>
|
||||
</vbox>
|
||||
</row>
|
||||
</rows>
|
||||
</grid>
|
||||
|
||||
<toolbar>
|
||||
<button id="btnAdicionarReservaEspecial" height="20"
|
||||
image="/gui/img/add.png" width="35px"
|
||||
tooltiptext="${c:l('editarClienteController.btnAddNumFidelidade.tooltiptext')}" />
|
||||
<button id="btnRemoverReservaEspecial" height="20"
|
||||
image="/gui/img/remove.png" width="35px"
|
||||
tooltiptext="${c:l('editarClienteController.btnRemoveNumFidelidade.tooltiptext')}" />
|
||||
</toolbar>
|
||||
|
||||
<listbox id="reservaEspecialMyListBox"
|
||||
use="com.rjconsultores.ventaboletos.web.utilerias.MyListbox"
|
||||
multiple="false">
|
||||
<listhead sizable="true">
|
||||
<listheader width="50px"
|
||||
image="/gui/img/builder.gif" label="${c:l('editarClienteController.lbServicoReserva.value')}" />
|
||||
<listheader image="/gui/img/builder.gif"
|
||||
label="${c:l('editarClienteController.lbDtIni.value')}" />
|
||||
<listheader image="/gui/img/builder.gif"
|
||||
label="${c:l('editarClienteController.lbDtFin.value')}" />
|
||||
<listheader image="/gui/img/builder.gif"
|
||||
label="${c:l('editarClienteController.lbtempoConf.value')}" />
|
||||
<listheader image="/gui/img/builder.gif"
|
||||
label="${c:l('editarClienteController.locOrigem.value')}" />
|
||||
<listheader image="/gui/img/builder.gif"
|
||||
label="${c:l('editarClienteController.locDestino.value')}" />
|
||||
<listheader image="/gui/img/builder.gif"
|
||||
label="${c:l('editarClienteController.NumPoltrona.value')}" />
|
||||
<listheader image="/gui/img/builder.gif"
|
||||
label="${c:l('editarClienteController.diasSemana.value')}" />
|
||||
</listhead>
|
||||
</listbox>
|
||||
</tabpanel>
|
||||
</tabpanels>
|
||||
</tabbox>
|
||||
</window>
|
||||
|
|
Loading…
Reference in New Issue