Openbravo Issue Tracking System - Retail Modules
View Issue Details
0032814Retail ModulesWeb POSpublic2016-04-29 12:302016-06-07 16:58
aaroncalero 
mario_castello 
normalminoralways
closedfixed 
5
 
RR16Q3 
guilleaer
No
0032814: [SERQA 1018] Overlapping messages in Payment screen using Payment Method categories
In web pos, when paying a return with cash and changing to a payment method which is part of a payment method category, some messages overlap on the payment screen.
Backend configuration:
1. Go to the POS Payment Method Categories window and define a category (e.g. Test).
2. Go to POS Terminal window, select the VBS-1 terminal, move to the Payment Type subtab, and from there, navigate to the Payment Method tab (subtab of POS Terminal Type).
3. Open the voucher payment method and assign the Payment Method category Test. Repeat this step for the Card payment method.

Login in web pos and create a new ticket
Click on menu > return this receipt.
Add an Avalanche Transceiver; total of the ticket= -150.50€
Click on the Total Amount button to pay the ticket.
Add 200€ in cash.
Click on the Test payment method button, and select Card.
> 3 messages are shown together on the payment screen:
*Card has been selected as payment method
*There is not enough cash available.
*Only cash payment methods are allowed to return change.

The first two messages appear on the same line.
SER-QA
related to defect 0032534 closed mario_castello Overlapping messages when voiding a layaway 
caused by defect 0030407 closed guilleaer The error messages may overlap in the payment window 
causes defect 0032974 closed shivum039 [SERQA 1110] messages overlapped 
png Screenshot from 2016-04-29 12:10:46.png (94,368) 2016-04-29 12:36
https://issues.openbravo.com/file_download.php?file_id=9338&type=bug
png
Issue History
2016-04-29 12:30aaroncaleroNew Issue
2016-04-29 12:30aaroncaleroAssigned To => Retail
2016-04-29 12:30aaroncaleroTriggers an Emergency Pack => No
2016-04-29 12:30aaroncaleroTag Attached: SER-QA
2016-04-29 12:31aaroncaleroResolution time => 1463090400
2016-04-29 12:36aaroncaleroFile Added: Screenshot from 2016-04-29 12:10:46.png
2016-05-04 17:21OrekariaStatusnew => acknowledged
2016-05-05 23:54mario_castelloAssigned ToRetail => mario_castello
2016-05-09 18:36mario_castelloStatusacknowledged => scheduled
2016-05-10 16:15hgbotCheckin
2016-05-10 16:15hgbotNote Added: 0086358
2016-05-10 16:15hgbotStatusscheduled => resolved
2016-05-10 16:15hgbotResolutionopen => fixed
2016-05-10 16:15hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/436e71f5437521dce7c28701609bf8f0ea998e53 [^]
2016-05-10 16:18hgbotCheckin
2016-05-10 16:18hgbotNote Added: 0086359
2016-05-11 16:11mario_castelloRelationship addedrelated to 0032534
2016-05-12 16:15hgbotCheckin
2016-05-12 16:15hgbotNote Added: 0086416
2016-05-12 16:19hgbotCheckin
2016-05-12 16:19hgbotNote Added: 0086417
2016-05-17 09:44guilleaerReview Assigned To => guilleaer
2016-05-17 09:44guilleaerStatusresolved => closed
2016-05-17 09:44guilleaerFixed in Version => RR16Q3
2016-06-07 16:58OrekariaRelationship addedcauses 0032974
2016-06-07 16:58OrekariaRelationship addedcaused by 0030407

Notes
(0086358)
hgbot   
2016-05-10 16:15   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 436e71f5437521dce7c28701609bf8f0ea998e53
Author: Mario Castello <mario.castello <at> peoplewalking.com>
Date: Tue May 10 08:15:05 2016 -0600
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/436e71f5437521dce7c28701609bf8f0ea998e53 [^]

Fixed issue 32814: Added validation in payment view to show messages

---
M web/org.openbravo.retail.posterminal/js/pointofsale/view/payment.js
---
(0086359)
hgbot   
2016-05-10 16:18   
Repository: tools/automation/pi-mobile
Changeset: a27f8ebcaa6c31968eada87dd8729673234da1b6
Author: Mario Castello <mario.castello <at> peoplewalking.com>
Date: Tue May 10 08:18:17 2016 -0600
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/a27f8ebcaa6c31968eada87dd8729673234da1b6 [^]

Related to issue 32814: Added changes to test I32534_VerifylblMessagePaymentView

---
M src-test/org/openbravo/test/mobile/quarantine/pack/MCA/layaway/I32534_VerifylblMessagePaymentView.java
---
(0086416)
hgbot   
2016-05-12 16:15   
Repository: tools/automation/pi-mobile
Changeset: 188b3a48f5bc7bf3ee89223481492d43157a770d
Author: Mario Castello <mario.castello <at> peoplewalking.com>
Date: Thu May 12 08:15:03 2016 -0600
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/188b3a48f5bc7bf3ee89223481492d43157a770d [^]

Related to issue 32814: Added automated test

---
A src-test/org/openbravo/test/mobile/quarantine/pack/MCA/receipts/I32814_VerifyMessagesPaymentView.java
---
(0086417)
hgbot   
2016-05-12 16:19   
Repository: tools/automation/pi-mobile
Changeset: 2551339047cca55fb9b1ca283d9b96ea25d75355
Author: Mario Castello <mario.castello <at> peoplewalking.com>
Date: Thu May 12 08:19:00 2016 -0600
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/2551339047cca55fb9b1ca283d9b96ea25d75355 [^]

Related to issue 32814: Added information to testId class for test I32814_VerifyMessagesPaymentView

---
M src-test/org/openbravo/test/mobile/common/selenium/javascript/TestId.java
---