Openbravo Issue Tracking System - Retail Modules
View Issue Details
0037598Retail ModulesWeb POSpublic2017-11-28 10:092018-01-25 11:03
guillermogil 
jorge-garcia 
highmajoralways
closedfixed 
5
 
RR17Q4.1RR17Q4.1 
marvintm
No
0037598: 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-08 12:23marvintmTarget VersionRR18Q1 => RR17Q4.1
2018-01-23 09:39hgbotCheckin
2018-01-23 09:39hgbotNote Added: 0101876
2018-01-23 09:40hgbotCheckin
2018-01-23 09:40hgbotNote Added: 0101877
2018-01-23 09:40hgbotStatusscheduled => resolved
2018-01-23 09:40hgbotResolutionopen => fixed
2018-01-23 09:40hgbotFixed in SCM revisionhttp://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/59443e3d54a3e61189fa16ab4cb3582d68f1438e [^] => http://code.openbravo.com/retail/backports/3.0RR17Q4.1/org.openbravo.mobile.core/rev/9c72a236ae3e818c1079180c01373d9855f99d39 [^]
2018-01-25 11:03marvintmStatusresolved => closed
2018-01-25 11:03marvintmFixed in Version => RR17Q4.1

Notes
(0101876)
hgbot   
2018-01-23 09:39   
Repository: retail/backports/3.0RR17Q4.1/org.openbravo.retail.posterminal
Changeset: 1a6f149e4016281b9f634770d800fe8db7531032
Author: Jorge Garcia <jorge.garcia <at> openbravo.com>
Date: Tue Jan 23 09:08:19 2018 +0100
URL: http://code.openbravo.com/retail/backports/3.0RR17Q4.1/org.openbravo.retail.posterminal/rev/1a6f149e4016281b9f634770d800fe8db7531032 [^]

Related to issue 37598: 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
---
(0101877)
hgbot   
2018-01-23 09:40   
Repository: retail/backports/3.0RR17Q4.1/org.openbravo.mobile.core
Changeset: 9c72a236ae3e818c1079180c01373d9855f99d39
Author: Jorge Garcia <jorge.garcia <at> openbravo.com>
Date: Tue Jan 23 09:08:04 2018 +0100
URL: http://code.openbravo.com/retail/backports/3.0RR17Q4.1/org.openbravo.mobile.core/rev/9c72a236ae3e818c1079180c01373d9855f99d39 [^]

Fixed issue 37598: 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
---