Openbravo Issue Tracking System - Retail Modules
View Issue Details
0029603Retail ModulesWeb POSpublic2015-04-09 17:112015-05-19 18:09
Orekaria 
Orekaria 
normalminoralways
closedfixed 
5
 
RR15Q1.4RR15Q1.4 
marvintm
No
0029603: 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)
No tags attached.
blocks defect 0029553RR15Q3 closed Orekaria When the payment limit message is printed, we use a specific condition for euro currency 
Issue History
2015-04-15 18:02OrekariaTypedefect => backport
2015-04-15 18:02OrekariaTarget VersionRR15Q3 => RR15Q1.4
2015-05-15 13:18dmitry_mezentsevNote Added: 0077491
2015-05-19 09:22hgbotCheckin
2015-05-19 09:22hgbotNote Added: 0077552
2015-05-19 09:22hgbotStatusscheduled => resolved
2015-05-19 09:22hgbotResolutionopen => fixed
2015-05-19 09:22hgbotFixed in SCM revisionhttp://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/37e77ceb189226c20515ae6eefbcebbe4a066a3f [^] => http://code.openbravo.com/retail/backports/3.0RR15Q1.4/org.openbravo.retail.posterminal/rev/2bf6006fa149fe36fef57798c5809fc08f2a425b [^]
2015-05-19 18:09marvintmReview Assigned To => marvintm
2015-05-19 18:09marvintmStatusresolved => closed
2015-05-19 18:09marvintmFixed in Version => RR15Q1.4

Notes
(0077491)
dmitry_mezentsev   
2015-05-15 13:18   
Ping.
Open for 1 month without any action targeting 15Q1.4.
Now release is starting. Should it wait for it?
(0077552)
hgbot   
2015-05-19 09:22   
Repository: retail/backports/3.0RR15Q1.4/org.openbravo.retail.posterminal
Changeset: 2bf6006fa149fe36fef57798c5809fc08f2a425b
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.0RR15Q1.4/org.openbravo.retail.posterminal/rev/2bf6006fa149fe36fef57798c5809fc08f2a425b [^]

Fixes issue 29603, 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
---