Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0020633 | Openbravo ERP | 07. Sales management | public | 2012-05-29 16:38 | 2012-06-06 11:04 |
|
Reporter | gorkaion | |
Assigned To | gorkaion | |
Priority | normal | Severity | trivial | Reproducibility | N/A |
Status | closed | Resolution | fixed | |
Platform | | OS | 20 | OS Version | Gentoo |
Product Version | pi | |
Target Version | 3.0MP12 | Fixed in Version | 3.0MP12 | |
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 | 0020633: Allow insertion of lines not related to shipments in Return from Customer |
Description | 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. |
Steps To Reproduce | N/A |
Proposed Solution | - 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. |
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2012-05-29 16:38 | gorkaion | New Issue | |
2012-05-29 16:38 | gorkaion | Assigned To | => gorkaion |
2012-05-29 16:38 | gorkaion | Modules | => Core |
2012-05-29 16:38 | gorkaion | OBNetwork customer | => No |
2012-05-31 18:29 | hgbot | Checkin | |
2012-05-31 18:29 | hgbot | Note Added: 0049555 | |
2012-05-31 18:29 | hgbot | Status | new => resolved |
2012-05-31 18:29 | hgbot | Resolution | open => fixed |
2012-05-31 18:29 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/d674eb0e81ddf0e53f20e29e5503be5464e34c66 [^] |
2012-06-02 17:18 | hudsonbot | Checkin | |
2012-06-02 17:18 | hudsonbot | Note Added: 0049590 | |
2012-06-06 11:04 | psarobe | Note Added: 0049640 | |
2012-06-06 11:04 | psarobe | Status | resolved => closed |
2012-06-06 11:04 | psarobe | Fixed 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
---
|
|
|
|
|
|
|
- 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 |
|