Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0009608Openbravo ERP02. Master data managementpublic2009-06-11 11:412009-07-10 11:23
networkb 
sathiyan 
immediateminoralways
closedfixed 
5
2.40 
2.40MP7 
Core
No
0009608: Verify BOM does not check nothing
In Master Data Management > Product, if "Bill of materials" field is checked, Verify BOM button appears. If you press it, OK message appears always. It does not check nothing. Only it sets "Bom verified" as active.

Go to Master Data Management > Product.
Create a new one.
Check "Bill of materials".
Press "Verify BOM" button.
Press OK
"Process completed successfully" message appears and "BOM verified" field is checked.
However, no checking has been done because no products have been inserted in "Bill of materials" tab.
Openbravo ERP 2.40 version has to work exactly as Openbravo ERP 2.50 does:

The process Verify BOM (M_product_bom_check process) DOES check that there is no infinite loop on-going:
1) Create a new product and click on Bill Of Materials.
2) Create a second product and click on Bill Of Materials.
3) Go to Bill of Materials tab and select the fist product.
4) Go to the first product and, Bill of Materials tab, select the second product.
5) In this first product, click on Verify BOM.

You get error (warning) message: BOM Tree Contains a Cycle Please Verify BOM (see attached image)
No tags attached.
related to defect 0005935 closed Dowid Message not informative enough after "Verify BOM" Process 
blocks defect 0009441 closed sathiyan Verify BOM does not check nothing 
png BOMVerified.png (76,345) 2009-06-24 14:09
https://issues.openbravo.com/file_download.php?file_id=1452&type=bug
png
Issue History
2009-06-24 14:08rafarodaTypedefect => backport
2009-06-24 14:08rafarodafix_in_branch => 2.40
2009-06-24 14:09rafarodaFile Added: BOMVerified.png
2009-07-06 08:47rafarodaRelationship addedrelated to 0005935
2009-07-07 15:43hgbotCheckin
2009-07-07 15:43hgbotNote Added: 0017968
2009-07-07 15:43hgbotStatusscheduled => resolved
2009-07-07 15:43hgbotResolutionopen => fixed
2009-07-07 15:43hgbotFixed in SCM revision => http://code.openbravo.com/erp/stable/2.40/rev/3e2acda28c1b69481b2845b0463bdbbf35aaa470 [^]
2009-07-10 11:23arunkumarStatusresolved => closed
2009-07-10 11:23arunkumarNote Added: 0018088
2009-07-10 11:23arunkumarFixed in Version => 2.40MP7

Notes
(0017968)
hgbot   
2009-07-07 15:43   
Repository: erp/stable/2.40
Changeset: 3e2acda28c1b69481b2845b0463bdbbf35aaa470
Author: Sathiyan Sivaprakasam <sathiyan.sivaprakasam <at> openbravo.com>
Date: Tue Jul 07 19:12:25 2009 +0530
URL: http://code.openbravo.com/erp/stable/2.40/rev/3e2acda28c1b69481b2845b0463bdbbf35aaa470 [^]

Fixes Issue 9608: Verify BOM does not check nothing.

---
M src-db/database/model/functions/M_PRODUCT_BOM_CHECK.xml
M src-db/database/sourcedata/AD_MESSAGE.xml
---
(0018088)
arunkumar   
2009-07-10 11:23   
This issue has been fixed. The error message has been displayed properly.