Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0018956 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
backport | [Openbravo ERP] 05. Production management | major | always | 2011-11-02 13:42 | 2011-11-15 18:13 | |||
Reporter | maite | View Status | public | |||||
Assigned To | jonalegriaesarte | |||||||
Priority | urgent | Resolution | fixed | Fixed in Version | 2.50MP36 | |||
Status | closed | Fix in branch | Fixed in SCM revision | 94de727f4381 | ||||
Projection | none | ETA | none | Target Version | 2.50MP36 | |||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | SCM revision | |||||||
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 | |||||||
Tags | No tags attached. | |||||||
Attached Files | ||||||||
![]() |
||||||||
|
![]() |
|
(0042831) hgbot (developer) 2011-11-15 12:56 |
Repository: erp/stable/2.50 Changeset: 94de727f4381845c6c0fde928e1fbfedda63d709 Author: Jon AlegrÃa <jon.alegria <at> openbravo.com> Date: Tue Nov 15 12:55:20 2011 +0100 URL: http://code.openbravo.com/erp/stable/2.50/rev/94de727f4381845c6c0fde928e1fbfedda63d709 [^] Fixes issue 0018956: Generate Standards process should not consider production lines with qty zero --- M src-db/database/model/functions/MA_PRODUCTIONRUN_STANDARD.xml --- |
(0042854) maite (viewer) 2011-11-15 18:13 |
verified |
![]() |
|||
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 |
Copyright © 2000 - 2009 MantisBT Group |