Openbravo Issue Tracking System - Retail Modules
View Issue Details
0029553Retail ModulesWeb POSpublic2015-04-09 17:112015-05-19 09:22
Orekaria 
Orekaria 
normalminoralways
closedfixed 
5
 
RR15Q3RR15Q3 
malsasua
No
0029553: 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
Be sure that the web server encoding is not UTF-8

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.
depends on backport 0029588RR15Q2 closed Orekaria When the payment limit message is printed, we use a specific condition for euro currency 
depends on backport 0029603RR15Q1.4 closed Orekaria When the payment limit message is printed, we use a specific condition for euro currency 
caused by feature request 0026881 closed ebecerra Allow to define a limit amount by payment method in WebPOS. 
related to defect 0029783 closed mario_castello wrong position of currency symbol in the payment limit message 
png 11-08-16 FAILED- I26881_CheckPaymentOverLimitAmount.png (64,512) 2015-04-09 18:02
https://issues.openbravo.com/file_download.php?file_id=7975&type=bug
png
Issue History
2015-04-09 17:11OrekariaNew Issue
2015-04-09 17:11OrekariaAssigned To => Orekaria
2015-04-09 17:11OrekariaTriggers an Emergency Pack => No
2015-04-09 17:11OrekariaRelationship addedrelated to 0026881
2015-04-09 17:19OrekariaRelationship replacedcaused by 0026881
2015-04-09 17:20OrekariaSteps to Reproduce Updatedbug_revision_view_page.php?rev_id=8216#r8216
2015-04-09 17:44OrekariaSteps to Reproduce Updatedbug_revision_view_page.php?rev_id=8217#r8217
2015-04-09 18:00hgbotCheckin
2015-04-09 18:00hgbotStatusnew => resolved
2015-04-09 18:00hgbotResolutionopen => fixed
2015-04-09 18:00hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/37e77ceb189226c20515ae6eefbcebbe4a066a3f [^]
2015-04-09 18:02OrekariaFile Added: 11-08-16 FAILED- I26881_CheckPaymentOverLimitAmount.png
2015-04-14 18:05OrekariaStatusresolved => new
2015-04-14 18:05OrekariaResolutionfixed => open
2015-04-14 18:05OrekariaStatusnew => scheduled
2015-04-14 18:05OrekariaStatusscheduled => resolved
2015-04-14 18:05OrekariaFixed in Version => RR15Q3
2015-04-14 18:05OrekariaResolutionopen => fixed
2015-04-15 15:46OrekariaStatusresolved => new
2015-04-15 15:46OrekariaResolutionfixed => open
2015-04-15 15:46OrekariaFixed in VersionRR15Q3 =>
2015-04-15 18:02OrekariaStatusnew => scheduled
2015-04-15 18:02OrekariaStatusscheduled => resolved
2015-04-15 18:02OrekariaFixed in Version => RR15Q3
2015-04-15 18:02OrekariaResolutionopen => fixed
2015-04-16 11:19hgbotCheckin
2015-04-16 11:19hgbotNote Added: 0076580
2015-04-29 20:48dmitry_mezentsevNote Added: 0076903
2015-05-05 13:01OrekariaSteps to Reproduce Updatedbug_revision_view_page.php?rev_id=8435#r8435
2015-05-05 16:29malsasuaReview Assigned To => malsasua
2015-05-05 16:29malsasuaNote Added: 0077023
2015-05-05 16:29malsasuaStatusresolved => closed
2015-05-05 17:05malsasuaRelationship addedrelated to 0029783
2015-05-19 09:22hgbotCheckin
2015-05-19 09:22hgbotNote Added: 0077551

Notes
(0076580)
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
---
(0076903)
dmitry_mezentsev   
2015-04-29 20:48   
Not closed for 14 days!!!
(0077023)
malsasua   
2015-05-05 16:29   
verified
(0077551)
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
---