#idempiere IRC log for Wednesday, 2018-01-17

Not-1e69[IDEMPIERE] hieplq updated IDEMPIERE-361904:21
Not-1e69[IDEMPIERE] reason: on IDEMPIERE-3528 FavouriteController is session scope but MenuSearchController listener even is desktop scope. so it should remove from listener when detach page. but i have other case "Access denied: component": 1. open 2 browse tab point to idempiere 2. do drag to delete Favourite item. happen "Access denied: component"04:21
Not-1e69[IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-361904:21
Not-1e69[IDEMPIERE] hieplq updated IDEMPIERE-3617 Attachment set to "debugDomModify.png"05:24
Not-1e69[IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-361705:24
Not-1e69[IDEMPIERE] hieplq updated IDEMPIERE-361705:24
Not-1e69[IDEMPIERE] Hi [~carlosruiz_globalqss] seem "!important" break jquery function. zk use a old function. i guess we can find out some work-around. "but I could not find the cause" chrome have great debug option "dom debug" see attach !debugDomModify.png|thumbnail!05:24
Not-1e69[IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-361705:24
Not-1e69[IDEMPIERE] hieplq updated IDEMPIERE-361705:30
Not-1e69[IDEMPIERE] find it out. http://api.jquery.com/css Note: .css() ignores !important declarations. So, the statement $( "p" ).css( "color", "red !important" ) does not turn the color of all paragraphs in the page to red. It's strongly advised to use classes instead; otherwise use a jQuery plugin.05:30
Not-1e69[IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-361705:30
Not-1e69[IDEMPIERE] hieplq updated IDEMPIERE-361705:35
Not-1e69[IDEMPIERE] about IDEMPIERE-3115 how about implement by this: logic don't add inline style like now, just append classname so can use style sheet selector apply style to correct element05:35
Not-1e69[IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-361705:35
*** a42niem has joined #idempiere05:37
Not-1e69[iDempiere5.1Daily] jenkins built #30 completed (success) http://ci.idempiere.org/job/iDempiere5.1Daily/30/06:38
*** nmicoud has joined #idempiere06:48
*** abc__ has joined #idempiere07:17
*** abc__ has left #idempiere07:20
*** a42niem has quit IRC09:04
*** Dwi_ has joined #idempiere09:36
*** Dwi_ has quit IRC09:36
*** mak_ has joined #idempiere10:08
*** CarlosRuiz has joined #idempiere10:28
Not-1e69[IDEMPIERE] hasancompounder78652 created IDEMPIERE-3620 Error occurred while performing Bill and MR for partial qty.10:44
Not-1e69[IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-362010:44
Not-1e69[IDEMPIERE] hasancompounder78652 updated IDEMPIERE-3620 status set to "Peer Review Queue"10:44
Not-1e69[IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-362010:44
Not-1e69[IDEMPIERE] hasancompounder78652 updated IDEMPIERE-362011:07
Not-1e69[IDEMPIERE] Hi, This issue is similar with IDEMPIERE‌-3016, IDEMPIERE‌-3415 but we didn't found any patch/solution of it. Please let me know if require more input or have any query or concern. Thanks11:07
Not-1e69[IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-362011:07
Not-1e69[IDEMPIERE] carlosruiz_globalqss updated IDEMPIERE-361714:18
Not-1e69[IDEMPIERE] Thanks [~hieplq], great information! About "append classname" - I wonder if append means that successive calls to the function will keep appending classes to the same field. I mean - the result of the style logic can vary, for example in my example from Draft to In Progress, if you add a classname in Draft, and then append another classname in Progress that can be problematic, in such case I think we need14:18
Not-1e69a replace and not an append - but I don't know if we're talking about the same here, just my interpretation of "append". About using css instead of inline style - would be great if we could manage both - is that possible?14:18
Not-1e69[IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-361714:18
Not-1e69[IDEMPIERE] david.podhola created IDEMPIERE-3621 Cash flow report "Line Total" column is in the document15:33
Not-1e69[IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-362115:33
Not-1e69[IDEMPIERE] david.podhola updated IDEMPIERE-362115:35
Not-1e69[IDEMPIERE] Cash flow report "Line Total" column is in the document currency, but the currency is not present so there is no simple way to work with the report. I will be happy to discuss how to change this and then to provide the change. So far I think the best would be to include * currency column * exchange rate column (should exist for all posted documents) What do you think? (Sorry somehow the issue was created15:35
Not-1e69too fast)15:35
Not-1e69[IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-362115:35
Not-1e69[IDEMPIERE] hieplq updated IDEMPIERE-361715:46
Not-1e69[IDEMPIERE] sorry "append" word make confuse. my idea that we set value of class (thru append to sclass) depend condition of control. purpose make style design can define css selector to lookup any (almost) component and apply style example: struct of standard window like below 1. z-tabpanels 2. desktop-tabpanel z-tabpanel 3. adwindow-layout z-vlayout 4. adtab-content z-div 5. adtab-form-borderlayout z-borderlayout15:46
Not-1e696. grid-layout adwindow-form z-grid 7. z-grid-body 8. label | componet when open sale order will add 2. desktop-tabpanel z-tabpanel order for special value like state can add when status is draft: 2. desktop-tabpanel z-tabpanel order draft when status is progress: 2. desktop-tabpanel z-tabpanel order progress and so on we ever open logic set class to plugin.15:46
Not-1e69[IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-361715:46
Not-1e69[IDEMPIERE] hieplq updated IDEMPIERE-361715:47
Not-1e69[IDEMPIERE] sorry "append" word make confuse. my idea that we set value of class (thru append to sclass) depend condition of control. purpose make style design can define css selector to lookup any (almost) component and apply style example: struct of standard window like below {noformat} 1. z-tabpanels 2. desktop-tabpanel z-tabpanel 3. adwindow-layout z-vlayout 4. adtab-content z-div 5. adtab-form-borderlayout15:47
Not-1e69z-borderlayout 6. grid-layout adwindow-form z-grid 7. z-grid-body 8. label | componet when open sale order will add 2. desktop-tabpanel z-tabpanel order for special value like state can add when status is draft: 2. desktop-tabpanel z-tabpanel order draft when status is progress: 2. desktop-tabpanel z-tabpanel order progress and so on {noformat} we ever open logic set class to plugin.15:47
Not-1e69[IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-361715:47
Not-1e69[IDEMPIERE] hieplq updated IDEMPIERE-357616:00
Not-1e69[IDEMPIERE] after i try to override some style (adjust padding, border width, font size,...) i can use Iceblue them on idempiere. it let the look of idempiere same before. and them work with both Iceblue and breeze by default, idempiere stylesheet override almost things of zk them (size, color, hover mouse style,...) so almost nice things of Iceblue is hidden. it's better to make new idempiere theme show Iceblue16:00
Not-1e69feature but keep idempiere size (space, font, cotrol size) this them will can't work well with old theme like breeze16:00
Not-1e69[IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-357616:00
*** nmicoud has quit IRC16:23
*** a42niem has joined #idempiere17:27
*** CarlosRuiz has quit IRC18:57
*** nmicoud has joined #idempiere20:31
*** ahalsema has joined #idempiere20:45
*** ahalsema has quit IRC20:46
*** nmicoud has quit IRC21:17
*** a42niem has quit IRC22:16

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