Openbravo Issue Tracking System - Retail Modules |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0030562 | Retail Modules | Web POS | public | 2015-08-12 15:21 | 2015-09-10 12:33 |
|
Reporter | maite | |
Assigned To | Sandrahuguet | |
Priority | urgent | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | RR15Q4 | Fixed in Version | RR15Q4 | |
Merge Request Status | |
Review Assigned To | marvintm |
OBNetwork customer | OBPS |
Support ticket | 37841 |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0030562: Duplicated table with product characteristic values in local database. |
Description | The backend "M_Product_Ch_Value" table is loaded in the pos "M_Product_Ch" and
"M_Product_CH_Value" tables. Both tables have the same information, for each product
their characteristics and its values.
These tables are loaded in
* the "productcharacteristic.js" file using the ProductCharacteristic.java class.
* the "promotions.js" file using the ProductProductChValue.java class
One of those tables should be removed from the local model so that information is
only loaded once. |
Steps To Reproduce | Login in a POS Terminal.
Open the developer tools.
Check in the WEBPOS database tables m_product_ch and m_product_ch_value stores the
same information. |
Proposed Solution | One of those tables should be removed from the local model so that information is
only loaded once. |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | defect | 0030563 | RR15Q4 | closed | fmolina | Loaded product characteristic values of products that are not in the webpos database. |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2015-08-12 15:21 | maite | New Issue | |
2015-08-12 15:21 | maite | Assigned To | => Retail |
2015-08-12 15:21 | maite | OBNetwork customer | => Yes |
2015-08-12 15:21 | maite | Support ticket | => 37841 |
2015-08-12 15:21 | maite | Triggers an Emergency Pack | => No |
2015-08-12 15:22 | maite | Target Version | => RR15Q4 |
2015-08-12 15:26 | maite | Severity | major => critical |
2015-08-12 15:26 | maite | Issue Monitored: networkb | |
2015-08-13 08:52 | gorkaion | Relationship added | related to 0030563 |
2015-08-24 13:24 | maite | Resolution time | => 1442354400 |
2015-09-02 13:22 | hgbot | Checkin | |
2015-09-02 13:22 | hgbot | Note Added: 0080019 | |
2015-09-02 13:22 | hgbot | Status | new => resolved |
2015-09-02 13:22 | hgbot | Resolution | open => fixed |
2015-09-02 13:22 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/446246b7bebf16970ff5cf952d6321dfab1581f1 [^] |
2015-09-02 13:25 | hgbot | Checkin | |
2015-09-02 13:25 | hgbot | Note Added: 0080020 | |
2015-09-03 15:01 | hgbot | Checkin | |
2015-09-03 15:01 | hgbot | Note Added: 0080051 | |
2015-09-04 09:35 | marvintm | Assigned To | Retail => Sandrahuguet |
2015-09-04 10:10 | hgbot | Checkin | |
2015-09-04 10:10 | hgbot | Note Added: 0080082 | |
2015-09-04 10:29 | hgbot | Checkin | |
2015-09-04 10:29 | hgbot | Note Added: 0080084 | |
2015-09-07 11:07 | marvintm | Severity | critical => major |
2015-09-07 11:08 | marvintm | Review Assigned To | => marvintm |
2015-09-07 11:08 | marvintm | Status | resolved => closed |
2015-09-07 11:08 | marvintm | Fixed in Version | => RR15Q4 |
2015-09-10 12:33 | hgbot | Checkin | |
2015-09-10 12:33 | hgbot | Note Added: 0080314 | |
Notes |
|
(0080019)
|
hgbot
|
2015-09-02 13:22
|
|
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 446246b7bebf16970ff5cf952d6321dfab1581f1
Author: Sandra Huguet <sandra.huguet <at> openbravo.com>
Date: Tue Sep 01 18:53:57 2015 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/446246b7bebf16970ff5cf952d6321dfab1581f1 [^]
Fixed issue 30562 removed ProductCharacteristic model
ProductCharacteristicValue and ProductCharacteristic load the same
information in the local database, this is the reason to removed
ProductCharacteristic model.
Renamed ProductChValue model to the correct name CharacteristicValue
---
M src/org/openbravo/retail/posterminal/ApplicationCacheComponent.java
M src/org/openbravo/retail/posterminal/OBPOSComponentProvider.java
M web/org.openbravo.retail.posterminal/js/components/modalproductcharacteristic.js
M web/org.openbravo.retail.posterminal/js/model/promotions.js
M web/org.openbravo.retail.posterminal/js/pointofsale/model/pointofsale-model.js
A src/org/openbravo/retail/posterminal/master/CharacteristicValue.java
A src/org/openbravo/retail/posterminal/master/CharacteristicValueProperties.java
A src/org/openbravo/retail/posterminal/master/ProductCharacteristicValue.java
A src/org/openbravo/retail/posterminal/master/ProductCharacteristicValueProperties.java
A web/org.openbravo.retail.posterminal/js/model/characteristicvalue.js
A web/org.openbravo.retail.posterminal/js/model/productcharacteristicvalue.js
R src/org/openbravo/retail/posterminal/master/ProductChValue.java
R src/org/openbravo/retail/posterminal/master/ProductChValueProperties.java
R src/org/openbravo/retail/posterminal/master/ProductCharacteristic.java
R src/org/openbravo/retail/posterminal/master/ProductCharacteristicProperties.java
R src/org/openbravo/retail/posterminal/master/ProductProductChValue.java
R src/org/openbravo/retail/posterminal/master/ProductProductChValueProperties.java
R web/org.openbravo.retail.posterminal/js/model/productcharacteristic.js
R web/org.openbravo.retail.posterminal/js/model/productchvalue.js
---
|
|
|
(0080020)
|
hgbot
|
2015-09-02 13:25
|
|
|
|
(0080051)
|
hgbot
|
2015-09-03 15:01
|
|
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: fabf5f4fad656336275eb4ce8d85acc9d243e57a
Author: Sandra Huguet <sandra.huguet <at> openbravo.com>
Date: Thu Sep 03 15:00:28 2015 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/fabf5f4fad656336275eb4ce8d85acc9d243e57a [^]
related to issue 30562 update Copyright
---
M src/org/openbravo/retail/posterminal/master/CharacteristicValue.java
M src/org/openbravo/retail/posterminal/master/CharacteristicValueProperties.java
M src/org/openbravo/retail/posterminal/master/ProductCharacteristicValueProperties.java
---
|
|
|
(0080082)
|
hgbot
|
2015-09-04 10:10
|
|
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: e9933ad9366f91c6c8db7b3e719bb6fefa1192ae
Author: Gorka Ion Damián <gorkaion.damian <at> openbravo.com>
Date: Fri Sep 04 10:09:48 2015 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/e9933ad9366f91c6c8db7b3e719bb6fefa1192ae [^]
Related to issue 30562. Related to issue 30257. Filter hidden characteristics.
It is possible to flag a characteristic as hidden in the Web POS. These
characteristics shouldn't be loaded to the WebPOS.
---
M src/org/openbravo/retail/posterminal/master/CharacteristicValue.java
M src/org/openbravo/retail/posterminal/master/ProductCharacteristicValue.java
---
|
|
|
(0080084)
|
hgbot
|
2015-09-04 10:29
|
|
|
|
(0080314)
|
hgbot
|
2015-09-10 12:33
|
|
|