Notes |
|
|
Actually this should be a defect and not a feature request, right? |
|
|
(0024742)
|
RenateNieuwkoop
|
2010-02-23 12:48
|
|
Since bugs have been CLOSED for me saying that they were not bugs but feature request I'm logging issues as feature request to be on the safe side, but yes, I think it's a bug too.
cheers
Renate |
|
|
(0025705)
|
hgbot
|
2010-03-24 15:20
|
|
Repository: erp/devel/pi
Changeset: 4e778aa6e6a854f5b6de5a0bf8b89704aecc2413
Author: Sivaraman Rajagopal <sivaraman.rajagopal <at> openbravo.com>
Date: Wed Mar 24 19:57:34 2010 +0530
URL: http://code.openbravo.com/erp/devel/pi/rev/4e778aa6e6a854f5b6de5a0bf8b89704aecc2413 [^]
Fixes issue 8530: RFE: 2.50 Popup of copy lines for Goods Receipt - Attribute values
---
M src/org/openbravo/erpCommon/ad_actionButton/CreateFrom_ShipmentPO.xml
M src/org/openbravo/erpCommon/ad_actionButton/CreateFrom_Shipment_data.xsql
---
|
|
|
|
Prerequisite:
We have Purchase Order for Hat and Shirt with attribute values.
Steps to test:
1. Log on to Openbravo
2. Change role to Openbravo Admin
3. Go to Procurement Management || Transactions || Goods Receipt || Header
4. Create new record and Save it
5. Click 'Create Lines From' button
6. In 'Create lines from' window, select purchase order where we have Hat and Shirt with attribute values |
|
|
(0026250)
|
plujan
|
2010-04-15 13:00
|
|
When testing in PI Oracle I still can reproduce the wrong behavior. Check attached screenshots QA_CopyLinesFromOrder.JPG (resulting screen) and QA_CopyLinesFromOrder2.JPG (the Order in which the attributes were set) |
|
|
|
The attributes for Hat and Shirt products work properly but no the attributes for Grand Beer.
The difference is that Grand Beer has lot and expiration date |
|
|
|
|
|
|
Repository: erp/devel/pi
Changeset: 1133b8a877a3
Author: Sivaraman Rajagopal <sivaraman.rajagopal <at> openbravo.com>
Date: Thu Apr 22 10:10:10 2010 +0530
URL: http://code.openbravo.com/erp/devel/pi/rev/1133b8a877a3 [^] [^]
8530: RFE: 2.50 Popup of copy lines for Goods Receipt should suggest the Attribute values
---
M src/org/openbravo/erpCommon/ad_actionButton/CreateFrom.java
M src/org/openbravo/erpCommon/ad_actionButton/CreateFrom_ShipmentPO.xml
M src/org/openbravo/erpCommon/ad_actionButton/CreateFrom_Shipment_data.xsql
--- |
|
|
|
Prerequisite:
We have Purchase Order for Hat and Grand Beer with attribute values.
Steps to test:
1. Log on to Openbravo
2. Change role to Openbravo Admin
3. Go to Procurement Management || Transactions || Goods Receipt || Header
4. Create new record and Save it
5. Click 'Create Lines From' button
6. In 'Create lines from' window, select purchase order where we have Hat and Grand Beer with attribute values |
|
|
|
|
|
|
Needs to be reviewed the solution, not sure whether the approach selected is correct |
|
|
(0026827)
|
hgbot
|
2010-04-30 18:02
|
|
Repository: erp/devel/pi
Changeset: 043c51805371eeeea3f21139727136bd9963d375
Author: Adrián Romero <adrianromero <at> openbravo.com>
Date: Fri Apr 30 18:01:31 2010 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/043c51805371eeeea3f21139727136bd9963d375 [^]
Fixes issue 0008530: RFE: 2.50 Popup of copy lines for Goods Receipt should suggest the Attribute values
---
M src/org/openbravo/erpCommon/ad_actionButton/CreateFrom.java
M src/org/openbravo/erpCommon/ad_actionButton/CreateFrom_Shipment_data.xsql
---
|
|
|
|
* Testing of the issue:
To test the issue, review that in the "copy lines" dialog all attributes values are copied from the purchase order. This purchase order has to have products with several types of attributes. For example Shirt, Paint, Grand Beer from SmallBazzar. Test also that in the shipment created, the attributes where properly copied from the "copy lines" window.
* Explanation of the changeset that fixes the issue:
The previous changese fixed the issue but copying the attribute sets. This new changeset just removes the copy of the attribute sets and just usess the attribute set ids from the purchase order.
* Other areas affected by the changeset:
The only affected area is the Copy Lines dialog that appear in the Shipments window. |
|
|
|
Tested the fix Working fine |
|
|
|
|