Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0036412 | Openbravo ERP | 04. Warehouse management | public | 2017-07-05 12:24 | 2017-09-21 16:49 |
|
Reporter | ngarcia | |
Assigned To | collazoandy4 | |
Priority | urgent | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | 3.0PR17Q4 | |
Merge Request Status | |
Review Assigned To | aferraz |
OBNetwork customer | OBPS |
Web browser | |
Modules | Core |
Support ticket | 47520 |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0036412: Orphan Line is removed from Return To Vendor if Pick/Edit Lines is launched then |
Description | Orphan Line is removed from Return To Vendor if Pick/Edit Lines is launched then |
Steps To Reproduce | As group admin role:
Set RM Allow Orphan Line preference to Y
Log out and log in
Create a Return To Vendor Header
Insert Orphan Line
Pick/Edit Lines and click in Done without making any change
Check the orphan line has been removed |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | defect | 0036448 | | closed | collazoandy4 | The Line number in RTV is increase in 10 |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2017-07-05 12:24 | ngarcia | New Issue | |
2017-07-05 12:24 | ngarcia | Assigned To | => Triage Finance |
2017-07-05 12:24 | ngarcia | OBNetwork customer | => Yes |
2017-07-05 12:24 | ngarcia | Modules | => Core |
2017-07-05 12:24 | ngarcia | Support ticket | => 47520 |
2017-07-05 12:24 | ngarcia | Resolution time | => 1501020000 |
2017-07-05 12:24 | ngarcia | Triggers an Emergency Pack | => No |
2017-07-05 12:24 | ngarcia | Issue Monitored: networkb | |
2017-07-05 12:27 | Practics | Issue Monitored: Practics | |
2017-07-05 13:10 | aferraz | Assigned To | Triage Finance => collazoandy4 |
2017-07-07 02:13 | collazoandy4 | Status | new => scheduled |
2017-07-07 16:15 | collazoandy4 | Note Added: 0097959 | |
2017-07-10 16:21 | aferraz | Relationship added | related to 0036448 |
2017-07-10 16:22 | hgbot | Checkin | |
2017-07-10 16:22 | hgbot | Note Added: 0097982 | |
2017-07-10 16:22 | hgbot | Status | scheduled => resolved |
2017-07-10 16:22 | hgbot | Resolution | open => fixed |
2017-07-10 16:22 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/d7c03ca57c9732540f85dc87b213e60055ea6dc1 [^] |
2017-07-10 16:22 | hgbot | Checkin | |
2017-07-10 16:22 | hgbot | Note Added: 0097983 | |
2017-07-10 16:22 | aferraz | Review Assigned To | => aferraz |
2017-07-10 16:22 | aferraz | Note Added: 0097984 | |
2017-07-10 16:22 | aferraz | Status | resolved => closed |
2017-07-10 16:22 | aferraz | Fixed in Version | => 3.0PR17Q4 |
2017-09-21 16:49 | hudsonbot | Checkin | |
2017-09-21 16:49 | hudsonbot | Note Added: 0099261 | |
2017-09-21 16:49 | hudsonbot | Checkin | |
2017-09-21 16:49 | hudsonbot | Note Added: 0099262 | |
Notes |
|
(0097959)
|
collazoandy4
|
2017-07-07 16:15
|
|
Test Plan
As group admin role:
Go to Preference window and create a new record and Property Set RM Allow Orphan Line to Y
Log out and log in
Go to Return to Vendor and create a new record:
Insert Orphan Line:
Product: Agua sin Gas 1L
Returned: 3
Unit Price: 2
Returned reason: Damaged on arrival
Pick/Edit Lines and click in Done without making any change
Check the orphan line has not been remove and without any change
Pick/Edit Lines select any record set returnedqty = 4 and click in Done
Check the Lines tab now contains two lines, the orphan line and the selected line
Pick/Edit Lines deselect the orphan line and clic in Done
Check the orphan line was removed from the Lines tab
Pick/Edit Lines deselect the selected line and clic in Done
Check the Lines tab is now empty
Pick/Edit Lines select any record set returnedqty = 5 and clic in Done
Check the selected line was added to the Lines tab
Book the RTV and check the process ends sucessfull
Reactivate the RTV
Insert another Orphan Line:
Product: Agua sin Gas 1L
Returned: 3
Unit Price: 2
Returned reason: Damaged on arrival
Book the RTV and check the process ends sucessfull
Reactivate the RTV
Pick/Edit Lines and deselect the selected line and clic in Done
Check the orphan line is the only record in Lines tab
Book the RTV and check the process ends sucessfull |
|
|
(0097982)
|
hgbot
|
2017-07-10 16:22
|
|
Repository: erp/devel/pi
Changeset: d7c03ca57c9732540f85dc87b213e60055ea6dc1
Author: Armaignac <collazoandy4 <at> gmail.com>
Date: Fri Jul 07 10:37:42 2017 -0400
URL: http://code.openbravo.com/erp/devel/pi/rev/d7c03ca57c9732540f85dc87b213e60055ea6dc1 [^]
Fixes issue 36412: Orphan Line removed from Return To Vendor
The orphan lines was removed when a Pick/Edit is open because if the selected Lines
from the Pick/Edit is 0 all lines are removed and the methods ends.
A refactor was made to take into account the selected orphan lines in the
selected lines process, also a null save validation was done with the goods shipment
line because an orphan lines doesn't have a goods shipment line.
---
M src/org/openbravo/common/actionhandler/SRMOPickEditLines.java
---
|
|
|
(0097983)
|
hgbot
|
2017-07-10 16:22
|
|
|
|
|
|
|
|
|
|
|
|