Openbravo Issue Tracking System - Openbravo ERP | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0014731 | Openbravo ERP | 07. Sales management | public | 2010-09-29 19:15 | 2011-08-05 13:15 |
Reporter | izror | ||||
Assigned To | jonalegriaesarte | ||||
Priority | high | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Platform | OS | 20 | OS Version | Community Appliance | |
Product Version | 2.50MP21 | ||||
Target Version | Fixed in Version | 2.50MP26 | |||
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 | 0014731: M_INOUT_CREATE - Products are taken in random order for Goods Shipment etc. | ||||
Description | Selection of products for Goods Shipment is based on PRIORITYNO and M_ATTRIBUTESETINSTANCE_ID which is more or less randomly generated (UUID). To support FIFO method for taking product instances from warehouse M_INOUT_CREATE function should be based on date of creation field. | ||||
Steps To Reproduce | |||||
Proposed Solution | in M_INOUT_CREATE.xml change (line 116): ORDER BY L.PRIORITYNO, T.M_ATTRIBUTESETINSTANCE_ID; to: ORDER BY L.PRIORITYNO, T.CREATED, T.M_ATTRIBUTESETINSTANCE_ID; | ||||
Additional Information | |||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | |||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2010-09-29 19:15 | izror | New Issue | |||
2010-09-29 19:15 | izror | Assigned To | => adrianromero | ||
2011-06-03 10:59 | dalsasua | Assigned To | adrianromero => dalsasua | ||
2011-07-20 18:12 | dalsasua | Assigned To | dalsasua => jonalegriaesarte | ||
2011-08-05 13:14 | dmitry_mezentsev | Status | new => closed | ||
2011-08-05 13:14 | dmitry_mezentsev | Resolution | open => fixed | ||
2011-08-05 13:14 | dmitry_mezentsev | Fixed in Version | => 2.50MP26 | ||
2011-08-05 13:15 | dmitry_mezentsev | Note Added: 0039909 |
Notes | |||||
|
|||||
|
|