Openbravo Issue Tracking System - Retail Modules |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0043543 | Retail Modules | Web POS | public | 2020-03-23 12:24 | 2020-04-16 19:00 |
|
Reporter | guillermogil | |
Assigned To | prakashmurugesan88 | |
Priority | normal | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | RR20Q3 | |
Merge Request Status | |
Review Assigned To | marvintm |
OBNetwork customer | Gold |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0043543: ProductCharacteristicValue does not finish on incremental |
Description | ProductCharacteristicValue does not finish on incremental with a big database.
The incremental filter of the query takes ages to finish as it is looking for 5 tables so WebPOS receives a timeout even if it is increased in Mobile Services window. |
Steps To Reproduce | To reproduce it:
Assortment: 300k records
Characteristics: 6 records
Product Characteristics Value: 3M Records |
Proposed Solution | See diff attached
It will be needed to add a trigger to update "Updated" column from m_product once a Product Characteristic Value changed |
Additional Information | |
Tags | Performance |
Relationships | related to | defect | 0043587 | | closed | ranjith_qualiantech_com | Master data load pagination with offset needs too much memory |
|
Attached Files | 43543_Complete.patch (3,548) 2020-04-04 07:59 https://issues.openbravo.com/file_download.php?file_id=14269&type=bug |
|
Issue History |
Date Modified | Username | Field | Change |
2020-03-23 12:24 | guillermogil | New Issue | |
2020-03-23 12:24 | guillermogil | Assigned To | => Retail |
2020-03-23 12:24 | guillermogil | OBNetwork customer | => Gold |
2020-03-23 12:24 | guillermogil | Resolution time | => 1586728800 |
2020-03-23 12:24 | guillermogil | Triggers an Emergency Pack | => No |
2020-03-23 12:27 | guillermogil | File Added: 43543.diff | |
2020-03-23 12:27 | guillermogil | Tag Attached: Performance | |
2020-03-23 12:28 | guillermogil | Description Updated | bug_revision_view_page.php?rev_id=20583#r20583 |
2020-03-23 14:05 | rqueralta | Assigned To | Retail => rqueralta |
2020-03-23 14:05 | rqueralta | Status | new => scheduled |
2020-04-02 10:10 | guilleaer | Assigned To | rqueralta => Retail |
2020-04-02 10:44 | guilleaer | Assigned To | Retail => guilleaer |
2020-04-02 10:45 | guilleaer | Assigned To | guilleaer => prakashmurugesan88 |
2020-04-04 07:59 | prakashmurugesan88 | File Added: 43543_Complete.patch | |
2020-04-06 08:59 | guilleaer | File Deleted: 43543.diff | |
2020-04-08 07:34 | hgbot | Checkin | |
2020-04-08 07:34 | hgbot | Note Added: 0119079 | |
2020-04-08 07:34 | hgbot | Status | scheduled => resolved |
2020-04-08 07:34 | hgbot | Resolution | open => fixed |
2020-04-08 07:34 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/9ba9e518f396c10e4cde20d5a093600da14c88b5 [^] |
2020-04-08 08:35 | guillermogil | Relationship added | related to 0043587 |
2020-04-08 18:10 | hgbot | Checkin | |
2020-04-08 18:10 | hgbot | Note Added: 0119107 | |
2020-04-09 13:29 | prakashmurugesan88 | Status | resolved => new |
2020-04-09 13:29 | prakashmurugesan88 | Resolution | fixed => open |
2020-04-09 13:29 | prakashmurugesan88 | Status | new => scheduled |
2020-04-15 07:46 | prakashmurugesan88 | Note Added: 0119167 | |
2020-04-15 07:51 | prakashmurugesan88 | Status | scheduled => resolved |
2020-04-15 07:51 | prakashmurugesan88 | Resolution | open => fixed |
2020-04-16 19:00 | marvintm | Review Assigned To | => marvintm |
2020-04-16 19:00 | marvintm | Status | resolved => closed |
2020-04-16 19:00 | marvintm | Fixed in Version | => RR20Q3 |
Notes |
|
(0119079)
|
hgbot
|
2020-04-08 07:34
|
|
|
|
(0119107)
|
hgbot
|
2020-04-08 18:10
|
|
|
|
|
Following criteria are removed,
[Price List] - Price List will not affect Product Characteristics Value data.
[Product Characteristics Value] - Handled in product criteria using trigger(updates product updated date when Product Characteristics Value is changed) . So it is ok to remove this criteria.
[Characteristics, Characteristics Value] - It is ok remove these criteria. As per discussion with Antonio, if we disable characteristics or characteristic values, they won't be immediately reflected in the WebPOS products. However, I don't think this is a big concern, because anyway the user will no longer see those filters as the characteristics and characteristic values models will be updated. And when they are enabled, the user will anyway need to specify values first for those characteristics before they do anything, and update the main filter column, so I don't think it would be a problem either. |
|