Openbravo Issue Tracking System - Openbravo ERP | ||||||||||||
View Issue Details | ||||||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | |||||||
0005875 | Openbravo ERP | 04. Warehouse management | public | 2008-11-07 13:12 | 2009-04-21 11:06 | |||||||
Reporter | zaccoz | |||||||||||
Assigned To | gorkaion | |||||||||||
Priority | normal | Severity | minor | Reproducibility | always | |||||||
Status | closed | Resolution | fixed | |||||||||
Platform | OS | 30 | OS Version | Opensuse 10.3 | ||||||||
Product Version | 2.40 | |||||||||||
Target Version | Fixed in Version | |||||||||||
Merge Request Status | ||||||||||||
Review Assigned To | ||||||||||||
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 | 0005875: Function BOM_QTY_ONHAND. Leaf mode error. | |||||||||||
Description | The function bom_qty_onhand not allowed to return the amount of stock stored in a BOM with more than one level, because it breaks it's recursion. original post in spanish: https://sourceforge.net/forum/forum.php?thread_id=2496505&forum_id=827795 [^] | |||||||||||
Steps To Reproduce | create a NOT stocked BOM product and put as item another NOT stocked BOM product, with have almost one item with stock, the stock in product selector of high level BOM is always cero. | |||||||||||
Proposed Solution | This restores the recursion: Original line: IF (CUR_BOM.ProductType = 'I' AND CUR_BOM.ProductType = 'I') THEN Proposal: IF (CUR_BOM.ProductType = 'I' AND CUR_BOM.IsBOM = 'N') THEN | |||||||||||
Additional Information | ||||||||||||
Tags | No tags attached. | |||||||||||
Relationships |
| |||||||||||
Attached Files | ![]() https://issues.openbravo.com/file_download.php?file_id=400&type=bug | |||||||||||
Issue History | ||||||||||||
Date Modified | Username | Field | Change | |||||||||
2008-11-07 13:12 | zaccoz | New Issue | ||||||||||
2008-11-07 13:12 | zaccoz | Assigned To | => rafaroda | |||||||||
2008-11-07 13:12 | zaccoz | sf_bug_id | 0 => 2234029 | |||||||||
2008-11-07 13:12 | zaccoz | File Added: Función bom_qty_onhand.sql | ||||||||||
2008-11-09 19:55 | psarobe | Status | new => scheduled | |||||||||
2008-11-09 19:55 | psarobe | Note Added: 0010098 | ||||||||||
2008-11-09 19:55 | psarobe | fix_in_branch | => trunk | |||||||||
2008-11-10 15:33 | rafaroda | Assigned To | rafaroda => gorkaion | |||||||||
2008-11-28 17:03 | svnbot | Checkin | ||||||||||
2008-11-28 17:03 | svnbot | Note Added: 0010821 | ||||||||||
2008-11-28 17:03 | svnbot | Status | scheduled => resolved | |||||||||
2008-11-28 17:03 | svnbot | Resolution | open => fixed | |||||||||
2008-11-28 17:03 | svnbot | svn_revision | => 10747 | |||||||||
2009-04-21 11:06 | psarobe | Status | resolved => closed |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|