Openbravo Issue Tracking System - Retail Modules
View Issue Details
0045645Retail ModulesWeb POSpublic2020-12-23 16:492020-12-24 13:52
caristu 
caristu 
highminorhave not tried
closedfixed 
5
 
RR21Q1 
No
0045645: Add online/offline SynchronizationBuffer events
It would be nice if the SynchronizationBuffer would fire events when an endpoint goes offline/online.

This would allow to implement listeners to implement logic that happens when an endpoint goes offline/online.
In description
No tags attached.
Issue History
2020-12-23 16:49caristuNew Issue
2020-12-23 16:49caristuAssigned To => caristu
2020-12-23 16:49caristuTriggers an Emergency Pack => No
2020-12-23 16:52hgbotNote Added: 0125066
2020-12-24 13:52hgbotNote Added: 0125082
2020-12-24 13:52hgbotResolutionopen => fixed
2020-12-24 13:52hgbotStatusnew => closed
2020-12-24 13:52hgbotFixed in Version => RR21Q1
2020-12-24 13:52hgbotNote Added: 0125083

Notes
(0125066)
hgbot   
2020-12-23 16:52   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.mobile.core/-/merge_requests/115 [^]
(0125082)
hgbot   
2020-12-24 13:52   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.mobile.core/-/merge_requests/115 [^]
(0125083)
hgbot   
2020-12-24 13:52   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.mobile.core [^]
Changeset: 59632bea59d9485906425a6dce0260b3272eb82c
Author: Carlos Aristu <carlos.aristu@openbravo.com>
Date: 2020-12-24T13:52:15+01:00
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.mobile.core/-/commit/59632bea59d9485906425a6dce0260b3272eb82c [^]

fixes ISSUE-45645: online/offline SynchronizationBuffer endpoint events

  Implemented SynchronizationBuffer events to notify listeners when an
endpoint has gone online/offline.

  This events also include the time when they've happened as this can be
useful information for some listeners.

---
M web-test/model/synchronization-buffer/SynchronizationBuffer.test.js
M web/org.openbravo.mobile.core/app/model/synchronization-buffer/SynchronizationBuffer.js
---