Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0014731 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Openbravo ERP] 07. Sales management | minor | always | 2010-09-29 19:15 | 2011-08-05 13:15 | |||
Reporter | izror | View Status | public | |||||
Assigned To | jonalegriaesarte | |||||||
Priority | high | Resolution | fixed | Fixed in Version | 2.50MP26 | |||
Status | closed | Fix in branch | Fixed in SCM revision | |||||
Projection | none | ETA | none | Target Version | ||||
OS | Linux 32 bit | Database | PostgreSQL | Java version | 1.6.0_18 | |||
OS Version | Community Appliance | Database version | 8.3.9 | Ant version | 1.7.1 | |||
Product Version | 2.50MP21 | SCM revision | ||||||
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. | |||||||
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; | |||||||
Tags | No tags attached. | |||||||
Attached Files | ||||||||
![]() |
|
![]() |
|
(0039909) dmitry_mezentsev (viewer) 2011-08-05 13:15 |
https://issues.openbravo.com/view.php?id=15577 [^] |
![]() |
|||
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 |
Copyright © 2000 - 2009 MantisBT Group |