Openbravo Issue Tracking System - Retail Modules
View Issue Details
0037511Retail ModulesWeb POSpublic2017-12-19 13:002018-02-05 11:26
maite 
jorge-garcia 
urgentmajoralways
closedfixed 
5
 
RR18Q2 
marvintm
No
0037511: To be able to know terminal status
To be able to know terminal status
From the backend, be able to check useful terminal's status information such as:

- Last incremental refresh execution
- Last full refresh execution
...
...
No tags attached.
Issue History
2017-12-19 13:00maiteNew Issue
2017-12-19 13:00maiteAssigned To => Retail
2017-12-19 13:00maiteTriggers an Emergency Pack => No
2017-12-19 13:00maiteIssue Monitored: networkb
2018-01-08 12:34jorge-garciaAssigned ToRetail => jorge-garcia
2018-01-08 16:50jorge-garciaStatusnew => scheduled
2018-01-09 10:10hgbotCheckin
2018-01-09 10:10hgbotNote Added: 0101633
2018-01-09 10:11hgbotCheckin
2018-01-09 10:11hgbotNote Added: 0101634
2018-01-09 10:11hgbotStatusscheduled => resolved
2018-01-09 10:11hgbotResolutionopen => fixed
2018-01-09 10:11hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/e626e3fbc7bbb052108bbaeb0baa54b0af06583e [^]
2018-02-05 11:09hgbotCheckin
2018-02-05 11:09hgbotNote Added: 0102179
2018-02-05 11:25marvintmNote Added: 0102182
2018-02-05 11:26marvintmReview Assigned To => marvintm
2018-02-05 11:26marvintmStatusresolved => closed
2018-02-05 11:26marvintmFixed 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   
Repository: erp/pmods/org.openbravo.retail.giftcards
Changeset: 8ff4360791bd6d1597bb62b1248f7459c0495dd6
Author: Antonio Moreno <antonio.moreno <at> openbravo.com>
Date: Mon Feb 05 11:09:38 2018 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.giftcards/rev/8ff4360791bd6d1597bb62b1248f7459c0495dd6 [^]

Related to issue 37511. Move 'Gift card certificate sequence' field so that it doesn't fall into terminal status fieldgroup

---
M src-db/database/sourcedata/AD_FIELD.xml
---
(0102182)
marvintm   
2018-02-05 11:25   
http://wiki.openbravo.com/wiki/Retail:Configuration_Guide#Terminal_status [^]