Openbravo Issue Tracking System - Retail Modules
View Issue Details
0035802Retail ModulesWeb POSpublic2017-04-20 08:202017-04-28 09:28
ranjith_qualiantech_com 
ranjith_qualiantech_com 
normalmajorhave not tried
closedfixed 
5
 
RR17Q3 
guilleaer
No
0035802: Incremental Refresh is not working Characteristics tree
If the Characteristics tree is changed in backoffice, its not reflecting in webpos on reload. Incremental Refresh is not added to Characteristics tree
1) Open WEBPOS
2) Check Characteristics tree exists for "color"
3) In backoffice, change tree structure for "color"
4) Refresh WEBPOS
5) Characteristics tree structure is not changed(New changes are not updated in tree)
No tags attached.
Issue History
2017-04-20 08:20ranjith_qualiantech_comNew Issue
2017-04-20 08:20ranjith_qualiantech_comAssigned To => Retail
2017-04-20 08:20ranjith_qualiantech_comTriggers an Emergency Pack => No
2017-04-20 08:21ranjith_qualiantech_comAssigned ToRetail => ranjith_qualiantech_com
2017-04-20 08:21ranjith_qualiantech_comStatusnew => scheduled
2017-04-20 08:33ranjith_qualiantech_comIssue Monitored: guilleaer
2017-04-24 07:24hgbotCheckin
2017-04-24 07:24hgbotNote Added: 0096108
2017-04-24 07:24hgbotStatusscheduled => resolved
2017-04-24 07:24hgbotResolutionopen => fixed
2017-04-24 07:24hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/74dca0656970a54d83818cf8ed5d4f11cfddbc34 [^]
2017-04-28 09:28guilleaerReview Assigned To => guilleaer
2017-04-28 09:28guilleaerStatusresolved => closed
2017-04-28 09:28guilleaerFixed in Version => RR17Q3

Notes
(0096108)
hgbot   
2017-04-24 07:24   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 74dca0656970a54d83818cf8ed5d4f11cfddbc34
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Mon Apr 24 10:53:41 2017 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/74dca0656970a54d83818cf8ed5d4f11cfddbc34 [^]

Fixes issue 35802 : Added Incremental Refresh for Product Characteristics

* Added incrementalUpdateCriteria for Characteriestics tree node in order to load value on reload if tree structure is changed
* Added orderBy clause by name to get Characteriestics values

---
M src/org/openbravo/retail/posterminal/master/CharacteristicValue.java
M web/org.openbravo.retail.posterminal/js/components/modalproductcharacteristic.js
---