Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0025270 | Openbravo ERP | 07. Sales management | public | 2013-12-04 11:04 | 2014-02-12 18:28 |
|
Reporter | VictorVillar | |
Assigned To | gauravdeshmukh | |
Priority | urgent | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | pi | |
Target Version | 3.0PR14Q2 | Fixed in Version | | |
Merge Request Status | |
Review Assigned To | pramakrishnan |
OBNetwork customer | OBPS |
Web browser | |
Modules | Core |
Support ticket | 24693 |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0025270: It is possible to have different warehouses between the Sales Order header and the Sales order lines |
Description | It is possible to have different warehouses between the Sales Order header and the Sales order lines |
Steps To Reproduce | As group admin role,
Go to Sales order window
Create a new register for org: España
warehouse: Región norte
Create one line and save
Go to the header again and change the warehouse, realise that the m_warehouse_id in the lines has not updated with the new warehouse header value. |
Proposed Solution | Do not use a simple trigger.
It should be applied the same logic as in the promised delivery date |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | defect | 0024870 | 3.0PR14Q2 | closed | gauravdeshmukh | Create shipment from orders does not respect the warehouse defined in the sales order when the process creates the shipment |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2013-12-04 11:04 | VictorVillar | New Issue | |
2013-12-04 11:04 | VictorVillar | Assigned To | => dmiguelez |
2013-12-04 11:04 | VictorVillar | Modules | => Core |
2013-12-04 11:04 | VictorVillar | OBNetwork customer | => Yes |
2013-12-04 11:04 | VictorVillar | Support ticket | => 24693 |
2013-12-04 11:04 | VictorVillar | Resolution time | => 1389740400 |
2013-12-04 11:04 | VictorVillar | Triggers an Emergency Pack | => No |
2013-12-05 12:26 | VictorVillar | Issue Monitored: networkb | |
2013-12-10 11:21 | VictorVillar | Proposed Solution updated | |
2013-12-10 11:21 | VictorVillar | Assigned To | dmiguelez => VictorVillar |
2013-12-10 11:21 | VictorVillar | Assigned To | VictorVillar => jonalegriaesarte |
2013-12-10 11:22 | VictorVillar | Proposed Solution updated | |
2014-01-02 12:38 | jonalegriaesarte | Target Version | 3.0MP31 => 3.0MP32 |
2014-01-07 12:51 | jonalegriaesarte | Assigned To | jonalegriaesarte => pramakrishnan |
2014-01-08 07:35 | pramakrishnan | Relationship added | related to 0024870 |
2014-01-08 07:35 | pramakrishnan | Assigned To | pramakrishnan => gauravdeshmukh |
2014-01-20 06:52 | hgbot | Checkin | |
2014-01-20 06:52 | hgbot | Note Added: 0063523 | |
2014-01-20 06:52 | hgbot | Status | new => resolved |
2014-01-20 06:52 | hgbot | Resolution | open => fixed |
2014-01-20 06:52 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/16607feff4249d31e079324f1f261acd0b45d09a [^] |
2014-01-20 07:05 | gauravdeshmukh | Note Added: 0063524 | |
2014-01-20 07:31 | gauravdeshmukh | Status | resolved => new |
2014-01-20 07:31 | gauravdeshmukh | Resolution | fixed => open |
2014-01-20 07:32 | gauravdeshmukh | Note Edited: 0063524 | bug_revision_view_page.php?bugnote_id=0063524#r5349 |
2014-01-20 07:41 | pramakrishnan | Status | new => scheduled |
2014-01-20 07:41 | pramakrishnan | fix_in_branch | => pi |
2014-01-20 07:41 | pramakrishnan | Status | scheduled => resolved |
2014-01-20 07:41 | pramakrishnan | Resolution | open => fixed |
2014-01-20 07:41 | pramakrishnan | Review Assigned To | => pramakrishnan |
2014-01-20 07:41 | pramakrishnan | Note Added: 0063525 | |
2014-01-20 07:41 | pramakrishnan | Status | resolved => closed |
2014-02-12 18:28 | hudsonbot | Checkin | |
2014-02-12 18:28 | hudsonbot | Note Added: 0064090 | |
Notes |
|
(0063523)
|
hgbot
|
2014-01-20 06:52
|
|
Repository: erp/devel/pi
Changeset: 16607feff4249d31e079324f1f261acd0b45d09a
Author: Gaurav Deshmukh <gaurav.deshmukh <at> openbravo.com>
Date: Wed Jan 15 17:49:56 2014 +0530
URL: http://code.openbravo.com/erp/devel/pi/rev/16607feff4249d31e079324f1f261acd0b45d09a [^]
Fixes Issue 25270:It is possible to have different warehouses btw the SO Header and line
---
M src-db/database/sourcedata/AD_REF_LIST.xml
M src/org/openbravo/event/OrderEventHandler.java
---
|
|
|
(0063524)
|
gauravdeshmukh
|
2014-01-20 07:05
(edited on: 2014-01-20 07:32) |
|
As group admin role
-Go to Sales order window
-Create a new register for org: España warehouse: Región norte
-Create one line and save
-Change the warehouse in the header
-Check that the warehouse in the header and lines are the same
Now,
-Go to Preference window and add the property "DoNotSyncWarehouse" with the value "Y"
-Go to Sales order window
-Create a new register for org: España warehouse: Región norte
-Create one line and save
-Change the warehouse in the header
-Notice that the warehouse in the header and the lines are not synced
When the warehouse are different in the lines and the header, the shipment will be created with line's warehouse.
Refer issue https://issues.openbravo.com/view.php?id=24870 [^]
|
|
|
|
Code Review + Testing - OK. |
|
|
|
|