Openbravo Issue Tracking System - Retail Modules
View Issue Details
0037599Retail ModulesWeb POSpublic2017-11-28 10:092018-01-25 11:07
guillermogil 
jorge-garcia 
highmajoralways
closedfixed 
5
 
RR17Q3.3RR17Q3.3 
marvintm
No
0037599: 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 => RR17Q3.3
2018-01-23 09:32hgbotCheckin
2018-01-23 09:32hgbotNote Added: 0101874
2018-01-23 09:32hgbotStatusscheduled => resolved
2018-01-23 09:32hgbotResolutionopen => fixed
2018-01-23 09:32hgbotFixed in SCM revisionhttp://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/59443e3d54a3e61189fa16ab4cb3582d68f1438e [^] => http://code.openbravo.com/retail/backports/3.0RR17Q3.3/org.openbravo.mobile.core/rev/a6e3b2dc8a724ad99470ad0f38572dcd5063bed6 [^]
2018-01-23 09:32hgbotCheckin
2018-01-23 09:32hgbotNote Added: 0101875
2018-01-25 11:07marvintmStatusresolved => closed
2018-01-25 11:07marvintmFixed in Version => RR17Q3.3

Notes
(0101874)
hgbot   
2018-01-23 09:32   
Repository: retail/backports/3.0RR17Q3.3/org.openbravo.mobile.core
Changeset: a6e3b2dc8a724ad99470ad0f38572dcd5063bed6
Author: Jorge Garcia <jorge.garcia <at> openbravo.com>
Date: Tue Jan 23 09:05:33 2018 +0100
URL: http://code.openbravo.com/retail/backports/3.0RR17Q3.3/org.openbravo.mobile.core/rev/a6e3b2dc8a724ad99470ad0f38572dcd5063bed6 [^]

Fixed issue 37599: 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
---
(0101875)
hgbot   
2018-01-23 09:32   
Repository: retail/backports/3.0RR17Q3.3/org.openbravo.retail.posterminal
Changeset: 16378517370f66fa21412ef517610272e70f4b03
Author: Jorge Garcia <jorge.garcia <at> openbravo.com>
Date: Tue Jan 23 09:05:52 2018 +0100
URL: http://code.openbravo.com/retail/backports/3.0RR17Q3.3/org.openbravo.retail.posterminal/rev/16378517370f66fa21412ef517610272e70f4b03 [^]

Related to issue 37599: 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
---