Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0055501Openbravo ERP04. Warehouse managementpublic2024-05-16 17:062024-05-22 10:28
vmromanos 
vmromanos 
normalmajoralways
closedfixed 
5
 
PR24Q3PR24Q3 
approved
No
Core
No
0055501: API Changes to support nested handling units
Due to the nested handling units project, the following API changes are required:

DATA MODEL:
1. Added M_REFINV_PARENTLOOP_CH check constraint to M_REFINVENTORY table. This is safe because the new column PARENT_REFINVENTORY_ID is null for existing records, so the constraint will be always respected in old instances.

2. Removed AD_FIELD E4E8E864CC3242E8821B2090FE6457B3: Active flag in Handling Unit window. The flag has no sense from a functional POV and it will be overridden by a new status field in the future. It has been removed to avoid creating issues when boxing/unboxing handling units.


JAVA:
1. ReferencedInventoryUnBoxHandler class is not a subclass of ReferencedInventoryBoxHandler anymore. It now extends from ReferencedInventoryHandler. The risk is low as it is very unlikely to extend from this class.

2. ReferencedInventoryBoxHandler.createAndProcessGoodsMovement() method has been removed and it is executed directly into the run() method. The risk is low as it is very unlikely to extend from this class.

3. ReferencedInventoryBoxHandler.doExecute() method has been removed and it is available from the parent ReferencedInventoryHandler class. The risk is low as it is very unlikely to extend from this class.
https://builds.openbravo.com/job/try-api/2206/console [^]
Accept the API changes as the risk is low.
No tags attached.
caused by feature request 0054667PR24Q3 closed vmromanos Support nested handling units 
Issue History
2024-05-16 17:06vmromanosNew Issue
2024-05-16 17:06vmromanosAssigned To => vmromanos
2024-05-16 17:06vmromanosOBNetwork customer => No
2024-05-16 17:06vmromanosModules => Core
2024-05-16 17:06vmromanosTriggers an Emergency Pack => No
2024-05-16 17:17vmromanosRelationship addedcaused by 0054667
2024-05-16 17:27hgbotMerge Request Status => open
2024-05-16 17:27hgbotNote Added: 0164722
2024-05-20 13:35hgbotMerge Request Statusopen => approved
2024-05-22 10:10vmromanosStatusnew => scheduled
2024-05-22 10:10vmromanosFixed in Version => PR24Q3
2024-05-22 10:28hgbotResolutionopen => fixed
2024-05-22 10:28hgbotStatusscheduled => closed
2024-05-22 10:28hgbotNote Added: 0164935
2024-05-22 10:28hgbotNote Added: 0164936

Notes
(0164722)
hgbot   
2024-05-16 17:27   
Merge Request created: https://gitlab.com/openbravo/ci/backoffice-api/-/merge_requests/70 [^]
(0164935)
hgbot   
2024-05-22 10:28   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/ci/backoffice-api [^]
Changeset: da9ff4210401f03245ec91ae3b8577281ffb61e7
Author: Víctor Martínez Romanos <victor.martinez@openbravo.com>
Date: 16-05-2024 17:24:54
URL: https://gitlab.com/openbravo/ci/backoffice-api/-/commit/da9ff4210401f03245ec91ae3b8577281ffb61e7 [^]

Fixed ISSUE-55501: API Changes to support nested handling units

---
M java/reference/java.japi.gz
M model/src-db/database/model/tables/M_REFINVENTORY.xml
M model/src-db/database/sourcedata/AD_FIELD.xml
---
(0164936)
hgbot   
2024-05-22 10:28   
Merge request merged: https://gitlab.com/openbravo/ci/backoffice-api/-/merge_requests/70 [^]