Project:
View Revisions: Issue #29553 | [ Back to Issue ] | ||
Summary | 0029553: When the payment limit message is printed, we use a specific condition for euro currency | ||
Revision | 2015-05-05 13:01 by Orekaria | ||
Steps To Reproduce | 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) |
||
Revision | 2015-04-09 17:44 by Orekaria | ||
Steps To Reproduce | 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) |
||
Revision | 2015-04-09 17:20 by Orekaria | ||
Steps To Reproduce | 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 Try to pay using cash Verify that a message is shown: "The maximum limit (1200 €) for this payment method has been exceeded. Payment not allowed" Verify that in the 'keyboard-toolbars.js' code we use a specific condition for euro Verify that in the 'keypadcoins.js" the same specific condition is present |
||
Revision | 2015-04-09 17:19 by Orekaria | ||
Steps To Reproduce | 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 Try to pay using cash Verify that a message is shown: "The maximum limit (1200 €) for this payment method has been exceeded. Payment not allowed" Verify that in the 'keyboard-toolbars.js' code we use a specific condition for euro |
Copyright © 2000 - 2009 MantisBT Group |