fixes bug #AL-4348 Adicionado tooltip help no tipo de pricing na tela de
pricingmaster
parent
6d9a4bf942
commit
e087405e27
2
pom.xml
2
pom.xml
|
@ -4,7 +4,7 @@
|
|||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>br.com.rjconsultores</groupId>
|
||||
<artifactId>ventaboletosadm</artifactId>
|
||||
<version>1.102.1</version>
|
||||
<version>1.102.2</version>
|
||||
<packaging>war</packaging>
|
||||
|
||||
<properties>
|
||||
|
|
|
@ -5800,6 +5800,7 @@ editarPricingController.lbMieM.value = Qua
|
|||
editarPricingController.lbSabM.value = Sáb
|
||||
editarPricingController.lbVieM.value = Sex
|
||||
editarPricingController.lbVig.label = Vigências
|
||||
editarPricingController.lblDescuento.help = O tipo de desconto pode ser por porcentagem ou por valor. Caso seja por valor, existem duas formas de cálculo no caso de gratuidade que não seja 100% dependerá da configuração de empresa: Aplica porcentagem gratuidade sobre descontos Totais, favor verificar o funcionamento da configuração, já na porcentagem o cálculo é o seguinte: (Valor Tarifa - Porce. Price) - Porcentagem Gratuidade. Ex Gratuidade Idoso 50%: Valor tarifa=R$100 Porc. Price = 10% => R$100-10% => R$90/2 = R$45,00
|
||||
editarPricingController.lblDescuento.value = Tipo Pricing
|
||||
editarPricingController.legenda.label = Legenda
|
||||
editarPricingController.lhCantDias.label = Dias de Antecipação
|
||||
|
|
|
@ -5852,6 +5852,7 @@ editarPricingController.lbMieM.value = Mie
|
|||
editarPricingController.lbSabM.value = Sáb
|
||||
editarPricingController.lbVieM.value = vie
|
||||
editarPricingController.lbVig.label = Vigencias
|
||||
editarPricingController.lblDescuento.help = O tipo de desconto pode ser por porcentagem ou por valor. Caso seja por valor, existem duas formas de cálculo no caso de gratuidade que não seja 100% dependerá da configuração de empresa: Aplica porcentagem gratuidade sobre descontos Totais, favor verificar o funcionamento da configuração, já na porcentagem o cálculo é o seguinte: (Valor Tarifa - Porce. Price) - Porcentagem Gratuidade. Ex Gratuidade Idoso 50%: Valor tarifa=R$100 Porc. Price = 10% => R$100-10% => R$90/2 = R$45,00
|
||||
editarPricingController.lblDescuento.value = Tipo pricing
|
||||
editarPricingController.legenda.label = Legenda
|
||||
editarPricingController.lhCantDias.label = Días de anticipación
|
||||
|
|
|
@ -5852,6 +5852,7 @@ editarPricingController.lbMieM.value = mer
|
|||
editarPricingController.lbSabM.value = samedi
|
||||
editarPricingController.lbVieM.value = Sexe
|
||||
editarPricingController.lbVig.label = Validités
|
||||
editarPricingController.lblDescuento.help = O tipo de desconto pode ser por porcentagem ou por valor. Caso seja por valor, existem duas formas de cálculo no caso de gratuidade que não seja 100% dependerá da configuração de empresa: Aplica porcentagem gratuidade sobre descontos Totais, favor verificar o funcionamento da configuração, já na porcentagem o cálculo é o seguinte: (Valor Tarifa - Porce. Price) - Porcentagem Gratuidade. Ex Gratuidade Idoso 50%: Valor tarifa=R$100 Porc. Price = 10% => R$100-10% => R$90/2 = R$45,00
|
||||
editarPricingController.lblDescuento.value = Type de tarification
|
||||
editarPricingController.legenda.label = Légende
|
||||
editarPricingController.lhCantDias.label = Jours à l'avance
|
||||
|
|
|
@ -5856,6 +5856,7 @@ editarPricingController.lbMieM.value = Qua
|
|||
editarPricingController.lbSabM.value = Sáb
|
||||
editarPricingController.lbVieM.value = Sex
|
||||
editarPricingController.lbVig.label = Vigências
|
||||
editarPricingController.lblDescuento.help = O tipo de desconto pode ser por porcentagem ou por valor. Caso seja por valor, existem duas formas de cálculo no caso de gratuidade que não seja 100% dependerá da configuração de empresa: Aplica porcentagem gratuidade sobre descontos Totais, favor verificar o funcionamento da configuração, já na porcentagem o cálculo é o seguinte: (Valor Tarifa - Porce. Price) - Porcentagem Gratuidade. Ex Gratuidade Idoso 50%: Valor tarifa=R$100 Porc. Price = 10% => R$100-10% => R$90/2 = R$45,00
|
||||
editarPricingController.lblDescuento.value = Tipo Pricing
|
||||
editarPricingController.legenda.label = Legenda
|
||||
editarPricingController.lhCantDias.label = Dias de Antecipação
|
||||
|
|
|
@ -151,9 +151,15 @@
|
|||
</radiogroup>
|
||||
</row>
|
||||
<row>
|
||||
<hbox>
|
||||
<label
|
||||
value="${c:l('editarPricingController.lblDescuento.value')}" />
|
||||
<image
|
||||
src="/gui/img/Question_mark_1.png"
|
||||
tooltiptext="${c:l('editarPricingController.lblDescuento.help')}"
|
||||
style="cursor: help" />
|
||||
</hbox>
|
||||
|
||||
<label
|
||||
value="${c:l('editarPricingController.lblDescuento.value')}" />
|
||||
<radiogroup>
|
||||
<radio id="radioPor"
|
||||
label="${c:l('editarConfiguracionCategoriaController.lblDescuentoPorc.value')}" />
|
||||
|
|
Loading…
Reference in New Issue