#idempiere IRC log for Thursday, 2016-12-22

*** vanminh_ph has joined #idempiere01:27
Not-c876[iDempiereDaily] jenkins built #507 completed (failure) http://ci.idempiere.org/job/iDempiereDaily/507/03:17
Not-c876[iDempiere4.1Daily] jenkins built #22 completed (failure) http://ci.idempiere.org/job/iDempiere4.1Daily/22/05:19
*** a42niem has joined #idempiere06:35
*** aabdi has joined #idempiere06:38
*** silphium has joined #idempiere06:45
*** silphium has quit IRC06:50
Not-c876[IDEMPIERE] red1 updated IDEMPIERE-327207:30
Not-c876[IDEMPIERE] I wrote a process code to do it programmatically into a plugin. Should we allow others to use it as an option or i run it with Log Migration script? {code:java} private void eachTable(int table_id) { MTable table = new MTable(Env.getCtx(),table_id,get_TrxName()); MColumn[] columns = table.getColumns(true); for (MColumn column:columns){ List<MField> fields = new07:30
Not-c876Query(Env.getCtx(),MField.Table_Name,MField.COLUMNNAME_AD_Column_ID+"=?",get_TrxName()) .setParameters(column.get_ID()).list(); for (MField field:fields){ if (!field.getMandatoryLogic().isEmpty() || column.isMandatory()) field.setIsQuickEntry(true); field.saveEx(get_TrxName()); } } {code}07:30
Not-c876[IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-327207:30
*** oss has joined #idempiere07:30
*** test has joined #idempiere07:45
*** CarlosRuiz has joined #idempiere09:42
Not-c876[iDempiere] CarlosRuiz_globalqss pushed 1 commit to release-4.1 [+0/-0/±5] https://bitbucket.org/idempiere/idempiere/commits/09:59
Not-c876[iDempiere] globalqss 3a85db1 - IDEMPIERE-3270 fix wrong oracle migration script09:59
Not-c876[IDEMPIERE] carlosruiz_globalqss updated IDEMPIERE-327210:15
Not-c876[IDEMPIERE] I think is not that easy - IMHO that idea is mostly for basic tables, not for transaction (i.e. not a quick entry for order or orderlines). Also, if the mandatory logic is based in other fields, then those fields must be quick entry too. I would advice better to do it analyzing the most necessary cases.10:15
Not-c876[IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-327210:15
Not-c876[iDempiere4.1] jenkins built #32 completed (success) http://ci.idempiere.org/job/iDempiere4.1/32/10:16
Not-c876[iDempiere4.1Daily] jenkins built #23 completed (failure) http://ci.idempiere.org/job/iDempiere4.1Daily/23/11:25
Not-c876[IDEMPIERE] red1 updated IDEMPIERE-3272 Attachment set to "Screen Shot 2016-12-22 at 7.25.53 PM.png"11:28
Not-c876[IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-327211:28
Not-c876[IDEMPIERE] red1 updated IDEMPIERE-327211:29
Not-c876[IDEMPIERE] I edited my code to avoid the 7 common columns, and you may select one by one table. Here is one generated for 'AD_Window' Seems to work like magic !Screen Shot 2016-12-22 at 7.25.53 PM.png|thumbnail!11:29
Not-c876[IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-327211:29
*** oss has quit IRC12:00
*** oss has joined #idempiere12:01
ossWill I get an answer for my query? I need to install idempiere but till now I have a problem with Postgresql12:04
CarlosRuizoss: which problem?12:23
*** oss has quit IRC12:39
Not-c876[iDempiere4.1] jenkins built #33 completed (success) http://ci.idempiere.org/job/iDempiere4.1/33/12:56
Not-c876[iDempiere4.1Daily] jenkins built #24 completed (success) http://ci.idempiere.org/job/iDempiere4.1Daily/24/13:56
Not-c876[iDempiere] CarlosRuiz_globalqss pushed 1 commit to development [+0/-0/±5] https://bitbucket.org/idempiere/idempiere/commits/14:37
Not-c876[iDempiere] globalqss 3278e34 - hg merge release-4.1 (merge release4.1 into development)14:37
Not-c876[iDempiere] jenkins built #1833 completed (failure) http://ci.idempiere.org/job/iDempiere/1833/14:40
Not-c876[iDempiere] jenkins built #1834 completed (success) http://ci.idempiere.org/job/iDempiere/1834/15:04
Not-c876[iDempiereDaily] jenkins built #508 completed (failure) http://ci.idempiere.org/job/iDempiereDaily/508/16:00
Not-c876[iDempiereDaily] jenkins built #509 completed (success) http://ci.idempiere.org/job/iDempiereDaily/509/16:48
*** hieplq has quit IRC18:00
*** CarlosRuiz has quit IRC18:39
*** vanminh_ph has quit IRC19:37
*** CarlosRuiz has joined #idempiere21:42
*** CarlosRuiz_ has joined #idempiere22:25
*** CarlosRuiz has quit IRC22:26
*** a42niem has quit IRC22:28

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