Openbravo Issue Tracking System - Retail Modules |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0034134 | Retail Modules | Web POS | public | 2016-09-29 16:55 | 2016-11-23 18:46 |
|
Reporter | asiermartirena | |
Assigned To | asiermartirena | |
Priority | normal | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | RR17Q1 | |
Merge Request Status | |
Review Assigned To | marvintm |
OBNetwork customer | No |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0034134: [SERQA 1866] Problems when returning products of canceled tickets |
Description | There are problems when trying to return products in a canceled ticket or a ticket that cancels other one.
It must be possible only to return products in a line with an associated shipment line that belongs to a shipment with a sum of movement quantity of it's lines distinct to 0. |
Steps To Reproduce | Create and pay a ticket with one unit.
Load the ticket and do a cancel and replace of it. Complete the new ticket without doing any change.
Click on verified return and try to load the original ticket. This ticket doesn't appear, and it must be possible to return the originally delivered product.
Click on verified return and load the new ticket. It is possible to select the unit that was delivered in the first ticket to return. As this line has not a shipment related with total movement quantity distinct to 0 should not be possible to return it. Also is necessary to have in mind that the shipment can be moved to new ticket. |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | depends on | defect | 0034166 | | closed | asiermartirena | Openbravo ERP | Order lines with netting shipment lines shouldn't be returned |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2016-09-29 16:55 | asiermartirena | New Issue | |
2016-09-29 16:55 | asiermartirena | Assigned To | => asiermartirena |
2016-09-29 16:55 | asiermartirena | OBNetwork customer | => No |
2016-09-29 16:55 | asiermartirena | Triggers an Emergency Pack | => No |
2016-10-04 09:43 | asiermartirena | Relationship added | depends on 0034166 |
2016-10-14 08:50 | hgbot | Checkin | |
2016-10-14 08:50 | hgbot | Note Added: 0090566 | |
2016-10-14 08:50 | hgbot | Status | new => resolved |
2016-10-14 08:50 | hgbot | Resolution | open => fixed |
2016-10-14 08:50 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/81fb189ec7d48722cce30559b552d9a175b9d94c [^] |
2016-10-14 08:52 | hgbot | Checkin | |
2016-10-14 08:52 | hgbot | Note Added: 0090567 | |
2016-10-14 08:56 | hgbot | Checkin | |
2016-10-14 08:56 | hgbot | Note Added: 0090568 | |
2016-10-14 08:57 | hgbot | Checkin | |
2016-10-14 08:57 | hgbot | Note Added: 0090569 | |
2016-11-23 18:46 | marvintm | Review Assigned To | => marvintm |
2016-11-23 18:46 | marvintm | Status | resolved => closed |
2016-11-23 18:46 | marvintm | Fixed in Version | => RR17Q1 |
Notes |
|
(0090566)
|
hgbot
|
2016-10-14 08:50
|
|
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 81fb189ec7d48722cce30559b552d9a175b9d94c
Author: Asier Martirena <asier.martirena <at> openbravo.com>
Date: Fri Oct 14 08:50:32 2016 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/81fb189ec7d48722cce30559b552d9a175b9d94c [^]
Fixed issue 34134: Problems when returning products of canceled tickets
---
M src/org/openbravo/retail/posterminal/OrderLoader.java
M src/org/openbravo/retail/posterminal/PaidReceiptLinesProperties.java
M src/org/openbravo/retail/posterminal/PaidReceipts.java
M src/org/openbravo/retail/posterminal/PaidReceiptsHeader.java
M web/org.openbravo.retail.posterminal/js/components/renderorderline.js
---
|
|
|
(0090567)
|
hgbot
|
2016-10-14 08:52
|
|
|
|
(0090568)
|
hgbot
|
2016-10-14 08:56
|
|
|
|
(0090569)
|
hgbot
|
2016-10-14 08:57
|
|
Repository: tools/automation/pi-mobile
Changeset: ca249eca131855f93c2d53f2bca0ea8d34da31d2
Author: Asier Martirena <asier.martirena <at> openbravo.com>
Date: Fri Oct 14 08:57:17 2016 +0200
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/ca249eca131855f93c2d53f2bca0ea8d34da31d2 [^]
Related to issue 34134: New automated tests
---
M src-test/org/openbravo/test/mobile/retail/pack/selenium/TestIdPack.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/returns/I33274_VerifyReturnWithMultiShipmentII.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/cancelandreplace/CancelAndRplReturn.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/cancelandreplace/CancelLayawayReturn.java
---
|
|