Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0015523 | Openbravo ERP | 07. Sales management | public | 2010-12-24 11:39 | 2010-12-30 13:16 |
|
Reporter | psarobe | |
Assigned To | adrianromero | |
Priority | immediate | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | 2.50MP11 | |
Target Version | | Fixed in Version | 2.50MP25 | |
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 | 0015523: Create shipments from Orders: Movement date is being created with the Sales order date |
Description | Create shipments from Orders: Movement date is being created with the Sales order date and this is wrong |
Steps To Reproduce | 1. Create a sales order (standard order) with order date, for example, 2 days before the current day
2. Go to Create shipments from orders
3. Mark the newly sales order and click OK
4. Go to the goods shipment window and realize that the movement date is not the current day but the day of the sales order. THIS IS WRONG |
Proposed Solution | The movement date has to be the date of when the shhipment is created not the date of sales order.
This fix introduces the regression:
https://code.openbravo.com/erp/stable/2.50/rev/92ea03a8edc6 [^] |
Additional Information | |
Tags | No tags attached. |
Relationships | blocks | defect | 0015522 | | closed | adrianromero | Create shipments from Orders: Movement date is being created with the Sales order date |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2010-12-24 11:40 | psarobe | Type | defect => backport |
2010-12-24 11:40 | psarobe | fix_in_branch | => 2.50 |
2010-12-24 13:38 | hgbot | Checkin | |
2010-12-24 13:38 | hgbot | Note Added: 0033389 | |
2010-12-24 13:38 | hgbot | Status | scheduled => resolved |
2010-12-24 13:38 | hgbot | Resolution | open => fixed |
2010-12-24 13:38 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/f7f9f562a3918769caaf51503ae05b9f423b8b5c [^] |
2010-12-24 14:04 | adrianromero | Note Added: 0033392 | |
2010-12-27 11:15 | psarobe | Note Added: 0033400 | |
2010-12-27 11:15 | psarobe | Status | resolved => closed |
2010-12-27 11:15 | psarobe | Fixed in Version | => 2.50MP25 |
2010-12-28 12:07 | hgbot | Checkin | |
2010-12-28 12:07 | hgbot | Note Added: 0033409 | |
2010-12-30 13:16 | hudsonbot | Checkin | |
2010-12-30 13:16 | hudsonbot | Note Added: 0033478 | |
2010-12-30 13:16 | hudsonbot | Checkin | |
2010-12-30 13:16 | hudsonbot | Note Added: 0033482 | |
Notes |
|
(0033389)
|
hgbot
|
2010-12-24 13:38
|
|
Repository: erp/devel/pi
Changeset: f7f9f562a3918769caaf51503ae05b9f423b8b5c
Author: Adrián Romero <adrianromero <at> openbravo.com>
Date: Fri Dec 24 13:37:02 2010 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/f7f9f562a3918769caaf51503ae05b9f423b8b5c [^]
Fixes issue 0015523: Create shipments from Orders: Movement date is being created with the Sales order date
The date of the shipment created now depends on the type of the order
---
M src-db/database/model/functions/M_INOUT_CREATE.xml
---
|
|
|
|
* Testing the issue
Follow the steps to reproduce and verify that the shipment generated contains the current date and not the date of the related order.
It is required to test also the issue that introduced the regression still works properly
* Other areas affected
The M_INOUT_CREATE function has been modified, the functionality that calls this function has to be reviewed too. |
|
|
|
|
|
(0033409)
|
hgbot
|
2010-12-28 12:07
|
|
|
|
|
|
|
|
|