Openbravo Issue Tracking System - Retail Modules
View Issue Details
0033127Retail ModulesWeb POSpublic2016-06-03 08:352016-06-20 19:01
aaroncalero 
mario_castello 
normalminoralways
closedfixed 
5
 
RR16Q3 
guilleaer
No
0033127: Wrong labels when switching from a paid return to a paid receipt in web pos
Having two open tickets in web pos, a paid receipt and a paid return, switching from the paid receipt to the return will keep the receipt labelled as PAID.
On the other side, if the return is open and the user switches to the paid receipt, it will still be flagged as RETURNED.
Log in in web pos.
Create a normal ticket (Add a product, click on the total amount button, pay the ticket).
Create a return (Add a product, go to the menu, click on Return this receipt, click on the total amount button, pay the ticket).
Create an empty ticket (just for reference).
Go to Menu > Receipts and open the created ticket.
Repeat the same step for the return.
> Now there should be 3 tickets in web pos: an empty ticket, the paid receipt and the paid return, being the Return the current receipt.
> Verify that the return is flagged as "Returned".
Switch to the paid receipt by clicking on the Receipt counter button.
>Error: the receipt will be flagged as "Returned".
Switch to the empty ticket and back to the Paid receipt.
>Not it will be correctly flagged as Paid.
Switch to the return ticket..
>Error: It will be flagged as "Paid".
No tags attached.
Issue History
2016-06-03 08:35aaroncaleroNew Issue
2016-06-03 08:35aaroncaleroAssigned To => Retail
2016-06-03 08:35aaroncaleroTriggers an Emergency Pack => No
2016-06-03 09:25OrekariaStatusnew => acknowledged
2016-06-03 23:09mario_castelloAssigned ToRetail => mario_castello
2016-06-03 23:11mario_castelloStatusacknowledged => scheduled
2016-06-08 18:01hgbotCheckin
2016-06-08 18:01hgbotNote Added: 0087099
2016-06-08 18:01hgbotStatusscheduled => resolved
2016-06-08 18:01hgbotResolutionopen => fixed
2016-06-08 18:01hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/ad9272d226ffaa0945f3f8a3f2878b93c1941883 [^]
2016-06-08 18:06hgbotCheckin
2016-06-08 18:06hgbotNote Added: 0087100
2016-06-20 19:01guilleaerReview Assigned To => guilleaer
2016-06-20 19:01guilleaerStatusresolved => closed
2016-06-20 19:01guilleaerFixed in Version => RR16Q3

Notes
(0087099)
hgbot   
2016-06-08 18:01   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: ad9272d226ffaa0945f3f8a3f2878b93c1941883
Author: Mario Castello <mario.castello <at> peoplewalking.com>
Date: Fri Jun 03 15:47:10 2016 -0600
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/ad9272d226ffaa0945f3f8a3f2878b93c1941883 [^]

Fixed issue 33127: Added onchange:documentNo in receipt to show the correct type of paid receipt

---
M web/org.openbravo.retail.posterminal/js/components/order.js
---
(0087100)
hgbot   
2016-06-08 18:06   
Repository: tools/automation/pi-mobile
Changeset: 1e09209482b8be5298689687b06095a5fcbf4bb2
Author: Mario Castello <mario.castello <at> peoplewalking.com>
Date: Wed Jun 08 10:05:30 2016 -0600
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/1e09209482b8be5298689687b06095a5fcbf4bb2 [^]

Related to issue 33127: Added automated test

---
A src-test/org/openbravo/test/mobile/quarantine/pack/MCA/receipts/I33127_ReceiptCheckNameDifferenteType.java
---