Openbravo Issue Tracking System - Retail Modules
View Issue Details
0033324Retail ModulesWeb POSpublic2016-06-22 12:072016-06-28 13:07
ranjith_qualiantech_com 
ranjith_qualiantech_com 
normalminoralways
closedfixed 
5
 
 
marvintm
No
0033324: Wrong Msg for Cash Payment Methods if it is overpaid
If amount is overpaid for cash payment method, it showing "Overpayment not available" or "Overpayment exceeds limit" which id not correct one.
Msg should be "Change amount is over the limit for this payment method."
1) In backoffice, POS Terminal type - VBS Terminal type, set "Overpayment/change limit" for cash method to 0
2) IN POS, create a ticket
3) Add Product
4) Do overpayment for cash payment method
5) Error will show as "Overpayment not available" which is not correct
For "is Cash" payment method, msg should be displayed as "Change amount is over the limit for this payment method."
No tags attached.
Issue History
2016-06-22 12:07ranjith_qualiantech_comNew Issue
2016-06-22 12:07ranjith_qualiantech_comAssigned To => ranjith_qualiantech_com
2016-06-22 12:07ranjith_qualiantech_comTriggers an Emergency Pack => No
2016-06-22 12:07ranjith_qualiantech_comStatusnew => scheduled
2016-06-27 05:13hgbotCheckin
2016-06-27 05:13hgbotNote Added: 0087933
2016-06-27 05:13hgbotCheckin
2016-06-27 05:13hgbotNote Added: 0087934
2016-06-27 05:13hgbotStatusscheduled => resolved
2016-06-27 05:13hgbotResolutionopen => fixed
2016-06-27 05:13hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/346a957354bac81954ef3adea637ba5005de565d [^]
2016-06-28 13:07marvintmReview Assigned To => marvintm
2016-06-28 13:07marvintmStatusresolved => closed

Notes
(0087933)
hgbot   
2016-06-27 05:13   
Repository: tools/automation/pi-mobile
Changeset: 51bc5b933aebac8f7a374451b28ad8674ae0172b
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Fri Jun 24 08:26:41 2016 +0530
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/51bc5b933aebac8f7a374451b28ad8674ae0172b [^]

Verifies issue 33324 : Added automated test 'I33324_VerifyOverpaymentByCard'

---
M src-test/org/openbravo/test/mobile/retail/pack/selenium/TestIdPack.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/receipts/I31791_CheckingErrorMsgInOverpayment.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/system/I31842_VerifyOverpaymentByLimit.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/system/I32826_VerifyOverpaymentByCashCard.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/system/I32826_VerifyOverpaymentByCashCardII.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/system/I33324_VerifyOverpaymentByCash.java
---
(0087934)
hgbot   
2016-06-27 05:13   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 346a957354bac81954ef3adea637ba5005de565d
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Mon Jun 27 08:42:33 2016 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/346a957354bac81954ef3adea637ba5005de565d [^]

Fixes issue 33324 : Added Error msg for Cash payment method if change limit is defined

---
M src-db/database/sourcedata/AD_MESSAGE.xml
M web/org.openbravo.retail.posterminal/js/pointofsale/view/payment.js
---