Openbravo Issue Tracking System - Retail Modules
View Issue Details
0039563Retail ModulesWeb POSpublic2018-10-30 09:572018-12-13 11:55
marvintm 
jorge-garcia 
normalminorhave not tried
closedfixed 
5
 
RR19Q1 
marvintm
No
0039563: Report Hardware Manager version as part of the Terminal Status
It would be very useful to know the hardware manager version a terminal is using. Together with this, additional information, such as the Java version the HWM is running on, would also be useful.

Besides, we should also explore the capabilities of HWM Monitoring itself, to understand if something useful can be read from them:

http://wiki.openbravo.com/wiki/Retail:Monitoring_and_Management [^]
.
No tags attached.
Issue History
2018-10-30 09:57marvintmNew Issue
2018-10-30 09:57marvintmAssigned To => Retail
2018-10-30 09:57marvintmTriggers an Emergency Pack => No
2018-10-30 11:49marvintmDescription Updatedbug_revision_view_page.php?rev_id=17887#r17887
2018-11-21 15:28hgbotCheckin
2018-11-21 15:28hgbotNote Added: 0108033
2018-11-21 15:28hgbotStatusnew => resolved
2018-11-21 15:28hgbotResolutionopen => fixed
2018-11-21 15:28hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/bc07dbbb789adea2889d2bdbd92eaf01077450d5 [^]
2018-11-21 15:30hgbotCheckin
2018-11-21 15:30hgbotNote Added: 0108038
2018-11-21 15:30hgbotCheckin
2018-11-21 15:30hgbotNote Added: 0108039
2018-11-22 10:38marvintmAssigned ToRetail => jorge-garcia
2018-12-13 11:55marvintmReview Assigned To => marvintm
2018-12-13 11:55marvintmStatusresolved => closed
2018-12-13 11:55marvintmFixed in Version => RR19Q1

Notes
(0108033)
hgbot   
2018-11-21 15:28   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: bc07dbbb789adea2889d2bdbd92eaf01077450d5
Author: Jorge Garcia <jorge.garcia <at> openbravo.com>
Date: Tue Nov 06 16:50:44 2018 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/bc07dbbb789adea2889d2bdbd92eaf01077450d5 [^]

Fixed issue 39563: Report Hardware Manager version as part of the Terminal
Status

This commit includes:
  * Three new columns in obpos_applications to save the hardware manager
    information.
  * Three new read-only fields are now visible in POS Terminal window included
    in Terminal Status group.
  * A new request to get the status from hardware manager through StatusServlet
    servlet in HWM.
  * Three elements are get from hardware manager:
      * HWM Version.
      * HWM Revision.
      * HWM Java runtime information.

---
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 web/org.openbravo.retail.posterminal/js/datasource.js
M web/org.openbravo.retail.posterminal/js/pointofsale/model/pointofsale-model.js
M web/org.openbravo.retail.posterminal/js/utils/ob-utilitiesuipos.js
---
(0108038)
hgbot   
2018-11-21 15:30   
Repository: erp/pmods/org.openbravo.retail.poshwmanager.sources
Changeset: a5aac512bb30d7cf746f0157a310fdfaf4f80df4
Author: Jorge Garcia <jorge.garcia <at> openbravo.com>
Date: Tue Nov 06 16:54:04 2018 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.poshwmanager.sources/rev/a5aac512bb30d7cf746f0157a310fdfaf4f80df4 [^]

Related to issue 39563: Report Hardware Manager version as part of the Terminal
Status

Include java runtime information in MainApp.java.

Expose java runtime information in StatusServlet.java information.

---
M project/src/com/openbravo/poshw/MainApp.java
M project/src/com/openbravo/poshw/StatusServlet.java
---
(0108039)
hgbot   
2018-11-21 15:30   
Repository: erp/pmods/org.openbravo.retail.poshwmanager
Changeset: 6fa84669b60188c39b8af12602528110916bb71a
Author: Jorge Garcia <jorge.garcia <at> openbravo.com>
Date: Wed Nov 14 11:39:58 2018 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.poshwmanager/rev/6fa84669b60188c39b8af12602528110916bb71a [^]

Related to issue 39563: Report Hardware Manager version as part of the Terminal
Status

Generate a new hardware manager compilation with new features.

---
M bin/poshw.jar
M bin/rev.id
---