Openbravo Issue Tracking System - Retail Modules
View Issue Details
0042093Retail ModulesWeb POSpublic2019-10-22 15:212019-11-22 08:39
collazoandy4 
collazoandy4 
normalminorhave not tried
closedfixed 
5
 
RR20Q1 
aferraz
No
0042093: Cross Organization Reference is throw in Cross Store Cancel and Replace
When a cross store Cancel and Replace is made a cross organization referencen exception is thrown to the obpos_application property in the receipt.
Create a receipt in VB-1
Open above receipt in OS-1 and try to cancel and replace it.
Check an error is thrown in backend and replacement order finishes in Errors while importing POS Data window
No tags attached.
related to feature request 0042295RR20Q1 closed aferraz Order Confirmation project 
Issue History
2019-10-22 15:21collazoandy4New Issue
2019-10-22 15:21collazoandy4Assigned To => collazoandy4
2019-10-22 15:21collazoandy4Triggers an Emergency Pack => No
2019-10-22 15:21collazoandy4Statusnew => scheduled
2019-11-21 20:58hgbotCheckin
2019-11-21 20:58hgbotNote Added: 0115763
2019-11-21 20:58hgbotCheckin
2019-11-21 20:58hgbotNote Added: 0115764
2019-11-22 08:38aferrazReview Assigned To => aferraz
2019-11-22 08:38aferrazStatusscheduled => closed
2019-11-22 08:38aferrazResolutionopen => fixed
2019-11-22 08:39aferrazRelationship addedrelated to 0042295
2019-11-22 08:39aferrazFixed in Version => RR20Q1
2019-11-22 08:39aferrazFixed in SCM revision => a7841cc72ada

Notes
(0115763)
hgbot   
2019-11-21 20:58   
Repository: tools/automation/pi-mobile
Changeset: 99f93593fee1dcae140b7338217afc8c47bf120e
Author: Armaignac <collazoandy4 <at> gmail.com>
Date: Tue Oct 22 21:29:17 2019 -0400
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/99f93593fee1dcae140b7338217afc8c47bf120e [^]

Related to issue 42093:Added some automated tests

Added some tests to cross store cancel and replace, void layaway and cancel layway

---
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/crossstore/CrossStoreTerminalHelper.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/crossstore/CrossStoreUIOpenReceipt.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/crossstore/CrossStoreSaleCancelII.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/crossstore/CrossStoreSaleReplaceIII.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/crossstore/CrossStoreSaleVoidII.java
---
(0115764)
hgbot   
2019-11-21 20:58   
Repository: tools/automation/pi-mobile
Changeset: 604a98ece56a9e1d00c461c84d96b5a0f9063f5a
Author: Armaignac <collazoandy4 <at> gmail.com>
Date: Thu Nov 21 10:53:59 2019 -0500
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/604a98ece56a9e1d00c461c84d96b5a0f9063f5a [^]

Related to issue 42093:Renamed CrossStoreSaleCancel and CrossStoreSaleVoid

---
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/crossstore/CrossStoreSaleCancelI.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/crossstore/CrossStoreSaleVoidI.java
R src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/crossstore/CrossStoreSaleCancel.java
R src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/crossstore/CrossStoreSaleVoid.java
---