#idempiere IRC log for Monday, 2015-03-16

*** CarlosRuiz has quit IRC00:32
*** aguerra has quit IRC01:18
*** is-mw2 has joined #idempiere02:06
*** is-mw has quit IRC02:07
*** a42niem has joined #idempiere05:41
*** jmpiloq__ has quit IRC06:04
*** KermitTheFragger has joined #idempiere07:38
*** nmicoud has joined #idempiere07:51
*** hieplq has joined #idempiere07:52
Not-311d[IDEMPIERE] nmicoud updated IDEMPIERE-251608:04
Not-311d[IDEMPIERE] For #1, the new method is used in AdempiereMonitor. See MClient[] clients = MClient.getAll(ctx, "AD_Client_ID"); This line replace "MClient[] clients = MClient.getAll(ctx);" For #2, that's the case. The MSysConfig check "AD_Client_ID IN (0, ?)" ; it's easier (almost in SaaS) to put every tenant in maintenance with a single value. You can try in demo.idempiere.com ; put SYSTEM_IN_MAINTENANCE_MODE = Y in System and you won't be able to log i08:04
Not-311d[IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-251608:04
Not-311d[IDEMPIERE] nmicoud updated IDEMPIERE-236108:12
Not-311d[IDEMPIERE] And for the "AD_Table_ID=123&Record_ID=456". You think it should be set in AEnv or in PO ? I think to something else. It could be useful to use this url in alerts or schedulers. Would it be possible to use the method ? Or could be add a sql function to do that (something like getUrl(int tableID, int recordID) which will return SysConfigUrl + Table_ID=tableID&Record_ID=recordID wdyt ?08:12
Not-311d[IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-236108:12
*** fvv has joined #idempiere08:27
*** is-mw2 has quit IRC09:02
*** is-mw has joined #idempiere09:08
*** is-mw2 has joined #idempiere09:12
*** is-mw has quit IRC09:13
*** hieplq has quit IRC09:37
*** hieplq has joined #idempiere09:58
*** hieplq has quit IRC10:21
*** hieplq has joined #idempiere10:37
*** hieplq has quit IRC11:01
*** hieplq has joined #idempiere11:02
*** a42niem has quit IRC11:11
*** jmpiloq__ has joined #idempiere11:17
*** hieplq has quit IRC11:31
*** hieplq has joined #idempiere11:45
*** jmpiloq__ has quit IRC11:48
Not-311d[IDEMPIERE] carlosruiz_globalqss updated IDEMPIERE-251612:12
Not-311d[IDEMPIERE] #1 I mean - the variable orderBy is not used12:12
Not-311d[IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-251612:12
Not-311d[IDEMPIERE] nmicoud updated IDEMPIERE-2516 Attachment set to "IDEMPIERE-2516_v2.patch"12:30
Not-311d[IDEMPIERE] Oops, i made a mistake when uploading the 2nd patch. Here's the "final" patch. Thanks, Nicolas12:30
Not-311d[IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-251612:30
*** aprendiz has joined #idempiere13:20
aprendizhola13:20
aprendiztengo una consulta, pero " no veo a nadie"13:21
Not-311d[IDEMPIERE] nmicoud updated IDEMPIERE-224413:21
Not-311d[IDEMPIERE] Hi [~hieplq], I've integrated your final patch on my local environnement (Windows7) and did some quick tests. When i put some HTML content (color, bold, ...) i got the following error : [...] java.nio.charset.UnsupportedCharsetException: UTF_8 at java.nio.charset.Charset.forName(Charset.java:505) at org.compiere.process.RequestEMailProcessorIdempiere2244.createRequest(RequestEMailProcessorIdempiere2244.java:747) at org.compiere.process.Req13:21
Not-311d[IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-224413:22
aprendizhay alguien por aqui?13:22
*** aprendiz has quit IRC13:26
Not-311d[IDEMPIERE] hieplq updated IDEMPIERE-224413:37
Not-311d[IDEMPIERE] [~nmicoud] please help me change UTF_8 to UTF-8 and retest.13:37
Not-311d[IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-224413:37
Not-311d[IDEMPIERE] nmicoud updated IDEMPIERE-224413:42
Not-311d[IDEMPIERE] [~hieplq] ; it worked ! Thanks13:42
Not-311d[IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-224413:42
Not-311d[IDEMPIERE] nmicoud updated IDEMPIERE-224414:03
Not-311d[IDEMPIERE] [~hieplq], For 2nd issue (filename with accent), I replace attach.addEntry(attachFile.getFileName(), EmailSrv.getBinaryData(attachFile)); with String filename = MimeUtility.decodeText(attachFile.getFileName()); filename = Normalizer.normalize(filename, Normalizer.Form.NFC); attach.addEntry(filename, EmailSrv.getBinaryData(attachFile)); And it seems ok. Could you test please ? Nicolas14:03
Not-311d[IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-224414:03
Not-311d[IDEMPIERE] hahmed created IDEMPIERE-2525 Model Classes cross references should use IModelFactory14:40
Not-311d[IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-252514:40
*** hieplq has quit IRC14:58
*** hieplq has joined #idempiere14:59
*** allgood has joined #idempiere15:02
*** allgood has left #idempiere15:12
*** KermitTheFragger has quit IRC16:27
*** nmicoud has quit IRC16:34
*** is-mw2 has quit IRC17:31
*** norbertbede has joined #idempiere17:52
*** CarlosRuiz has joined #idempiere21:29
*** ChanServ sets mode: +o CarlosRuiz21:29
*** norbertbede has quit IRC22:39
*** CarlosRuiz has quit IRC23:16
*** demo has joined #idempiere23:41
*** demo has quit IRC23:42

Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!