Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0044515 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Retail Modules] Web POS | critical | always | 2020-06-30 13:25 | 2020-10-30 08:07 | |||
Reporter | marvintm | View Status | public | |||||
Assigned To | prakashmurugesan88 | |||||||
Priority | normal | Resolution | fixed | Fixed in Version | RR20Q4 | |||
Status | closed | Fix in branch | Fixed in SCM revision | |||||
Projection | none | ETA | none | Target Version | ||||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | SCM revision | |||||||
Merge Request Status | approved | |||||||
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 | 0044515: Updating the "issummarylevel" property of a product category can lead to inconsistent data | |||||||
Description | The WebPOS loads the product category information by reading from the obretco_product_category table, which is updated using an EventHandler. This table is supposed to contain only non summary categories. However, if a category is initially defined as non summary level and then it is changed to be summary, the record is not removed from OBRETCO_product_category, and this is not taken into account in the filter in the corresponding masterdata query, so the category ends up being loaded twice. If the opposite happens, and the category is initially summary and changed to be non summary, then the record is not added, so the category is not loaded in the WebPOS. | |||||||
Steps To Reproduce | Create a product category as non-summary level. Verify that it is automatically added to the tab "Filter product categories" from the Assortments. Change it to be summary. Realise it is not removed from the Assortment. Do a full refresh in the WebPOS. Check that the category is loaded twice in the request. | |||||||
Proposed Solution | Either we change the eventhandler to take this case into account, or we change the masterdata queries to take it, to ensure that categories are always loaded when they need to be, and never twice. See diff attached for the update on the m_product. it is still needed to create an eventhadler to ensure the case of isSummary from N to Y | |||||||
Tags | No tags attached. | |||||||
Attached Files | ![]() ![]() | |||||||
![]() |
||||||||||||||||||||||
|
![]() |
|
(0121549) guillermogil (viewer) 2020-07-21 14:23 |
Updating severity as due to this error it can led to a continuous full refresh if the till was already logged. It should never have categories set as isSummary on the obretco_productcategory |
(0121957) hgbot (developer) 2020-08-11 07:25 |
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/merge_requests/55 [^] |
(0122076) hgbot (developer) 2020-08-17 06:54 |
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/merge_requests/55 [^] |
(0122077) hgbot (developer) 2020-08-17 06:54 |
Directly closing issue as related merge request is already approved. Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal [^] Changeset: 5275418e63aad286623d480f3451cf3fcb09812a Author: Prakash M <prakash@qualiantech.com> Date: 2020-08-17T10:22:42+05:30 URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/commit/5275418e63aad286623d480f3451cf3fcb09812a [^] Fixed BUG-44515 : Product Category is inserted to assortment even if issummarylevel is true * This causes inconsistent data in webpos * Validated issummarylevel='N' before inserting into assortment * Added event handler to add or remove product category from assortment based on issummarylevel property --- A src/org/openbravo/retail/posterminal/event/ProductCategoryEventHandler.java M src/org/openbravo/retail/posterminal/UpdateProductCategoryByAssortmentBackground.java M src/org/openbravo/retail/posterminal/event/ProductListEventHandler.java --- |
(0123986) hgbot (developer) 2020-10-29 06:14 |
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/merge_requests/138 [^] |
(0123989) hgbot (developer) 2020-10-29 07:30 |
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/merge_requests/141 [^] |
(0124034) hgbot (developer) 2020-10-30 08:07 |
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/merge_requests/138 [^] |
(0124035) hgbot (developer) 2020-10-30 08:07 |
Directly closing issue as related merge request is already approved. Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal [^] Changeset: 7eea7f808345e906b2c05e0406961709de7c6e85 Author: Prakash M <prakash@qualiantech.com> Date: 2020-10-30T07:06:52+00:00 URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/commit/7eea7f808345e906b2c05e0406961709de7c6e85 [^] Fixed BUG-44515: Fixed error on unchecking Summary Level in product category window * Issue occurs when product category is mapped to multiple products and those products used in multiple assortments * Fixed by querying distinct assortment --- M src/org/openbravo/retail/posterminal/event/ProductCategoryEventHandler.java --- |
(0124036) hgbot (developer) 2020-10-30 08:07 |
Directly closing issue as related merge request is already approved. Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal [^] Changeset: 3748c900c70c93591017f20c2abc069b78fa3f27 Author: Prakash M <prakash@qualiantech.com> Date: 2020-10-30T07:07:23+00:00 URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/commit/3748c900c70c93591017f20c2abc069b78fa3f27 [^] Fixed BUG-44515: Fixed error on unchecking Summary Level in product category window * Issue occurs when product category is mapped to multiple products and those products used in multiple assortments * Fixed by querying distinct assortment --- M src/org/openbravo/retail/posterminal/event/ProductCategoryEventHandler.java --- |
(0124037) hgbot (developer) 2020-10-30 08:07 |
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/merge_requests/141 [^] |
![]() |
|||
Date Modified | Username | Field | Change |
2020-06-30 13:25 | marvintm | New Issue | |
2020-06-30 13:25 | marvintm | Assigned To | => Retail |
2020-06-30 13:25 | marvintm | OBNetwork customer | => No |
2020-06-30 13:25 | marvintm | Resolution time | => 1596146400 |
2020-06-30 13:25 | marvintm | Triggers an Emergency Pack | => No |
2020-07-17 13:39 | guillermogil | OBNetwork customer | No => Gold |
2020-07-21 14:23 | guillermogil | Resolution time | 1596146400 => 1595541600 |
2020-07-21 14:23 | guillermogil | Note Added: 0121549 | |
2020-07-21 14:23 | guillermogil | Severity | major => critical |
2020-07-21 15:02 | guillermogil | File Added: 44515.diff | |
2020-07-21 15:02 | guillermogil | Proposed Solution updated | |
2020-07-21 15:10 | guillermogil | Proposed Solution updated | |
2020-08-06 14:28 | prakashmurugesan88 | Assigned To | Retail => prakashmurugesan88 |
2020-08-10 11:57 | prakashmurugesan88 | Status | new => scheduled |
2020-08-11 07:25 | hgbot | Merge Request Status | => open |
2020-08-11 07:25 | hgbot | Note Added: 0121957 | |
2020-08-17 06:37 | hgbot | Merge Request Status | open => approved |
2020-08-17 06:54 | hgbot | Resolution | open => fixed |
2020-08-17 06:54 | hgbot | Status | scheduled => closed |
2020-08-17 06:54 | hgbot | Note Added: 0122076 | |
2020-08-17 06:54 | hgbot | Fixed in Version | => RR20Q4 |
2020-08-17 06:54 | hgbot | Note Added: 0122077 | |
2020-10-28 16:59 | marvintm | Status | closed => new |
2020-10-28 16:59 | marvintm | Resolution | fixed => open |
2020-10-28 16:59 | marvintm | Fixed in Version | RR20Q4 => |
2020-10-28 16:59 | marvintm | Status | new => scheduled |
2020-10-28 16:59 | marvintm | Status | scheduled => resolved |
2020-10-28 16:59 | marvintm | Fixed in Version | => RR20Q4 |
2020-10-28 16:59 | marvintm | Resolution | open => fixed |
2020-10-28 16:59 | marvintm | Review Assigned To | => marvintm |
2020-10-28 16:59 | marvintm | Status | resolved => closed |
2020-10-28 17:00 | marvintm | Relationship added | has duplicate 0041899 |
2020-10-28 18:53 | prakashmurugesan88 | File Added: I44515_20Q2.patch | |
2020-10-29 06:14 | hgbot | Note Added: 0123986 | |
2020-10-29 07:30 | hgbot | Note Added: 0123989 | |
2020-10-30 08:07 | hgbot | Note Added: 0124034 | |
2020-10-30 08:07 | hgbot | Fixed in Version | RR20Q4 => RR21Q1 |
2020-10-30 08:07 | hgbot | Note Added: 0124035 | |
2020-10-30 08:07 | hgbot | Fixed in Version | RR21Q1 => RR20Q4 |
2020-10-30 08:07 | hgbot | Note Added: 0124036 | |
2020-10-30 08:07 | hgbot | Note Added: 0124037 |
Copyright © 2000 - 2009 MantisBT Group |