#idempiere IRC log for Tuesday, 2015-08-25

*** silphium has joined #idempiere02:14
*** CarlosRuiz has quit IRC03:22
Not-8b5f[IDEMPIERE] hieplq created IDEMPIERE-2788 csv export:number of record export is difference record display05:04
Not-8b5f[IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-278805:04
*** a42niem has joined #idempiere05:19
Not-8b5f[iDempiere2.1Daily] jenkins built #131 completed (success) http://ci.idempiere.org/job/iDempiere2.1Daily/131/05:28
*** Nyaong has joined #idempiere06:18
Nyaonghy06:19
a42niemhi06:19
Nyaongtrue name??06:21
*** Nyaong has quit IRC06:43
*** KermitTheFragger has joined #idempiere07:13
*** a42niem_ has joined #idempiere09:18
Not-8b5f[IDEMPIERE] tsvikruha updated IDEMPIERE-701 Attachment set to "IDEMPIERE-701_support_for_tabs.patch"09:57
Not-8b5f[IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-70109:57
Not-8b5f[IDEMPIERE] tsvikruha updated IDEMPIERE-70109:58
Not-8b5f[IDEMPIERE] Added patch IDEMPIERE-701_support_for_tabs.patch for support same behaviour on tab Display & Read logic.09:58
Not-8b5f[IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-70109:58
Not-8b5f[IDEMPIERE] hieplq updated IDEMPIERE-2788 Attachment set to "IDEMPIERE-2783.patch"10:42
Not-8b5f[IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-278810:42
Not-8b5f[IDEMPIERE] hieplq updated IDEMPIERE-2788 Attachment set to "None"10:42
Not-8b5f[IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-278810:42
Not-8b5f[IDEMPIERE] hieplq updated IDEMPIERE-2788 Attachment set to " IDEMPIERE-2788.patch"10:43
Not-8b5f[IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-278810:43
Not-8b5f[IDEMPIERE] hieplq updated IDEMPIERE-2788 status set to "Peer Review Queue"10:43
Not-8b5f[IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-278810:43
Not-8b5f[IDEMPIERE] hieplq created IDEMPIERE-2789 csv export:query for detail tab is run same as number of record10:45
Not-8b5f[IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-278910:45
*** hieplq has joined #idempiere10:46
*** hieplq has quit IRC11:05
Not-8b5f[IDEMPIERE] hieplq updated IDEMPIERE-2789 labels set to "+Patch" -Attachment set to "IDEMPIERE-2789.patch"11:26
Not-8b5f[IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-278911:26
Not-8b5f[IDEMPIERE] hieplq updated IDEMPIERE-2789 status set to "Peer Review Queue"11:26
Not-8b5f[IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-278911:26
*** hieplq has joined #idempiere11:28
*** druiz has joined #idempiere12:42
*** CarlosRuiz has joined #idempiere13:37
*** ChanServ sets mode: +o CarlosRuiz13:37
*** hieplq has quit IRC13:45
*** hieplq has joined #idempiere14:07
CarlosRuizhi hieplq14:38
hieplqhi CarlosRuiz14:38
CarlosRuizdruiz told me about some strange behavior on Info Window on 3.014:39
CarlosRuizseems like InfoWindowProcess is broken14:39
CarlosRuizI'm restoring the test.idempiere.org database for tests - as is badly touched  :-)14:41
CarlosRuizin my local the behavior of Product Info is strange14:42
hieplqplease collect test case i will investigate it.14:42
CarlosRuizI think druiz already found the cause - did you druiz ?14:43
CarlosRuizlook my test case on local:14:43
druizhieplq, I see the problem that when it insert the record on the T table the value of pInstanceID is one, and when the doIt process is called the getAD_PInstance_ID() is different.14:44
CarlosRuizon Info Window Product add a button for the process "Copy from product"14:44
CarlosRuizon CopyFromProduct.doIt I added these lines at top14:44
CarlosRuizSystem.out.println(getAD_PInstance_ID());14:44
CarlosRuizif (true)14:44
CarlosRuizreturn "Failed";14:44
CarlosRuizand the records inserted on t_selection are with ad_pinstance_id=100010814:44
druizSo it doesn't find the record in the select. I debug the variable and everything seems ok until WProcessCtl.process is called14:45
CarlosRuizbut the pinstance shown on doit is 100010914:45
druizthen I get this error in eclipse Exception processing async thread queue14:45
druizorg.eclipse.jdt.internal.debug.core.model.JDIClassType cannot be cast to org.eclipse.jdt.debug.core.IJavaValue14:45
druizand the value is changed, it creates a new one,with the next ID14:46
CarlosRuizalso for my local test I set viewID as QtyOnHand - and it throws lots of errors in console14:46
CarlosRuizorg.postgresql.util.PSQLException: The column name QtyOnHand was not found in this ResultSet.14:46
CarlosRuizbut the t_selection is correctly filled with the qtyonhand14:46
CarlosRuizok - test.idempiere.org is fresh for tests14:47
druizoh no wait14:47
druizthe problem is here pi.setAD_PInstance_ID (instance.getAD_PInstance_ID());14:47
CarlosRuizdruiz - on AD_PInstance is creating two records for the process - 1000108 and 100010914:48
hieplqok. will investigate it in my local with your info. please update every thing you find out at here i will reference late14:48
CarlosRuizin 2.1 is working - so must be related with the recent changes14:49
druizin 2.1 there's an if clause at the beginning of process in WProcessCtl if (pi.getAD_PInstance_ID() < 1) { ... That doesn't create a new MPInstance instance14:54
CarlosRuizchecked14:55
CarlosRuizfound that line was commented out by Deepak here14:55
CarlosRuizhttps://bitbucket.org/idempiere/idempiere/commits/5af9b8cc9b69#chg-org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/apps/WProcessCtl.java14:55
druizin 3.0 that if is commented and it creates a new Instance, changing the value of the AD_PInstance_ID that gets to the process14:55
CarlosRuizI checked uncommenting the line and it worked fine14:55
CarlosRuizah - interesting - the error about QtyOnHand was gone too14:57
hieplq@CarlosRuiz i see error "500 Internal Server Error" when click to your link15:11
druizbitbucket has been up and down today15:12
druizif you refresh everything works15:12
druizit has been like that the whole day :/15:12
hieplqoh, interest tip15:12
Not-8b5f[iDempiere] CarlosRuiz_globalqss pushed 1 commit to development [+0/-0/±1] https://bitbucket.org/idempiere/idempiere/commits/15:12
Not-8b5f[iDempiere] globalqss 6afca43 - IDEMPIERE-2389 Print format and View Report selection on process dialog / revert change on WProcessCtl introduced with 5af9b8c, process info window was broken15:12
hieplqmaybe has more new people join :D15:12
CarlosRuizI think I found another issue with info process15:16
CarlosRuizin test.idempiere.org I set the process for Info Product15:17
CarlosRuizand now when I open in GardenWorld and do a refresh (without changing any parameter) it just shows one line (Hoe)15:17
CarlosRuizif I fill the warehouse things are ok again - but without filling warehouse it seems wrong15:19
CarlosRuizah - I see15:20
CarlosRuizcreated by the issue : org.postgresql.util.PSQLException: The column name QtyOnHand was not found in this ResultSet.15:20
Not-8b5f[iDempiere] jenkins built #1725 completed (success) http://ci.idempiere.org/job/iDempiere/1725/15:21
CarlosRuiztraced to be line 698 on InfoPanel.java15:24
CarlosRuizadded here15:25
CarlosRuizhttps://bitbucket.org/idempiere/idempiere/commits/699ed461d460#Lorg.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/panel/InfoPanel.javaT58815:25
CarlosRuizIDEMPIERE-2152 Info Window - Join related tabs on other columns than primary key15:26
CarlosRuizah - got it15:29
CarlosRuizI set the viewID column to be QtyOnHand15:29
CarlosRuizand that column is not present if you don't select a warehouse15:29
Not-8b5f[iDempiere] CarlosRuiz_globalqss pushed 1 commit to development [+0/-0/±1] https://bitbucket.org/idempiere/idempiere/commits/15:35
Not-8b5f[iDempiere] globalqss d743636 - IDEMPIERE-2152 Info Window - Join related tabs on other columns than primary key / fix test case failed: add a process to Product Info with viewID Column=On Hand Qty - when warehouse is not selected the column QtyOnHand does not exists15:35
Not-8b5f[iDempiere] jenkins built #1726 completed (success) http://ci.idempiere.org/job/iDempiere/1726/15:46
*** hieplq has quit IRC16:15
*** KermitTheFragger has quit IRC16:16
*** druiz has quit IRC16:31
*** a42niem_ has quit IRC16:44
*** CarlosRuiz has quit IRC17:09
*** CarlosRuiz has joined #idempiere17:11
*** ChanServ sets mode: +o CarlosRuiz17:11
*** CarlosRuiz has quit IRC18:41
*** CarlosRuiz has joined #idempiere20:55
*** ChanServ sets mode: +o CarlosRuiz20:55
*** a42niem has quit IRC23:02
*** a42niem has joined #idempiere23:02
*** a42niem has quit IRC23:05
*** a42niem has joined #idempiere23:06
*** a42niem has quit IRC23:09

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