Openbravo Issue Tracking System - Retail Modules
View Issue Details
0029588Retail ModulesWeb POSpublic2015-04-09 17:112015-04-29 12:04
Orekaria 
Orekaria 
normalminoralways
closedfixed 
5
 
RR15Q2RR15Q2 
marvintm
No
0029588: When the payment limit message is printed, we use a specific condition for euro currency
When the payment limit message is printed, we use a specific condition for euro currency
Log into the WebPOS
In the console, execute this line:

   OB.MobileApp.model.get('payments')[1].paymentMethod.maxLimitAmount = 1200

In the ticket, add products that exceed 1200 amount

1) Try to pay using cash
Verify that a message is shown (CORRECT):

   "The maximum limit (1200 €) for this payment method has been exceeded. Payment not allowed"

2) Try to pay adding coins
Verify that the same message is shown (CORRECT)


Verify that in the 'keyboard-toolbars.js' code we use a specific condition for euro (INCORRECT)

Verify that in the 'keypadcoins.js" the same specific condition is present (INCORRECT)
Approved
blocks defect 0029553RR15Q3 closed Orekaria When the payment limit message is printed, we use a specific condition for euro currency 
Issue History
2015-04-14 18:05OrekariaTypedefect => backport
2015-04-14 18:05OrekariaTarget VersionRR15Q3 => RR15Q2
2015-04-15 13:57dmitry_mezentsevTag Attached: Approved
2015-04-16 11:19hgbotCheckin
2015-04-16 11:19hgbotNote Added: 0076581
2015-04-16 11:19hgbotStatusscheduled => resolved
2015-04-16 11:19hgbotResolutionopen => fixed
2015-04-16 11:19hgbotFixed in SCM revisionhttp://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/37e77ceb189226c20515ae6eefbcebbe4a066a3f [^] => http://code.openbravo.com/retail/backports/3.0RR15Q2/org.openbravo.retail.posterminal/rev/791615d585a1723bc91b1eaf68b1f47ab112cd80 [^]
2015-04-29 10:39OrekariaReview Assigned To => Orekaria
2015-04-29 10:39OrekariaStatusresolved => closed
2015-04-29 10:39OrekariaFixed in Version => RR15Q2
2015-04-29 10:40OrekariaStatusclosed => new
2015-04-29 10:40OrekariaResolutionfixed => open
2015-04-29 10:40OrekariaFixed in VersionRR15Q2 =>
2015-04-29 10:40OrekariaStatusnew => scheduled
2015-04-29 10:40OrekariaStatusscheduled => resolved
2015-04-29 10:40OrekariaFixed in Version => RR15Q2
2015-04-29 10:40OrekariaResolutionopen => fixed
2015-04-29 12:04marvintmReview Assigned ToOrekaria => marvintm
2015-04-29 12:04marvintmStatusresolved => closed

Notes
(0076581)
hgbot   
2015-04-16 11:19   
Repository: retail/backports/3.0RR15Q2/org.openbravo.retail.posterminal
Changeset: 791615d585a1723bc91b1eaf68b1f47ab112cd80
Author: Rafa Alonso <rafael.alonso <at> openbravo.com>
Date: Thu Apr 09 17:59:32 2015 +0200
URL: http://code.openbravo.com/retail/backports/3.0RR15Q2/org.openbravo.retail.posterminal/rev/791615d585a1723bc91b1eaf68b1f47ab112cd80 [^]

Fixes issue 29588, related to issue 29553: 'Max limit exceeded' message is being fed with the available payment method currency symbol

---
M web/org.openbravo.retail.posterminal/js/components/keypadcoins.js
M web/org.openbravo.retail.posterminal/js/pointofsale/view/keyboard-toolbars.js
---