Openbravo Issue Tracking System - Retail Modules
View Issue Details
0034868Retail ModulesWeb POSpublic2017-01-09 13:552017-01-16 12:31
jorge-garcia 
jorge-garcia 
highmajoralways
closedfixed 
5
 
RR17Q2 
marvintm
No
0034868: Find using cache does not work if high volumes is deactivate
Find using cache does not work if high volumes is deactivate
1) Disable remote for products in the backend if active
2) Change two products with this upc/ean:
    * Avalanche transceiver: 1234567890128
    * Adhesive body warners: 123456789012
3) Login in the WebPOS and search using upc/ean codes
4) Check both products are added.
5) Go to backend, to Product Window. Remove the UPC/EAN codes from these products
    * Avalanche transceiver
    * Adhesive body warners
6) Wait until Incremental refresh is done (don't do a browser refresh)
7) Scan again with the previous codes and check both products are added again to the receipt. Tjose codes are not associated anymore with those products.
No tags attached.
related to defect 0034846pi closed jorge-garcia Scanning could not work if the model has change but cache is not deleted 
depends on backport 0034889RR17Q1 closed jorge-garcia Find using cache does not work if high volumes is deactivate 
depends on backport 0034890RR16Q4.1 closed jorge-garcia Find using cache does not work if high volumes is deactivate 
Issue History
2017-01-09 13:55jorge-garciaNew Issue
2017-01-09 13:55jorge-garciaAssigned To => Retail
2017-01-09 13:55jorge-garciaTriggers an Emergency Pack => No
2017-01-09 13:57jorge-garciaRelationship addedrelated to 0034846
2017-01-10 12:11jorge-garciaStatusnew => scheduled
2017-01-10 12:11jorge-garciaAssigned ToRetail => jorge-garcia
2017-01-11 09:16hgbotCheckin
2017-01-11 09:16hgbotNote Added: 0093320
2017-01-11 09:16hgbotStatusscheduled => resolved
2017-01-11 09:16hgbotResolutionopen => fixed
2017-01-11 09:16hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/844ea41af247b98c5cc92cb2278b94779305b893 [^]
2017-01-11 09:17hgbotCheckin
2017-01-11 09:17hgbotNote Added: 0093322
2017-01-16 12:31marvintmReview Assigned To => marvintm
2017-01-16 12:31marvintmStatusresolved => closed
2017-01-16 12:31marvintmFixed in Version => RR17Q2

Notes
(0093320)
hgbot   
2017-01-11 09:16   
Repository: erp/pmods/org.openbravo.mobile.core
Changeset: 844ea41af247b98c5cc92cb2278b94779305b893
Author: Jorge Garcia <jorge.garcia <at> openbravo.com>
Date: Mon Jan 09 15:25:24 2017 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/844ea41af247b98c5cc92cb2278b94779305b893 [^]

Fixed issue 34868: Find using cache does not work if high volumes is
deactivate

It’s necessary to reset the cache for those model associated with a
findUsingCache tthat has new data to be imported.

---
M web/org.openbravo.mobile.core/source/data/ob-dal.js
---
(0093322)
hgbot   
2017-01-11 09:17   
Repository: tools/automation/pi-mobile
Changeset: 4cd8e840e9f83667d97bd1d6e33f19d507f73865
Author: Jorge Garcia <jorge.garcia <at> openbravo.com>
Date: Tue Jan 10 15:28:50 2017 +0100
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/4cd8e840e9f83667d97bd1d6e33f19d507f73865 [^]

Verifies issue 34868: Find using cache does not work if high volumes is
deactivate

Added test I34868_ResetCacheModelAfterIncrementalRefresh

---
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/system/I34868_ResetCacheModelAfterIncrementalRefresh.java
---