Openbravo Issue Tracking System - Retail Modules |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0043057 | Retail Modules | Web POS | public | 2020-01-29 19:36 | 2020-02-17 16:11 |
|
Reporter | malsasua | |
Assigned To | markmm82 | |
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | RR20Q2 | |
Merge Request Status | |
Review Assigned To | guilleaer |
OBNetwork customer | Gold |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0043057: Add log traces during incrementar refresh process |
Description | Add below log traces in the incremental refresh process:
. during background-request process:
-new log trace: total count records retrieved from server
-new log trace: total time taken by the background request process
. during background-save process:
-new log trace: total count records stored in database during the process
-new log trace: total time taken by the background save process |
Steps To Reproduce | n/a |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2020-01-29 19:36 | malsasua | New Issue | |
2020-01-29 19:36 | malsasua | Assigned To | => Retail |
2020-01-29 19:36 | malsasua | OBNetwork customer | => Gold |
2020-01-29 19:36 | malsasua | Resolution time | => 1582153200 |
2020-01-29 19:36 | malsasua | Triggers an Emergency Pack | => No |
2020-02-03 15:36 | markmm82 | Status | new => acknowledged |
2020-02-03 17:07 | markmm82 | Assigned To | Retail => markmm82 |
2020-02-03 17:07 | markmm82 | Status | acknowledged => scheduled |
2020-02-12 01:42 | hgbot | Checkin | |
2020-02-12 01:42 | hgbot | Note Added: 0117661 | |
2020-02-12 01:42 | hgbot | Status | scheduled => resolved |
2020-02-12 01:42 | hgbot | Resolution | open => fixed |
2020-02-12 01:42 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/230aa2e68849ae3ea9ba810b6a54a4328dfce2b0 [^] |
2020-02-17 13:26 | guilleaer | Note Added: 0117855 | |
2020-02-17 13:26 | guilleaer | Status | resolved => new |
2020-02-17 13:26 | guilleaer | Resolution | fixed => open |
2020-02-17 14:41 | hgbot | Checkin | |
2020-02-17 14:41 | hgbot | Note Added: 0117869 | |
2020-02-17 14:53 | markmm82 | Status | new => scheduled |
2020-02-17 15:49 | guilleaer | Note Added: 0117873 | |
2020-02-17 15:49 | guilleaer | Status | scheduled => resolved |
2020-02-17 15:49 | guilleaer | Resolution | open => fixed |
2020-02-17 16:11 | guilleaer | Review Assigned To | => guilleaer |
2020-02-17 16:11 | guilleaer | Status | resolved => closed |
2020-02-17 16:11 | guilleaer | Fixed in Version | => RR20Q2 |
Notes |
|
(0117661)
|
hgbot
|
2020-02-12 01:42
|
|
Repository: erp/pmods/org.openbravo.mobile.core
Changeset: 230aa2e68849ae3ea9ba810b6a54a4328dfce2b0
Author: Mark Molina <mark.molina <at> doceleguas.com>
Date: Tue Feb 11 21:08:14 2020 -0300
URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/230aa2e68849ae3ea9ba810b6a54a4328dfce2b0 [^]
Fixes issue 43057: Added log traces during incremental refresh processes
Were added some logs to notice the total time and records count affected by the
background-request and the background-save processes during incremental refresh
processes.
Logs can be identified in the browser console by the following prefixes:
During the an incremental data load for models:
[background-request-incremental]
[background-save-incremental]
During the a full data load for models:
[background-request-full]
[background-save-full]
The logs have the following structure:
Loaded/Saved <total records loaded or saved> records in the process. Finished after
<total ellapsed time for loading/saving> miliseconds.
---
M web/org.openbravo.mobile.core/source/data/ob-datasource.js
M web/org.openbravo.mobile.core/source/model/ob-terminal-model.js
---
|
|
|
|
Information about save/update in DB is shown when just requests were executed
Information about requests is shown when just save/update in DB was executed |
|
|
(0117869)
|
hgbot
|
2020-02-17 14:41
|
|
Repository: erp/pmods/org.openbravo.mobile.core
Changeset: 88e43dbac88f5b621fb5b8d5ed81cd89098f2821
Author: Mark Molina <mark.molina <at> doceleguas.com>
Date: Mon Feb 17 10:40:21 2020 -0300
URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/88e43dbac88f5b621fb5b8d5ed81cd89098f2821 [^]
Related to issue 43057:Only show information for the executed background process
It is only show information for an specific background process if it was executed
in the master data refresh.
---
M web/org.openbravo.mobile.core/source/model/ob-terminal-model.js
---
|
|
|
|
Repository: erp/pmods/org.openbravo.mobile.core
Changeset: 88e43dbac88f5b621fb5b8d5ed81cd89098f2821
Author: Mark Molina <mark.molina <at> doceleguas.com>
Date: Mon Feb 17 10:40:21 2020 -0300
URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/88e43dbac88f5b621fb5b8d5ed81cd89098f2821 [^] [^]
Related to issue 43057:Only show information for the executed background process
It is only show information for an specific background process if it was executed
in the master data refresh.
---
M web/org.openbravo.mobile.core/source/model/ob-terminal-model.js |
|