Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0021596 | Openbravo ERP | 03. Procurement management | public | 2012-09-11 09:20 | 2012-09-26 17:19 |
|
Reporter | dmiguelez | |
Assigned To | dmiguelez | |
Priority | normal | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 20 | OS Version | Community Appliance |
Product Version | | |
Target Version | | Fixed in Version | 3.0MP16 | |
Merge Request Status | |
Review Assigned To | gorkaion |
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 | 0021596: Change the way Pick and Execute Windows Selects the lines. |
Description | In several Pick and Execute Windows, when the lines are selected in the Pop-up, in the Server, the way now lines are selected is by previously deleting the existing ones.
Change it because it can create conflicts.
- Return Material Windows.
- Paymen Proposal Window. |
Steps To Reproduce | In several Pick and Execute Windows, when the lines are selected in the Pop-up, in the Server, the way now lines are selected is by previously deleting the existing ones.
Change it because it can create conflicts.
- Return Material Windows.
- Paymen Proposal Window.
It can be checked in the Java classes:
- SRMOPickEditLines
- RMShipmentPickEditLines
- RMInOutPickEditLines
- PaymentProposalPickEdit |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | defect | 0021581 | 3.0MP16 | closed | dmiguelez | Is not possible to edit lines of a return from customer document which has associated return material receipt |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2012-09-11 09:20 | dmiguelez | New Issue | |
2012-09-11 09:20 | dmiguelez | Assigned To | => dmiguelez |
2012-09-11 09:20 | dmiguelez | Modules | => Core |
2012-09-11 09:20 | dmiguelez | OBNetwork customer | => No |
2012-09-11 12:21 | dmiguelez | Status | new => scheduled |
2012-09-11 12:21 | dmiguelez | fix_in_branch | => pi |
2012-09-13 09:53 | dmiguelez | Note Added: 0052047 | |
2012-09-13 10:08 | gorkaion | Relationship added | related to 0021581 |
2012-09-13 13:37 | hgbot | Checkin | |
2012-09-13 13:37 | hgbot | Note Added: 0052070 | |
2012-09-13 13:37 | hgbot | Status | scheduled => resolved |
2012-09-13 13:37 | hgbot | Resolution | open => fixed |
2012-09-13 13:37 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/32b2e7f42f7087502ba8de6d0d9485ca47d9c4fb [^] |
2012-09-13 13:42 | gorkaion | Closed by | => gorkaion |
2012-09-13 13:42 | gorkaion | Status | resolved => closed |
2012-09-13 13:42 | gorkaion | Fixed in Version | => 3.0MP16 |
2012-09-18 17:01 | hgbot | Checkin | |
2012-09-18 17:01 | hgbot | Note Added: 0052210 | |
2012-09-26 17:19 | hudsonbot | Checkin | |
2012-09-26 17:19 | hudsonbot | Note Added: 0052745 | |
2012-09-26 17:19 | hudsonbot | Checkin | |
2012-09-26 17:19 | hudsonbot | Note Added: 0052781 | |
Notes |
|
|
Steps to Reproduce:
Check that the Pick and Execute Pop-Up in Windows Payment Proposal, Return Material Receipt and Return From Vendor Shipment work as previously.
In each Window fill the header and open the Pick and Execute Pop-Up by clicking on the corresponding button.
Select a couple of lines.
Submit them.
Check that they have been processed correctly.
Open the Pop-up again and uncheck one line, select another one, and update an existing line.
Submit.
Check that the new lines were processed. |
|
|
(0052070)
|
hgbot
|
2012-09-13 13:37
|
|
Repository: erp/devel/pi
Changeset: 32b2e7f42f7087502ba8de6d0d9485ca47d9c4fb
Author: David Miguelez <david.miguelez <at> openbravo.com>
Date: Tue Sep 11 18:33:05 2012 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/32b2e7f42f7087502ba8de6d0d9485ca47d9c4fb [^]
Fixes issue 21596, 21613: Changed behaviour of processing of
Pick and Execute Windows. Added where clause in view definition.
---
M modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/actionHandler/PaymentProposalPickEditLines.java
M src-db/database/model/views/M_RM_RECEIPT_PICK_EDIT.xml
M src-db/database/model/views/M_RM_SHIPMENT_PICK_EDIT.xml
M src-db/database/sourcedata/AD_COLUMN.xml
M src-db/database/sourcedata/AD_FIELD.xml
M src/org/openbravo/common/actionhandler/RMInOutPickEditLines.java
M src/org/openbravo/common/actionhandler/RMShipmentPickEditLines.java
---
|
|
|
(0052210)
|
hgbot
|
2012-09-18 17:01
|
|
Repository: erp/devel/pi
Changeset: af32d2655e73e6925a2aa382be5caa649f68aa3c
Author: David Miguelez <david.miguelez <at> openbravo.com>
Date: Tue Sep 18 16:50:46 2012 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/af32d2655e73e6925a2aa382be5caa649f68aa3c [^]
Related to issue 21596: Shows message when fails.
---
M src/org/openbravo/common/actionhandler/RMInOutPickEditLines.java
M src/org/openbravo/common/actionhandler/RMShipmentPickEditLines.java
---
|
|
|
|
|
|
|
|