#idempiere IRC log for Thursday, 2017-09-14

*** silphium has quit IRC01:58
*** silphium has joined #idempiere01:59
Not-bfd4[iDempiere4.1Daily] jenkins built #110 completed (failure) http://ci.idempiere.org/job/iDempiere4.1Daily/110/04:24
Not-bfd4[IDEMPIERE] hengsin updated IDEMPIERE-348004:40
Not-bfd4[IDEMPIERE] hiep, perhaps you are not using native sequence ? for big data set, that should make a big difference. should turn off change log for big import and I think the update to recent items could be an issue too.04:40
Not-bfd4[IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-348004:40
Not-bfd4[IDEMPIERE] hieplq updated IDEMPIERE-348705:37
Not-bfd4[IDEMPIERE] I use bellow query to filter out PLV M_PriceList_Version.M_PriceList_ID IN (SELECT M_PriceList_ID FROM M_PriceList WHERE M_PriceList.isactive = 'Y' AND (@M_PriceList_ID:-1@ = -1 OR M_PriceList.M_PriceList_ID = @M_PriceList_ID:-1@)) because M_PriceList_ID have global value on Env, and @M_PriceList_ID:-1@ will return global value when don't have window value. so i can't separate case "product info" call05:37
Not-bfd4from window like order and case it open as standalone window open from view dashboard. [~carlosruiz_globalqss] do you know any syntax to said get M_PriceList_ID only from window?05:37
Not-bfd4[IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-348705:37
*** nmicoud has joined #idempiere06:27
*** CarlosRuiz has joined #idempiere06:46
Not-bfd4[IDEMPIERE] hengsin updated IDEMPIERE-348710:13
Not-bfd4[IDEMPIERE] if the tab no is fixed ( for e.g, 0 ), you can use @0|M_PriceList_ID@ to avoid using the global value.10:13
Not-bfd4[IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-348710:13
Not-bfd4[IDEMPIERE] hengsin created IDEMPIERE-3488 Improvement to Error Message for Negative Inventory Disallow exception10:25
Not-bfd4[IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-348810:25
Not-bfd4[IDEMPIERE] hengsin updated IDEMPIERE-3488 issuetype set to "Improvement"10:26
Not-bfd4[IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-348810:26
Not-bfd4[IDEMPIERE] hengsin updated IDEMPIERE-3488 priority set to "Minor"10:26
Not-bfd4[IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-348810:26
Not-bfd4[IDEMPIERE] hieplq updated IDEMPIERE-3487 Attachment set to "IDEMPIERE-3487.patch"10:40
Not-bfd4[IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-348710:40
Not-bfd4[IDEMPIERE] hieplq updated IDEMPIERE-3487 labels set to "+Patch"10:41
Not-bfd4[IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-348710:41
Not-bfd4[IDEMPIERE] hieplq updated IDEMPIERE-3487 status set to "Peer Review Queue"10:41
Not-bfd4[IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-348710:41
Not-bfd4[IDEMPIERE] hieplq updated IDEMPIERE-348710:42
Not-bfd4[IDEMPIERE] thanks for great solution. for general, it still should have syntax for this case10:42
Not-bfd4[IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-348710:42
Not-bfd4[IDEMPIERE] hieplq created IDEMPIERE-3489 add process button on system configuration window10:52
Not-bfd4[IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-348910:52
Not-bfd4[IDEMPIERE] hieplq updated IDEMPIERE-3474 description set to "on case you pack in or import by csv a big of set record (my case 500.000) it take long time (hours). overload by some reason: 1. create a lot change log for each record. 2. create recent item for each record. 3. process to get sequence for each record. 4. other don't know at that time 3 can improve by use [native11:03
Not-bfd4Sequence|http://wiki.idempiere.org/en/Enable_Native_Sequence_(Process_ID-53156)] 1,2 is target of this improvement. maybe add two parameter "Stop Create Change Log" and "Stop Create Recent Item"" -summary set to "add parameter to control recent list, change log on csv import and packin"11:03
Not-bfd4[IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-347411:03
*** silphium has quit IRC12:22
*** jdpaniag_ has joined #idempiere13:19
*** jdpaniagua has quit IRC13:19
Not-bfd4[IDEMPIERE] deepak updated IDEMPIERE-341313:21
Not-bfd4[IDEMPIERE] JSON impact performance as serializing and deserialize add overhead. Also we need to check how easy to perform DB operations in json content. We expect that contains, comparison like operation for values require in sql13:21
Not-bfd4[IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-341313:21
*** nmicoud has quit IRC15:06
Not-bfd4[IDEMPIERE] hieplq updated IDEMPIERE-347418:23
Not-bfd4[IDEMPIERE] Hi [~hengsin], [~carlosruiz_globalqss] I assume Env properties of each idempiere process is standalone and inherit from AbstractProcessDialog.m_ctx but code at constructor of ContextRunnable and code at AbstractProcessDialog.runProcess show me all process call from button process share same Env properties with AbstractProcessDialog.m_ctx please help me confirm it's correct design? {code:java} public18:23
Not-bfd4ContextRunnable() { this.context = ServerContext.getCurrentInstance(); } public void runProcess() { Events.sendEvent(DialogEvents.ON_BEFORE_RUN_PROCESS, this, null); future = Adempiere.getThreadPoolExecutor().submit(new DesktopRunnable(new ProcessDialogRunnable(null), getDesktop())); } {code}18:23
Not-bfd4[IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-347418:23
*** CarlosRuiz has quit IRC20:05
Not-bfd4[IDEMPIERE] hengsin updated IDEMPIERE-347423:13
Not-bfd4[IDEMPIERE] hieplq, no, only Env properties of background process is standalone.23:13
Not-bfd4[IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-347423:13

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