Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0055501 | Openbravo ERP | 04. Warehouse management | public | 2024-05-16 17:06 | 2024-05-22 10:28 |
|
Reporter | vmromanos | |
Assigned To | vmromanos | |
Priority | normal | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | PR24Q3 | Fixed in Version | PR24Q3 | |
Merge Request Status | approved |
Review Assigned To | |
OBNetwork customer | No |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0055501: API Changes to support nested handling units |
Description | 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.
|
Steps To Reproduce | https://builds.openbravo.com/job/try-api/2206/console [^] |
Proposed Solution | Accept the API changes as the risk is low. |
Additional Information | |
Tags | No tags attached. |
Relationships | caused by | feature request | 0054667 | PR24Q3 | closed | vmromanos | Support nested handling units |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2024-05-16 17:06 | vmromanos | New Issue | |
2024-05-16 17:06 | vmromanos | Assigned To | => vmromanos |
2024-05-16 17:06 | vmromanos | OBNetwork customer | => No |
2024-05-16 17:06 | vmromanos | Modules | => Core |
2024-05-16 17:06 | vmromanos | Triggers an Emergency Pack | => No |
2024-05-16 17:17 | vmromanos | Relationship added | caused by 0054667 |
2024-05-16 17:27 | hgbot | Merge Request Status | => open |
2024-05-16 17:27 | hgbot | Note Added: 0164722 | |
2024-05-20 13:35 | hgbot | Merge Request Status | open => approved |
2024-05-22 10:10 | vmromanos | Status | new => scheduled |
2024-05-22 10:10 | vmromanos | Fixed in Version | => PR24Q3 |
2024-05-22 10:28 | hgbot | Resolution | open => fixed |
2024-05-22 10:28 | hgbot | Status | scheduled => closed |
2024-05-22 10:28 | hgbot | Note Added: 0164935 | |
2024-05-22 10:28 | hgbot | Note Added: 0164936 | |