Openbravo Issue Tracking System - Retail Modules
View Issue Details
0050300Retail ModulesRetail Configurationpublic2022-09-21 13:112022-10-14 07:10
alfonso_alcalde 
radhakrishnan 
normalmajoralways
closedfixed 
5
 
RR23Q1 
No
0050300: Product categories are not updated in OB POS and Magento.
It's a mandatory condition to update a product category, any detail of it, name, description..., in OB POS and also to be exported to Magento (because the same process is used), to update it in the categories tree grid.
1. Select, modify and save product category from OB backoffice.
2. From OB POS, "Refresh data" and clean cache.
3. Locate product category and check that the changes made don't appear.
4. Go back to BO, modify the category in the category tree, it is necessary that there is an update for the updated flag to be refreshed, even if it is left in the same situation it is in.
5. Perform step 2 and check that the desired updates are now visible.
In the hqlQuery, in org.openbravo.retail.posterminal - ProductCategoryTree.java, inside getRegularProductCategoryHqlString, change the where restriction of the query on table ADTreeNode, from "and" to "or" so that it's not a mandatory condition.
No tags attached.
Issue History
2022-09-21 13:11alfonso_alcaldeNew Issue
2022-09-21 13:11alfonso_alcaldeAssigned To => Retail
2022-09-21 13:11alfonso_alcaldeTriggers an Emergency Pack => No
2022-09-21 13:24rafademiguelIssue Monitored: rafademiguel
2022-09-23 09:24radhakrishnanAssigned ToRetail => radhakrishnan
2022-09-23 09:24radhakrishnanStatusnew => scheduled
2022-09-28 07:01hgbotNote Added: 0141432
2022-10-14 07:10hgbotResolutionopen => fixed
2022-10-14 07:10hgbotStatusscheduled => closed
2022-10-14 07:10hgbotNote Added: 0142047
2022-10-14 07:10hgbotFixed in Version => RR23Q1
2022-10-14 07:10hgbotNote Added: 0142048

Notes
(0141432)
hgbot   
2022-09-28 07:01   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/merge_requests/936 [^]
(0142047)
hgbot   
2022-10-14 07:10   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/merge_requests/936 [^]
(0142048)
hgbot   
2022-10-14 07:10   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal [^]
Changeset: 16515607ea254264a8c9f80bf255e8488d573303
Author: Radhakrishnan Seeman <radhakrishnan@qualiantech.com>
Date: 14-10-2022 05:10:39
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/commit/16515607ea254264a8c9f80bf255e8488d573303 [^]

Fixed ISSUE-50300: Modified ProductCategory query
* During incremental refresh in pos, product category should be loaded
  when treenode of product category is updated

---
M src/org/openbravo/retail/posterminal/master/ProductCategoryTree.java
---