Openbravo Issue Tracking System - Retail Modules
View Issue Details
0025860Retail ModulesWeb POSpublic2014-02-27 18:102014-03-31 13:06
marvintm 
marvintm 
normalminorhave not tried
closedfixed 
5
 
RR14Q2 
adrianromero
No
0025860: Some models do not support incremental refresh
Some models in the Web POS do not support incremental refresh in their queries. This means that even if an incremental refresh is executed, a full refresh will be done for these models.

The affected models are:


DiscountFilterRole
DiscountFilterProductCategory
DiscountFilterProduct
DiscountFilterBusinessPartnerGroup
DiscountFilterBusinessPartner
CurrencyPanel
Configure incremental refresh
Verify that for these models, a full refresh is done.
No tags attached.
Issue History
2014-02-27 18:10marvintmNew Issue
2014-02-27 18:10marvintmAssigned To => marvintm
2014-02-27 18:10marvintmTriggers an Emergency Pack => No
2014-02-27 19:12marvintmNote Added: 0064666
2014-02-27 19:13hgbotCheckin
2014-02-27 19:13hgbotNote Added: 0064667
2014-02-27 19:13hgbotStatusnew => resolved
2014-02-27 19:13hgbotResolutionopen => fixed
2014-02-27 19:13hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/fe8f9e28528e09c2aca8640d42da7cdfad254e7c [^]
2014-02-28 10:17hgbotCheckin
2014-02-28 10:17hgbotNote Added: 0064674
2014-02-28 10:17hgbotFixed in SCM revisionhttp://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/fe8f9e28528e09c2aca8640d42da7cdfad254e7c [^] => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal.cirque/rev/fe8f9e28528e09c2aca8640d42da7cdfad254e7c [^]
2014-03-06 15:47hgbotCheckin
2014-03-06 15:47hgbotNote Added: 0064928
2014-03-11 09:23hgbotCheckin
2014-03-11 09:23hgbotNote Added: 0065017
2014-03-31 13:06adrianromeroReview Assigned To => adrianromero
2014-03-31 13:06adrianromeroNote Added: 0065606
2014-03-31 13:06adrianromeroStatusresolved => closed
2014-03-31 13:06adrianromeroFixed in Version => RR14Q2

Notes
(0064666)
marvintm   
2014-02-27 19:12   
Finally the discount models will not be changed, because the benefit would be very small (as the data transferred is quite small), and the changes would be very complex and prone to errors.
(0064667)
hgbot   
2014-02-27 19:13   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: fe8f9e28528e09c2aca8640d42da7cdfad254e7c
Author: Antonio Moreno <antonio.moreno <at> openbravo.com>
Date: Thu Feb 27 19:12:53 2014 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/fe8f9e28528e09c2aca8640d42da7cdfad254e7c [^]

Fixed issue 25860. The CurrencyPanel model has been changed to support incremental masterdata refresh

---
M src/org/openbravo/retail/posterminal/master/CurrencyPanel.java
---
(0064674)
hgbot   
2014-02-28 10:17   
Repository: erp/pmods/org.openbravo.retail.posterminal.cirque
Changeset: fe8f9e28528e09c2aca8640d42da7cdfad254e7c
Author: Antonio Moreno <antonio.moreno <at> openbravo.com>
Date: Thu Feb 27 19:12:53 2014 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal.cirque/rev/fe8f9e28528e09c2aca8640d42da7cdfad254e7c [^]

Fixed issue 25860. The CurrencyPanel model has been changed to support incremental masterdata refresh

---
M src/org/openbravo/retail/posterminal/master/CurrencyPanel.java
---
(0064928)
hgbot   
2014-03-06 15:47   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 2a676592660d9e3cf572bb0192e17576c42325c8
Author: Antonio Moreno <antonio.moreno <at> openbravo.com>
Date: Thu Mar 06 15:47:17 2014 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/2a676592660d9e3cf572bb0192e17576c42325c8 [^]

Related to issue 25860. Fixed small potential issue with the generated query for incremental update.

---
M src/org/openbravo/retail/posterminal/master/CurrencyPanel.java
---
(0065017)
hgbot   
2014-03-11 09:23   
Repository: erp/pmods/org.openbravo.retail.posterminal.cirque
Changeset: 2a676592660d9e3cf572bb0192e17576c42325c8
Author: Antonio Moreno <antonio.moreno <at> openbravo.com>
Date: Thu Mar 06 15:47:17 2014 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal.cirque/rev/2a676592660d9e3cf572bb0192e17576c42325c8 [^]

Related to issue 25860. Fixed small potential issue with the generated query for incremental update.

---
M src/org/openbravo/retail/posterminal/master/CurrencyPanel.java
---
(0065606)
adrianromero   
2014-03-31 13:06   
Reviewed.