Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0027219 | Openbravo ERP | 02. Master data management | public | 2014-07-28 20:54 | 2014-12-30 23:22 |
|
Reporter | jecharri | |
Assigned To | reinaldoguerra | |
Priority | urgent | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | 3.0PR15Q1 | Fixed in Version | pi | |
Merge Request Status | |
Review Assigned To | reinaldoguerra |
OBNetwork customer | OBPS |
Web browser | Google Chrome |
Modules | Core |
Support ticket | 30094 |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0027219: Product characteristics with numbers as variants are difficult to identify |
Description | Product characteristics with numbers as variants are difficult to identify |
Steps To Reproduce | -Create a variant product characteristics with name size and values 11,12. Insert also the number as code.
-Go to products and create a generic product with that product characteristic.
-After that press in manage variants and verify that it is difficult to identify the real code of the characteristic.
Attached an image |
Proposed Solution | When the variant is a number, include 2 underscores around the code
zapatilla_11_1 for example
Also if all the codes are unique inside the characteristic (it should not be 2 with code as empty for example), we will not need to set our code because all the searchkeys will be unique |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | defect | 0027143 | 3.0PR15Q1 | closed | reinaldoguerra | If you disable the characteristics value it is not taken into account when you assign the characteristic to a product | depends on | defect | 0027102 | 3.0PR15Q1 | closed | fsoto82 | Create Variants method is not setting the correct organization in table m_product_ch_value |
|
Attached Files | size.png (70,290) 2014-07-28 20:54 https://issues.openbravo.com/file_download.php?file_id=7096&type=bug

|
|
Issue History |
Date Modified | Username | Field | Change |
2014-07-28 20:54 | jecharri | New Issue | |
2014-07-28 20:54 | jecharri | Assigned To | => dmiguelez |
2014-07-28 20:54 | jecharri | File Added: size.png | |
2014-07-28 20:54 | jecharri | OBNetwork customer | => Yes |
2014-07-28 20:54 | jecharri | Web browser | => Google Chrome |
2014-07-28 20:54 | jecharri | Modules | => Core |
2014-07-28 20:54 | jecharri | Support ticket | => 30094 |
2014-07-28 20:54 | jecharri | Triggers an Emergency Pack | => No |
2014-07-28 20:55 | jecharri | Relationship added | related to 0027143 |
2014-07-28 20:55 | jecharri | Relationship added | depends on 0027102 |
2014-07-28 20:56 | jecharri | Web browser | Google Chrome => Google Chrome |
2014-07-28 20:56 | jecharri | Resolution time | => 1408744800 |
2014-07-28 20:59 | jecharri | Web browser | Google Chrome => Google Chrome |
2014-07-28 20:59 | jecharri | Proposed Solution updated | |
2014-09-26 08:02 | reinaldoguerra | Web browser | Google Chrome => Google Chrome |
2014-09-26 08:02 | reinaldoguerra | Assigned To | dmiguelez => reinaldoguerra |
2014-09-26 08:02 | reinaldoguerra | Status | new => scheduled |
2014-09-26 08:15 | reinaldoguerra | Note Added: 0070421 | |
2014-09-29 16:12 | jonalegriaesarte | Target Version | 3.0PR14Q4 => 3.0PR15Q1 |
2014-10-02 06:36 | reinaldoguerra | Note Added: 0070645 | |
2014-10-08 13:37 | hgbot | Checkin | |
2014-10-08 13:37 | hgbot | Note Added: 0070810 | |
2014-10-08 13:37 | hgbot | Status | scheduled => resolved |
2014-10-08 13:37 | hgbot | Resolution | open => fixed |
2014-10-08 13:37 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/cedc1e84bd9ff7725b106a1f0f926311590d637e [^] |
2014-10-12 02:48 | reinaldoguerra | Review Assigned To | => reinaldoguerra |
2014-10-12 02:48 | reinaldoguerra | Status | resolved => closed |
2014-10-12 02:48 | reinaldoguerra | Fixed in Version | => pi |
2014-12-30 23:22 | hudsonbot | Checkin | |
2014-12-30 23:22 | hudsonbot | Note Added: 0072916 | |
Notes |
|
|
Test plan used:
1- Login into Openbravo ERP
2- Create a variant product characteristics with name size and values 11,12. Insert also the number as code.
3- Go to products and create a generic product with that product characteristic.
4- After that press in manage variants and verify that the variant include 2 underscores around the code
5- Now go to Value tab on Product characteristics window
6- Insert two values with the same code or both with empty code
7- An error message will be shown |
|
|
|
Test plan used:
1- Login into Openbravo ERP
2- Create a variant product characteristics with name size and values 11,12. Insert also the number as code.
3- Go to products and create a generic product with that product characteristic.
4- After that press in manage variants and verify that the variant include 2 underscores around the code. |
|
|
(0070810)
|
hgbot
|
2014-10-08 13:37
|
|
Repository: erp/devel/pi
Changeset: cedc1e84bd9ff7725b106a1f0f926311590d637e
Author: Víctor Martínez Romanos <victor.martinez <at> openbravo.com>
Date: Wed Oct 08 13:35:57 2014 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/cedc1e84bd9ff7725b106a1f0f926311590d637e [^]
Fixed bug 27219: Product characteristics with numbers are difficult to identify
Manage variant Pick and Execute datasource was modified to include 2 underscores around Codes on Manage Variants Grid.
If the Product Characteristic values don't use Codes, then no underscore is appended.
---
M src/org/openbravo/materialmgmt/ManageVariantsDS.java
---
|
|
|
|
|