Openbravo Issue Tracking System - Retail Modules
View Issue Details
0032452Retail ModulesWeb POSpublic2016-03-10 12:122016-03-22 10:43
agete 
mario_castello 
highmajoralways
closedfixed 
5
 
RR16Q2 
marvintm
No
0032452: [SERQA 787] It is possible to make a return of a returned line
It is possible to make a return of a returned line.
The line is added in positive, but it makes no sense to buy again omething returned, in this case it should be a new line in the receipt.
1. Create a receipt with a line and pay it --> Receipt 1
2. Create a receipt add a line with a product
3. Select the menu option verified return and select the previous receipt
4. Select the line of the receipt and click apply (now you have one positive line and a negative one, the one returned)
5. Pay the receipt --> Receipt 2
6. Create a new receipt, select the menu option Verified returns, select the Receipt 2
7. Select both lines to be returned --> ERROR: THE NEGATIVE LINES SHOULD NOT BE AVAILABLE TO BE RETURNED
Do not allow to return a negative line. The line in the verified returned pop up could be in light grey or with any message in order the user to know it already was returned
SER-QA
Issue History
2016-03-10 12:12ageteNew Issue
2016-03-10 12:12ageteAssigned To => Retail
2016-03-10 12:12ageteResolution time => 1458860400
2016-03-10 12:12ageteTriggers an Emergency Pack => No
2016-03-10 12:12ageteTag Attached: SER-QA
2016-03-11 13:58OrekariaStatusnew => acknowledged
2016-03-11 15:04mario_castelloAssigned ToRetail => mario_castello
2016-03-12 22:00mario_castelloStatusacknowledged => scheduled
2016-03-14 18:03hgbotCheckin
2016-03-14 18:03hgbotNote Added: 0084965
2016-03-14 18:03hgbotStatusscheduled => resolved
2016-03-14 18:03hgbotResolutionopen => fixed
2016-03-14 18:03hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.returns/rev/0f204c29e98be6c1866fc3a500e48f6bde3fa7c3 [^]
2016-03-14 18:10hgbotCheckin
2016-03-14 18:10hgbotNote Added: 0084966
2016-03-22 10:41marvintmReview Assigned To => marvintm
2016-03-22 10:41marvintmStatusresolved => closed
2016-03-22 10:42marvintmFixed in Version => RR16Q2

Notes
(0084965)
hgbot   
2016-03-14 18:03   
Repository: erp/pmods/org.openbravo.retail.returns
Changeset: 0f204c29e98be6c1866fc3a500e48f6bde3fa7c3
Author: Mario Castello <mario.castello <at> peoplewalking.com>
Date: Mon Mar 14 08:52:14 2016 -0600
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.returns/rev/0f204c29e98be6c1866fc3a500e48f6bde3fa7c3 [^]

Fixed issue 32452: Added validation to not make a return of a returned lines

---
M web/org.openbravo.retail.returns/js/modalReturnLines.js
---
(0084966)
hgbot   
2016-03-14 18:10   
Repository: tools/automation/pi-mobile
Changeset: 45e2712789b0c41c77b9e164a136f280c6865757
Author: Mario Castello <mario.castello <at> peoplewalking.com>
Date: Mon Mar 14 08:54:14 2016 -0600
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/45e2712789b0c41c77b9e164a136f280c6865757 [^]

Related to issue 32452: Added automated test

---
A src-test/org/openbravo/test/mobile/quarantine/pack/MCA/returns/I32452_VerifiedReturnsReturnNegativeLine.java
---