Openbravo Issue Tracking System - Openbravo ERP | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0022950 | Openbravo ERP | 06. Material requirement planning (MRP) | public | 2013-01-31 17:45 | 2013-02-05 12:52 |
Reporter | umartirena | ||||
Assigned To | umartirena | ||||
Priority | high | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Platform | OS | 5 | OS Version | ||
Product Version | |||||
Target Version | Fixed in Version | ||||
Merge Request Status | |||||
Review Assigned To | jonalegriaesarte | ||||
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 | 0022950: Process Purchase Plan in Purchasing Plan is not working properly while configuring products as qty type multiple | ||||
Description | The Process Purchase Plan procedure in purchasing plan window is does not suggest the correct quantities when the product in Purchasing Plan window is configured with Quantity type Multiple | ||||
Steps To Reproduce | - Configure Planning Method. - Configure the Purchasing Tab of a Product marked as Purchase. Add Quantity type Multiple - Configure Manufacturing Tab of the same product. - Go to Material Requirement Management/Transactions/Purchasing Plan - Create a new Record - Execute Process Purchase Plan process. - See that suggested quantities are not correct. | ||||
Proposed Solution | On line 124 of mrp_purchaseplan PL, make the following change: - v_neededqty_new := v_neededqty_new + COALESCE(v_neededqty_old,0); + v_neededqty_new := v_neededqty_new + COALESCE(v_qty_old,0); | ||||
Additional Information | |||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | |||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2013-01-31 17:45 | umartirena | New Issue | |||
2013-01-31 17:45 | umartirena | Assigned To | => umartirena | ||
2013-01-31 17:45 | umartirena | Modules | => Core | ||
2013-01-31 17:45 | umartirena | OBNetwork customer | => No | ||
2013-01-31 17:45 | umartirena | Triggers an Emergency Pack | => No | ||
2013-01-31 18:04 | hgbot | Checkin | |||
2013-01-31 18:04 | hgbot | Note Added: 0056027 | |||
2013-01-31 18:04 | hgbot | Status | new => resolved | ||
2013-01-31 18:04 | hgbot | Resolution | open => fixed | ||
2013-01-31 18:04 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/d8b5d2563b3b4abc234f5d7d12a2ae820897ba4a [^] | ||
2013-02-01 22:29 | hudsonbot | Checkin | |||
2013-02-01 22:29 | hudsonbot | Note Added: 0056102 | |||
2013-02-05 12:52 | jonalegriaesarte | Review Assigned To | => jonalegriaesarte | ||
2013-02-05 12:52 | jonalegriaesarte | Note Added: 0056162 | |||
2013-02-05 12:52 | jonalegriaesarte | Status | resolved => closed |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|