Openbravo Issue Tracking System - Retail Modules
View Issue Details
0051927Retail ModulesRetail APIpublic2023-03-21 13:322023-06-30 10:37
caristu 
caristu 
highminorhave not tried
closedfixed 
5
 
 
No
0051927: Web POS Order Creation event is not fired for cross store returns
Web POS Order Creation event is not fired for cross store returns
0) Ensure that there is an EDL output configuration created for the "Send Business API Event" ([EDL Configuration] window)
1) Create a subscription for the Web POS Order Creation at the "White Valley Spain S.A" ([Event Subscription] window)
2) Login in the pos using the VB-1 touchpoint
3) Go to verified returns menu and select and order from a different store (cross store return)
4) Return some lines and process the return
5) In the backoffice, go to the [Return From Customer] window and see that the return is created correctly. But no event has been fired.
No tags attached.
related to defect 0052281 closed Triage Platform Conn Retail Modules EDL request (push API RETAPCO_OrderCreation) failing for cross store returns 
related to defect 0048994 closed caristu Openbravo ERP Include Push API tests using mockito 
Issue History
2023-03-21 13:32caristuNew Issue
2023-03-21 13:32caristuAssigned To => caristu
2023-03-21 13:32caristuTriggers an Emergency Pack => No
2023-03-21 13:35hgbotNote Added: 0147757
2023-03-27 13:46hgbotNote Added: 0147988
2023-03-27 15:46caristuRelationship addedrelated to 0048994
2023-03-28 07:43hgbotNote Added: 0148009
2023-03-28 07:43hgbotNote Added: 0148010
2023-03-28 08:20hgbotResolutionopen => fixed
2023-03-28 08:20hgbotStatusnew => closed
2023-03-28 08:20hgbotNote Added: 0148014
2023-03-28 08:20hgbotNote Added: 0148015
2023-04-27 14:03rafarodaRelationship addedrelated to 0052281
2023-06-30 10:37hgbotNote Added: 0151940

Notes
(0147757)
hgbot   
2023-03-21 13:35   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.api/-/merge_requests/134 [^]
(0147988)
hgbot   
2023-03-27 13:46   
Merge Request created: https://gitlab.com/openbravo/product/openbravo/-/merge_requests/847 [^]
(0148009)
hgbot   
2023-03-28 07:43   
Merge request merged: https://gitlab.com/openbravo/product/openbravo/-/merge_requests/847 [^]
(0148010)
hgbot   
2023-03-28 07:43   
Repository: https://gitlab.com/openbravo/product/openbravo [^]
Changeset: 95276e57e0123da0c3f8fb23841b478fcfbfd592
Author: Carlos Aristu <carlos.aristu@openbravo.com>
Date: 28-03-2023 05:42:57
URL: https://gitlab.com/openbravo/product/openbravo/-/commit/95276e57e0123da0c3f8fb23841b478fcfbfd592 [^]

related to BUG-51927: add test constants

---
M src-test/src/org/openbravo/test/base/TestConstants.java
---
(0148014)
hgbot   
2023-03-28 08:20   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.api [^]
Changeset: 897b6109d7045dcd4cd99eabf4e5419c64ba42bf
Author: Carlos Aristu <carlos.aristu@openbravo.com>
Date: 27-03-2023 13:56:00
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.api/-/commit/897b6109d7045dcd4cd99eabf4e5419c64ba42bf [^]

fixes BUG-51927: when exporting by ID, the org filter shouldn't be applied

  Now the ApiEventRecordExporter disables the readable organizations
filter when exporting a record by its ID.

---
M src-test/org/openbravo/api/export/ApiExporterTest.java
M src/org/openbravo/api/ApiExporter.java
M src/org/openbravo/api/event/ApiEventRecordExporter.java
---
(0148015)
hgbot   
2023-03-28 08:20   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.api/-/merge_requests/134 [^]
(0151940)
hgbot   
2023-06-30 10:37   
Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.api [^]
Changeset: 470d62fdc4f6cb01ad759d82b101a2225988ce8e
Author: Carlos Aristu <carlos.aristu@openbravo.com>
Date: 30-06-2023 08:32:24
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.api/-/commit/470d62fdc4f6cb01ad759d82b101a2225988ce8e [^]

related to BUG-51927: add test case

---
M src-test/org/openbravo/api/event/ApiEventRecordExporterTest.java
---