Openbravo Issue Tracking System - Retail Modules
View Issue Details
0047468Retail ModulesWeb POSpublic2021-07-28 11:372021-08-05 12:12
malsasua 
ranjith_qualiantech_com 
immediatemajorhave not tried
closedfixed 
5
 
RR21Q4 
Production - Confirmed Stable
2020-08-11
RR20Q3
No
0047468: in 21Q2, performance problem executing full refresh
when full refresh is executed, the model BP Category is taking a lot of time.

In the previous version, it is loaded quickly.

Only there are 8 records in the table
BO: configure time to full refresh: 1 min
POS
. do login first time > login is done fine quickly (full refresh)
. wait one minute
. do logout
. do login > full refresh is done: model BP Category take more than 2 minutes
No tags attached.
related to defect 0047510 closed ranjith_qualiantech_com in 21Q2, incremental refresh process is slower in 21Q2 than previous releases 
Issue History
2021-07-28 11:37malsasuaNew Issue
2021-07-28 11:37malsasuaAssigned To => Retail
2021-07-28 11:37malsasuaTriggers an Emergency Pack => No
2021-07-28 11:39PracticsIssue Monitored: Practics
2021-07-28 12:32ranjith_qualiantech_comAssigned ToRetail => ranjith_qualiantech_com
2021-07-30 09:14adrianromeroStatusnew => scheduled
2021-08-02 09:55malsasuaResolution time => 1628114400
2021-08-04 04:29hgbotNote Added: 0130961
2021-08-04 04:29hgbotNote Added: 0130962
2021-08-04 08:17hgbotNote Added: 0130963
2021-08-04 08:17hgbotNote Added: 0130964
2021-08-04 08:19hgbotNote Added: 0130965
2021-08-04 08:19hgbotResolutionopen => fixed
2021-08-04 08:19hgbotStatusscheduled => closed
2021-08-04 08:19hgbotFixed in Version => RR21Q4
2021-08-04 08:19hgbotNote Added: 0130966
2021-08-05 12:12plujanRegression level => Production - Confirmed Stable
2021-08-05 12:12plujanRegression date => 2020-08-11
2021-08-05 12:12plujanRegression introduced in release => RR20Q3
2021-08-05 18:35adrianromeroRelationship addedrelated to 0047510

Notes
(0130961)
hgbot   
2021-08-04 04:29   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.mobile.core/-/merge_requests/267 [^]
(0130962)
hgbot   
2021-08-04 04:29   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/merge_requests/534 [^]
(0130963)
hgbot   
2021-08-04 08:17   
Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal [^]
Changeset: b3cf5bc718125176918902c6d407d5de28f7a5a9
Author: Ranjith S R <ranjith@qualiantech.com>
Date: 2021-08-04T07:52:38+05:30
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/commit/b3cf5bc718125176918902c6d407d5de28f7a5a9 [^]

Related to ISSUE-47468: Removed unwanted async function in orderselector

---
M web/org.openbravo.retail.posterminal/js/components/orderselector.js
---
(0130964)
hgbot   
2021-08-04 08:17   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/merge_requests/534 [^]
(0130965)
hgbot   
2021-08-04 08:19   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.mobile.core/-/merge_requests/267 [^]
(0130966)
hgbot   
2021-08-04 08:19   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.mobile.core [^]
Changeset: d2e4a2aae6544787bf29376b65e0819b55ff4951
Author: Ranjith S R <ranjith@qualiantech.com>
Date: 2021-08-03T17:01:13+05:30
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.mobile.core/-/commit/d2e4a2aae6544787bf29376b65e0819b55ff4951 [^]

Fixed ISSUE-47468: MasterData should be cleared when doing full refresh
When doing full refresh, MasterData should be cleared based on current model instead of clearing all models

---
M web/org.openbravo.mobile.core/app/model/masterdata/MasterdataController.js
---