Openbravo Issue Tracking System - Retail Modules |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0039542 | Retail Modules | Web POS | public | 2018-10-26 10:49 | 2018-12-13 11:57 |
|
Reporter | jorge-garcia | |
Assigned To | jorge-garcia | |
Priority | normal | Severity | major | Reproducibility | have not tried |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | RR19Q1 | |
Merge Request Status | |
Review Assigned To | marvintm |
OBNetwork customer | No |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0039542: Include more information about terminal status |
Description | Include more information about terminal status. Possible ideas are:
* Network latency
* Network upload bandwidth
* Network download bandwidth |
Steps To Reproduce | - |
Proposed Solution | - |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | feature request | 0039127 | | closed | jorge-garcia | Extend terminal status information to check more information |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2018-10-26 10:49 | jorge-garcia | New Issue | |
2018-10-26 10:49 | jorge-garcia | Assigned To | => jorge-garcia |
2018-10-26 10:49 | jorge-garcia | OBNetwork customer | => No |
2018-10-26 10:49 | jorge-garcia | Triggers an Emergency Pack | => No |
2018-10-26 10:49 | jorge-garcia | Relationship added | related to 0039127 |
2018-11-21 15:28 | hgbot | Checkin | |
2018-11-21 15:28 | hgbot | Note Added: 0108031 | |
2018-11-21 15:28 | hgbot | Checkin | |
2018-11-21 15:28 | hgbot | Note Added: 0108032 | |
2018-11-21 15:29 | hgbot | Checkin | |
2018-11-21 15:29 | hgbot | Note Added: 0108034 | |
2018-11-21 15:29 | hgbot | Status | new => resolved |
2018-11-21 15:29 | hgbot | Resolution | open => fixed |
2018-11-21 15:29 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/5f72c5ef36ec1470e6060f05c4b1e5287d60facf [^] |
2018-11-21 15:29 | hgbot | Checkin | |
2018-11-21 15:29 | hgbot | Note Added: 0108035 | |
2018-11-21 15:29 | hgbot | Checkin | |
2018-11-21 15:29 | hgbot | Note Added: 0108036 | |
2018-11-21 15:29 | hgbot | Checkin | |
2018-11-21 15:29 | hgbot | Note Added: 0108037 | |
2018-11-22 12:47 | hgbot | Checkin | |
2018-11-22 12:47 | hgbot | Note Added: 0108054 | |
2018-12-13 11:57 | marvintm | Review Assigned To | => marvintm |
2018-12-13 11:57 | marvintm | Status | resolved => closed |
2018-12-13 11:57 | marvintm | Fixed in Version | => RR19Q1 |
Notes |
|
(0108031)
|
hgbot
|
2018-11-21 15:28
|
|
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 73cbb0138ee19379a9cc2fbda17808187418a9c2
Author: Jorge Garcia <jorge.garcia <at> openbravo.com>
Date: Mon Oct 29 10:55:27 2018 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/73cbb0138ee19379a9cc2fbda17808187418a9c2 [^]
Related to issue 39542: Include more information about terminal status
This commit includes:
* Definition of three new columns in obpos_app_termstat_hist table.
* Added three new read-only fields in Terminal Status History window.
* Network status information is sent with the information of the cashup.
---
M src-db/database/model/tables/OBPOS_APP_TERMSTAT_HIST.xml
M src-db/database/sourcedata/AD_COLUMN.xml
M src-db/database/sourcedata/AD_ELEMENT.xml
M src-db/database/sourcedata/AD_FIELD.xml
M src/org/openbravo/retail/posterminal/UpdateCashup.java
M web/org.openbravo.retail.posterminal/js/utils/cashUpReportUtils.js
---
|
|
|
(0108032)
|
hgbot
|
2018-11-21 15:28
|
|
|
|
(0108034)
|
hgbot
|
2018-11-21 15:29
|
|
Repository: erp/pmods/org.openbravo.mobile.core
Changeset: 5f72c5ef36ec1470e6060f05c4b1e5287d60facf
Author: Jorge Garcia <jorge.garcia <at> openbravo.com>
Date: Mon Oct 29 11:00:42 2018 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/5f72c5ef36ec1470e6060f05c4b1e5287d60facf [^]
Fixed issue 39542: Include more information about terminal status
This commit includes:
* Implement in request router the logic to take information about network
info.
* It could be defined a minimum and maximum value to take measures of
latency, upload and download bandwidth.
* A new utility function has been defined to reset network information info.
---
M src/org/openbravo/mobile/core/process/MobileService.java
M web/org.openbravo.mobile.core/source/data/ob-requestrouter.js
M web/org.openbravo.mobile.core/source/utils/ob-utilities.js
---
|
|
|
(0108035)
|
hgbot
|
2018-11-21 15:29
|
|
Repository: erp/pmods/org.openbravo.mobile.core
Changeset: dd40e311aa745d2d93692cbeb56cd1cdbae6e811
Author: Jorge Garcia <jorge.garcia <at> openbravo.com>
Date: Mon Nov 05 16:02:23 2018 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/dd40e311aa745d2d93692cbeb56cd1cdbae6e811 [^]
Related to issue 39542: Include more information about terminal status
This commit includes:
* Remove max limit to get measures in download and upload requests.
* Fix some typo problems in the code.
---
M web/org.openbravo.mobile.core/source/data/ob-requestrouter.js
M web/org.openbravo.mobile.core/source/utils/ob-utilities.js
---
|
|
|
(0108036)
|
hgbot
|
2018-11-21 15:29
|
|
Repository: erp/pmods/org.openbravo.mobile.core
Changeset: 6ade2dff2d2005bb6551bea4312c35c6686f9af9
Author: Jorge Garcia <jorge.garcia <at> openbravo.com>
Date: Thu Nov 15 09:43:03 2018 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/6ade2dff2d2005bb6551bea4312c35c6686f9af9 [^]
Related to issue 39542: Include more information about terminal status
Save original ajaxRequest sucess and fail callbacks to avoid function
overrides in code.
---
M web/org.openbravo.mobile.core/source/data/ob-requestrouter.js
---
|
|
|
(0108037)
|
hgbot
|
2018-11-21 15:29
|
|
|
|
(0108054)
|
hgbot
|
2018-11-22 12:47
|
|
Repository: tools/automation/pi-mobile
Changeset: a356c7e9fd13862165546cf8799b8b30a907042b
Author: Jorge Garcia <jorge.garcia <at> openbravo.com>
Date: Thu Nov 22 12:47:08 2018 +0100
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/a356c7e9fd13862165546cf8799b8b30a907042b [^]
Related to issue 39542: Include more information about terminal status
External Order Loader test should take into account new information sent
in each request.
---
M src-test/org/openbravo/test/mobile/retail/extmodules/unittest/tests/statelesswebservice/StatelessRetailOrderLoaderTest.java
M src-test/org/openbravo/test/mobile/retail/mobilecore/webservice/WebServicesHelper.java
M src-test/org/openbravo/test/mobile/retail/pack/webservice/baseIntegration/BaseRetailOrderLoaderTest.java
M src-test/org/openbravo/test/mobile/retail/pack/webservice/tests/orderloader/RetailOrderLoaderModifyTicketTest.java
M src-test/org/openbravo/test/mobile/retail/pack/webservice/tests/orderloader/RetailOrderLoaderTest.java
---
|
|