Openbravo Issue Tracking System - Retail Modules
View Issue Details
0028964Retail ModulesWeb POSpublic2015-02-17 10:212015-03-02 10:46
jecharri 
malsasua 
urgentmajoralways
closedfixed 
5
 
RR15Q2 
adrianromero
No
0028964: It is possible that we are losing log traces in client side
It is possible that we are losing log traces in client side.

Currently we are checking if we are online, and if we are online we are taking all the information from logclient table, deleting and after that sending to the ERP. If this last communication fails, we are going to lose log traces.

-
No tags attached.
related to design defect 0029277 closed Orekaria Stabilization: Prevent LogClient logging itself in an infinite loop 
blocks backport 0029485RR15Q2.1 closed Orekaria When the LogClientLoader raises a duplicated id error, the error is sent back to the client 
blocks defect 0029336 closed Orekaria When the LogClientLoader raises a duplicated id error, the error is sent back to the client 
diff reliablelog.diff (1,750) 2015-02-17 10:25
https://issues.openbravo.com/file_download.php?file_id=7798&type=bug
Issue History
2015-02-17 10:21jecharriNew Issue
2015-02-17 10:21jecharriAssigned To => marvintm
2015-02-17 10:21jecharriResolution time => 1425078000
2015-02-17 10:21jecharriTriggers an Emergency Pack => No
2015-02-17 10:25jecharriFile Added: reliablelog.diff
2015-02-24 09:56hgbotCheckin
2015-02-24 09:56hgbotNote Added: 0074826
2015-02-24 09:56hgbotStatusnew => resolved
2015-02-24 09:56hgbotResolutionopen => fixed
2015-02-24 09:56hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/bf0c4377990331a5f909485562e997ef108d11fe [^]
2015-02-27 13:49adrianromeroAssigned Tomarvintm => malsasua
2015-02-27 13:49adrianromeroNote Added: 0075039
2015-02-27 13:49adrianromeroStatusresolved => new
2015-02-27 13:49adrianromeroResolutionfixed => open
2015-03-02 10:28hgbotCheckin
2015-03-02 10:28hgbotNote Added: 0075063
2015-03-02 10:28hgbotStatusnew => resolved
2015-03-02 10:28hgbotResolutionopen => fixed
2015-03-02 10:28hgbotFixed in SCM revisionhttp://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/bf0c4377990331a5f909485562e997ef108d11fe [^] => http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/d5d7e253b0ba743a52fac6f24d8def6be467210f [^]
2015-03-02 10:46adrianromeroReview Assigned To => adrianromero
2015-03-02 10:46adrianromeroNote Added: 0075065
2015-03-02 10:46adrianromeroStatusresolved => closed
2015-03-02 10:46adrianromeroFixed in Version => RR15Q2
2015-03-15 21:06OrekariaRelationship addedrelated to 0029277
2015-05-18 13:02OrekariaRelationship addedblocks 0029485
2015-05-18 13:02OrekariaRelationship addedblocks 0029336

Notes
(0074826)
hgbot   
2015-02-24 09:56   
Repository: erp/pmods/org.openbravo.mobile.core
Changeset: bf0c4377990331a5f909485562e997ef108d11fe
Author: Miguel A. Alsasua <miguel.alsasua <at> openbravo.com>
Date: Tue Feb 24 09:55:58 2015 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/bf0c4377990331a5f909485562e997ef108d11fe [^]

fixed issue 28964: the command "delete log client" has been moved to success callback of sync

in local DB the command to delete the log client has been moved to success callback of the sync process.
Also, in backend, when the log client is saved, the id of the record is set to the same id in JSON

---
M src/org/openbravo/mobile/core/utils/LogClientLoader.java
M web/org.openbravo.mobile.core/source/utils/logClientSyncUtils.js
---
(0075039)
adrianromero   
2015-02-27 13:49   
Changeset is not properly formmatted.
(0075063)
hgbot   
2015-03-02 10:28   
Repository: erp/pmods/org.openbravo.mobile.core
Changeset: d5d7e253b0ba743a52fac6f24d8def6be467210f
Author: Miguel A. Alsasua <miguel.alsasua <at> openbravo.com>
Date: Mon Mar 02 10:27:47 2015 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/d5d7e253b0ba743a52fac6f24d8def6be467210f [^]

fixed issue 28964: JS Beautifier

---
M src/org/openbravo/mobile/core/utils/LogClientLoader.java
---
(0075065)
adrianromero   
2015-03-02 10:46   
Verified