| *** silphium has joined #idempiere | 02:14 | |
| *** CarlosRuiz has quit IRC | 03:22 | |
| Not-8b5f | [IDEMPIERE] hieplq created IDEMPIERE-2788 csv export:number of record export is difference record display | 05:04 |
|---|---|---|
| Not-8b5f | [IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-2788 | 05:04 |
| *** a42niem has joined #idempiere | 05:19 | |
| Not-8b5f | [iDempiere2.1Daily] jenkins built #131 completed (success) http://ci.idempiere.org/job/iDempiere2.1Daily/131/ | 05:28 |
| *** Nyaong has joined #idempiere | 06:18 | |
| Nyaong | hy | 06:19 |
| a42niem | hi | 06:19 |
| Nyaong | true name?? | 06:21 |
| *** Nyaong has quit IRC | 06:43 | |
| *** KermitTheFragger has joined #idempiere | 07:13 | |
| *** a42niem_ has joined #idempiere | 09: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-701 | 09:57 |
| Not-8b5f | [IDEMPIERE] tsvikruha updated IDEMPIERE-701 | 09: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-701 | 09: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-2788 | 10:42 |
| Not-8b5f | [IDEMPIERE] hieplq updated IDEMPIERE-2788 Attachment set to "None" | 10:42 |
| Not-8b5f | [IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-2788 | 10: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-2788 | 10: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-2788 | 10:43 |
| Not-8b5f | [IDEMPIERE] hieplq created IDEMPIERE-2789 csv export:query for detail tab is run same as number of record | 10:45 |
| Not-8b5f | [IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-2789 | 10:45 |
| *** hieplq has joined #idempiere | 10:46 | |
| *** hieplq has quit IRC | 11: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-2789 | 11: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-2789 | 11:26 |
| *** hieplq has joined #idempiere | 11:28 | |
| *** druiz has joined #idempiere | 12:42 | |
| *** CarlosRuiz has joined #idempiere | 13:37 | |
| *** ChanServ sets mode: +o CarlosRuiz | 13:37 | |
| *** hieplq has quit IRC | 13:45 | |
| *** hieplq has joined #idempiere | 14:07 | |
| CarlosRuiz | hi hieplq | 14:38 |
| hieplq | hi CarlosRuiz | 14:38 |
| CarlosRuiz | druiz told me about some strange behavior on Info Window on 3.0 | 14:39 |
| CarlosRuiz | seems like InfoWindowProcess is broken | 14:39 |
| CarlosRuiz | I'm restoring the test.idempiere.org database for tests - as is badly touched :-) | 14:41 |
| CarlosRuiz | in my local the behavior of Product Info is strange | 14:42 |
| hieplq | please collect test case i will investigate it. | 14:42 |
| CarlosRuiz | I think druiz already found the cause - did you druiz ? | 14:43 |
| CarlosRuiz | look my test case on local: | 14:43 |
| druiz | hieplq, 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 |
| CarlosRuiz | on Info Window Product add a button for the process "Copy from product" | 14:44 |
| CarlosRuiz | on CopyFromProduct.doIt I added these lines at top | 14:44 |
| CarlosRuiz | System.out.println(getAD_PInstance_ID()); | 14:44 |
| CarlosRuiz | if (true) | 14:44 |
| CarlosRuiz | return "Failed"; | 14:44 |
| CarlosRuiz | and the records inserted on t_selection are with ad_pinstance_id=1000108 | 14:44 |
| druiz | So it doesn't find the record in the select. I debug the variable and everything seems ok until WProcessCtl.process is called | 14:45 |
| CarlosRuiz | but the pinstance shown on doit is 1000109 | 14:45 |
| druiz | then I get this error in eclipse Exception processing async thread queue | 14:45 |
| druiz | org.eclipse.jdt.internal.debug.core.model.JDIClassType cannot be cast to org.eclipse.jdt.debug.core.IJavaValue | 14:45 |
| druiz | and the value is changed, it creates a new one,with the next ID | 14:46 |
| CarlosRuiz | also for my local test I set viewID as QtyOnHand - and it throws lots of errors in console | 14:46 |
| CarlosRuiz | org.postgresql.util.PSQLException: The column name QtyOnHand was not found in this ResultSet. | 14:46 |
| CarlosRuiz | but the t_selection is correctly filled with the qtyonhand | 14:46 |
| CarlosRuiz | ok - test.idempiere.org is fresh for tests | 14:47 |
| druiz | oh no wait | 14:47 |
| druiz | the problem is here pi.setAD_PInstance_ID (instance.getAD_PInstance_ID()); | 14:47 |
| CarlosRuiz | druiz - on AD_PInstance is creating two records for the process - 1000108 and 1000109 | 14:48 |
| hieplq | ok. will investigate it in my local with your info. please update every thing you find out at here i will reference late | 14:48 |
| CarlosRuiz | in 2.1 is working - so must be related with the recent changes | 14:49 |
| druiz | in 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 instance | 14:54 |
| CarlosRuiz | checked | 14:55 |
| CarlosRuiz | found that line was commented out by Deepak here | 14:55 |
| CarlosRuiz | https://bitbucket.org/idempiere/idempiere/commits/5af9b8cc9b69#chg-org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/apps/WProcessCtl.java | 14:55 |
| druiz | in 3.0 that if is commented and it creates a new Instance, changing the value of the AD_PInstance_ID that gets to the process | 14:55 |
| CarlosRuiz | I checked uncommenting the line and it worked fine | 14:55 |
| CarlosRuiz | ah - interesting - the error about QtyOnHand was gone too | 14:57 |
| hieplq | @CarlosRuiz i see error "500 Internal Server Error" when click to your link | 15:11 |
| druiz | bitbucket has been up and down today | 15:12 |
| druiz | if you refresh everything works | 15:12 |
| druiz | it has been like that the whole day :/ | 15:12 |
| hieplq | oh, interest tip | 15: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 broken | 15:12 |
| hieplq | maybe has more new people join :D | 15:12 |
| CarlosRuiz | I think I found another issue with info process | 15:16 |
| CarlosRuiz | in test.idempiere.org I set the process for Info Product | 15:17 |
| CarlosRuiz | and now when I open in GardenWorld and do a refresh (without changing any parameter) it just shows one line (Hoe) | 15:17 |
| CarlosRuiz | if I fill the warehouse things are ok again - but without filling warehouse it seems wrong | 15:19 |
| CarlosRuiz | ah - I see | 15:20 |
| CarlosRuiz | created 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 |
| CarlosRuiz | traced to be line 698 on InfoPanel.java | 15:24 |
| CarlosRuiz | added here | 15:25 |
| CarlosRuiz | https://bitbucket.org/idempiere/idempiere/commits/699ed461d460#Lorg.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/panel/InfoPanel.javaT588 | 15:25 |
| CarlosRuiz | IDEMPIERE-2152 Info Window - Join related tabs on other columns than primary key | 15:26 |
| CarlosRuiz | ah - got it | 15:29 |
| CarlosRuiz | I set the viewID column to be QtyOnHand | 15:29 |
| CarlosRuiz | and that column is not present if you don't select a warehouse | 15: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 exists | 15:35 |
| Not-8b5f | [iDempiere] jenkins built #1726 completed (success) http://ci.idempiere.org/job/iDempiere/1726/ | 15:46 |
| *** hieplq has quit IRC | 16:15 | |
| *** KermitTheFragger has quit IRC | 16:16 | |
| *** druiz has quit IRC | 16:31 | |
| *** a42niem_ has quit IRC | 16:44 | |
| *** CarlosRuiz has quit IRC | 17:09 | |
| *** CarlosRuiz has joined #idempiere | 17:11 | |
| *** ChanServ sets mode: +o CarlosRuiz | 17:11 | |
| *** CarlosRuiz has quit IRC | 18:41 | |
| *** CarlosRuiz has joined #idempiere | 20:55 | |
| *** ChanServ sets mode: +o CarlosRuiz | 20:55 | |
| *** a42niem has quit IRC | 23:02 | |
| *** a42niem has joined #idempiere | 23:02 | |
| *** a42niem has quit IRC | 23:05 | |
| *** a42niem has joined #idempiere | 23:06 | |
| *** a42niem has quit IRC | 23:09 | |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!