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-87c2c4800839
master
julio 2013-09-17 21:24:00 +00:00
parent dabbb2ad61
commit b338606dd9
3 changed files with 18 additions and 10 deletions

View File

@ -188,13 +188,16 @@ public class EditarPricingDiaController extends MyGenericForwardComposer {
if (horarioinicio.getValue().after(horariofin.getValue())) {
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;
}
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);
return;
}
try {

View File

@ -2140,6 +2140,8 @@ editarPricingController.lbVieM.value = Sex
editarPricingController.lbSabM.value = Sáb
editarPricingController.lbDomM.value = Dom
editarPricingController.lbDatas.value = Datas
editarPricingController.lbFecViaje.value = Data Viagem
editarPricingController.lbFecVenta.value = Data Venda
editarPricingController.ckFecViagem.value = Data da Viagem
editarPricingController.ckFecCompra.value = Data da Compra
editarPricingController.hIni.value = Horário Inicial
@ -3507,6 +3509,7 @@ editarConfiguracionCategoriaDatosCategoriaController.title=Editar dados Tipo de
#Editar pricing dia
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
informePasajeroServicioController.window.title = Passageiro por Serviço

View File

@ -552,38 +552,40 @@
image="/gui/img/create_doc.gif" sort="auto(horariofin)"
label="${c:l('editarPricingController.hFim.value')}" />
<listheader
image="/gui/img/create_doc.gif" width="8%"
image="/gui/img/create_doc.gif" width="7%"
label="${c:l('editarPricingController.lbLunM.value')}"
sort="auto(indlunes)" />
<listheader
image="/gui/img/create_doc.gif" width="8%"
image="/gui/img/create_doc.gif" width="7%"
label="${c:l('editarPricingController.lbMarM.value')}"
sort="auto(indmartes)" />
<listheader
image="/gui/img/create_doc.gif" width="8%"
image="/gui/img/create_doc.gif" width="7%"
label="${c:l('editarPricingController.lbMieM.value')}"
sort="auto(indmiercoles)" />
<listheader
image="/gui/img/create_doc.gif" width="8%"
image="/gui/img/create_doc.gif" width="7%"
label="${c:l('editarPricingController.lbJueM.value')}"
sort="auto(indjueves)" />
<listheader
image="/gui/img/create_doc.gif" width="8%"
image="/gui/img/create_doc.gif" width="7%"
label="${c:l('editarPricingController.lbVieM.value')}"
sort="auto(indviernes)" />
<listheader
image="/gui/img/create_doc.gif" width="8%"
image="/gui/img/create_doc.gif" width="7%"
label="${c:l('editarPricingController.lbSabM.value')}"
sort="auto(indsabado)" />
<listheader
image="/gui/img/create_doc.gif" width="8%"
image="/gui/img/create_doc.gif" width="7%"
label="${c:l('editarPricingController.lbDomM.value')}"
sort="auto(inddomingo)" />
<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)" />
<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)" />
</listhead>
</listbox>