Openbravo Issue Tracking System - Retail Modules
View Issue Details
0047803Retail ModulesWeb POS Hardware Managerpublic2021-10-04 11:472021-11-19 12:40
rafaroda 
Retail 
normalmajoralways
closedfixed 
5
 
RR22Q1 
adrianromero
No
0047803: terminal_lasthwmversion, terminal_lasthwmrevision columns of obpos_applications should be longer
terminal_lasthwmversion, terminal_lasthwmrevision columns of obpos_applications should be longer

Right now, these columns are too short and do not fit extra chars of the hardware manager version, making it difficult to check in backoffice
Compile the Hardware Manager to have a version, for instance, 1.0.6201.20210914

select terminal_lasthwmversion, terminal_lasthwmrevision, value from obpos_applications order by updated desc

You will only see:
terminal_lasthwmversion= 1.0.6201.
terminal_lasthwmrevision = 1.0.6201.20210

and same in backoffice, see image attached
Attached a patch
NOR
related to feature request 0048107 closed Retail API Changes for ISSUE-47803 
png Screenshot from 2021-10-04 11-12-49.png (35,419) 2021-10-04 11:47
https://issues.openbravo.com/file_download.php?file_id=16241&type=bug
png

diff patch.diff (5,147) 2021-11-18 08:06
https://issues.openbravo.com/file_download.php?file_id=16367&type=bug
Issue History
2021-10-04 11:47rafarodaNew Issue
2021-10-04 11:47rafarodaAssigned To => Retail
2021-10-04 11:47rafarodaFile Added: Screenshot from 2021-10-04 11-12-49.png
2021-10-04 11:47rafarodaTriggers an Emergency Pack => No
2021-10-04 11:47rafarodaTag Attached: NOR
2021-11-18 08:06jetxarriFile Added: patch.diff
2021-11-18 08:06jetxarriProposed Solution updated
2021-11-19 11:35adrianromeroRelationship addedrelated to 0048107
2021-11-19 12:37hgbotResolutionopen => fixed
2021-11-19 12:37hgbotStatusnew => resolved
2021-11-19 12:37hgbotFixed in Version => RR22Q1
2021-11-19 12:37hgbotNote Added: 0133216
2021-11-19 12:37hgbotNote Added: 0133217
2021-11-19 12:40adrianromeroReview Assigned To => adrianromero
2021-11-19 12:40adrianromeroNote Added: 0133220
2021-11-19 12:40adrianromeroStatusresolved => closed

Notes
(0133216)
hgbot   
2021-11-19 12:37   
Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal [^]
Changeset: 2d4f2975b00ee86d593df7c3443c1cf3b8ecf4b9
Author: Adrián Romero <adrian.romero@openbravo.com>
Date: 2021-11-19T10:47:14+01:00
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/commit/2d4f2975b00ee86d593df7c3443c1cf3b8ecf4b9 [^]

Fixes ISSUE-47803: terminal_lasthwmversion, terminal_lasthwmrevision columns of obpos_applications should be longer

---
M src-db/database/model/tables/OBPOS_APPLICATIONS.xml
M src-db/database/sourcedata/AD_COLUMN.xml
M web/org.openbravo.retail.posterminal/js/pointofsale/model/pointofsale-model.js
---
(0133217)
hgbot   
2021-11-19 12:37   
Repository: https://gitlab.com/openbravo/ci/mobile-api [^]
Changeset: d34d954bb2f0780bf7efab8df474f7226716f142
Author: Adrián Romero <adrian.romero@openbravo.com>
Date: 2021-11-19T11:37:57+01:00
URL: https://gitlab.com/openbravo/ci/mobile-api/-/commit/d34d954bb2f0780bf7efab8df474f7226716f142 [^]

Fixes ISSUE-48107: API Changes for ISSUE-47803

---
M model/modules/org.openbravo.retail.posterminal/src-db/database/model/tables/OBPOS_APPLICATIONS.xml
M model/modules/org.openbravo.retail.posterminal/src-db/database/sourcedata/AD_COLUMN.xml
---
(0133220)
adrianromero   
2021-11-19 12:40   
https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/merge_requests/630 [^]