#idempiere IRC log for Thursday, 2015-04-09

*** hieplq has joined #idempiere00:22
*** joe____ has joined #idempiere01:28
joe____hi01:28
joe____fuck u01:28
*** joe____ has quit IRC01:28
Not-311d[IDEMPIERE] hieplq updated IDEMPIERE-2558 Attachment set to "IDEMPIERE-2558-fixComment.patch"01:37
Not-311d[IDEMPIERE] because your patch is diff file. i can't merged it by TortoiseHg, must use eclipse. because i re-patch it. i also add new patch fix your comment 2 - the classes X_ must not be changed manually - on next release all the X_ classes are regenerated and your comment about deprecation is lost => fix by total remove column DictWordLength 3 - In MPasswordHistory.getPasswordHistoryForCheck - the usage of sysconfig USER_LOCKING_MAX_PASSWORD_AGE_DAY01:37
Not-311d[IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-255801:37
Not-311d[IDEMPIERE] hieplq updated IDEMPIERE-175201:47
Not-311d[IDEMPIERE] hi [~carlosruiz_globalqss]. patch at this ticked is fix for cast exception. but NPE hidden cast exception. we must fix IDEMPIERE-1744 before to see cast issue. to fix IDEMPIERE-1744, i prefer solution "pass transaction name to lookup.getDirect" maybe make overload function of lookup.getDirect for csv import?01:47
Not-311d[IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-175201:47
Not-311d[IDEMPIERE] hieplq updated IDEMPIERE-175201:48
Not-311d[IDEMPIERE] hi [~carlosruiz_globalqss]. patch at this ticked is fix for cast exception. but NPE from IDEMPIERE-1744 and it hidden cast exception. we must fix IDEMPIERE-1744 before to see cast issue. to fix IDEMPIERE-1744, i prefer solution "pass transaction name to lookup.getDirect" maybe make overload function of lookup.getDirect for csv import?01:48
Not-311d[IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-175201:48
*** is-mw2 has joined #idempiere01:51
*** is-mw has quit IRC01:52
*** Devastator_ has joined #idempiere02:17
*** Devastator_ has quit IRC02:18
*** Devastator_ has joined #idempiere02:18
*** Devastator has quit IRC02:19
*** Devastator_ is now known as Devastator02:23
*** DjoudiNet has joined #idempiere03:04
*** is-mw2 has quit IRC03:04
DjoudiNethttps://groups.google.com/forum/#!topic/idempiere/4P-B9gnTEWM03:04
*** norbertbede has joined #idempiere04:52
Not-311d[IDEMPIERE] norbert.bede updated IDEMPIERE-238904:55
Not-311d[IDEMPIERE] [~hieplq] waiting us. let us definitive 2 days to commit new layout. i'm waiting until today for resource who can resolve this well.04:55
Not-311d[IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-238904:55
*** hieplq has quit IRC05:20
*** hieplq_ has joined #idempiere05:20
*** norbertbede has quit IRC05:33
*** norbertbede has joined #idempiere05:35
Not-311d[IDEMPIERE] hahmed updated IDEMPIERE-252505:35
Not-311d[IDEMPIERE] It is a massive change indeed, EventHandler can be considered a viable workaround and the wiki can be updated to clarify that ModelFactory should not be used to override built-in Models and instead should only be used for custom Models. Please close this issue if there is no other better solution.05:35
Not-311d[IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-252505:35
Not-311d[IDEMPIERE] tsvikruha updated IDEMPIERE-256405:45
Not-311d[IDEMPIERE] Hi [~carlosruiz_globalqss], your patch looks fine, can be commited.05:45
Not-311d[IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-256405:45
*** DjoudiNet has quit IRC05:49
*** nmicoud has joined #idempiere06:18
*** DjoudiNet has joined #idempiere06:21
*** DjoudiNet has joined #idempiere06:22
*** hieplq_ has quit IRC06:23
*** KermitTheFragger has joined #idempiere06:33
*** norbertbede has quit IRC06:55
*** druiz has joined #idempiere07:01
*** a42niem has joined #idempiere07:06
*** norbertbede has joined #idempiere07:14
*** is-mw has joined #idempiere08:06
*** DjoudiNet has quit IRC08:21
*** DjoudiNet has joined #idempiere08:21
*** is-mw has quit IRC08:28
*** is-mw has joined #idempiere08:29
*** DjoudiNet has quit IRC08:39
*** nmicoud_ has joined #idempiere08:39
*** nmicoud has quit IRC08:42
*** DjoudiNet has joined #idempiere09:06
*** DjoudiNet has quit IRC09:21
*** DjoudiNet has joined #idempiere09:21
*** DjoudiNet has quit IRC09:56
*** DjoudiNet has joined #idempiere09:57
*** adnan_T has joined #idempiere10:22
*** Vyrlokar has joined #idempiere10:33
VyrlokarMorning10:33
VyrlokarAnother day, another weird business requirement10:36
*** DjoudiNet has quit IRC10:37
*** DjoudiNet has joined #idempiere10:37
*** allgood has joined #idempiere11:19
*** allgood has left #idempiere11:20
Vyrlokarnmicoud_, Why don't you use an EventHandler and catch the PO_AFTER_NEW event?13:07
nmicoud_hi, because i need to display the popup (and need an interface with the ui)13:08
nmicoud_window validator were implemented for that purpose ; adding specific control for specific window13:09
nmicoud_Events are linked to model (and ui independant)13:09
VyrlokarAh, ok13:09
nmicoud_that's a great feature, i just need to understand how it works ;)13:10
nmicoud_FYI : https://idempiere.atlassian.net/browse/IDEMPIERE-174913:10
*** CarlosRuiz has joined #idempiere13:10
*** ChanServ sets mode: +o CarlosRuiz13:10
Vyrlokarnmicoud_, neat indeed13:12
nmicoud_yep :)13:12
Vyrlokarthought you wanted to trigger something when new users are created, no matter how13:13
nmicoud_you are not able to display something with events13:13
nmicoud_in my case, it is a little form which shows user data (login, password, mail...) and a button to send him an email13:14
Vyrlokarshowing password? OMG13:14
nmicoud_for admin who just enter the password13:14
nmicoud_and to put it in the email13:15
nmicoud_and this can be done only one time (right after the creation)13:15
Vyrlokarsending a password by email?, that's double OMG13:15
Vyrlokaremail is not secure13:15
nmicoud_complicated to find another way to give a password like df4Gsg!M313:16
nmicoud_users are also encouraged to change right after their first login13:16
nmicoud_so the email has a short life time13:16
VyrlokarYeah, but some won't13:17
nmicoud_we fire them :D13:17
Vyrlokargood policy, same for those that use PASSWORD as their password13:17
nmicoud_that would be another option : set a 'default' password13:18
nmicoud_but anyone could enter as it is easy to discover the login13:18
Vyrlokareven 'cute' variations like P@$$\/\/0R|) should be avoided13:18
nmicoud_:)13:18
* Vyrlokar curses how hard it is to tech proper password practices to suits13:19
*** jmpiloq has quit IRC13:28
CarlosRuiznmicoud_,13:32
CarlosRuizmaybe something like13:32
CarlosRuizevent.getWindow().getADWindowContent().getActiveGridTab() ¿?13:33
CarlosRuizcan't test13:33
CarlosRuizhere13:33
nmicoud_Hi Carlos, no, it always return the 'main' tab13:34
nmicoud_seems like it is always the main tab which is sent, even if the record is saved in the detail one13:35
CarlosRuizjust tested with PaymentWindowValidator13:42
CarlosRuizwhen saved as master everything works fine13:42
CarlosRuizwhen saved as detail - is not calling the BEFORE_NEW/AFTER_NEW events13:42
CarlosRuizand on saving it gets the master gridtab as active13:43
CarlosRuizso - seems like an issue with the detail implementation13:43
nmicoud_ok, so i will create a jira ticket13:44
VyrlokarIs there a way to have multiple orgs share a warehouse? I can have them sharing products and business partners (products and business partners can have * as their org) but not warehouses...13:44
CarlosRuizkind of tricky as in the same save button you can have modified detail and master13:44
nmicoud_and perhaps create a new label. AFAIR, there are other ticket related to detail tab13:44
nmicoud_probably need to change something in the onSave method ?13:44
nmicoud_to pass the 'tab_where_record_is_located'13:45
nmicoud_juste rereading what you wrote : "as in the same save button you can have modified detail and master".  Means that you can save both master and detail tabs in a single click ?13:54
*** DjoudiNet has quit IRC14:43
*** KermitTheFragger has quit IRC14:58
CarlosRuizI think yes nmicoud_15:01
CarlosRuiztested creating a detail - and I'm able to change fields on the master15:01
CarlosRuiznot sure if the detail is saved when I navigate to master - or just when I push the save button it saves both15:02
nmicoud_anyway, the onSave should send the tab where changes are made15:03
Not-311d[IDEMPIERE] carlosruiz_globalqss created IDEMPIERE-2571 Add window event validator for Grid Toggle15:05
Not-311d[IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-257115:05
Not-311d[IDEMPIERE] carlosruiz_globalqss updated IDEMPIERE-2571 Attachment set to "IDEMPIERE-2571_POC.patch"15:09
Not-311d[IDEMPIERE] Attaching here two patches: * IDEMPIERE-2571.patch - implements the event window validator for grid toggle * IDEMPIERE-2571_POC.patch implements a POC to make the payment window read-only on grid mode as suggested by [~norbert.bede] at https://groups.google.com/d/msg/idempiere/gnkNXCF3SCo/GRbFqkmP3MoJ To test the POC you must execute {code} UPDATE AD_Tab SET ReadOnlyLogic='@_IsRowPresentation_@=Y' WHERE AD_Tab_ID=330 {code}15:09
Not-311d[IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-257115:09
Not-311d[IDEMPIERE] carlosruiz_globalqss updated IDEMPIERE-2571 labels set to "+Patch"15:09
Not-311d[IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-257115:09
Not-311d[IDEMPIERE] carlosruiz_globalqss updated IDEMPIERE-2525 status set to "Resolved" -resolution set to "Won't Fix"15:22
Not-311d[IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-252515:22
*** is-mw has quit IRC15:38
*** Vyrlokar has quit IRC15:39
Not-311d[IDEMPIERE] carlosruiz_globalqss updated IDEMPIERE-2564 status set to "Resolved" -resolution set to "Fixed"15:41
Not-311d[IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-256415:41
Not-311d[iDempiere] CarlosRuiz_globalqss pushed 1 commit to release-2.1 [+0/-0/±2] https://bitbucket.org/idempiere/idempiere/commits/15:41
Not-311d[iDempiere] globalqss 4a29052 - IDEMPIERE-2564 Mismatch between Created (Attribute Set Instance) and Date Material Policy (Storage On Hand)15:41
*** allgood has joined #idempiere15:49
*** adnan_T has quit IRC15:51
*** allgood has quit IRC16:41
Not-311d[IDEMPIERE] carlosruiz_globalqss updated IDEMPIERE-253516:51
Not-311d[IDEMPIERE] Hi [~MZI], can you please provide more info about the product? Or create a reproducible test case in demo? I tried with a simple product (no ASI) and the issue is not reproduced.16:51
Not-311d[IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-253516:51
Not-311d[iDempiere] CarlosRuiz_globalqss pushed 1 commit to release-2.1 [+2/-0/±0] https://bitbucket.org/idempiere/idempiere/commits/17:11
Not-311d[iDempiere] globalqss 3db395d - IDEMPIERE-2535 Date material policy BUG on receipt17:11
Not-311d[IDEMPIERE] carlosruiz_globalqss updated IDEMPIERE-2535 status set to "Resolved" -assignee set to "Carlos Antonio Ruiz Gomez" -resolution set to "Fixed"17:12
Not-311d[IDEMPIERE] Found the issue and committed fix (migration script) - the problem was with products with ASI17:12
Not-311d[IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-253517:12
*** jfrodriguez has joined #idempiere17:24
jfrodriguezGood morning community17:25
jfrodriguezI am modifying SQL Process Screen for web17:25
jfrodriguezbecause I want to update queries from system17:25
jfrodriguezbut exists a limit about org.zkoss.zul.Textbox component17:26
jfrodriguezIt only let 9000 characters17:26
jfrodriguez¿how I can to do it a unlimit textbox?17:27
jfrodriguezI want to execute PostgreSQL Functions very very long17:28
jfrodriguezI did comment this line17:29
jfrodriguezm_txbSqlField.setMaxlength(maxStatementLength);17:29
jfrodriguezand however, it doesn't work17:29
*** nmicoud has joined #idempiere17:45
*** nmicoud_ has quit IRC17:47
*** jfrodriguez has quit IRC17:51
*** nmicoud has quit IRC18:12
*** nmicoud has joined #idempiere18:16
*** nmicoud has quit IRC19:06
*** nmicoud has joined #idempiere19:10
*** is-mw has joined #idempiere19:20
*** carlos_ has joined #idempiere19:21
*** carlos_ has joined #idempiere19:24
*** CarlosRuiz has quit IRC19:24
*** carlos_ has quit IRC19:24
*** CarlosRuiz has joined #idempiere19:24
*** ChanServ sets mode: +o CarlosRuiz19:24
*** nmicoud has quit IRC19:26
*** nmicoud has joined #idempiere19:26
*** CarlosRuiz has quit IRC19:28
*** nmicoud has quit IRC19:52
*** nmicoud has joined #idempiere19:56
*** DjoudiNet has joined #idempiere19:57
Not-311d[IDEMPIERE] norbert.bede updated IDEMPIERE-2569 assignee set to "hieplq"20:05
Not-311d[IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-256920:05
Not-311d[IDEMPIERE] norbert.bede updated IDEMPIERE-256920:05
Not-311d[IDEMPIERE] [~hieplq] pls help me fix this. thnks20:05
Not-311d[IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-256920:05
Not-311d[IDEMPIERE] norbert.bede updated IDEMPIERE-256920:06
Not-311d[IDEMPIERE] [~hieplq] pls could you help me fix this. thnks20:06
Not-311d[IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-256920:06
*** nmicoud has quit IRC20:12
*** nmicoud has joined #idempiere20:17
Not-311d[IDEMPIERE] norbert.bede updated IDEMPIERE-2389 Attachment set to "IDEMPIERE-2389-parameters-v1.zip"20:47
Not-311d[IDEMPIERE] version 1.0 attached. please note better design we can achieve in next round, because we need implement new divs and csss. remarks 1. i'm suggesting drop cancel and rename OK to Run, also icons. users really doesnt understand to OK Flag now. 2. OK/Run alignment to bottom cant be properly formatted because there is table on left pane. - We can save hundred of lines in generated html code by replacing parameters table by divs. 3. css include20:47
Not-311d[IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-238920:47
Not-311d[IDEMPIERE] norbert.bede updated IDEMPIERE-238920:48
Not-311d[IDEMPIERE] version 1.0 attached. please note better design we can achieve in next round, because we need implement new divs and csss. !IDEMPIERE-2389-parameters-v1.png|thumbnail! remarks 1. i'm suggesting drop cancel and rename OK to Run, also icons. users really doesnt understand to OK Flag now. 2. OK/Run alignment to bottom cant be properly formatted because there is table on left pane. - We can save hundred of lines in generated html code by repla20:48
Not-311d[IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-238920:48
Not-311d[IDEMPIERE] norbert.bede updated IDEMPIERE-2389 Attachment set to "None"20:48
Not-311d[IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-238920:48
Not-311d[IDEMPIERE] norbert.bede updated IDEMPIERE-2389 Attachment set to "parameters-v1.png"20:49
Not-311d[IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-238920:49
Not-311d[IDEMPIERE] norbert.bede updated IDEMPIERE-238920:49
Not-311d[IDEMPIERE] version 1.0 attached. please note better design we can achieve in next round, because we need implement new divs and csss. !parameters-v1.png|thumbnail! remarks 1. i'm suggesting drop cancel and rename OK to Run, also icons. users really doesnt understand to OK Flag now. 2. OK/Run alignment to bottom cant be properly formatted because there is table on left pane. - We can save hundred of lines in generated html code by replacing parameters20:49
Not-311d[IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-238920:49
Not-311d[IDEMPIERE] nmicoud updated IDEMPIERE-177921:26
Not-311d[IDEMPIERE] Hi, I uploaded sources here : [https://bitbucket.org/nmicoud/org.idempiere.ui.zk.specialeditor]. It's a public repository (of course!). So feel free to download, test and give feedback. I'm not an expert with Bitbucket, but i think anyone could commit. The first use case is to be able to change the charge on an invoice line (which is processed). Just go to the invoice line tab (in master position) and click on the new SpecialEditor button21:26
Not-311d[IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-177921:26
*** nmicoud has quit IRC21:31
*** nmicoud has joined #idempiere21:32
Not-311d[IDEMPIERE] nmicoud created IDEMPIERE-2572 Window validator : issue with detail tab21:36
Not-311d[IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-257221:36
Not-311d[IDEMPIERE] nmicoud updated IDEMPIERE-2572 labels set to "DetailTabIssue"21:37
Not-311d[IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-257221:37
Not-311d[IDEMPIERE] nmicoud updated IDEMPIERE-1365 labels set to "DetailTabIssue"21:39
Not-311d[IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-136521:39
Not-311d[IDEMPIERE] nmicoud updated IDEMPIERE-1680 labels set to "DetailTabIssue"21:40
Not-311d[IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-168021:40
Not-311d[IDEMPIERE] nmicoud updated IDEMPIERE-1591 labels set to "DetailTabIssue"21:40
Not-311d[IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-159121:40
Not-311d[IDEMPIERE] nmicoud updated IDEMPIERE-1310 status set to "Closed" -resolution set to "Cannot Reproduce"21:40
Not-311d[IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-131021:40
Not-311d[IDEMPIERE] nmicoud updated IDEMPIERE-2181 labels set to "DetailTabIssue"21:41
Not-311d[IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-218121:42
*** nmicoud has quit IRC21:44
*** is-mw has quit IRC22:12
*** a42niem has quit IRC22:36
*** norbertbede has quit IRC23:27
*** CarlosRuiz has joined #idempiere23:52
*** ChanServ sets mode: +o CarlosRuiz23:52

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