Openbravo Issue Tracking System - Retail Modules
View Issue Details
0034421Retail ModulesWeb POSpublic2016-11-08 11:522016-11-25 13:25
adrianromero 
mario_castello 
highmajoralways
closedfixed 
5
 
RR17Q1 
marvintm
No
0034421: [SER-QA 2016] Document number wrong in the order details when we delete product.
Document number wrong in the order details when we delete product.
Log in ERP.
Go to POS Terminal window. Search "VBS-1" terminal.
Write in Return No Prefix field "Return".
Preference: "Do not allow Sales with return" = Y

Log in Web POS
- Add Product Ticket
- Menu. Click on Verified Return.
- Choose a ticket and select an product to return

Result: Message is displayed informing the user that it is not possible to add a negative line in a sales order.

                   The product initially added to the ticket original remains unchanged, but the ticket has become a return ticket.

                   Validation is done with a positive amount and the printed ticket is a return ticket.. --> Document type = Return
SER-QA
related to defect 0034288 closed mario_castello [SER-QA 1972] Document number wrong in the order details when we delete product. 
Issue History
2016-11-08 11:52adrianromeroNew Issue
2016-11-08 11:52adrianromeroAssigned To => Retail
2016-11-08 11:52adrianromeroResolution time => 1479769200
2016-11-08 11:52adrianromeroTriggers an Emergency Pack => No
2016-11-08 11:52adrianromeroIssue generated from0034288
2016-11-08 11:52adrianromeroRelationship addedrelated to 0034288
2016-11-08 11:53adrianromeroTag Attached: SER-QA
2016-11-08 15:53mario_castelloAssigned ToRetail => mario_castello
2016-11-08 15:53mario_castelloStatusnew => acknowledged
2016-11-08 22:19mario_castelloStatusacknowledged => scheduled
2016-11-21 15:41hgbotCheckin
2016-11-21 15:41hgbotNote Added: 0091706
2016-11-21 15:41hgbotStatusscheduled => resolved
2016-11-21 15:41hgbotResolutionopen => fixed
2016-11-21 15:41hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.returns/rev/3f998902ec6a5c650feb51590505082ea93989bc [^]
2016-11-21 15:44hgbotCheckin
2016-11-21 15:44hgbotNote Added: 0091707
2016-11-25 13:25marvintmReview Assigned To => marvintm
2016-11-25 13:25marvintmStatusresolved => closed
2016-11-25 13:25marvintmFixed in Version => RR17Q1

Notes
(0091706)
hgbot   
2016-11-21 15:41   
Repository: erp/pmods/org.openbravo.retail.returns
Changeset: 3f998902ec6a5c650feb51590505082ea93989bc
Author: Mario Castello <mario.castello <at> peoplewalking.com>
Date: Thu Nov 17 11:20:28 2016 -0600
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.returns/rev/3f998902ec6a5c650feb51590505082ea93989bc [^]

Fixed issue 34421: Call function validateAllowSalesWithReturn before continue the verified returnd process

---
M web/org.openbravo.retail.returns/js/returnReceiptButton.js
---
(0091707)
hgbot   
2016-11-21 15:44   
Repository: tools/automation/pi-mobile
Changeset: a0a8fcc71bdb1c6d95013deb167135796e521e45
Author: Mario Castello <mario.castello <at> peoplewalking.com>
Date: Thu Nov 17 14:28:49 2016 -0600
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/a0a8fcc71bdb1c6d95013deb167135796e521e45 [^]

Verifies issue 34421: Added automated test I34421_VerifiedReturnsNotAllowSaleswithReturn

---
M src-test/org/openbravo/test/mobile/core/utils/AllowedErrorsHelper.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/returns/I34421_VerifiedReturnsNotAllowSaleswithReturn.java
---