Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0031514 | Openbravo ERP | 04. Warehouse management | public | 2015-11-17 12:32 | 2015-12-22 15:44 |
|
Reporter | ngarcia | |
Assigned To | markmm82 | |
Priority | urgent | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | | |
Merge Request Status | |
Review Assigned To | dmiguelez |
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 | 0031514: Prereservation from Sales Order window is created in Completed status if there is available stock and in Draft if there is not |
Description | Prereservation from Sales Order window is created in Completed status if there is available stock and in Draft if there is not |
Steps To Reproduce | As group admin role:
1. Create a Purchase Order for a product with stock and book it
2. Create a Sales Order for that product and book it
3. Go to the line, click on Manage Reservation button and select the purchase order line
4. Navigate to Stock Reservation window and check the status is Completed
5. Repeat the 1-3 steps for a product without stock
6. Navigate to Stock Reservation window and check the status is Draft |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | causes | defect | 0032078 | 3.0PR16Q2 | closed | aferraz | Reserved quantity is not correct under certain circumstances |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2015-11-17 12:32 | ngarcia | New Issue | |
2015-11-17 12:32 | ngarcia | Assigned To | => Triage Finance |
2015-11-17 12:32 | ngarcia | Modules | => Core |
2015-11-17 12:32 | ngarcia | Resolution time | => 1450998000 |
2015-11-17 12:32 | ngarcia | Triggers an Emergency Pack | => No |
2015-11-17 12:37 | ngarcia | Issue Monitored: networkb | |
2015-11-19 12:01 | dmiguelez | Assigned To | Triage Finance => dmiguelez |
2015-11-19 12:01 | dmiguelez | Status | new => scheduled |
2015-12-04 11:57 | dmiguelez | Note Added: 0082568 | |
2015-12-04 14:05 | hgbot | Checkin | |
2015-12-04 14:05 | hgbot | Note Added: 0082570 | |
2015-12-04 14:05 | hgbot | Status | scheduled => resolved |
2015-12-04 14:05 | hgbot | Resolution | open => fixed |
2015-12-04 14:05 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/e32a6dfe59e6dd86b6e70180c85878933efe4580 [^] |
2015-12-04 14:05 | dmiguelez | Review Assigned To | => dmiguelez |
2015-12-04 14:05 | dmiguelez | Note Added: 0082571 | |
2015-12-04 14:05 | dmiguelez | Status | resolved => closed |
2015-12-09 21:38 | hudsonbot | Checkin | |
2015-12-09 21:38 | hudsonbot | Note Added: 0082629 | |
2015-12-22 15:44 | vmromanos | Note Added: 0082944 | |
2015-12-22 15:44 | vmromanos | Assigned To | dmiguelez => markmm82 |
2016-02-01 17:14 | aferraz | Relationship added | causes 0032078 |
Notes |
|
|
As group admin role:
1. Create a Purchase Order for a product with stock and book it
2. Create a Sales Order for that product and book it
3. Go to the line, click on Manage Reservation button and select the purchase order line and select the quantity to be reserved
4. Navigate to Stock Reservation window and check the status is Completed
5. Repeat the 1-3 steps for a product without stock
6. Navigate to Stock Reservation window and check the status is Completed |
|
|
(0082570)
|
hgbot
|
2015-12-04 14:05
|
|
Repository: erp/devel/pi
Changeset: e32a6dfe59e6dd86b6e70180c85878933efe4580
Author: David Miguelez <david.miguelez <at> openbravo.com>
Date: Fri Dec 04 11:57:05 2015 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/e32a6dfe59e6dd86b6e70180c85878933efe4580 [^]
Fixes Issue 31514. Refreshes reservation object before checking status.
Also, call to Reservation_Post process is moved to the end of the fucntion,
after the lines have been modified.
---
M src/org/openbravo/common/actionhandler/ManageReservationActionHandler.java
---
|
|
|
|
|
|
|
|
|
|
Changed "Assigned To" to reflect the fix was actually done by Mark. |
|