Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0030884Openbravo ERP02. Master data managementpublic2015-09-22 09:582016-04-25 12:10
gorkaion 
jonibc 
normalminorhave not tried
closedfixed 
5
 
3.0PR16Q1 
dmiguelez
Core
No
0030884: Improve Add Products to Characteristic Value
This process is located in the characteristic value tab of Product characteristics window. It is used to add a ch value to products.

Current process is a popup with a product multiple selector. This selector allows you to select any product that does not have any value of the characteristic that it is being edited.

The expected process is a Pick & Execute type that shows all the products that does not have the characteristic value being edited. If the product already have a different value of the same characteristic assigned it should be clearly visible in a differentiate column.
Create a new Product Characteristics.
Create a new Characteristic Value.
Click on Add Products.
No tags attached.
causes defect 0031859 closed dmiguelez [PR16Q1] Add Products to a Characteristic never ends processing 
diff issue30884ok.diff (130,002) 2015-10-28 12:31
https://issues.openbravo.com/file_download.php?file_id=8658&type=bug
Issue History
2015-09-22 09:58gorkaionNew Issue
2015-09-22 09:58gorkaionAssigned To => jonibc
2015-09-22 09:58gorkaionModules => Core
2015-09-22 09:58gorkaionTriggers an Emergency Pack => No
2015-10-28 12:31jonibcFile Added: issue30884ok.diff
2015-11-12 09:58hgbotCheckin
2015-11-12 09:58hgbotNote Added: 0081735
2015-11-12 09:58hgbotStatusnew => resolved
2015-11-12 09:58hgbotResolutionopen => fixed
2015-11-12 09:58hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/b48e8a24dcb38c56e5d69ea76ca286fdc8e91192 [^]
2015-11-12 13:24dmiguelezReview Assigned To => dmiguelez
2015-11-12 13:24dmiguelezNote Added: 0081754
2015-11-12 13:24dmiguelezStatusresolved => closed
2015-11-23 21:17hudsonbotCheckin
2015-11-23 21:17hudsonbotNote Added: 0082201
2016-01-11 14:15alostaleRelationship addedcauses 0031859
2016-04-25 12:10psanjuanNote Added: 0085955
2016-04-25 12:11psanjuanNote Edited: 0085955bug_revision_view_page.php?bugnote_id=0085955#r11846
2016-04-25 12:51psanjuanNote Edited: 0085955bug_revision_view_page.php?bugnote_id=0085955#r11851

Notes
(0081735)
hgbot   
2015-11-12 09:58   
Repository: erp/devel/pi
Changeset: b48e8a24dcb38c56e5d69ea76ca286fdc8e91192
Author: Jonathan Bueno <jonathan.bueno <at> openbravo.com>
Date: Thu Nov 12 09:56:28 2015 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/b48e8a24dcb38c56e5d69ea76ca286fdc8e91192 [^]

Fixed issue 30884: Improve Add Products to Characteristic Value

---
M src-db/database/sourcedata/AD_COLUMN.xml
M src-db/database/sourcedata/AD_ELEMENT.xml
M src-db/database/sourcedata/AD_FIELD.xml
M src-db/database/sourcedata/AD_REFERENCE.xml
M src-db/database/sourcedata/AD_TAB.xml
M src-db/database/sourcedata/AD_TABLE.xml
M src-db/database/sourcedata/AD_WINDOW.xml
M src-db/database/sourcedata/OBUIAPP_PARAMETER.xml
M src-db/database/sourcedata/OBUIAPP_PROCESS.xml
M src-db/database/sourcedata/OBUIAPP_REF_WINDOW.xml
M src/org/openbravo/materialmgmt/actionhandler/AddProductsToChValue.java
A src-db/database/model/views/M_PRODCHVIEW_V.xml
---
(0081754)
dmiguelez   
2015-11-12 13:24   
Code Review + Testing done
(0082201)
hudsonbot   
2015-11-23 21:17   
A changeset related to this issue has been promoted main and to the
Central Repository, after passing a series of tests.

Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/7b56bebaaa88 [^]
Maturity status: Test
(0085955)
psanjuan   
2016-04-25 12:10   
(edited on: 2016-04-25 12:51)
Test plan:

Go to product Characteristic window.
Create a new one such as "Fashion Line" do NOT set it as "Variant". Save
Go to lines and create some values such as "Classic", "Sport" and "Vintage". Save
Check that in the lines and for each line value entered a new button is shown in the header named "Add Products"

This new button open now a pick/edit form where whatever product can be set to a given characteristic value such as "Sport".

Documented here : http://wiki.openbravo.com/wiki/Product_Characteristic#Value [^]