Openbravo Issue Tracking System - Modules |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0054885 | Modules | Advanced Warehouse Operations | public | 2024-03-07 17:45 | 2024-06-14 11:08 |
|
Reporter | AtulOpenbravo | |
Assigned To | AtulOpenbravo | |
Priority | normal | Severity | trivial | Reproducibility | have not tried |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | | |
Merge Request Status | approved |
Regression date | |
Regression introduced by commit | |
Regression level | |
Review Assigned To | |
Support ticket | |
OBNetwork customer | No |
Regression introduced in release | |
|
Summary | 0054885: Storage Type for Goods Transaction - Data Model |
Description | Storage Type: Create windows, tabs and fields. This should be done in AWO module
Storage Bin content restrictions: field and tab. Also the trigger to validate the restriction. This should be done in Core |
Steps To Reproduce | - |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | causes | defect | 0055771 | | closed | AtulOpenbravo | Openbravo ERP | Bins defined with Included Handling Unit Types = "Only those defined" block any transaction of individual items |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2024-03-07 17:45 | AtulOpenbravo | New Issue | |
2024-03-07 17:45 | AtulOpenbravo | Assigned To | => Triage Omni WMS |
2024-03-07 17:45 | AtulOpenbravo | OBNetwork customer | => No |
2024-03-07 17:50 | AtulOpenbravo | Assigned To | Triage Omni WMS => AtulOpenbravo |
2024-03-07 17:50 | AtulOpenbravo | Status | new => scheduled |
2024-03-07 18:45 | hgbot | Merge Request Status | => open |
2024-03-07 18:45 | hgbot | Note Added: 0161866 | |
2024-03-08 14:55 | hgbot | Note Added: 0161908 | |
2024-03-19 11:31 | hgbot | Note Added: 0162353 | |
2024-03-19 11:35 | hgbot | Note Added: 0162354 | |
2024-03-19 11:38 | hgbot | Note Added: 0162355 | |
2024-03-19 14:36 | hgbot | Note Added: 0162367 | |
2024-04-08 23:01 | hgbot | Merge Request Status | open => approved |
2024-04-08 23:24 | hgbot | Resolution | open => fixed |
2024-04-08 23:24 | hgbot | Status | scheduled => closed |
2024-04-08 23:24 | hgbot | Note Added: 0162937 | |
2024-04-08 23:24 | hgbot | Fixed in Version | => PR24Q3 |
2024-04-08 23:24 | hgbot | Note Added: 0162938 | |
2024-04-08 23:29 | hgbot | Note Added: 0162939 | |
2024-04-08 23:29 | hgbot | Note Added: 0162940 | |
2024-04-08 23:30 | hgbot | Note Added: 0162941 | |
2024-04-08 23:30 | hgbot | Note Added: 0162942 | |
2024-04-08 23:31 | hgbot | Note Added: 0162943 | |
2024-04-08 23:31 | hgbot | Note Added: 0162944 | |
2024-04-08 23:32 | hgbot | Note Added: 0162946 | |
2024-04-08 23:33 | hgbot | Note Added: 0162947 | |
2024-04-09 14:14 | hgbot | Note Added: 0162992 | |
2024-04-09 14:16 | hgbot | Note Added: 0162993 | |
2024-05-22 10:30 | hgbot | Note Added: 0164937 | |
2024-06-14 11:08 | vmromanos | Relationship added | causes 0055771 |
Notes |
|
(0161866)
|
hgbot
|
2024-03-07 18:45
|
|
|
|
(0161908)
|
hgbot
|
2024-03-08 14:55
|
|
|
|
(0162353)
|
hgbot
|
2024-03-19 11:31
|
|
|
|
(0162354)
|
hgbot
|
2024-03-19 11:35
|
|
|
|
(0162355)
|
hgbot
|
2024-03-19 11:38
|
|
|
|
(0162367)
|
hgbot
|
2024-03-19 14:36
|
|
|
|
(0162937)
|
hgbot
|
2024-04-08 23:24
|
|
|
|
(0162938)
|
hgbot
|
2024-04-08 23:24
|
|
Directly closing issue as related merge request is already approved.
Repository: https://gitlab.com/openbravo/product/openbravo [^]
Changeset: a78d112574e55010efc7bf188f9a76fd2a931856
Author: Martin Taal <martin.taal@openbravo.com>
Date: 08-04-2024 23:24:19
URL: https://gitlab.com/openbravo/product/openbravo/-/commit/a78d112574e55010efc7bf188f9a76fd2a931856 [^]
Fixes ISSUE-54885: Implemented Storage Type Data Model
---
A src-db/database/model/tables/M_LOCATOR_HU_TYPE.xml
A src-db/database/model/triggers/M_LOCATOR_HU_TYPE_TRG.xml
A src-test/src/org/openbravo/test/storageBin/StorageBinTest.java
A src-test/src/org/openbravo/test/storageBin/StorageBinTestUtils.java
M src-db/database/model/tables/M_LOCATOR.xml
M src-db/database/model/triggers/M_LOCATOR_TRG.xml
M src-db/database/model/triggers/M_TRANSACTION_TRG.xml
M src-db/database/sourcedata/AD_COLUMN.xml
M src-db/database/sourcedata/AD_ELEMENT.xml
M src-db/database/sourcedata/AD_FIELD.xml
M src-db/database/sourcedata/AD_MESSAGE.xml
M src-db/database/sourcedata/AD_REFERENCE.xml
M src-db/database/sourcedata/AD_REF_LIST.xml
M src-db/database/sourcedata/AD_TAB.xml
M src-db/database/sourcedata/AD_TABLE.xml
M src-test/src/org/openbravo/test/StandaloneTestSuite.java
M src-test/src/org/openbravo/test/inventoryStatus/InventoryStatusTest.java
M src-test/src/org/openbravo/test/referencedinventory/ReferencedInventoryTest.java
M src-test/src/org/openbravo/test/referencedinventory/ReferencedInventoryTestUtils.java
---
|
|
|
(0162939)
|
hgbot
|
2024-04-08 23:29
|
|
Directly closing issue as related merge request is already approved.
Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.warehouse.advancedwarehouseoperations [^]
Changeset: 8a7dd71b2560ffcd6520ac5ef5b97c5de5542ede
Author: Martin Taal <martin.taal@openbravo.com>
Date: 08-04-2024 23:29:02
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.warehouse.advancedwarehouseoperations/-/commit/8a7dd71b2560ffcd6520ac5ef5b97c5de5542ede [^]
Fixes ISSUE-54885: Storage Type Data Model
---
A src-db/database/model/modifiedTables/M_REFINVENTORY.xml
A src-db/database/model/tables/OBAWO_STORAGETYPE.xml
A src-db/database/model/tables/OBAWO_STORAGETYPE_PLMSTATUS.xml
A src-db/database/model/tables/OBAWO_STORAGETYPE_PROD.xml
A src-db/database/model/tables/OBAWO_STORAGETYPE_PRODCAT.xml
A src-db/database/model/tables/OBAWO_STORAGETYPE_WH.xml
A src-test/org/openbravo/warehouse/advancedwarehouseoperations/test/AWOst_StorageTypeTest.java
M src-db/database/sourcedata/AD_COLUMN.xml
M src-db/database/sourcedata/AD_DATASET_TABLE.xml
M src-db/database/sourcedata/AD_ELEMENT.xml
M src-db/database/sourcedata/AD_FIELD.xml
M src-db/database/sourcedata/AD_MENU.xml
M src-db/database/sourcedata/AD_REFERENCE.xml
M src-db/database/sourcedata/AD_TAB.xml
M src-db/database/sourcedata/AD_TABLE.xml
M src-db/database/sourcedata/AD_TREENODE.xml
M src-db/database/sourcedata/AD_WINDOW.xml
M src-db/database/sourcedata/OBUISEL_SELECTOR.xml
M src-test/org/openbravo/warehouse/advancedwarehouseoperations/test/AWOTestSuite.java
---
|
|
|
(0162940)
|
hgbot
|
2024-04-08 23:29
|
|
|
|
(0162941)
|
hgbot
|
2024-04-08 23:30
|
|
|
|
(0162942)
|
hgbot
|
2024-04-08 23:30
|
|
|
|
(0162943)
|
hgbot
|
2024-04-08 23:31
|
|
|
|
(0162944)
|
hgbot
|
2024-04-08 23:31
|
|
|
|
(0162946)
|
hgbot
|
2024-04-08 23:32
|
|
|
|
(0162947)
|
hgbot
|
2024-04-08 23:33
|
|
|
|
(0162992)
|
hgbot
|
2024-04-09 14:14
|
|
|
|
(0162993)
|
hgbot
|
2024-04-09 14:16
|
|
|
|
(0164937)
|
hgbot
|
2024-05-22 10:30
|
|
|