Openbravo Issue Tracking System - Retail Modules
View Issue Details
0039379Retail ModulesWeb POSpublic2018-09-28 13:052018-10-02 08:54
jorge-garcia 
jorge-garcia 
normalmajorhave not tried
closedfixed 
5
 
RR19Q1 
marvintm
No
0039379: Create a menu entry to allow the user do an incremental refresh of masterdata
Create a menu entry to allow the user do an incremental refresh of masterdata when it decides.

This menu entry will only be shown if "No Auto Incremental Load at Login" preference is set to "Y"
-
No tags attached.
Issue History
2018-09-28 13:05jorge-garciaNew Issue
2018-09-28 13:05jorge-garciaAssigned To => jorge-garcia
2018-09-28 13:05jorge-garciaTriggers an Emergency Pack => No
2018-09-28 13:06jorge-garciaSummaryCreate a menu entries to allow the user do an incremental refresh of masterdata => Create a menu entry to allow the user do an incremental refresh of masterdata
2018-09-28 13:06jorge-garciaDescription Updatedbug_revision_view_page.php?rev_id=17714#r17714
2018-09-28 13:13jorge-garciaStatusnew => scheduled
2018-09-28 13:16egoitzIssue Monitored: egoitz
2018-10-01 16:13hgbotCheckin
2018-10-01 16:13hgbotNote Added: 0107090
2018-10-01 16:13hgbotCheckin
2018-10-01 16:13hgbotNote Added: 0107092
2018-10-01 16:13hgbotStatusscheduled => resolved
2018-10-01 16:13hgbotResolutionopen => fixed
2018-10-01 16:13hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/0579594449d1ca1977caa6e666fccffd3ed49f50 [^]
2018-10-02 08:53hgbotCheckin
2018-10-02 08:53hgbotNote Added: 0107105
2018-10-02 08:53marvintmReview Assigned To => marvintm
2018-10-02 08:54marvintmStatusresolved => closed
2018-10-02 08:54marvintmFixed in Version => RR19Q1

Notes
(0107090)
hgbot   
2018-10-01 16:13   
Repository: erp/pmods/org.openbravo.mobile.core
Changeset: 3090b422991c7d063cc2bb3b2c08548268cef1be
Author: Jorge Garcia <jorge.garcia <at> openbravo.com>
Date: Fri Sep 28 13:08:35 2018 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/3090b422991c7d063cc2bb3b2c08548268cef1be [^]

Related to issue 39379: Create a menu entry to allow the user do an incremental
refresh of masterdata

Include POSForceIncrementalRefresh localStorage value to decide if an
incremental refresh should be done.

This value is only taking into account if OBMOBC_NotAutoLoadIncrementalAtLogin
is set.

---
M web/org.openbravo.mobile.core/source/model/ob-terminal-model.js
---
(0107092)
hgbot   
2018-10-01 16:13   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 0579594449d1ca1977caa6e666fccffd3ed49f50
Author: Jorge Garcia <jorge.garcia <at> openbravo.com>
Date: Fri Sep 28 13:11:08 2018 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/0579594449d1ca1977caa6e666fccffd3ed49f50 [^]

Fixed issue 39379: Create a menu entry to allow the user do an incremental
refresh of masterdata

New menu entry definition has been included “OB.UI.MenuForceIncrementalRefresh”

The menu entry is shown if preference “OBMOBC_NotAutoLoadIncrementalAtLogin”
is set to “Y”.

Once the menu entry is click, an incremental masterdata load is forced.

---
M web/org.openbravo.retail.posterminal/js/components/menu.js
M web/org.openbravo.retail.posterminal/js/pointofsale/view/toolbar-left.js
---
(0107105)
hgbot   
2018-10-02 08:53   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 68372ee288c8802ccca012641496b2ccf27a5534
Author: Antonio Moreno <antonio.moreno <at> openbravo.com>
Date: Tue Oct 02 08:51:42 2018 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/68372ee288c8802ccca012641496b2ccf27a5534 [^]

Related to issue 39379. Add missing label, remove unneeded event

---
M src-db/database/sourcedata/AD_MESSAGE.xml
M web/org.openbravo.retail.posterminal/js/components/menu.js
---