Openbravo Issue Tracking System - Openbravo ERP | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0036325 | Openbravo ERP | 04. Warehouse management | public | 2017-06-23 12:51 | 2017-07-26 09:47 |
Reporter | ngarcia | ||||
Assigned To | collazoandy4 | ||||
Priority | high | Severity | minor | Reproducibility | always |
Status | scheduled | Resolution | open | ||
Platform | OS | 5 | OS Version | ||
Product Version | |||||
Target Version | Fixed in Version | ||||
Merge Request Status | |||||
Review Assigned To | |||||
OBNetwork customer | |||||
Web browser | |||||
Modules | Core | ||||
Support ticket | |||||
Regression level | |||||
Regression date | |||||
Regression introduced in release | |||||
Regression introduced by commit | |||||
Triggers an Emergency Pack | No | ||||
Summary | 0036325: Cannot generate a shipment from an order if M_INOUT_CREATE is called without p_instance_id and document status <> 'IP' | ||||
Description | Cannot generate a shipment from an order if M_INOUT_CREATE is called without p_instance_id and document status <> 'IP' The problem is in the following condition of Cur_Order query: (o.DocStatus='IP' OR(o.DocStatus='CO' AND o.IsDelivered='N' AND v_Record_ID='0')) In standard code the function is used in the following flows and it works: - Create Shipment From Orders. It is called with p_instance_id and v_record_id has 0 value - Sales Order, complete a Warehouse Order or POS Order. It is called without p_instance_id, v_record_id has the c_order_id and the docstatus is 'IP' | ||||
Steps To Reproduce | As group admin role: Create a Sales Order Add a product with stock Complete it Launch the following query through database and check the goods shipment is not created: select m_inout_create(null,<orderID>) from dual | ||||
Proposed Solution | |||||
Additional Information | |||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | |||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2017-06-23 12:51 | ngarcia | New Issue | |||
2017-06-23 12:51 | ngarcia | Assigned To | => Triage Finance | ||
2017-06-23 12:51 | ngarcia | Modules | => Core | ||
2017-06-23 12:51 | ngarcia | Triggers an Emergency Pack | => No | ||
2017-06-23 12:54 | ngarcia | Issue Monitored: networkb | |||
2017-07-21 22:27 | collazoandy4 | Assigned To | Triage Finance => collazoandy4 | ||
2017-07-24 16:10 | collazoandy4 | Note Added: 0098202 | |||
2017-07-24 16:10 | collazoandy4 | Status | new => feedback | ||
2017-07-24 16:11 | collazoandy4 | Assigned To | collazoandy4 => ngarcia | ||
2017-07-24 16:31 | ngarcia | Steps to Reproduce Updated | bug_revision_view_page.php?rev_id=15545#r15545 | ||
2017-07-24 16:31 | ngarcia | Status | feedback => new | ||
2017-07-25 16:29 | collazoandy4 | Note Added: 0098208 | |||
2017-07-25 16:34 | collazoandy4 | Status | new => scheduled | ||
2017-07-26 09:47 | ngarcia | Assigned To | ngarcia => collazoandy4 |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|