Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0022950
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Openbravo ERP] 06. Material requirement planning (MRP)majoralways2013-01-31 17:452013-02-05 12:52
ReporterumartirenaView Statuspublic 
Assigned Toumartirena 
PriorityhighResolutionfixedFixed in Version
StatusclosedFix in branchFixed in SCM revisiond8b5d2563b3b
ProjectionnoneETAnoneTarget Version
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionSCM revision 
Review Assigned Tojonalegriaesarte
Web browser
ModulesCore
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0022950: Process Purchase Plan in Purchasing Plan is not working properly while configuring products as qty type multiple

DescriptionThe 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 SolutionOn 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);
TagsNo 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 (developer)
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 (reporter)
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 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
Powered by Mantis Bugtracker