Openbravo Issue Tracking System - Retail Modules
View Issue Details
0037597Retail ModulesWeb POSpublic2017-11-28 10:092018-01-25 11:27
guillermogil 
jorge-garcia 
highmajoralways
closedfixed 
5
 
RR18Q1RR18Q1 
marvintm
No
0037597: Log Client should have all the information of the logs, not a substring
Log Client should have all the information of the logs, not a substring.
Maybe it makes sense to keep it as it is but for ticket closed massage it is needed to have it all as a backup
Make a ticket of 10 lines
See its log client
Change the column at database level from varchar to clob
No tags attached.
blocks defect 0037403RR18Q1 closed jorge-garcia Log Client should have all the information of the logs, not a substring 
Issue History
2018-01-08 12:23marvintmTypedefect => backport
2018-01-23 09:50hgbotCheckin
2018-01-23 09:50hgbotNote Added: 0101878
2018-01-23 09:50hgbotStatusscheduled => resolved
2018-01-23 09:50hgbotResolutionopen => fixed
2018-01-23 09:50hgbotFixed in SCM revisionhttp://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/59443e3d54a3e61189fa16ab4cb3582d68f1438e [^] => http://code.openbravo.com/retail/backports/3.0RR18Q1/org.openbravo.mobile.core/rev/92f43bbc95832dddef3afecc2a49c27dd89e4539 [^]
2018-01-23 09:50hgbotCheckin
2018-01-23 09:50hgbotNote Added: 0101879
2018-01-25 11:27marvintmStatusresolved => closed
2018-01-25 11:27marvintmFixed in Version => RR18Q1

Notes
(0101878)
hgbot   
2018-01-23 09:50   
Repository: retail/backports/3.0RR18Q1/org.openbravo.mobile.core
Changeset: 92f43bbc95832dddef3afecc2a49c27dd89e4539
Author: Jorge Garcia <jorge.garcia <at> openbravo.com>
Date: Tue Jan 23 09:16:11 2018 +0100
URL: http://code.openbravo.com/retail/backports/3.0RR18Q1/org.openbravo.mobile.core/rev/92f43bbc95832dddef3afecc2a49c27dd89e4539 [^]

Fixed issue 37597: Log Client should have all the information of the logs, not
a substring

Msg field has been change from varchar to clob. Increse msg length to one
hundred million of characters.

In order to work with oracle, it is necessary to define a sort field in
log client window differnet from msg field. Created has been defined to
sort in log client window.

---
M src-db/database/model/tables/OBMOBC_LOGCLIENT.xml
M src-db/database/sourcedata/AD_COLUMN.xml
M src-db/database/sourcedata/AD_FIELD.xml
M web/org.openbravo.mobile.core/source/utils/ob-utilities.js
---
(0101879)
hgbot   
2018-01-23 09:50   
Repository: retail/backports/3.0RR18Q1/org.openbravo.retail.posterminal
Changeset: 91d17760aaaab75e7bfb20dae9cf3f97b1245bcd
Author: Jorge Garcia <jorge.garcia <at> openbravo.com>
Date: Tue Jan 23 09:23:57 2018 +0100
URL: http://code.openbravo.com/retail/backports/3.0RR18Q1/org.openbravo.retail.posterminal/rev/91d17760aaaab75e7bfb20dae9cf3f97b1245bcd [^]

Related to issue 37597: Log Client should have all the information of the logs, not
a substring

Ticket closed message should show all the receipt in logclient instead of a summary.

---
M web/org.openbravo.retail.posterminal/js/data/dataordersave.js
---