Openbravo Issue Tracking System - Retail Modules
View Issue Details
0035024Retail ModulesWeb POSpublic2017-01-23 09:342017-01-27 09:27
paul_guiot 
mario_castello 
normalmajoralways
closedfixed 
5
 
RR17Q2 
marvintm
No
0035024: [SERQA 2355] Verified Return - Lost information
In the webpos, performing a return on a layaway, we lost the information of the original ticket when we retrieve the returned ticket.

See video (enclosed)
- Go to https://livebuilds.openbravo.com/retail_pi_pgsql/web/org.openbravo.retail.posterminal/?terminal=VBS-1#retail.pointofsale [^]
- Create a layaway and pay it;
- In the menu, click on Verified return and select the ticket created previously;
- Perform the return (the original ticket ref is there)
- Once the return is done, go to the menu and click on "Receipt"
- Search the verified return ticket and select it

Problem: There are no ref to the original ticket
Looking for the returned ticket created, we should see the information of the original ticket (like when we are in the return process)
No tags attached.
? 2355.mp4 (1,142,941) 2017-01-23 09:34
https://issues.openbravo.com/file_download.php?file_id=10332&type=bug
Issue History
2017-01-23 09:34paul_guiotNew Issue
2017-01-23 09:34paul_guiotAssigned To => Retail
2017-01-23 09:34paul_guiotFile Added: 2355.mp4
2017-01-23 09:34paul_guiotResolution time => 1486681200
2017-01-23 09:34paul_guiotTriggers an Emergency Pack => No
2017-01-23 15:03mario_castelloAssigned ToRetail => mario_castello
2017-01-23 21:40mario_castelloStatusnew => acknowledged
2017-01-23 21:40mario_castelloStatusacknowledged => scheduled
2017-01-26 14:41hgbotCheckin
2017-01-26 14:41hgbotNote Added: 0093840
2017-01-26 14:41hgbotStatusscheduled => resolved
2017-01-26 14:41hgbotResolutionopen => fixed
2017-01-26 14:41hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/6bba4e5f6ef75fe0d45c0d2518752013a4f90082 [^]
2017-01-26 14:43hgbotCheckin
2017-01-26 14:43hgbotNote Added: 0093841
2017-01-27 09:27marvintmReview Assigned To => marvintm
2017-01-27 09:27marvintmStatusresolved => closed
2017-01-27 09:27marvintmFixed in Version => RR17Q2

Notes
(0093840)
hgbot   
2017-01-26 14:41   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 6bba4e5f6ef75fe0d45c0d2518752013a4f90082
Author: Mario Castello <mario.castello <at> peoplewalking.com>
Date: Tue Jan 24 09:18:48 2017 -0600
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/6bba4e5f6ef75fe0d45c0d2518752013a4f90082 [^]

Fixed issue 0035024: [SERQA 2355] Verified Return - Lost information

- Added new property goodsShipmentLine for receptLines
- If the property goodsShipmentLine has a value
- then load the information of the receipt related with this line

---
M src/org/openbravo/retail/posterminal/PaidReceiptLinesProperties.java
M src/org/openbravo/retail/posterminal/PaidReceipts.java
---
(0093841)
hgbot   
2017-01-26 14:43   
Repository: tools/automation/pi-mobile
Changeset: 926b67eb6169871be651a5dc0ceaacefb007e978
Author: Mario Castello <mario.castello <at> peoplewalking.com>
Date: Mon Jan 23 15:25:29 2017 -0600
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/926b67eb6169871be651a5dc0ceaacefb007e978 [^]

Related to issue 35024: Added automated test I35024_VerifiedReturnsAndOpenReceipt

---
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/returns/I35024_VerifiedReturnsAndOpenReceipt.java
---