Mantis 4730
git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@32250 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
5b28859bea
commit
c694d6eb40
|
@ -55,18 +55,40 @@ public class EditarPricingOcupaAntecipaController extends MyGenericForwardCompos
|
||||||
|
|
||||||
public void onClick$btnAdicionarOcupaAntecipa(Event ev) throws Exception {
|
public void onClick$btnAdicionarOcupaAntecipa(Event ev) throws Exception {
|
||||||
|
|
||||||
// if ((cantasientosmin.getValue() != null || cantasientosmax.getValue() != null)
|
if ((cantasientosmin.getValue() != null || cantasientosmax.getValue() != null)
|
||||||
// && (ocupacioninicial.getValue() != null || ocupacionfinal.getValue() != null)){
|
&& (ocupacioninicial.getValue() != null || ocupacionfinal.getValue() != null)){
|
||||||
// Messagebox.show(Labels.getLabel("editarPricingController.ocupacionErrada.centoPorCant"),
|
Messagebox.show(Labels.getLabel("editarPricingController.ocupacionErrada.centoPorCant"),
|
||||||
// Labels.getLabel("editarPricingController.windowOcupacion.title"),
|
Labels.getLabel("editarPricingController.windowOcupacion.title"),
|
||||||
// Messagebox.OK, Messagebox.EXCLAMATION);
|
Messagebox.OK, Messagebox.EXCLAMATION);
|
||||||
//
|
|
||||||
// return;
|
return;
|
||||||
// }
|
}
|
||||||
//
|
|
||||||
//
|
if ((cantasientosmin.getValue() == null && cantasientosmax.getValue() == null)
|
||||||
// if ((cantasientosmin.getValue() != null && cantasientosmax.getValue() != null)
|
&& (cantasientosmin.getValue() == null && cantasientosmax.getValue() == null)
|
||||||
// || (cantdiasmin.getValue() != null && cantdiasmax.getValue() != null)) {
|
&& (ocupacioninicial.getValue() == null && ocupacionfinal.getValue() == null)
|
||||||
|
&& (ocupacioninicial.getValue() == null && ocupacionfinal.getValue() == null)
|
||||||
|
&& (cantdiasmin.getValue() == null && cantdiasmax.getValue() == null)
|
||||||
|
&& (cantdiasmin.getValue() == null && cantdiasmax.getValue() == null)) {
|
||||||
|
Messagebox.show(Labels.getLabel("editarPricingController.ocupacionErrada.ocAnt"),
|
||||||
|
Labels.getLabel("editarPricingController.windowOcupacion.title"),
|
||||||
|
Messagebox.OK, Messagebox.EXCLAMATION);
|
||||||
|
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
if ((cantasientosmin.getValue() == null && cantasientosmax.getValue() != null)
|
||||||
|
|| (cantasientosmin.getValue() != null && cantasientosmax.getValue() == null)
|
||||||
|
|| (ocupacioninicial.getValue() == null && ocupacionfinal.getValue() != null)
|
||||||
|
|| (ocupacioninicial.getValue() != null && ocupacionfinal.getValue() == null)
|
||||||
|
|| (cantdiasmin.getValue() == null && cantdiasmax.getValue() != null)
|
||||||
|
|| (cantdiasmin.getValue() != null && cantdiasmax.getValue() == null)) {
|
||||||
|
Messagebox.show(Labels.getLabel("editarPricingController.ocupacionErrada.MinMax"),
|
||||||
|
Labels.getLabel("editarPricingController.windowOcupacion.title"),
|
||||||
|
Messagebox.OK, Messagebox.EXCLAMATION);
|
||||||
|
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
if (porcentaje.getValueDecimal() != null && importe.getValueDecimal() != null) {
|
if (porcentaje.getValueDecimal() != null && importe.getValueDecimal() != null) {
|
||||||
|
|
||||||
|
@ -96,12 +118,6 @@ public class EditarPricingOcupaAntecipaController extends MyGenericForwardCompos
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// } else {
|
|
||||||
// Messagebox.show(Labels.getLabel("editarPricingController.ocupacionErrada.ocAnt"),
|
|
||||||
// Labels.getLabel("editarPricingController.windowOcupacion.title"),
|
|
||||||
// Messagebox.OK, Messagebox.EXCLAMATION);
|
|
||||||
// }
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public void onClick$btnRemoverOcupaAntecipa(Event ev) {
|
public void onClick$btnRemoverOcupaAntecipa(Event ev) {
|
||||||
|
|
|
@ -2166,6 +2166,7 @@ editarPricingController.ocupacionErrada.value = Ocupação mínima maior que ocu
|
||||||
editarPricingController.ocupacionErrada.centoDin = Deve ser inserido a quantidade em porcentagem % ou em R$.
|
editarPricingController.ocupacionErrada.centoDin = Deve ser inserido a quantidade em porcentagem % ou em R$.
|
||||||
editarPricingController.ocupacionErrada.centoPorCant = Informe ou a quantiade poltronas ou a porcentagem de ocupação
|
editarPricingController.ocupacionErrada.centoPorCant = Informe ou a quantiade poltronas ou a porcentagem de ocupação
|
||||||
editarPricingController.ocupacionErrada.ocAnt = Deve ser inserido ocupação e/ou os dias de antecipação.
|
editarPricingController.ocupacionErrada.ocAnt = Deve ser inserido ocupação e/ou os dias de antecipação.
|
||||||
|
editarPricingController.ocupacionErrada.MinMax = Deve ser inserido Máximo/Inicio e Máximo/Final.
|
||||||
editarPricingController.ocupacionErrada = Ocupação informada se sobrepõe com outra já existente.
|
editarPricingController.ocupacionErrada = Ocupação informada se sobrepõe com outra já existente.
|
||||||
editarPricingController.anticipacionPorcentaje.value = Porcentagem maior que 100%
|
editarPricingController.anticipacionPorcentaje.value = Porcentagem maior que 100%
|
||||||
editarPricingController.anticipacionErrada.value = Antecipação mínima maior que ocupação máxima.
|
editarPricingController.anticipacionErrada.value = Antecipação mínima maior que ocupação máxima.
|
||||||
|
|
Loading…
Reference in New Issue