Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0040450 | Openbravo ERP | 05. Production management | public | 2019-03-26 02:25 | 2019-03-28 14:56 |
|
Reporter | AtulOpenbravo | |
Assigned To | AtulOpenbravo | |
Priority | normal | Severity | major | Reproducibility | N/A |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | 3.0PR19Q2 | |
Merge Request Status | |
Review Assigned To | dmiguelez |
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 | 0040450: API Change: Create/Process Production process parameter to force use of warehouse of selected Storage Bin |
Description | A new parameter "forceUseOfWHOfSelectedLocator" flag with default value "No" is added in Create/Process Production button process in Bills Of Material Production in order to support Warehouse of the selected Bin to be sent as the Priority Warehouse in the call to the m_get_stock_param.
AD_Process_Para needs to be added to API-Checks, risk of adding this record in the table is very low. |
Steps To Reproduce | - |
Proposed Solution | |
Additional Information | |
Tags | Approved |
Relationships | blocks | defect | 0040324 | | closed | AtulOpenbravo | Bill Of Materials Production should take the stock from same warehouse than the storage bin defined in the Production Plan tab |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2019-03-26 02:25 | AtulOpenbravo | New Issue | |
2019-03-26 02:25 | AtulOpenbravo | Assigned To | => dmitry_mezentsev |
2019-03-26 02:25 | AtulOpenbravo | OBNetwork customer | => No |
2019-03-26 02:25 | AtulOpenbravo | Modules | => Core |
2019-03-26 02:25 | AtulOpenbravo | Triggers an Emergency Pack | => No |
2019-03-26 02:26 | AtulOpenbravo | Relationship added | blocks 0040324 |
2019-03-26 11:12 | dmitry_mezentsev | Tag Attached: Approved | |
2019-03-26 11:12 | dmitry_mezentsev | Assigned To | dmitry_mezentsev => AtulOpenbravo |
2019-03-27 03:59 | AtulOpenbravo | Status | new => scheduled |
2019-03-27 11:36 | hgbot | Checkin | |
2019-03-27 11:36 | hgbot | Note Added: 0110674 | |
2019-03-27 11:36 | hgbot | Status | scheduled => resolved |
2019-03-27 11:36 | hgbot | Resolution | open => fixed |
2019-03-27 11:36 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/api-checks/rev/bad6dd80e18ed53d405c270fb282dd5a3f72e80a [^] |
2019-03-27 11:36 | hgbot | Checkin | |
2019-03-27 11:36 | hgbot | Note Added: 0110675 | |
2019-03-27 11:37 | hgbot | Checkin | |
2019-03-27 11:37 | hgbot | Note Added: 0110677 | |
2019-03-27 12:28 | dmiguelez | Review Assigned To | => dmiguelez |
2019-03-27 12:28 | dmiguelez | Note Added: 0110680 | |
2019-03-27 12:28 | dmiguelez | Status | resolved => closed |
2019-03-27 12:28 | dmiguelez | Fixed in Version | => 3.0PR19Q2 |
2019-03-28 14:56 | hudsonbot | Checkin | |
2019-03-28 14:56 | hudsonbot | Note Added: 0110897 | |
Notes |
|
(0110674)
|
hgbot
|
2019-03-27 11:36
|
|
Repository: erp/devel/api-checks
Changeset: bad6dd80e18ed53d405c270fb282dd5a3f72e80a
Author: Atul Gaware <atul.gaware <at> openbravo.com>
Date: Wed Mar 27 08:43:14 2019 +0530
URL: http://code.openbravo.com/erp/devel/api-checks/rev/bad6dd80e18ed53d405c270fb282dd5a3f72e80a [^]
Fixes Issue 0040450: API Change: Create/Process Production process
parameter to force use of warehouse of selected Storage Bin
** Record added in AD_PROCESS_PARA for new optional flag parameter
with is provided default value N in order to force use of warehouse
of selected storage bin in production plan to be used as priority
warehouse for all the production line for picking stock of prodcuts
to be consumed and produced ones.
---
M model/src-db/database/sourcedata/AD_PROCESS_PARA.xml
---
|
|
|
(0110675)
|
hgbot
|
2019-03-27 11:36
|
|
|
|
(0110677)
|
hgbot
|
2019-03-27 11:37
|
|
Repository: erp/devel/pi
Changeset: 4aa73ae526442442a2c754c3d575fb856a11c6b9
Author: David Miguelez <david.miguelez <at> openbravo.com>
Date: Wed Mar 27 11:34:47 2019 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/4aa73ae526442442a2c754c3d575fb856a11c6b9 [^]
Related to issue 40450. Give a default value to the new parameter
in case it is not sent to the PL.
---
M src-db/database/model/functions/M_PRODUCTION_RUN.xml
---
|
|
|
|
|
|
|
|