Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0014994 | Openbravo ERP | 08. Project and service management | public | 2010-10-22 15:43 | 2010-12-21 00:00 |
|
Reporter | networkb | |
Assigned To | sivaraman | |
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | 2.50MP21 | |
Target Version | 2.50MP25 | Fixed in Version | | |
Merge Request Status | |
Review Assigned To | |
OBNetwork customer | OBPS |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0014994: Field "Order Reference" in Multiphase Project is not used when creating Orders |
Description | The field "Order Reference" in Multiphase Project is supposed to be used as reference code used for orders generated by the project. But when the order is generated by the project, it is not used (the field "Order Reference" in the sales order is empty). |
Steps To Reproduce | 1) Go to: Project & Service Management || Transactions || Multiphase Project || Multiphase Project
2) Create a new Project, informing all necessary fields in the header such as Searchkey, Name, Set Project Type. Assign the sales representative as well.
3) In Reference, select a Business Partner and specify the "Order Reference" to be used in the order created.
4) Change the status of the project to "Order".
5) Then create a new phase to this project, specifying a certain product with certain quantity.
6) Click on "Create Sales Order from Project Phase" and see that a new Order has been created.
7) Go to the sales order just created and see in the header that the field "Order Reference" is empty. |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2010-10-22 15:43 | networkb | New Issue | |
2010-10-22 15:43 | networkb | Assigned To | => adrianromero |
2010-10-22 15:43 | networkb | OBNetwork customer | => Yes |
2010-10-22 15:43 | networkb | Issue Monitored: emartinez | |
2010-11-25 13:29 | adrianromero | Note Added: 0032847 | |
2010-12-08 05:19 | sivaraman | Assigned To | adrianromero => sivaraman |
2010-12-08 05:24 | hgbot | Checkin | |
2010-12-08 05:24 | hgbot | Note Added: 0033059 | |
2010-12-08 05:24 | hgbot | Status | new => resolved |
2010-12-08 05:24 | hgbot | Resolution | open => fixed |
2010-12-08 05:24 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/2c1319271a2322eb06749205e261d53c1336a092 [^] |
2010-12-08 05:26 | sivaraman | Note Added: 0033060 | |
2010-12-08 10:56 | hudsonbot | Checkin | |
2010-12-08 10:56 | hudsonbot | Note Added: 0033064 | |
2010-12-20 17:54 | psarobe | Note Added: 0033312 | |
2010-12-20 17:54 | psarobe | Status | resolved => closed |
2010-12-21 00:00 | anonymous | sf_bug_id | 0 => 3140999 |
Notes |
|
|
The proposed solution is to copy the Order reference field to the order created |
|
|
(0033059)
|
hgbot
|
2010-12-08 05:24
|
|
Repository: erp/devel/pi
Changeset: 2c1319271a2322eb06749205e261d53c1336a092
Author: Sivaraman Rajagopal <sivaraman.rajagopal <at> openbravo.com>
Date: Wed Dec 08 09:53:54 2010 +0530
URL: http://code.openbravo.com/erp/devel/pi/rev/2c1319271a2322eb06749205e261d53c1336a092 [^]
Fixes Issue 14994: Field \"Order Reference\" in Multiphase Project is not used when creating Orders
Solution:
The INSERT query has been modified in order to use Order Reference value in Sales Order creation.
Impacts:
None
---
M src-db/database/model/functions/C_GENERATESOFROMPROJECTPHASE.xml
---
|
|
|
|
Steps to test:
Kindly follow the steps as given in 'Steps To Reproduce' section and verify if Order Reference is copied in Sales Order created. |
|
|
|
|
|
|
|