Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0030884 | Openbravo ERP | 02. Master data management | public | 2015-09-22 09:58 | 2016-04-25 12:10 |
|
Reporter | gorkaion | |
Assigned To | jonibc | |
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | 3.0PR16Q1 | Fixed in Version | | |
Merge Request Status | |
Review Assigned To | dmiguelez |
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 | 0030884: Improve Add Products to Characteristic Value |
Description | 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. |
Steps To Reproduce | Create a new Product Characteristics.
Create a new Characteristic Value.
Click on Add Products. |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | causes | defect | 0031859 | | closed | dmiguelez | [PR16Q1] Add Products to a Characteristic never ends processing |
|
Attached Files | issue30884ok.diff (130,002) 2015-10-28 12:31 https://issues.openbravo.com/file_download.php?file_id=8658&type=bug |
|
Issue History |
Date Modified | Username | Field | Change |
2015-09-22 09:58 | gorkaion | New Issue | |
2015-09-22 09:58 | gorkaion | Assigned To | => jonibc |
2015-09-22 09:58 | gorkaion | OBNetwork customer | => No |
2015-09-22 09:58 | gorkaion | Modules | => Core |
2015-09-22 09:58 | gorkaion | Triggers an Emergency Pack | => No |
2015-10-28 12:31 | jonibc | File Added: issue30884ok.diff | |
2015-11-12 09:58 | hgbot | Checkin | |
2015-11-12 09:58 | hgbot | Note Added: 0081735 | |
2015-11-12 09:58 | hgbot | Status | new => resolved |
2015-11-12 09:58 | hgbot | Resolution | open => fixed |
2015-11-12 09:58 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/b48e8a24dcb38c56e5d69ea76ca286fdc8e91192 [^] |
2015-11-12 13:24 | dmiguelez | Review Assigned To | => dmiguelez |
2015-11-12 13:24 | dmiguelez | Note Added: 0081754 | |
2015-11-12 13:24 | dmiguelez | Status | resolved => closed |
2015-11-23 21:17 | hudsonbot | Checkin | |
2015-11-23 21:17 | hudsonbot | Note Added: 0082201 | |
2016-01-11 14:15 | alostale | Relationship added | causes 0031859 |
2016-04-25 12:10 | psanjuan | Note Added: 0085955 | |
2016-04-25 12:11 | psanjuan | Note Edited: 0085955 | bug_revision_view_page.php?bugnote_id=0085955#r11846 |
2016-04-25 12:51 | psanjuan | Note Edited: 0085955 | bug_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
---
|
|
|
|
Code Review + Testing done |
|
|
|
|
|
(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 [^]
|
|