Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0054097 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Modules] Advanced Warehouse Operations | major | have not tried | 2023-12-12 07:18 | 2023-12-14 10:46 | |||
Reporter | AtulOpenbravo | View Status | public | |||||
Assigned To | AtulOpenbravo | |||||||
Priority | normal | Resolution | fixed | Fixed in Version | ||||
Status | closed | Fix in branch | Fixed in SCM revision | |||||
Projection | none | ETA | none | Target Version | ||||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | SCM revision | |||||||
Regression date | ||||||||
Regression introduced by commit | ||||||||
Regression level | ||||||||
Review Assigned To | ||||||||
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 | - | |||||||
Tags | No tags attached. | |||||||
Attached Files | ||||||||
Relationships [ Relation Graph ] [ Dependency Graph ] | |||||||||
|
Notes | |
(0158070) hgbot (developer) 2023-12-12 07:23 |
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.warehouse.advancedwarehouseoperations/-/merge_requests/199 [^] |
(0158197) hgbot (developer) 2023-12-14 10:46 |
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.warehouse.advancedwarehouseoperations/-/merge_requests/199 [^] |
(0158198) hgbot (developer) 2023-12-14 10:46 |
Directly closing issue as related merge request is already approved. Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.warehouse.advancedwarehouseoperations [^] Changeset: b8fe12c59b36f883aa9171ee77cc370eeb13aeaa Author: Atul Gaware <atul.gaware@openbravo.com> Date: 14-12-2023 09:46:32 URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.warehouse.advancedwarehouseoperations/-/commit/b8fe12c59b36f883aa9171ee77cc370eeb13aeaa [^] Fixes BUG-0054097: Improve isTaskInvolvedInReferenceInventory in Reference Inventory Utility class --- M src/org/openbravo/warehouse/advancedwarehouseoperations/utils/AWOReferencedInventoryUtils.java --- |
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 |
Copyright © 2000 - 2009 MantisBT Group |