Openbravo Issue Tracking System - Modules |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0054097 | Modules | Advanced Warehouse Operations | public | 2023-12-12 07:18 | 2023-12-14 10:46 |
|
Reporter | AtulOpenbravo | |
Assigned To | AtulOpenbravo | |
Priority | normal | Severity | major | Reproducibility | have not tried |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | | |
Merge Request Status | |
Regression date | |
Regression introduced by commit | |
Regression level | |
Review Assigned To | |
Support ticket | |
OBNetwork customer | |
Regression introduced in release | |
|
Summary | 0054097: Improve isTaskInvolvedInReferenceInventory in Reference Inventory Utility class |
Description | Improve isTaskInvolvedInReferenceInventory in Reference Inventory Utility
In case of Tasks related to Goods Movements, checking whether task is involved in Referenced Inventory from either expected or confirmed Attribute as the goods movement post happens BEFORE the confirmation of the tasks, so the stock is received before the task is confirmed. In the moment the stock is received,the storage detail disappears from the DB, because the task's storage detail is only useful BEFORE the task is confirmed. After the task is confirmed, the storage detail is not valid any more. Later on, when the system tries to get the storage detail from the task, the task.getStorageDetail() returns not null, because it is cached. However, the referenced inventory is not cached, so it tries to visit the DB and then it fails. |
Steps To Reproduce | - |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | defect | 0053939 | | closed | AtulOpenbravo | Openbravo ERP | [EWPT][PPROD] No row with the given identifier exists: [MaterialMgmtStorageDetail#9D945AD7245646288110778247EA09BF] |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2023-12-12 07:18 | AtulOpenbravo | New Issue | |
2023-12-12 07:18 | AtulOpenbravo | Assigned To | => Triage Omni WMS |
2023-12-12 07:21 | AtulOpenbravo | Status | new => scheduled |
2023-12-12 07:21 | AtulOpenbravo | Assigned To | Triage Omni WMS => AtulOpenbravo |
2023-12-12 07:23 | hgbot | Note Added: 0158070 | |
2023-12-14 10:46 | hgbot | Note Added: 0158197 | |
2023-12-14 10:46 | hgbot | Resolution | open => fixed |
2023-12-14 10:46 | hgbot | Status | scheduled => closed |
2023-12-14 10:46 | hgbot | Note Added: 0158198 | |
2023-12-27 11:52 | mtaal | Relationship added | related to 0053939 |