Openbravo Issue Tracking System - Retail Modules
View Issue Details
0035192Retail ModulesReturn Receiptpublic2017-02-07 18:132017-02-20 12:32
nataliag 
mario_castello 
normalmajoralways
closedfixed 
5
 
RR17Q2 
marvintm
No
0035192: Empty return ticket is created if a verified return of a ticket with all its products returned is done.
If you do a verified return of a ticket that has been already returned, so it has its products fully returned, a blank ticket of type returned is created. As any products are returned, the ticket should not be of type returned.
1-Go to “POS Terminal” window in backend, select the desired terminal and define the “Return No Prefix”, for example RT.
2- Create a ticket in web POS, add some products and complete the ticket.
3- Click on verified returns and select the ticket created in step 2. Select all the products and click on apply button.
4- A return ticket (ticket Nº RT/0000001) with all the products is created. Complete the return.
5- Click on verified returns and search again the ticket created in step 2 and already returned in step 4.
6- The products appear as “Fully returned” but anyway click on “Apply”
7- A blank ticket of type returned (Ticket Nº RT/0000002) is created.
To avoid the creation of tickets of return type without products the Apply button could be disabled if the ticket which is going to be returned has been already returned before and has its products fully returned.
No tags attached.
Issue History
2017-02-07 18:13nataliagNew Issue
2017-02-07 18:13nataliagAssigned To => Retail
2017-02-07 18:13nataliagResolution time => 1488236400
2017-02-07 18:13nataliagTriggers an Emergency Pack => No
2017-02-08 15:23mario_castelloAssigned ToRetail => mario_castello
2017-02-08 15:23mario_castelloStatusnew => acknowledged
2017-02-10 14:44mario_castelloStatusacknowledged => scheduled
2017-02-10 22:28hgbotCheckin
2017-02-10 22:28hgbotNote Added: 0094227
2017-02-10 22:28hgbotStatusscheduled => resolved
2017-02-10 22:28hgbotResolutionopen => fixed
2017-02-10 22:28hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.returns/rev/2670c7ce334637863d9387afa4fd6a12cd353edb [^]
2017-02-10 22:29mario_castelloNote Edited: 0094227bug_revision_view_page.php?bugnote_id=0094227#r14562
2017-02-10 22:32hgbotCheckin
2017-02-10 22:32hgbotNote Added: 0094228
2017-02-20 12:32marvintmReview Assigned To => marvintm
2017-02-20 12:32marvintmStatusresolved => closed
2017-02-20 12:32marvintmFixed in Version => RR17Q2

Notes
(0094227)
hgbot   
2017-02-10 22:28   
(edited on: 2017-02-10 22:29)
Repository: erp/pmods/org.openbravo.retail.returns
Changeset: 2670c7ce334637863d9387afa4fd6a12cd353edb
Author: Mario Castello <mario.castello <at> peoplewalking.com>
Date: Fri Feb 10 09:43:22 2017 -0600
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.returns/rev/2670c7ce334637863d9387afa4fd6a12cd353edb [^]

Fixed issue 0035192: Empty return ticket is created if a verified return of a ticket with all its products returned is done.

- Added validation that prevent execute the process if the receiplines are empty

---
M web/org.openbravo.retail.returns/js/modalReturnLines.js
---

(0094228)
hgbot   
2017-02-10 22:32   
Repository: tools/automation/pi-mobile
Changeset: 1d0da1ed7d38675f722e4b4751f6762324e6ac77
Author: Mario Castello <mario.castello <at> peoplewalking.com>
Date: Fri Feb 10 09:50:43 2017 -0600
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/1d0da1ed7d38675f722e4b4751f6762324e6ac77 [^]

Related to issue 35192: Added automated test I35192_VerifiedReturnsChangeDocumentNo

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