Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0019204 | Openbravo ERP | 07. Sales management | public | 2011-11-30 12:42 | 2011-12-01 18:42 |
|
Reporter | psarobe | |
Assigned To | vmromanos | |
Priority | immediate | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | pi | |
Target Version | 3.0MP6 | Fixed in Version | 3.0MP6 | |
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 | 0019204: Return material: P&E button. Prices that have been edited are overwritten when clicking again the button |
Description | Return material: P&E button. Prices that have been edited are overwritten when clicking again the button |
Steps To Reproduce | 1. QA testing client
2. Go to Return from customer window
3. Create a header with customer A and save
4. Click Pick/Edit lines button. Pick a line and enter the Returned qty and change the price from 4.5 to 10. Click Done
5. Notice a line has been inserted and the price is 10. This is correct
6. Click again the button Pick/Edit lines
7. You will see the line selected but the price is again 4.5 (the one that comes from the original sales order line). This is wrong. It should be 10 since you edited before |
Proposed Solution | When you edit the price it should be kept as it happens with the Returned Qty |
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2011-11-30 12:42 | psarobe | New Issue | |
2011-11-30 12:42 | psarobe | Assigned To | => vmromanos |
2011-11-30 12:42 | psarobe | Modules | => Core |
2011-11-30 12:42 | psarobe | OBNetwork customer | => No |
2011-11-30 12:42 | psarobe | Status | new => scheduled |
2011-11-30 12:42 | psarobe | fix_in_branch | => pi |
2011-11-30 13:47 | hgbot | Checkin | |
2011-11-30 13:47 | hgbot | Note Added: 0043580 | |
2011-11-30 13:47 | hgbot | Status | scheduled => resolved |
2011-11-30 13:47 | hgbot | Resolution | open => fixed |
2011-11-30 13:47 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/9e161755373504f4b7b7e63687405d72bd020cb0 [^] |
2011-11-30 13:47 | vmromanos | Note Added: 0043581 | |
2011-11-30 21:26 | psarobe | Note Added: 0043607 | |
2011-11-30 21:26 | psarobe | Status | resolved => new |
2011-11-30 21:26 | psarobe | Resolution | fixed => open |
2011-11-30 22:16 | hudsonbot | Checkin | |
2011-11-30 22:16 | hudsonbot | Note Added: 0043613 | |
2011-11-30 23:56 | hgbot | Checkin | |
2011-11-30 23:56 | hgbot | Note Added: 0043618 | |
2011-11-30 23:56 | hgbot | Status | new => resolved |
2011-11-30 23:56 | hgbot | Resolution | open => fixed |
2011-11-30 23:56 | hgbot | Fixed in SCM revision | http://code.openbravo.com/erp/devel/pi/rev/9e161755373504f4b7b7e63687405d72bd020cb0 [^] => http://code.openbravo.com/erp/devel/pi/rev/e3ce9604cae9b32dd34bfb06ba45fa59e37a7443 [^] |
2011-12-01 10:16 | psarobe | Status | resolved => closed |
2011-12-01 10:16 | psarobe | Fixed in Version | => 3.0MP6 |
2011-12-01 18:42 | hudsonbot | Checkin | |
2011-12-01 18:42 | hudsonbot | Note Added: 0043674 | |
Notes |
|
(0043580)
|
hgbot
|
2011-11-30 13:47
|
|
Repository: erp/devel/pi
Changeset: 9e161755373504f4b7b7e63687405d72bd020cb0
Author: Víctor Martínez Romanos <victor.martinez <at> openbravo.com>
Date: Wed Nov 30 13:45:24 2011 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/9e161755373504f4b7b7e63687405d72bd020cb0 [^]
Fixed bug 19204:
P&E button. Prices that have been edited are overwritten when clicking again the button
---
M src-db/database/model/views/C_RM_ORDER_PICK_EDIT_LINES.xml
---
|
|
|
|
TESTING PLAN:
1. QA testing client
2. Go to Return from customer window
3. Create a header with customer A and save
4. Click Pick/Edit lines button. Pick a line and enter the Returned qty and change the price from 4.5 to 10. Click Done
5. Notice a line has been inserted and the price is 10. This is correct
6. Click again the button Pick/Edit lines
7. You will see the line selected but the price is again 4.5 (the one that comes from the original sales order line). This is wrong. It should be 10 since you edited before |
|
|
|
The fix is not correct. Please notice step 4. What it happens now is that for new rows the price is not shown and this is not correct.
- Rows must shown the price that comes from the sales order line
- If you change the price and click done if you click the button again it must shown the price that comes from the existing line and not from the sales order line |
|
|
|
|
|
(0043618)
|
hgbot
|
2011-11-30 23:56
|
|
Repository: erp/devel/pi
Changeset: e3ce9604cae9b32dd34bfb06ba45fa59e37a7443
Author: Víctor Martínez Romanos <victor.martinez <at> openbravo.com>
Date: Wed Nov 30 23:53:50 2011 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/e3ce9604cae9b32dd34bfb06ba45fa59e37a7443 [^]
Fixed bug 19204:
P&E button. Prices that have been edited are overwritten when clicking again the button
---
M src-db/database/model/views/C_RM_ORDER_PICK_EDIT_LINES.xml
---
|
|
|
|
|