Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0036723 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Openbravo ERP] 04. Warehouse management | minor | have not tried | 2017-08-25 16:50 | 2017-10-02 17:58 | |||
Reporter | markmm82 | View Status | public | |||||
Assigned To | AtulOpenbravo | |||||||
Priority | normal | Resolution | fixed | Fixed in Version | 3.0PR17Q4 | |||
Status | closed | Fix in branch | Fixed in SCM revision | 757a15bcdfb8 | ||||
Projection | none | ETA | none | Target Version | 3.0PR17Q4 | |||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | SCM revision | |||||||
Merge Request Status | ||||||||
Review Assigned To | aferraz | |||||||
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 | 0036723: New storage bins are created with Undefined-Overissue inventory status instead of Undefined by default | |||||||
Description | When new storage bin is created, it set as Undefined-Overissue its inventory status by default. This allow negative stock in those locators and it shouldn't be the default behaviour. By default, new storage bins created should be set with Undefined inventory status to don't allow negative stock. Note: InitializeInventoryStatus.java modulescript should be adapted to set the inventory status with Undefined-Overissue if related client allows negative stock. Right now it is setting inventory status as Undefined if client doesn't allows negative stock. | |||||||
Steps To Reproduce | Create a new warehouse. Create a new Storage Bin to it, and notice inventory status field has Undefined-Overissue status by default. | |||||||
Proposed Solution | Set Undefined as default inventory status when a new storagebin is created. | |||||||
Tags | No tags attached. | |||||||
Attached Files | ||||||||
![]() |
|||||||||||||||
|
![]() |
|
(0099193) AtulOpenbravo (viewer) 2017-09-20 21:14 |
- Login and F&B International Group Admin - Create a new warehouse. - Create a new Storage Bin to it. - Realize that inventory status field has Undefined status by default. |
(0099435) hgbot (developer) 2017-09-21 19:37 |
Repository: erp/devel/pi Changeset: 757a15bcdfb8a4fef656859cca918e07c9011e36 Author: Atul Gaware <atul.gaware <at> openbravo.com> Date: Thu Sep 21 20:24:21 2017 +0530 URL: http://code.openbravo.com/erp/devel/pi/rev/757a15bcdfb8a4fef656859cca918e07c9011e36 [^] Fixes issue 36723: New storage bins are created with Undefined-Overissue status instead of Undefined by default ** Set id of Undefined inventory status as default value for column m_inventorystatus_id in m_locator table as well as tables and columns in application dictionary ** Adapt Initialize Inventory Status modulescript to set Undefined-overdue status to locator of the clients where allow negative stock flag is set as Yes --- M src-db/database/model/tables/M_LOCATOR.xml M src-db/database/sourcedata/AD_COLUMN.xml M src-util/modulescript/build/classes/org/openbravo/modulescript/InitializeInventoryStatus.class M src-util/modulescript/src/org/openbravo/modulescript/InitializeInventoryStatus.java --- |
(0099436) hgbot (developer) 2017-09-21 19:38 |
Repository: erp/devel/pi Changeset: e2809fc56feeb1082298c840f6b764153cd634e2 Author: Alvaro Ferraz <alvaro.ferraz <at> openbravo.com> Date: Thu Sep 21 18:57:37 2017 +0200 URL: http://code.openbravo.com/erp/devel/pi/rev/e2809fc56feeb1082298c840f6b764153cd634e2 [^] Related to issue 36723: Fix modulescript limits --- M src-util/modulescript/build/classes/org/openbravo/modulescript/InitializeInventoryStatus.class M src-util/modulescript/src/org/openbravo/modulescript/InitializeInventoryStatus.java --- |
(0099437) aferraz (viewer) 2017-09-21 19:39 |
Code review + Testing OK |
(0099453) hudsonbot (viewer) 2017-09-22 03:19 |
A changeset related to this issue has been promoted main and to the Central Repository, after passing a series of tests. Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/79f756868bba [^] Maturity status: Test |
(0099454) hudsonbot (viewer) 2017-09-22 03:19 |
A changeset related to this issue has been promoted main and to the Central Repository, after passing a series of tests. Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/79f756868bba [^] Maturity status: Test |
(0099577) hgbot (developer) 2017-09-26 13:28 |
Repository: erp/devel/pi Changeset: a0e824aa61a70518393fb06a472a963f8d5d0a29 Author: Alvaro Ferraz <alvaro.ferraz <at> openbravo.com> Date: Tue Sep 26 12:55:18 2017 +0200 URL: http://code.openbravo.com/erp/devel/pi/rev/a0e824aa61a70518393fb06a472a963f8d5d0a29 [^] Related to issue 36723: Add preference to execute modulescript only once --- M src-util/modulescript/build/classes/org/openbravo/modulescript/InitializeInventoryStatus.class M src-util/modulescript/build/classes/org/openbravo/modulescript/InitializeInventoryStatusData.class M src-util/modulescript/src/org/openbravo/modulescript/InitializeInventoryStatus.java M src-util/modulescript/src/org/openbravo/modulescript/InitializeInventoryStatus_data.xsql --- |
(0099579) hgbot (developer) 2017-09-26 13:59 |
Repository: erp/devel/pi Changeset: af3110240b935ee6bd02e5c3f92d2139e66ee171 Author: Alvaro Ferraz <alvaro.ferraz <at> openbravo.com> Date: Tue Sep 26 13:26:43 2017 +0200 URL: http://code.openbravo.com/erp/devel/pi/rev/af3110240b935ee6bd02e5c3f92d2139e66ee171 [^] Related to issue 36723: Use attribute to create preference instead of property --- M src-util/modulescript/build/classes/org/openbravo/modulescript/InitializeInventoryStatusData.class M src-util/modulescript/src/org/openbravo/modulescript/InitializeInventoryStatus_data.xsql --- |
(0099610) hudsonbot (viewer) 2017-09-27 00:09 |
A changeset related to this issue has been promoted main and to the Central Repository, after passing a series of tests. Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/f8aef32786fd [^] Maturity status: Test |
(0099611) hudsonbot (viewer) 2017-09-27 00:09 |
A changeset related to this issue has been promoted main and to the Central Repository, after passing a series of tests. Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/f8aef32786fd [^] Maturity status: Test |
(0099691) hgbot (developer) 2017-10-02 12:40 |
Repository: erp/devel/pi Changeset: cc49d8d5f46bf79bb1d3f43ee92bf165e625c33f Author: Alvaro Ferraz <alvaro.ferraz <at> openbravo.com> Date: Mon Oct 02 12:02:08 2017 +0200 URL: http://code.openbravo.com/erp/devel/pi/rev/cc49d8d5f46bf79bb1d3f43ee92bf165e625c33f [^] Related to issue 36723: Changes in M_Locator inventory status for QA client --- M referencedata/sampledata/QA_Testing/M_LOCATOR.xml --- |
(0099703) hudsonbot (viewer) 2017-10-02 17:58 |
A changeset related to this issue has been promoted main and to the Central Repository, after passing a series of tests. Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/44a89970274a [^] Maturity status: Test |
![]() |
|||
Date Modified | Username | Field | Change |
2017-08-25 16:50 | markmm82 | New Issue | |
2017-08-25 16:50 | markmm82 | Assigned To | => markmm82 |
2017-08-25 16:50 | markmm82 | OBNetwork customer | => No |
2017-08-25 16:50 | markmm82 | Modules | => Core |
2017-08-25 16:50 | markmm82 | Triggers an Emergency Pack | => No |
2017-08-25 17:02 | markmm82 | Description Updated | View Revisions |
2017-08-25 17:08 | markmm82 | Summary | New storage bins are created with Undefined-Overissue status instead of Undefined by default => New storage bins are created with Undefined-Overissue inventory status instead of Undefined by default |
2017-08-25 17:08 | markmm82 | Description Updated | View Revisions |
2017-08-25 17:08 | markmm82 | Steps to Reproduce Updated | View Revisions |
2017-08-25 17:08 | markmm82 | Proposed Solution updated | |
2017-09-20 21:14 | AtulOpenbravo | Status | new => scheduled |
2017-09-20 21:14 | AtulOpenbravo | Note Added: 0099193 | |
2017-09-21 19:37 | hgbot | Checkin | |
2017-09-21 19:37 | hgbot | Note Added: 0099435 | |
2017-09-21 19:37 | hgbot | Status | scheduled => resolved |
2017-09-21 19:37 | hgbot | Resolution | open => fixed |
2017-09-21 19:37 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/757a15bcdfb8a4fef656859cca918e07c9011e36 [^] |
2017-09-21 19:38 | hgbot | Checkin | |
2017-09-21 19:38 | hgbot | Note Added: 0099436 | |
2017-09-21 19:39 | aferraz | Review Assigned To | => aferraz |
2017-09-21 19:39 | aferraz | Note Added: 0099437 | |
2017-09-21 19:39 | aferraz | Status | resolved => closed |
2017-09-21 19:39 | aferraz | Fixed in Version | => 3.0PR17Q4 |
2017-09-22 03:19 | hudsonbot | Checkin | |
2017-09-22 03:19 | hudsonbot | Note Added: 0099453 | |
2017-09-22 03:19 | hudsonbot | Checkin | |
2017-09-22 03:19 | hudsonbot | Note Added: 0099454 | |
2017-09-26 13:28 | hgbot | Checkin | |
2017-09-26 13:28 | hgbot | Note Added: 0099577 | |
2017-09-26 13:59 | hgbot | Checkin | |
2017-09-26 13:59 | hgbot | Note Added: 0099579 | |
2017-09-26 13:59 | aferraz | Relationship added | related to 0036086 |
2017-09-26 14:04 | aferraz | Status | closed => new |
2017-09-26 14:04 | aferraz | Resolution | fixed => open |
2017-09-26 14:04 | aferraz | Fixed in Version | 3.0PR17Q4 => |
2017-09-26 14:06 | aferraz | Status | new => scheduled |
2017-09-26 14:07 | aferraz | Target Version | => 3.0PR17Q4 |
2017-09-26 14:08 | aferraz | Status | scheduled => resolved |
2017-09-26 14:08 | aferraz | Fixed in Version | => 3.0PR17Q4 |
2017-09-26 14:08 | aferraz | Resolution | open => fixed |
2017-09-26 14:08 | aferraz | Status | resolved => closed |
2017-09-26 14:10 | aferraz | Assigned To | markmm82 => AtulOpenbravo |
2017-09-27 00:09 | hudsonbot | Checkin | |
2017-09-27 00:09 | hudsonbot | Note Added: 0099610 | |
2017-09-27 00:09 | hudsonbot | Checkin | |
2017-09-27 00:09 | hudsonbot | Note Added: 0099611 | |
2017-10-02 12:40 | hgbot | Checkin | |
2017-10-02 12:40 | hgbot | Note Added: 0099691 | |
2017-10-02 17:58 | hudsonbot | Checkin | |
2017-10-02 17:58 | hudsonbot | Note Added: 0099703 |
Copyright © 2000 - 2009 MantisBT Group |