Openbravo Issue Tracking System - Openbravo ERP |
| View Issue Details |
|
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0005888 | Openbravo ERP | 04. Warehouse management | public | 2008-11-09 19:55 | 2009-03-03 17:16 |
|
| 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 | 0005888: 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 | | blocks | defect | 0005875 | | closed | gorkaion | Function BOM_QTY_ONHAND. Leaf mode error. |
|
| Attached Files | |
|
| Issue History |
| Date Modified | Username | Field | Change |
| 2008-11-09 19:55 | psarobe | New Issue | |
| 2008-11-09 19:55 | psarobe | Assigned To | => rafaroda |
| 2008-11-09 19:55 | psarobe | Status | new => scheduled |
| 2008-11-10 15:34 | rafaroda | Assigned To | rafaroda => gorkaion |
| 2008-11-28 17:02 | svnbot | Checkin | |
| 2008-11-28 17:02 | svnbot | Note Added: 0010819 | |
| 2008-11-28 17:02 | svnbot | Status | scheduled => resolved |
| 2008-11-28 17:02 | svnbot | Resolution | open => fixed |
| 2008-11-28 17:02 | svnbot | svn_revision | => 10745 |
| 2008-12-02 13:06 | svnbot | Checkin | |
| 2008-12-02 13:06 | svnbot | Note Added: 0010884 | |
| 2008-12-02 13:06 | svnbot | svn_revision | 10745 => 10848 |
| 2009-03-03 17:16 | psarobe | Status | resolved => closed |