*** hieplq has joined #idempiere | 01:55 | |
*** hieplq has quit IRC | 02:53 | |
*** hieplq has joined #idempiere | 02:58 | |
*** norbertbede has joined #idempiere | 05:40 | |
*** norbertbede has quit IRC | 06:08 | |
*** norbertbede has joined #idempiere | 06:09 | |
Not-b6c2 | [IDEMPIERE] hieplq created IDEMPIERE-2393 call save data from grid tab bypass logic in X_Class.setMethod() | 08:03 |
---|---|---|
Not-b6c2 | [IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-2393 | 08:03 |
*** a42niem has joined #idempiere | 09:28 | |
*** nmicoud has joined #idempiere | 12:04 | |
*** nmicoud has quit IRC | 12:25 | |
*** red1 has joined #idempiere | 12:54 | |
*** ChanServ sets mode: +o red1 | 12:54 | |
red1 | hi hieplq do you know Voung? http://wiki.idempiere.org/en/Developing_Plug-Ins_-_IFormFactory_%28ZK_Webui%29 | 12:54 |
hieplq | i has relation with him. only together resolve 1 or 2 bug :D | 12:56 |
hieplq | i has no relation | 12:56 |
red1 | he is in Vietnam ? | 12:59 |
hieplq | as my remember. yes he at south viet nam | 13:00 |
red1 | ok | 13:03 |
red1 | its good to see his wiki page | 13:03 |
*** norbertbede has quit IRC | 13:31 | |
*** red1 has quit IRC | 13:37 | |
*** CarlosRuiz has joined #idempiere | 14:06 | |
*** ChanServ sets mode: +o CarlosRuiz | 14:06 | |
Not-b6c2 | [IDEMPIERE] carlosruiz_globalqss updated IDEMPIERE-2339 status set to "Resolved" -resolution set to "Won't Fix" | 14:28 |
Not-b6c2 | [IDEMPIERE] Thanks [~hieplq]. wiki cross-reference: http://wiki.idempiere.org/en/System_user | 14:28 |
Not-b6c2 | [IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-2339 | 14:28 |
*** Djoudi has joined #idempiere | 14:30 | |
hieplq | good morning CarlosRuiz. what do you think about IDEMPIERE-2393? i want fix it asa. | 14:31 |
CarlosRuiz | Hi hieplq - need to review it later | 14:33 |
hieplq | ok. i will wait your comment. | 14:34 |
Not-b6c2 | [iDempiere] CarlosRuiz_globalqss pushed 1 commit to development [+14/-2/±20] https://bitbucket.org/idempiere/idempiere/commits/ | 14:46 |
Not-b6c2 | [iDempiere] globalqss 6163f78 - hg merge release-2.1 (merge release2.1 into development) | 14:46 |
Not-b6c2 | [iDempiere] CarlosRuiz_globalqss pushed 1 commit to zk7 [+15/-2/±20] https://bitbucket.org/idempiere/idempiere/commits/ | 14:47 |
Not-b6c2 | [iDempiere] globalqss d771c91 - merge development into zk7 | 14:47 |
CarlosRuiz | hieplq, looking at 2393 now | 15:11 |
hieplq | yes. thanks. | 15:12 |
CarlosRuiz | following the steps to reproduce... | 15:12 |
CarlosRuiz | hieplq, I could not reproduce it - the shipment line is saved successfully | 15:18 |
CarlosRuiz | debug session didn't arrive to line 2182 of GridTable | 15:19 |
CarlosRuiz | with columnName C_Campaign_ID | 15:19 |
hieplq | ok. wait me redo in demo. i will report test data late for you | 15:19 |
*** hieplq has quit IRC | 16:04 | |
*** hieplq has joined #idempiere | 16:05 | |
*** Djoudi has quit IRC | 16:11 | |
*** TurkerTunali has joined #idempiere | 16:13 | |
*** Djoudi has joined #idempiere | 16:20 | |
hieplq | hi CarlosRuiz. i find out why you can't redo. in my environment, in shipment line tab. field C_Campaign_ID is hidden and it's reason | 16:25 |
CarlosRuiz | inactive or hidden(isDisplay=N) | 16:32 |
hieplq | only isDisplay = N | 16:33 |
hieplq | it's by when field is hidden, it's don't listening properties change so, field is not sync with data of grid | 16:35 |
hieplq | even you set field campaign display, value of field also set by po.set_ValueNoCheck not by X_Class.setMethod(). can test by change any field and save | 16:40 |
*** hieplq has quit IRC | 16:43 | |
*** hieplq has joined #idempiere | 16:45 | |
Not-b6c2 | [iDempiere] CarlosRuiz_globalqss pushed 1 commit to development [+0/-0/±3] https://bitbucket.org/idempiere/idempiere/commits/ | 16:49 |
Not-b6c2 | [iDempiere] globalqss 4357755 - IDEMPIERE-2392 Posted status incorrect when reposting on a period closed | 16:49 |
CarlosRuiz | hieplq, probably there is a workaround for that | 16:51 |
CarlosRuiz | set displaylogic to 1=2 | 16:51 |
hieplq | yes. it will make me save shipment line. | 16:52 |
hieplq | but issue call po.set_value is still exits. | 16:52 |
hieplq | custumize logic at model class will by pass. | 16:53 |
Not-b6c2 | [IDEMPIERE] carlosruiz_globalqss updated IDEMPIERE-2392 status set to "Resolved" -assignee set to "Carlos Antonio Ruiz Gomez" -resolution set to "Fixed" | 16:54 |
Not-b6c2 | [IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-2392 | 16:54 |
CarlosRuiz | why if is not displayed is not processed? | 16:57 |
CarlosRuiz | sounds better to check also values on non-displayed fields? | 16:59 |
hieplq | by your test case. i detect it's two separate problem. | 17:00 |
CarlosRuiz | a callout can assign any field - and according to that if the field is not displayed then is not validated - workaround is to use 1=2 in displaylogic - but could be safer to assume that non-displayed fields requires same validation as those with context displaylogic | 17:00 |
hieplq | normal: field is display, you call gridtable.setvalue make event change properties and field also call field.setValue. field.setValue will convert 0 => null and again rise event and gridtable reset value to null. | 17:03 |
CarlosRuiz | so, the issue is that non-displayed is not triggering the event | 17:04 |
CarlosRuiz | ? | 17:05 |
hieplq | yes. and value is don't re convert to null | 17:06 |
CarlosRuiz | where is the change to make it trigger for non-displayed also? | 17:06 |
hieplq | i will description detail flow step and what i think should change. | 17:09 |
hieplq | at next meeting we can discus about it | 17:10 |
CarlosRuiz | ok | 17:10 |
Not-b6c2 | [IDEMPIERE] carlosruiz_globalqss updated IDEMPIERE-2393 | 17:12 |
Not-b6c2 | [IDEMPIERE] from chat with [~hieplq] on IRC - for the steps to reproduce provided above found the issue is raised if the field Campaign is not displayed on shipment line. workaround: set IsDisplayed to Y and set DisplayLogic to "1=2" | 17:12 |
Not-b6c2 | [IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-2393 | 17:12 |
*** TurkerTunali has left #idempiere | 17:31 | |
*** hieplq has quit IRC | 17:43 | |
*** CarlosRuiz has quit IRC | 19:03 | |
*** TurkerTunali has joined #idempiere | 19:49 | |
*** TurkerTunali has left #idempiere | 19:55 | |
*** TurkerTunali has joined #idempiere | 20:44 | |
*** TurkerTunali has left #idempiere | 20:45 | |
*** a42niem has quit IRC | 20:49 | |
*** red1 has joined #idempiere | 21:19 | |
Not-b6c2 | [IDEMPIERE] carlosruiz_globalqss updated IDEMPIERE-2379 status set to "Resolved" -resolution set to "Fixed" | 21:24 |
Not-b6c2 | [IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-2379 | 21:24 |
Not-b6c2 | [IDEMPIERE] carlosruiz_globalqss updated IDEMPIERE-1764 status set to "Resolved" -resolution set to "Fixed" | 21:27 |
Not-b6c2 | [IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-1764 | 21:27 |
Not-b6c2 | [IDEMPIERE] carlosruiz_globalqss updated IDEMPIERE-2183 status set to "Resolved" -resolution set to "Fixed" | 21:28 |
Not-b6c2 | [IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-2183 | 21:28 |
*** CarlosRuiz has joined #idempiere | 21:28 | |
*** ChanServ sets mode: +o CarlosRuiz | 21:28 | |
Not-b6c2 | [IDEMPIERE] carlosruiz_globalqss updated IDEMPIERE-1900 status set to "Resolved" -resolution set to "Fixed" | 21:28 |
Not-b6c2 | [IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-1900 | 21:28 |
Not-b6c2 | [IDEMPIERE] carlosruiz_globalqss updated IDEMPIERE-197 status set to "Reopened" | 21:30 |
Not-b6c2 | [IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-197 | 21:30 |
Not-b6c2 | [IDEMPIERE] carlosruiz_globalqss updated IDEMPIERE-197 status set to "Resolved" -resolution set to "Fixed" | 21:30 |
Not-b6c2 | [IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-197 | 21:30 |
Not-b6c2 | [IDEMPIERE] carlosruiz_globalqss updated IDEMPIERE-197 status set to "Closed" | 21:30 |
Not-b6c2 | [IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-197 | 21:30 |
Not-b6c2 | [IDEMPIERE] carlosruiz_globalqss updated IDEMPIERE-1905 status set to "Resolved" -assignee set to "Carlos Antonio Ruiz Gomez" -resolution set to "Fixed" | 21:33 |
Not-b6c2 | [IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-1905 | 21:33 |
Not-b6c2 | [IDEMPIERE] carlosruiz_globalqss updated IDEMPIERE-1759 status set to "Resolved" -assignee set to "Carlos Antonio Ruiz Gomez" -resolution set to "Duplicate" | 21:34 |
Not-b6c2 | [IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-1759 | 21:34 |
Not-b6c2 | [IDEMPIERE] carlosruiz_globalqss updated IDEMPIERE-1044 status set to "Resolved" -assignee set to "Heng Sin Low" -resolution set to "Fixed" | 21:35 |
Not-b6c2 | [IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-1044 | 21:35 |
Not-b6c2 | [IDEMPIERE] carlosruiz_globalqss updated IDEMPIERE-1161 status set to "Resolved" -assignee set to "Carlos Antonio Ruiz Gomez" -resolution set to "Fixed" | 21:36 |
Not-b6c2 | [IDEMPIERE] This was adopted as policy | 21:36 |
Not-b6c2 | [IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-1161 | 21:36 |
Not-b6c2 | [IDEMPIERE] carlosruiz_globalqss updated IDEMPIERE-1593 status set to "Resolved" -assignee set to "Carlos Antonio Ruiz Gomez" -resolution set to "Won't Fix" | 21:49 |
Not-b6c2 | [IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-1593 | 21:49 |
Not-b6c2 | [IDEMPIERE] carlosruiz_globalqss updated IDEMPIERE-1529 status set to "Resolved" -assignee set to "Carlos Antonio Ruiz Gomez" -resolution set to "Fixed" | 21:51 |
Not-b6c2 | [IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-1529 | 21:51 |
Not-b6c2 | [IDEMPIERE] carlosruiz_globalqss updated IDEMPIERE-594 status set to "Resolved" -assignee set to "Carlos Antonio Ruiz Gomez" -resolution set to "Fixed" | 22:10 |
Not-b6c2 | [IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-594 | 22:10 |
Not-b6c2 | [IDEMPIERE] carlosruiz_globalqss updated IDEMPIERE-476 description set to "Testing IDEMPIERE-379 we found four bugs related to report engine: 1 - Wrong label on print format item -> Calculate Maximum ( ? ) 2 - Min/Max on dates is printing 12/31/1969 3 - Exporting min/max on dates is throwing exception {noformat} 14:55:46.684===========> zkoss.handleError:1352: >>org.adempiere.exceptions.AdempiereException: Failed to render report >>java.lang.ClassCast | 22:12 |
Not-b6c2 | [IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-476 | 22:12 |
Not-b6c2 | [iDempiere] CarlosRuiz_globalqss pushed 6 commits to release-2.1 [+10/-0/±2] https://bitbucket.org/idempiere/idempiere/commits/ | 23:25 |
Not-b6c2 | [iDempiere] globalqss 323e2f4 - IDEMPIERE-500 Error on fields / tabs | 23:25 |
Not-b6c2 | [iDempiere] globalqss fd80433 - IDEMPIERE-1413 User Substitute list must show just tenant users | 23:25 |
Not-b6c2 | [iDempiere] globalqss ad6381b - IDEMPIERE-1509 Housekeeping default configuration | 23:25 |
Not-b6c2 | [iDempiere] globalqss be7e15d - IDEMPIERE-1594 Prospect defaults to Y wrongly | 23:25 |
Not-b6c2 | [iDempiere] globalqss f85408b - IDEMPIERE-1596 Interest Area cannot be subscribed/unsubscribed in zkwebui | 23:25 |
Not-b6c2 | [iDempiere] globalqss d504d3d - IDEMPIERE-2184 Implement correct usage for adjustment accounting periods | 23:26 |
Not-b6c2 | [IDEMPIERE] carlosruiz_globalqss updated IDEMPIERE-2184 status set to "Resolved" -assignee set to "Carlos Antonio Ruiz Gomez" -resolution set to "Fixed" | 23:26 |
Not-b6c2 | [IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-2184 | 23:26 |
Not-b6c2 | [IDEMPIERE] carlosruiz_globalqss updated IDEMPIERE-1596 status set to "Resolved" -assignee set to "Carlos Antonio Ruiz Gomez" -resolution set to "Fixed" | 23:26 |
Not-b6c2 | [IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-1596 | 23:26 |
Not-b6c2 | [IDEMPIERE] carlosruiz_globalqss updated IDEMPIERE-1594 status set to "Resolved" -assignee set to "Carlos Antonio Ruiz Gomez" -resolution set to "Fixed" | 23:27 |
Not-b6c2 | [IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-1594 | 23:27 |
Not-b6c2 | [IDEMPIERE] carlosruiz_globalqss updated IDEMPIERE-1509 status set to "Resolved" -assignee set to "Carlos Antonio Ruiz Gomez" -resolution set to "Fixed" | 23:27 |
Not-b6c2 | [IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-1509 | 23:27 |
Not-b6c2 | [IDEMPIERE] carlosruiz_globalqss updated IDEMPIERE-1413 status set to "Resolved" -assignee set to "Carlos Antonio Ruiz Gomez" -resolution set to "Fixed" | 23:27 |
Not-b6c2 | [IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-1413 | 23:27 |
Not-b6c2 | [IDEMPIERE] carlosruiz_globalqss updated IDEMPIERE-500 status set to "Resolved" -assignee set to "Carlos Antonio Ruiz Gomez" -resolution set to "Fixed" | 23:27 |
Not-b6c2 | [IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-500 | 23:27 |
*** CarlosRuiz has quit IRC | 23:46 | |
*** CarlosRuiz has joined #idempiere | 23:48 | |
*** ChanServ sets mode: +o CarlosRuiz | 23:48 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!