Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0020633Openbravo ERP07. Sales managementpublic2012-05-29 16:382012-06-06 11:04
gorkaion 
gorkaion 
normaltrivialN/A
closedfixed 
20Gentoo
pi 
3.0MP123.0MP12 
Core
No
0020633: Allow insertion of lines not related to shipments in Return from Customer
In Return from Customer window it is only possible to add lines related to Shipments.

In certain scenarios it is needed to create lines not related to an existing shipment.
N/A
- New button to add orphan lines in Return from Customer window.
- It opens a pop-up where the user enters the product, attribute, quantity, price, tax and return reason.
- Users need specific privilege to use this option (to avoid abuse of it)
- More lines can be added either this way or via the standard way
- Once the RMA is created the rest of the flow will be maintained the same
- Lines are edited and deleted using the current Pick&Execute window.
No tags attached.
Issue History
2012-05-29 16:38gorkaionNew Issue
2012-05-29 16:38gorkaionAssigned To => gorkaion
2012-05-29 16:38gorkaionModules => Core
2012-05-31 18:29hgbotCheckin
2012-05-31 18:29hgbotNote Added: 0049555
2012-05-31 18:29hgbotStatusnew => resolved
2012-05-31 18:29hgbotResolutionopen => fixed
2012-05-31 18:29hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/d674eb0e81ddf0e53f20e29e5503be5464e34c66 [^]
2012-06-02 17:18hudsonbotCheckin
2012-06-02 17:18hudsonbotNote Added: 0049590
2012-06-06 11:04psarobeNote Added: 0049640
2012-06-06 11:04psarobeStatusresolved => closed
2012-06-06 11:04psarobeFixed in Version => 3.0MP12

Notes
(0049555)
hgbot   
2012-05-31 18:29   
Repository: erp/devel/pi
Changeset: d674eb0e81ddf0e53f20e29e5503be5464e34c66
Author: Gorka Ion Damián <gorkaion.damian <at> openbravo.com>
Date: Wed May 30 15:46:09 2012 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/d674eb0e81ddf0e53f20e29e5503be5464e34c66 [^]

Fixed issue 20633.Add insert orphan line process in RFC.

---
M src-db/database/model/tables/C_ORDER.xml
M src-db/database/model/views/C_RM_ORDER_PICK_EDIT_LINES.xml
M src-db/database/sourcedata/AD_COLUMN.xml
M src-db/database/sourcedata/AD_ELEMENT.xml
M src-db/database/sourcedata/AD_FIELD.xml
M src-db/database/sourcedata/AD_MESSAGE.xml
M src-db/database/sourcedata/AD_MODEL_OBJECT.xml
M src-db/database/sourcedata/AD_PROCESS.xml
M src-db/database/sourcedata/AD_PROCESS_PARA.xml
M src-db/database/sourcedata/AD_REFERENCE.xml
M src-db/database/sourcedata/AD_REF_LIST.xml
M src-db/database/sourcedata/OBUISEL_SELECTOR.xml
M src-db/database/sourcedata/OBUISEL_SELECTOR_FIELD.xml
M src/org/openbravo/common/actionhandler/SRMOPickEditLines.java
M src/org/openbravo/erpCommon/utility/OBMessageUtils.java
A src/org/openbravo/erpCommon/ad_actionButton/RMInsertOrphanLine.java
---
(0049590)
hudsonbot   
2012-06-02 17:18   
A changeset related to this issue has been promoted main and to the
Central Repository, after passing a series of tests.

Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/d1995ebc438c [^]

Maturity status: Test
(0049640)
psarobe   
2012-06-06 11:04   
- New button to add orphan lines in Return from Customer window. OK
- It opens a pop-up where the user enters the product, attribute, quantity, price, tax and return reason.. OK
- Users need specific privilege to use this option (to avoid abuse of it). OK
- More lines can be added either this way or via the standard way. OK
- Once the RMA is created the rest of the flow will be maintained the same. OK
- Lines are edited and deleted using the current Pick&Execute window. OK