Openbravo Issue Tracking System - Retail Modules
View Issue Details
0040230Retail ModulesWeb POSpublic2019-02-06 13:082019-02-18 13:35
aaroncalero 
ranjith_qualiantech_com 
highmajoralways
closedfixed 
5
 
RR18Q3.5RR18Q3.5 
marvintm
Production - Confirmed Stable
2017-08-23
RR17Q2.4
https://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/443b0a0eb45eeca9e03efe0080f6632ad046c624 [^]
No
0040230: It is not possible to do login in remote mode if one product category is not active
When there is one product category deactivated in the backend, and the Remote Mode For Products is enabled, the fullrefresh process is returning an error in ProductCategory model.
Login in backend and configure the Enable Remote for Product preference.
Go to the category window and disable a category used in Web POS (i.e. Backpacks & Travel)

Try to login in webpos.
A Master Data Loading Error popup will be shown with the error message:
[...] The following model(s) could not be loaded: ProductCategory. [...]
The ProductCategory model uses different queries depending on the Enable Remote for Product preference.
With issue 0037283 only the non-remote query was fixed.

It is needed to add the fullRefreshCondition also to the remote query.
No tags attached.
blocks defect 0040162 closed ranjith_qualiantech_com It is not possible to do login in remote mode if one product category is not active 
Issue History
2019-02-18 09:57marvintmTypedefect => backport
2019-02-18 09:57marvintmTarget Version => RR18Q3.5
2019-02-18 10:51hgbotCheckin
2019-02-18 10:51hgbotNote Added: 0109899
2019-02-18 10:53hgbotCheckin
2019-02-18 10:53hgbotNote Added: 0109902
2019-02-18 10:53hgbotStatusscheduled => resolved
2019-02-18 10:53hgbotResolutionopen => fixed
2019-02-18 10:53hgbotFixed in SCM revisionhttp://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/63451d02ea071b1cf7e92f516266e955030993ce [^] => http://code.openbravo.com/retail/backports/3.0RR18Q3.5/org.openbravo.retail.posterminal/rev/d38f700e7c1626fa19ac293590a318bc48015ccd [^]
2019-02-18 13:35marvintmReview Assigned To => marvintm
2019-02-18 13:35marvintmStatusresolved => closed
2019-02-18 13:35marvintmFixed in Version => RR18Q3.5

Notes
(0109899)
hgbot   
2019-02-18 10:51   
Repository: retail/backports/3.0RR18Q3.5/org.openbravo.retail.posterminal
Changeset: 70686baaa0ac1c4456df28c8d975c44a72ae2896
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Mon Feb 18 15:21:32 2019 +0530
URL: http://code.openbravo.com/retail/backports/3.0RR18Q3.5/org.openbravo.retail.posterminal/rev/70686baaa0ac1c4456df28c8d975c44a72ae2896 [^]

Related to issue 40230 : Applied New Java Formatting

---
M src/org/openbravo/retail/posterminal/master/Category.java
M src/org/openbravo/retail/posterminal/master/CategoryTree.java
---
(0109902)
hgbot   
2019-02-18 10:53   
Repository: retail/backports/3.0RR18Q3.5/org.openbravo.retail.posterminal
Changeset: d38f700e7c1626fa19ac293590a318bc48015ccd
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Mon Feb 18 15:22:19 2019 +0530
URL: http://code.openbravo.com/retail/backports/3.0RR18Q3.5/org.openbravo.retail.posterminal/rev/d38f700e7c1626fa19ac293590a318bc48015ccd [^]

Fixed issue 40230 : Updated Product Category Query to support incrementalUpdateCriteria

* Updated Product Category and Category Tree Query to support incrementalUpdateCriteria in both normal and full refresh mode

---
M src/org/openbravo/retail/posterminal/master/Category.java
M src/org/openbravo/retail/posterminal/master/CategoryTree.java
---