Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0020107 | Openbravo ERP | 03. Procurement management | public | 2012-03-26 11:11 | 2012-04-26 12:25 |
|
Reporter | vmromanos | |
Assigned To | alostale | |
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 20 | OS Version | Debian 5.0 |
Product Version | | |
Target Version | | Fixed in Version | 3.0MP11 | |
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 | 0020107: Create Purchase Order window (pop-up from Manage Requisition window) Warehouse field in popup |
Description | While creating a purchase order from the Manage Requisition window, the pop-up window shows a default warehouse that doesn't belong to the selected organization.
The warehouse should belong to the selected organization |
Steps To Reproduce | Go to Manage Requisition.
Create a record with 'Be Soft Drinker' as business partner and 'Be Soft Drinker Price List' as Price List.
Go to 'lines' tab.
Create a record with 'Be Soft Drinker' as business partner and 'Be Soft Drinker Price List' as Price List.
Press the Complete button.
Press 'Create Purchase Order' button.
In the popup you can see that the organization is FB US INC, but the warehouse belongs to Spain North organization |
Proposed Solution | Add a default value to the warehouse field based on the organization and a validation rule to ensure the warehouse is in the organization natural tree |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | defect | 0018664 | | closed | naiaramartinez | Create Purchase Order window (pop-up from Manage Requisition window) should be review and re-phrased |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2012-03-26 11:11 | vmromanos | New Issue | |
2012-03-26 11:11 | vmromanos | Assigned To | => vmromanos |
2012-03-26 11:11 | vmromanos | Modules | => Core |
2012-03-26 11:11 | vmromanos | OBNetwork customer | => No |
2012-03-26 11:18 | vmromanos | Relationship added | related to 0018664 |
2012-03-26 11:36 | vmromanos | Proposed Solution updated | |
2012-03-27 10:41 | naiaramartinez | Note Added: 0046751 | |
2012-03-27 10:42 | naiaramartinez | Assigned To | vmromanos => alostale |
2012-04-02 12:53 | alostale | Note Added: 0047307 | |
2012-04-02 12:55 | hgbot | Checkin | |
2012-04-02 12:55 | hgbot | Note Added: 0047308 | |
2012-04-02 12:55 | hgbot | Status | new => resolved |
2012-04-02 12:55 | hgbot | Resolution | open => fixed |
2012-04-02 12:55 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/65b0dd5d72c74f5e84aa416c39645cf0a1b5f6cc [^] |
2012-04-13 13:44 | hudsonbot | Checkin | |
2012-04-13 13:44 | hudsonbot | Note Added: 0047564 | |
2012-04-26 12:25 | vmromanos | Note Added: 0048011 | |
2012-04-26 12:25 | vmromanos | Status | resolved => closed |
2012-04-26 12:25 | vmromanos | Fixed in Version | => 3.0MP11 |
Notes |
|
|
If you follow the steps to reproduce, you can see int he popup that the warehouses are:
-España Region Norte
-España Region Sur
-Us East coast
-US West Coast
but the first two warehouses are not belonging to 'F&B US INc' organization.
Then if you change the value of the organization, the warehouse combo is refreshing correctly. If you select again the 'F&B US, Inc.' organization you can see that the warehouses are:
-Us East coast
-US West Coast
So, it is a wad bug that is not completing the values of the warehouse correctly the first time the values are shown. After changing the value of organization it works. |
|
|
|
Not risky fix: adding a validation rule to warehouse parameter to force callout execution on popup openening.
Test plan:
-check warehouse list is ok when popup is opened
-check warehouse list is correctly updated when organization is changed |
|
|
(0047308)
|
hgbot
|
2012-04-02 12:55
|
|
Repository: erp/devel/pi
Changeset: 65b0dd5d72c74f5e84aa416c39645cf0a1b5f6cc
Author: Asier Lostalé <asier.lostale <at> openbravo.com>
Date: Mon Apr 02 12:54:15 2012 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/65b0dd5d72c74f5e84aa416c39645cf0a1b5f6cc [^]
fixed bug 20107: Incorrect warehouse list in Create Purchase Order process
---
M src-db/database/sourcedata/AD_PROCESS_PARA.xml
M src-db/database/sourcedata/AD_VAL_RULE.xml
---
|
|
|
|
|
|
|
|