Openbravo Issue Tracking System - Retail Modules |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0028964 | Retail Modules | Web POS | public | 2015-02-17 10:21 | 2015-03-02 10:46 |
|
Reporter | jecharri | |
Assigned To | malsasua | |
Priority | urgent | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | RR15Q2 | |
Merge Request Status | |
Review Assigned To | adrianromero |
OBNetwork customer | |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0028964: It is possible that we are losing log traces in client side |
Description | 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.
|
Steps To Reproduce | - |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | design defect | 0029277 | | closed | Orekaria | Stabilization: Prevent LogClient logging itself in an infinite loop | blocks | backport | 0029485 | RR15Q2.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 |
|
Attached Files | reliablelog.diff (1,750) 2015-02-17 10:25 https://issues.openbravo.com/file_download.php?file_id=7798&type=bug |
|
Issue History |
Date Modified | Username | Field | Change |
2015-02-17 10:21 | jecharri | New Issue | |
2015-02-17 10:21 | jecharri | Assigned To | => marvintm |
2015-02-17 10:21 | jecharri | Resolution time | => 1425078000 |
2015-02-17 10:21 | jecharri | Triggers an Emergency Pack | => No |
2015-02-17 10:25 | jecharri | File Added: reliablelog.diff | |
2015-02-24 09:56 | hgbot | Checkin | |
2015-02-24 09:56 | hgbot | Note Added: 0074826 | |
2015-02-24 09:56 | hgbot | Status | new => resolved |
2015-02-24 09:56 | hgbot | Resolution | open => fixed |
2015-02-24 09:56 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/bf0c4377990331a5f909485562e997ef108d11fe [^] |
2015-02-27 13:49 | adrianromero | Assigned To | marvintm => malsasua |
2015-02-27 13:49 | adrianromero | Note Added: 0075039 | |
2015-02-27 13:49 | adrianromero | Status | resolved => new |
2015-02-27 13:49 | adrianromero | Resolution | fixed => open |
2015-03-02 10:28 | hgbot | Checkin | |
2015-03-02 10:28 | hgbot | Note Added: 0075063 | |
2015-03-02 10:28 | hgbot | Status | new => resolved |
2015-03-02 10:28 | hgbot | Resolution | open => fixed |
2015-03-02 10:28 | hgbot | Fixed in SCM revision | http://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:46 | adrianromero | Review Assigned To | => adrianromero |
2015-03-02 10:46 | adrianromero | Note Added: 0075065 | |
2015-03-02 10:46 | adrianromero | Status | resolved => closed |
2015-03-02 10:46 | adrianromero | Fixed in Version | => RR15Q2 |
2015-03-15 21:06 | Orekaria | Relationship added | related to 0029277 |
2015-05-18 13:02 | Orekaria | Relationship added | blocks 0029485 |
2015-05-18 13:02 | Orekaria | Relationship added | blocks 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
---
|
|
|
|
Changeset is not properly formmatted. |
|
|
(0075063)
|
hgbot
|
2015-03-02 10:28
|
|
|
|
|
|