Project:
| View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
| ID | ||||||||
| 0022950 | ||||||||
| Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
| defect | [Openbravo ERP] 06. Material requirement planning (MRP) | major | always | 2013-01-31 17:45 | 2013-02-05 12:52 | |||
| Reporter | umartirena | View Status | public | |||||
| Assigned To | umartirena | |||||||
| Priority | high | Resolution | fixed | Fixed in Version | ||||
| Status | closed | Fix in branch | Fixed in SCM revision | d8b5d2563b3b | ||||
| Projection | none | ETA | none | Target Version | ||||
| OS | Any | Database | Any | Java version | ||||
| OS Version | Database version | Ant version | ||||||
| Product Version | SCM revision | |||||||
| 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); | |||||||
| Tags | No tags attached. | |||||||
| Attached Files | ||||||||
Relationships [ Relation Graph ]
[ Dependency Graph ]
|
|
Notes |
|
|
(0056027) hgbot (developer) 2013-01-31 18:04 |
Repository: erp/devel/pi Changeset: d8b5d2563b3b4abc234f5d7d12a2ae820897ba4a Author: Unai Martirena <unai.martirena <at> openbravo.com> Date: Thu Jan 31 18:01:04 2013 +0100 URL: http://code.openbravo.com/erp/devel/pi/rev/d8b5d2563b3b4abc234f5d7d12a2ae820897ba4a [^] Fixes issue 0022950: Process Purchase Plan does not work properly with multiples --- M src-db/database/model/functions/MRP_PURCHASEPLAN.xml --- |
|
(0056102) hudsonbot (viewer) 2013-02-01 22:29 |
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/b070aa80fc76 [^] Maturity status: Test |
|
(0056162) jonalegriaesarte (viewer) 2013-02-05 12:52 |
Closed |
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 |
| Copyright © 2000 - 2009 MantisBT Group |