Openbravo Issue Tracking System - Retail Modules |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0037511 | Retail Modules | Web POS | public | 2017-12-19 13:00 | 2018-02-05 11:26 |
|
Reporter | maite | |
Assigned To | jorge-garcia | |
Priority | urgent | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | RR18Q2 | |
Merge Request Status | |
Review Assigned To | marvintm |
OBNetwork customer | OBPS |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0037511: To be able to know terminal status |
Description | To be able to know terminal status |
Steps To Reproduce | From the backend, be able to check useful terminal's status information such as:
- Last incremental refresh execution
- Last full refresh execution
...
... |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2017-12-19 13:00 | maite | New Issue | |
2017-12-19 13:00 | maite | Assigned To | => Retail |
2017-12-19 13:00 | maite | OBNetwork customer | => Yes |
2017-12-19 13:00 | maite | Triggers an Emergency Pack | => No |
2017-12-19 13:00 | maite | Issue Monitored: networkb | |
2018-01-08 12:34 | jorge-garcia | Assigned To | Retail => jorge-garcia |
2018-01-08 16:50 | jorge-garcia | Status | new => scheduled |
2018-01-09 10:10 | hgbot | Checkin | |
2018-01-09 10:10 | hgbot | Note Added: 0101633 | |
2018-01-09 10:11 | hgbot | Checkin | |
2018-01-09 10:11 | hgbot | Note Added: 0101634 | |
2018-01-09 10:11 | hgbot | Status | scheduled => resolved |
2018-01-09 10:11 | hgbot | Resolution | open => fixed |
2018-01-09 10:11 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/e626e3fbc7bbb052108bbaeb0baa54b0af06583e [^] |
2018-02-05 11:09 | hgbot | Checkin | |
2018-02-05 11:09 | hgbot | Note Added: 0102179 | |
2018-02-05 11:25 | marvintm | Note Added: 0102182 | |
2018-02-05 11:26 | marvintm | Review Assigned To | => marvintm |
2018-02-05 11:26 | marvintm | Status | resolved => closed |
2018-02-05 11:26 | marvintm | Fixed in Version | => RR18Q2 |
Notes |
|
(0101633)
|
hgbot
|
2018-01-09 10:10
|
|
Repository: erp/pmods/org.openbravo.mobile.core
Changeset: 668c3ed0a0efec4c30979916dfa2339d0894b595
Author: Jorge Garcia <jorge.garcia <at> openbravo.com>
Date: Mon Jan 08 16:41:00 2018 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/668c3ed0a0efec4c30979916dfa2339d0894b595 [^]
Related to issue 37511: To be able to know terminal status
* Implemented two new values to localstorage:
- LastCacheGeneration: timestamp with the last time the cache has been
generated.
- LastJSGeneration_: Timestamp with the last time the js file has been
generated.
---
M web/org.openbravo.mobile.core/source/model/ob-terminal-model.js
M web/org.openbravo.mobile.core/source/utils/ob-utilities.js
---
|
|
|
(0101634)
|
hgbot
|
2018-01-09 10:11
|
|
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: e626e3fbc7bbb052108bbaeb0baa54b0af06583e
Author: Jorge Garcia <jorge.garcia <at> openbravo.com>
Date: Mon Jan 08 16:47:28 2018 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/e626e3fbc7bbb052108bbaeb0baa54b0af06583e [^]
Fixed issue 37511: To be able to know terminal status
* Generated a new field group
- Terminal Status
* Generated four new fields in POS Terminal window header
- Last Full Masterdata Load: date time with the last successful full refresh.
- Last Incremental Masterdata Load: date time with the last successful
incremental refresh
- Last Cache Generation: date time with the last time the cache has been
generated
- Last JS Generation: date time with the last time the js file has been
generated.
* Added a new mobile service called LastTerminalStatusTimestamps.
* Implemented the logic to set the new fields in POS Terminal Type window.
---
M src-db/database/model/tables/OBPOS_APPLICATIONS.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-db/database/sourcedata/AD_FIELDGROUP.xml
M src-db/database/sourcedata/OBMOBC_SERVICES.xml
M web/org.openbravo.retail.posterminal/js/login/model/login-model.js
M web/org.openbravo.retail.posterminal/js/utils/ob-utilitiesuipos.js
A src/org/openbravo/retail/posterminal/process/LastTerminalStatusTimestamps.java
---
|
|
|
(0102179)
|
hgbot
|
2018-02-05 11:09
|
|
|
|
|
|