Openbravo Issue Tracking System - POS2
View Issue Details
0055563POS2POSpublic2024-05-23 15:132024-08-16 07:35
sdossantos 
SABARINATH P 
normalminoralways
closedfixed 
5
pi 
24Q4 
marvintm
No
0055563: Error in the incremental refresh when assigning a new characteristic to the products
If I add a new Characteristic to the products and do an incremental, the change is not seen in webpos2
We need to do a full refresh
1 - Create a new Characteristic
2- Add the Characteristic in a product (in the tab and with a value) (use the button update characteristic)
3 - do a incremental.

We don't see the Characteristic
No tags attached.
Issue History
2024-05-23 15:13sdossantosNew Issue
2024-05-23 15:13sdossantosAssigned To => Retail
2024-05-23 15:13sdossantosTriggers an Emergency Pack => No
2024-05-23 15:15sdossantosNote Added: 0165029
2024-05-23 15:19PracticsIssue Monitored: Practics
2024-05-30 10:48marvintmReview Assigned To => marvintm
2024-05-30 10:48marvintmNote Added: 0165298
2024-05-30 10:48marvintmStatusnew => closed
2024-05-30 10:48marvintmResolutionopen => no change required
2024-06-18 15:56sdossantosStatusclosed => new
2024-06-18 15:56sdossantosSteps to Reproduce Updatedbug_revision_view_page.php?rev_id=28113#r28113
2024-06-18 15:58sdossantosNote Added: 0166069
2024-06-24 09:11guilleaerSummaryError in the incremental => Error in the incremental refresh when assigning a new characteristic to the products
2024-06-24 09:11guilleaerStatusnew => acknowledged
2024-06-24 11:56SABARINATH PAssigned ToRetail => SABARINATH P
2024-06-24 11:56SABARINATH PStatusacknowledged => scheduled
2024-06-26 12:40hgbotNote Added: 0166365
2024-07-02 14:39sdossantosNote Added: 0166608
2024-07-15 13:38ivazquezNote Added: 0166974
2024-08-16 07:35hgbotResolutionno change required => fixed
2024-08-16 07:35hgbotStatusscheduled => closed
2024-08-16 07:35hgbotFixed in Version => 24Q4
2024-08-16 07:35hgbotNote Added: 0168111
2024-08-16 07:35hgbotNote Added: 0168112

Notes
(0165029)
sdossantos   
2024-05-23 15:15   
Attached the link to the video
https://drive.google.com/file/d/14E6eJyTovhMijFyCqvpulQ_biJjWQmNG/view?usp=sharing [^]
(0165298)
marvintm   
2024-05-30 10:48   
Product characteristics work in a special way: they have some computed columns that are used in the POS, to show the characteristics description of the products, and also to implement search filtering by characteristics value.

These computed columns are generated automatically through a background process: "Update Product Characteristics Description Background". It is necessary to execute this process after changing the characteristics of the products, and after it, the POS incremental refresh will load the information correctly.

Please note that as this is a background process, it can be scheduled so that it is executed periodically, for example every night.
(0166069)
sdossantos   
2024-06-18 15:58   
Attached the link the video reproduced in livebuilds

https://drive.google.com/file/d/16_8OcJTnLTQA25Dgqg-1m3GeiYxwcvTu/view?usp=sharing [^]
(0166365)
hgbot   
2024-06-26 12:40   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/2755 [^]
(0166608)
sdossantos   
2024-07-02 14:39   
any news?
(0166974)
ivazquez   
2024-07-15 13:38   
any news?
(0168111)
hgbot   
2024-08-16 07:35   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2 [^]
Changeset: 80d5361b8d38e30f04e3cd123ded0471a0ca3b05
Author: Sabarinath <sabarinath.palanisamy.ext@openbravo.com>
Date: 16-08-2024 05:34:22
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/commit/80d5361b8d38e30f04e3cd123ded0471a0ca3b05 [^]

Fixed ISSUE-55563: Added hook to call addProductFilter function while increamental refresh.

---
M web-jspack/org.openbravo.pos2/src/authentication/loginInitActions.js
---
(0168112)
hgbot   
2024-08-16 07:35   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/2755 [^]