Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0018956 | Openbravo ERP | 05. Production management | public | 2011-11-02 13:42 | 2011-11-15 18:13 |
|
Reporter | maite | |
Assigned To | jonalegriaesarte | |
Priority | urgent | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | 2.50MP36 | Fixed in Version | 2.50MP36 | |
Merge Request Status | |
Review Assigned To | |
OBNetwork customer | OBPS |
Web browser | |
Modules | Core |
Support ticket | 13002 |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0018956: Generate Standards process should not consider production lines with qty zero |
Description | In the same way that process is not considering storage entries with QtyOnHand zero, it should not consider production lines with movementqty zero.
As actually they are considered, error "division by zero" is raised under some conditions |
Steps To Reproduce | Having a look at Cur_Stock select, you can see that Qty field is only filtering by > 0 in first select and it should also filter in second part of union clause
|
Proposed Solution | Add clause
M_PRODUCTIONLINE.movementqty > 0 in second part of select Cur_Stock (line 88)
(coalesce is not required as it is mandatory field) in function MA_PRODUCTIONRUN_STANDARD.xml |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | defect | 0018850 | 3.0MP5 | closed | jonalegriaesarte | Generate Standards process should not consider production lines with qty zero |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2011-11-02 13:42 | maite | New Issue | |
2011-11-02 13:42 | maite | Assigned To | => jonalegriaesarte |
2011-11-02 13:42 | maite | Modules | => Core |
2011-11-02 13:42 | maite | OBNetwork customer | => Yes |
2011-11-02 13:42 | maite | Support ticket | => 13002 |
2011-11-02 13:43 | maite | Relationship added | related to 0018850 |
2011-11-02 13:43 | maite | Issue Monitored: networkb | |
2011-11-15 12:56 | hgbot | Checkin | |
2011-11-15 12:56 | hgbot | Note Added: 0042831 | |
2011-11-15 12:56 | hgbot | Status | new => resolved |
2011-11-15 12:56 | hgbot | Resolution | open => fixed |
2011-11-15 12:56 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/stable/2.50/rev/94de727f4381845c6c0fde928e1fbfedda63d709 [^] |
2011-11-15 18:13 | maite | Note Added: 0042854 | |
2011-11-15 18:13 | maite | Status | resolved => closed |
2011-11-15 18:13 | maite | Fixed in Version | => 2.50MP36 |