Pricing - Customizar Aba de Serviço
git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@31009 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
dabbb2ad61
commit
b338606dd9
|
@ -188,13 +188,16 @@ public class EditarPricingDiaController extends MyGenericForwardComposer {
|
||||||
|
|
||||||
if (horarioinicio.getValue().after(horariofin.getValue())) {
|
if (horarioinicio.getValue().after(horariofin.getValue())) {
|
||||||
Messagebox.show(Labels.getLabel("editarPricingController.MSG.datas"), Labels.getLabel("editarPricingController.windowDia.title"), Messagebox.OK, Messagebox.EXCLAMATION);
|
Messagebox.show(Labels.getLabel("editarPricingController.MSG.datas"), Labels.getLabel("editarPricingController.windowDia.title"), Messagebox.OK, Messagebox.EXCLAMATION);
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (!ckFecViaje.isChecked() && !ckFecVenta.isChecked()) {
|
||||||
|
Clients.alert(Labels.getLabel("EditarPricingDiaController.MSG.obligatorioData"), Labels.getLabel("editarPricingController.windowDia.title"), Messagebox.EXCLAMATION);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!rdLun.isChecked() && !rdMar.isChecked() && !rdMie.isChecked() && !rdJue.isChecked() && !rdVie.isChecked() && !rdSab.isChecked() && !rdDom.isChecked()) {
|
if (!rdLun.isChecked() && !rdMar.isChecked() && !rdMie.isChecked() && !rdJue.isChecked() && !rdVie.isChecked() && !rdSab.isChecked() && !rdDom.isChecked()) {
|
||||||
Clients.alert(Labels.getLabel("EditarPricingDiaController.MSG.obligatorioDia"), Labels.getLabel("editarPricingController.windowDia.title"), Messagebox.EXCLAMATION);
|
Clients.alert(Labels.getLabel("EditarPricingDiaController.MSG.obligatorioDia"), Labels.getLabel("editarPricingController.windowDia.title"), Messagebox.EXCLAMATION);
|
||||||
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
try {
|
try {
|
||||||
|
|
|
@ -2140,6 +2140,8 @@ editarPricingController.lbVieM.value = Sex
|
||||||
editarPricingController.lbSabM.value = Sáb
|
editarPricingController.lbSabM.value = Sáb
|
||||||
editarPricingController.lbDomM.value = Dom
|
editarPricingController.lbDomM.value = Dom
|
||||||
editarPricingController.lbDatas.value = Datas
|
editarPricingController.lbDatas.value = Datas
|
||||||
|
editarPricingController.lbFecViaje.value = Data Viagem
|
||||||
|
editarPricingController.lbFecVenta.value = Data Venda
|
||||||
editarPricingController.ckFecViagem.value = Data da Viagem
|
editarPricingController.ckFecViagem.value = Data da Viagem
|
||||||
editarPricingController.ckFecCompra.value = Data da Compra
|
editarPricingController.ckFecCompra.value = Data da Compra
|
||||||
editarPricingController.hIni.value = Horário Inicial
|
editarPricingController.hIni.value = Horário Inicial
|
||||||
|
@ -3507,6 +3509,7 @@ editarConfiguracionCategoriaDatosCategoriaController.title=Editar dados Tipo de
|
||||||
|
|
||||||
#Editar pricing dia
|
#Editar pricing dia
|
||||||
EditarPricingDiaController.MSG.obligatorioDia=Deve de seleccionar um dia da semana
|
EditarPricingDiaController.MSG.obligatorioDia=Deve de seleccionar um dia da semana
|
||||||
|
EditarPricingDiaController.MSG.obligatorioData=Deve de seleccionar um dos filtros de datas, data de venda ou data de viagem
|
||||||
|
|
||||||
# INFORME PASAJERO POR SERVICIO
|
# INFORME PASAJERO POR SERVICIO
|
||||||
informePasajeroServicioController.window.title = Passageiro por Serviço
|
informePasajeroServicioController.window.title = Passageiro por Serviço
|
||||||
|
|
|
@ -552,38 +552,40 @@
|
||||||
image="/gui/img/create_doc.gif" sort="auto(horariofin)"
|
image="/gui/img/create_doc.gif" sort="auto(horariofin)"
|
||||||
label="${c:l('editarPricingController.hFim.value')}" />
|
label="${c:l('editarPricingController.hFim.value')}" />
|
||||||
<listheader
|
<listheader
|
||||||
image="/gui/img/create_doc.gif" width="8%"
|
image="/gui/img/create_doc.gif" width="7%"
|
||||||
label="${c:l('editarPricingController.lbLunM.value')}"
|
label="${c:l('editarPricingController.lbLunM.value')}"
|
||||||
sort="auto(indlunes)" />
|
sort="auto(indlunes)" />
|
||||||
<listheader
|
<listheader
|
||||||
image="/gui/img/create_doc.gif" width="8%"
|
image="/gui/img/create_doc.gif" width="7%"
|
||||||
label="${c:l('editarPricingController.lbMarM.value')}"
|
label="${c:l('editarPricingController.lbMarM.value')}"
|
||||||
sort="auto(indmartes)" />
|
sort="auto(indmartes)" />
|
||||||
<listheader
|
<listheader
|
||||||
image="/gui/img/create_doc.gif" width="8%"
|
image="/gui/img/create_doc.gif" width="7%"
|
||||||
label="${c:l('editarPricingController.lbMieM.value')}"
|
label="${c:l('editarPricingController.lbMieM.value')}"
|
||||||
sort="auto(indmiercoles)" />
|
sort="auto(indmiercoles)" />
|
||||||
<listheader
|
<listheader
|
||||||
image="/gui/img/create_doc.gif" width="8%"
|
image="/gui/img/create_doc.gif" width="7%"
|
||||||
label="${c:l('editarPricingController.lbJueM.value')}"
|
label="${c:l('editarPricingController.lbJueM.value')}"
|
||||||
sort="auto(indjueves)" />
|
sort="auto(indjueves)" />
|
||||||
<listheader
|
<listheader
|
||||||
image="/gui/img/create_doc.gif" width="8%"
|
image="/gui/img/create_doc.gif" width="7%"
|
||||||
label="${c:l('editarPricingController.lbVieM.value')}"
|
label="${c:l('editarPricingController.lbVieM.value')}"
|
||||||
sort="auto(indviernes)" />
|
sort="auto(indviernes)" />
|
||||||
<listheader
|
<listheader
|
||||||
image="/gui/img/create_doc.gif" width="8%"
|
image="/gui/img/create_doc.gif" width="7%"
|
||||||
label="${c:l('editarPricingController.lbSabM.value')}"
|
label="${c:l('editarPricingController.lbSabM.value')}"
|
||||||
sort="auto(indsabado)" />
|
sort="auto(indsabado)" />
|
||||||
<listheader
|
<listheader
|
||||||
image="/gui/img/create_doc.gif" width="8%"
|
image="/gui/img/create_doc.gif" width="7%"
|
||||||
label="${c:l('editarPricingController.lbDomM.value')}"
|
label="${c:l('editarPricingController.lbDomM.value')}"
|
||||||
sort="auto(inddomingo)" />
|
sort="auto(inddomingo)" />
|
||||||
<listheader
|
<listheader
|
||||||
image="/gui/img/create_doc.gif" label="Data Viagem"
|
image="/gui/img/create_doc.gif"
|
||||||
|
label="${c:l('editarPricingController.lbFecViaje.value')}"
|
||||||
sort="auto(indfecviaje)" />
|
sort="auto(indfecviaje)" />
|
||||||
<listheader
|
<listheader
|
||||||
image="/gui/img/create_doc.gif" label="Data Venda"
|
image="/gui/img/create_doc.gif" width="12%"
|
||||||
|
label="${c:l('editarPricingController.lbFecVenta.value')}"
|
||||||
sort="auto(indfecventa)" />
|
sort="auto(indfecventa)" />
|
||||||
</listhead>
|
</listhead>
|
||||||
</listbox>
|
</listbox>
|
||||||
|
|
Loading…
Reference in New Issue