*** xapiens has quit IRC | 02:54 | |
*** silphium has joined #idempiere | 03:48 | |
*** vishnu has joined #idempiere | 04:24 | |
*** vishnu is now known as Guest56571 | 04:24 | |
*** a42niem has joined #idempiere | 05:48 | |
*** nmicoud has joined #idempiere | 06:21 | |
*** nmicoud_ has joined #idempiere | 06:23 | |
*** jdpaniagua has quit IRC | 06:54 | |
*** jdpaniagua has joined #idempiere | 07:03 | |
Not-5ae0 | [IDEMPIERE] nmicoud updated IDEMPIERE-3000 | 07:47 |
---|---|---|
Not-5ae0 | [IDEMPIERE] [~carlosruiz_globalqss], i've tested the "Change Role" and it worked fine locally. _Note that i integrated the patch on a 2.1 version (I changed recently my PC and still haven't installed 3.1)._ Perhaps you deactivate the records or set? Otherwise, could you describe steps to reproduce ? Thanks, Nicolas | 07:47 |
Not-5ae0 | [IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-3000 | 07:47 |
*** CarlosRuiz has joined #idempiere | 08:00 | |
Not-5ae0 | [IDEMPIERE] carlosruiz_globalqss updated IDEMPIERE-3000 | 08:06 |
Not-5ae0 | [IDEMPIERE] [~nmicoud], I just installed the patch on dev, ran the migration script and started the server. Logged in as SuperUser, opened the "Menu Favourites" window and assigned 10 and 20 in the sequence to Business Partner and Product window respectively. Cache reset. Logout and login -> works fine Change role -> login again without changing anything on the role -> the window just stagnates with the "Processing" | 08:06 |
Not-5ae0 | message spinning. Regards, Carlos Ruiz | 08:06 |
Not-5ae0 | [IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-3000 | 08:06 |
Not-5ae0 | [IDEMPIERE] nmicoud updated IDEMPIERE-3000 | 08:19 |
Not-5ae0 | [IDEMPIERE] Works fine here (2.1) :( When i create the patch (january), I don't remember if I tested the "ChangeRole" feature Instead of choosing a Window, could you select a form or an info window (or a window without the Find panel, eg. greetings) ? (probably related to a recent change made on Window of the Find panel ?) I will reinstall 3.1 sources and test the patch against it. Thanks, Nicolas | 08:19 |
Not-5ae0 | [IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-3000 | 08:20 |
*** sramazzina has joined #idempiere | 08:26 | |
sramazzina | Hi All | 08:26 |
sramazzina | Anyone knows if this year there will be a new session of the iDempiere World Conference? | 08:27 |
sramazzina | and when? | 08:27 |
*** nmicoud_ has left #idempiere | 09:14 | |
*** nmicoud has left #idempiere | 09:14 | |
*** nmicoud has joined #idempiere | 09:27 | |
*** nmicoud_ has joined #idempiere | 09:27 | |
*** nmicoud has left #idempiere | 11:00 | |
*** nmicoud_ has quit IRC | 11:00 | |
*** nmicoud has joined #idempiere | 11:08 | |
*** nmicoud1 has joined #idempiere | 11:08 | |
Not-5ae0 | [IDEMPIERE] deepak created IDEMPIERE-3189 Adding time parameter to FactsValidator | 11:24 |
Not-5ae0 | [IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-3189 | 11:24 |
Not-5ae0 | [IDEMPIERE] deepak updated IDEMPIERE-3189 description set to "FactValidators provide way to change GL posting or adding additional validations on posting. Currently FactValidators call immediately after createFact in Doc.postLogic(). I came across use case where we need to add validations on generated GL posting so that orgTrx is mandatory for certain GL account. To enforce such check best place to do that is after | 11:25 |
Not-5ae0 | distribute and segments are balanced. To support this, I am thinking to add 1. time parameters to FactValidators 2. Naming current fireFactValidator location to be as AFTER_FACTCREATE and adding one more fireFactValidator Location at end of postLogic method named as AFTER_FACTBALANCED. I thought to add BEFORE_DISTRIBUTE and AFTER_DISTRIBUTE too but, thought to not add that as fireFactValdator accepts Fact array while | 11:25 |
Not-5ae0 | at that point only single object of Fact available. Please suggest me any other time that need to have FactValidator invoked." | 11:25 |
Not-5ae0 | [IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-3189 | 11:25 |
*** sramazzina has quit IRC | 11:28 | |
*** nmicoud1 has left #idempiere | 12:08 | |
*** nmicoud has quit IRC | 12:09 | |
*** nmicoud has joined #idempiere | 12:16 | |
*** nmicoud1 has joined #idempiere | 12:17 | |
Not-5ae0 | [IDEMPIERE] nmicoud updated IDEMPIERE-3000 | 12:45 |
Not-5ae0 | [IDEMPIERE] [~carlosruiz_globalqss], I reinstall 3.1 sources (from https://bitbucket.org/idempiere/idempiere/branch/release-3.1) and the PostgreSQL database from http://ci.idempiere.org/job/iDempiere3.1Daily/ws/org.adempiere.server-feature/data/seed/. Then i integrate the patch (attached on this ticket). I just have to add a missing import to AdempiereWebUI : {code:java} import static | 12:45 |
Not-5ae0 | org.compiere.model.SystemIDs.TREE_MENUPRIMARY; {code} Then, i reproduce your steps and was able to login directly and after a ChangeRole. The only difference is that the screen seems to be frozen while the "Processing" message is displayed (but it lasts less than 2 seconds) Did I miss something ? Nicolas | 12:45 |
Not-5ae0 | [IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-3000 | 12:45 |
Not-5ae0 | [iDempiere] CarlosRuiz_globalqss pushed 1 commit to release-3.1 [+2/-0/±6] https://bitbucket.org/idempiere/idempiere/commits/ | 13:10 |
Not-5ae0 | [iDempiere] nmicoud 48bf3c1 - IDEMPIERE-3000 Automatic opening of menu entries at login | 13:10 |
Not-5ae0 | [IDEMPIERE] carlosruiz_globalqss updated IDEMPIERE-3000 status set to "Resolved" -resolution set to "Fixed" | 13:10 |
Not-5ae0 | [IDEMPIERE] Thanks [~nmicoud], repeated the test in an incognito browser and it worked fine, I think it was because cached changes on index.zul | 13:10 |
Not-5ae0 | [IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-3000 | 13:10 |
nmicoud | CarlosRuiz : Ah great! thanks | 13:12 |
CarlosRuiz | thanks to you | 13:12 |
Not-5ae0 | [iDempiere] CarlosRuiz_globalqss pushed 1 commit to release-3.1 [+0/-0/±1] https://bitbucket.org/idempiere/idempiere/commits/ | 13:20 |
Not-5ae0 | [iDempiere] globalqss c2a82d2 - IDEMPIERE-3000 Automatic opening of menu entries at login / revert change to server.product.launch committed by mistake in 48bf3c1bf075 | 13:20 |
Not-5ae0 | [iDempiere3.1] jenkins built #134 completed (success) http://ci.idempiere.org/job/iDempiere3.1/134/ | 13:31 |
Not-5ae0 | [iDempiere] CarlosRuiz_globalqss pushed 1 commit to release-3.1 [+0/-0/±1] https://bitbucket.org/idempiere/idempiere/commits/ | 13:33 |
Not-5ae0 | [iDempiere] globalqss 9a1380d - IDEMPIERE-3000 commit new version of server.product.launch - restored wrong from experimental | 13:33 |
*** aguerrave has joined #idempiere | 13:47 | |
aguerrave | Hi CarlosRuiz some problem with the server test | 13:47 |
aguerrave | good morning for every body | 13:47 |
Not-5ae0 | [iDempiere3.1] jenkins built #135 completed (failure) http://ci.idempiere.org/job/iDempiere3.1/135/ | 13:58 |
*** jdpaniagua has quit IRC | 14:04 | |
Not-5ae0 | [IDEMPIERE] carlosruiz_globalqss updated IDEMPIERE-3179 | 14:06 |
Not-5ae0 | [IDEMPIERE] [~hieplq], detected a bad effect of this change, for example in product field on Physical Inventory Line the info window is opened after the first letter is typed. Can you please check? | 14:06 |
Not-5ae0 | [IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-3179 | 14:06 |
CarlosRuiz | Hi aguerrave | 14:06 |
Not-5ae0 | [IDEMPIERE] carlosruiz_globalqss updated IDEMPIERE-1287 | 14:07 |
Not-5ae0 | [IDEMPIERE] [~hieplq], does it mean that the patches solve these issues? | 14:07 |
Not-5ae0 | [IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-1287 | 14:07 |
Not-5ae0 | [iDempiere] CarlosRuiz_globalqss pushed 1 commit to release-3.1 [+0/-0/±1] https://bitbucket.org/idempiere/idempiere/commits/ | 14:20 |
Not-5ae0 | [iDempiere] globalqss 8b1eb6b - IDEMPIERE-3001 CalloutInventory.product: can't fill asi after save physical inventory line also don't update Quantity book | 14:20 |
Not-5ae0 | [IDEMPIERE] carlosruiz_globalqss updated IDEMPIERE-3001 status set to "Resolved" -assignee set to "Carlos Antonio Ruiz Gomez" -resolution set to "Fixed" | 14:20 |
Not-5ae0 | [IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-3001 | 14:20 |
Not-5ae0 | [IDEMPIERE] hieplq updated IDEMPIERE-1287 | 14:24 |
Not-5ae0 | [IDEMPIERE] yes. patch is will resolve these issues. | 14:24 |
Not-5ae0 | [IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-1287 | 14:24 |
aguerrave | some help for the guru ... When I make a purchase invoice and select a document type all lines should be tax exempt, how can I do this? | 14:27 |
nmicoud | aguerrave : the easier way is to add a checkbox on c_doctype ("IsForceTaxExempt") and add an event for the invoice line table (if PO and doctype.isForceTaxExempt) then, check if the selected tax rate is 0 | 14:31 |
CarlosRuiz | aguerrave: is that because of the doctype or because of the bpartner? | 14:36 |
CarlosRuiz | you can mark tax exempt on the BP | 14:36 |
aguerrave | I try to do that and gave me error | 14:37 |
aguerrave | i was going to try on the test server | 14:38 |
aguerrave | the server has problem | 14:41 |
CarlosRuiz | there are three test servers :-) | 14:41 |
aguerrave | :-o | 14:42 |
CarlosRuiz | http://www.idempiere.org/test-sites | 14:42 |
aguerrave | gracias!!!! | 14:42 |
*** jdpaniagua has joined #idempiere | 14:54 | |
aguerrave | CarlosRuiz, thk it works with mark tax ecempt on the BP | 14:57 |
Not-5ae0 | [iDempiere3.1] jenkins built #136 completed (success) http://ci.idempiere.org/job/iDempiere3.1/136/ | 15:01 |
Not-5ae0 | [IDEMPIERE] hieplq updated IDEMPIERE-3179 Attachment set to "IDEMPIERE-3179-limitComponent.patch" | 15:09 |
Not-5ae0 | [IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-3179 | 15:09 |
Not-5ae0 | [IDEMPIERE] hieplq updated IDEMPIERE-3179 | 15:11 |
Not-5ae0 | [IDEMPIERE] thanks [~carlosruiz_globalqss], i upload patch [^IDEMPIERE-3179-limitComponent.patch] to control this feature per type of component, now just set it effect to text, password, number editor | 15:11 |
Not-5ae0 | [IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-3179 | 15:11 |
*** hieplq has joined #idempiere | 15:29 | |
Not-5ae0 | [IDEMPIERE] hieplq created IDEMPIERE-3190 can't open info window if identifier field get wrong value | 15:45 |
Not-5ae0 | [IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-3190 | 15:45 |
Not-5ae0 | [IDEMPIERE] hieplq updated IDEMPIERE-3190 Attachment set to "IDEMPIERE-3190.patch" | 15:46 |
Not-5ae0 | [IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-3190 | 15:47 |
Not-5ae0 | [IDEMPIERE] hieplq updated IDEMPIERE-3190 status set to "Peer Review Queue" | 15:47 |
Not-5ae0 | [IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-3190 | 15:47 |
*** hieplq has quit IRC | 16:44 | |
*** CarlosRuiz has quit IRC | 17:23 | |
*** aguerrave has quit IRC | 18:26 | |
*** nmicoud has quit IRC | 19:19 | |
*** nmicoud1 has quit IRC | 19:19 | |
*** nmicoud has joined #idempiere | 19:23 | |
*** nmicoud1 has joined #idempiere | 19:24 | |
*** kurt_ has joined #idempiere | 21:57 | |
*** a42niem has quit IRC | 22:10 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!