#idempiere IRC log for Thursday, 2017-10-26

Not-520a[iDempiere] hengsin pushed 1 commit to release-4.1 [+0/-0/±2] https://bitbucket.org/idempiere/idempiere/commits/02:17
Not-520a[iDempiere] hengsin 15b1091 - IDEMPIERE-3514 Production: Could not save MA for Production line02:17
Not-520a[IDEMPIERE] hengsin updated IDEMPIERE-3514 status set to "Resolved" -Fix Version set to "4.1" -resolution set to "Fixed"02:17
Not-520a[IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-351402:17
Not-520a[iDempiere4.1] jenkins built #211 completed (success) http://ci.idempiere.org/job/iDempiere4.1/211/02:47
Not-520a[iDempiere4.1Daily] jenkins built #122 completed (success) http://ci.idempiere.org/job/iDempiere4.1Daily/122/04:52
*** a42niem has joined #idempiere05:44
Not-520a[IDEMPIERE] norbert.bede updated IDEMPIERE-3518 Attachment set to "mobile_npe.png"05:44
Not-520a[IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-351805:44
Not-520a[IDEMPIERE] norbert.bede updated IDEMPIERE-351805:44
Not-520a[IDEMPIERE] another issue: login with browser, chrome osx, 1. open browser, login by regular desktop mode 2. login 3. open chrome developer console 4. switch to mobile mode by "toggle device toolbar" 5. open a regular window >> e.g. sales order, bpartner.. 6. NPE >> attached screen !mobile_npe.png|thumbnail!05:44
Not-520a[IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-351805:44
Not-520a[IDEMPIERE] norbert.bede updated IDEMPIERE-351805:45
Not-520a[IDEMPIERE] another issue: login with browser, chrome osx, 1. open browser, login by regular desktop mode 2. login 3. open chrome developer console 4. switch to mobile mode by "toggle device toolbar" 5. open a regular window >> e.g. sales order, bpartner.. 6. NPE >> attached screen !mobile_npe.png|thumbnail! {code:java} 07:43:50.122===========> UiEngineImpl.handleError: [447] java.lang.NullPointerException at05:45
Not-520aorg.adempiere.webui.part.WindowContainer.updateTabListButton(WindowContainer.java:406) at org.adempiere.webui.part.WindowContainer.insertBefore(WindowContainer.java:398) at org.adempiere.webui.part.WindowContainer.addWindow(WindowContainer.java:237) at org.adempiere.webui.part.WindowContainer.addWindow(WindowContainer.java:225) at org.adempiere.webui.desktop.TabbedDesktop.openWindow(TabbedDesktop.java:164) at05:45
Not-520aorg.adempiere.webui.desktop.TabbedDesktop.openWindow(TabbedDesktop.java:149) at org.adempiere.webui.desktop.AbstractDesktop.onMenuSelected(AbstractDesktop.java:68) at org.adempiere.webui.desktop.DefaultDesktop.onMenuSelected(DefaultDesktop.java:1043) at org.adempiere.webui.dashboard.DPFavourites.doOnClick(DPFavourites.java:235) at org.adempiere.webui.dashboard.DPFavourites.onEvent(DPFavourites.java:191) at05:45
Not-520aorg.zkoss.zk.ui.AbstractComponent.onEvent(AbstractComponent.java:3161) at org.zkoss.zk.ui.AbstractComponent.service(AbstractComponent.java:3131) at org.zkoss.zk.ui.AbstractComponent.service(AbstractComponent.java:3073) at org.zkoss.zk.ui.impl.EventProcessor.process(EventProcessor.java:138) at org.zkoss.zk.ui.impl.UiEngineImpl.processEvent(UiEngineImpl.java:1853) at05:45
Not-520aorg.zkoss.zk.ui.impl.UiEngineImpl.process(UiEngineImpl.java:1625) at org.zkoss.zk.ui.impl.UiEngineImpl.execUpdate(UiEngineImpl.java:1328) at org.zkoss.zk.au.http.DHtmlUpdateServlet.process(DHtmlUpdateServlet.java:606) at org.zkoss.zk.au.http.DHtmlUpdateServlet.doGet(DHtmlUpdateServlet.java:482) at org.zkoss.zk.au.http.DHtmlUpdateServlet.doPost(DHtmlUpdateServlet.java:490) at05:45
Not-520ajavax.servlet.http.HttpServlet.service(HttpServlet.java:707) {code}05:45
Not-520a[IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-351805:45
Not-520a[IDEMPIERE] hengsin updated IDEMPIERE-351805:57
Not-520a[IDEMPIERE] Hi Norbert, I guess I can add a NPE check for that. Do note that this is not a supported workflow since it is not something end user will do. Regards, Low05:57
Not-520a[IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-351805:57
*** nmicoud has joined #idempiere06:46
Not-520a[IDEMPIERE] mpowacht updated IDEMPIERE-154608:30
Not-520a[IDEMPIERE] Hi Carlos, we are also using the fragment approach to generate bank interfaces. After deploying your commits, the payment Print/Export function seems broken with Export button shown as greyed out. I read above that changing the interface will be enough to resolve the issue. What exactly needs to be changed please? Right now I'm implementing the PaymentExport interface and overwrite method "public int08:30
Not-520aexportToFile (MPaySelectionCheck[] checks, File file, StringBuffer err)" in my interface class? Thanks for your help, Michael08:30
Not-520a[IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-154608:30
Not-520a[IDEMPIERE] mpowacht updated IDEMPIERE-154608:31
Not-520a[IDEMPIERE] Hi Carlos, we are also using the fragment approach to generate bank interfaces. After deploying your commits, the payment Print/Export function seems broken with Export button shown as greyed out. I read above that changing the interface will be enough to resolve the issue. What exactly needs to be changed please? Right now I'm implementing the PaymentExport interface and overwrite method "public int08:31
Not-520aexportToFile (MPaySelectionCheck[] checks, File file, StringBuffer err)" in my interface class. Thanks for your help, Michael08:31
Not-520a[IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-154608:31
Not-520a[IDEMPIERE] mpowacht updated IDEMPIERE-154608:31
Not-520a[IDEMPIERE] Hi Carlos, we are also using the fragment approach to generate bank interfaces. After deploying your commits, the payment Print/Export function seems broken with Export button shown as greyed out. I read above that changing the interface will be enough to resolve the issue. What exactly needs to be changed please? Right now I'm implementing the PaymentExport interface and overwrite method "public int08:31
Not-520aexportToFile (MPaySelectionCheck[] checks, File file, StringBuffer err)" in my bank payment interface class. Thanks for your help, Michael08:32
Not-520a[IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-154608:32
Not-520a[IDEMPIERE] mpowacht updated IDEMPIERE-154609:30
Not-520a[IDEMPIERE] Hi Carlos, we are also using the fragment approach to generate bank interfaces. After deploying your commits, the payment Print/Export function seems broken with Export button shown as greyed out. Right now I'm implementing the PaymentExport interface and overwrite method "public int exportToFile (MPaySelectionCheck[] checks, File file, StringBuffer err)" in my bank payment interface class. Thanks for09:30
Not-520ayour help, Michael09:30
Not-520a[IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-154609:30
Not-520a[iDempiere] hengsin pushed 1 commit to development [+0/-0/±1] https://bitbucket.org/idempiere/idempiere/commits/09:57
Not-520a[iDempiere] hengsin 83523ef - IDEMPIERE-3518 Improvement For Mobile Compatibility. Minor NPE fix.09:57
Not-520a[iDempiere] jenkins built #1881 completed (success) http://ci.idempiere.org/job/iDempiere/1881/10:27
*** CarlosRuiz has joined #idempiere11:10
Not-520a[IDEMPIERE] carlosruiz_globalqss updated IDEMPIERE-1546 status set to "Reopened" -resolution set to "None"11:14
Not-520a[IDEMPIERE] Hi [~mpowacht], let me check again, I tested to be backward compatible, but maybe I didn't test the form you're trying.11:14
Not-520a[IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-154611:14
Not-520a[IDEMPIERE] carlosruiz_globalqss updated IDEMPIERE-1546 status set to "Resolved" -resolution set to "Fixed"13:02
Not-520a[IDEMPIERE] [~mpowacht], made a test with a fragment of org.adempiere.base integrating a class org.compiere.util.LCO_ExportTestBank and it worked fine. Export button enabled and called correctly my custom class.13:02
Not-520a[IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-154613:02
*** CarlosRuiz has quit IRC13:29
Not-520a[IDEMPIERE] mpowacht updated IDEMPIERE-154614:20
Not-520a[IDEMPIERE] Thanks Carlos, thats interesting. I'll check tomorrow if there is perhaps an issue with merging your commits into our local repos. Will let you know.14:20
Not-520a[IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-154614:20
*** nmicoud has quit IRC16:02
Not-520a[IDEMPIERE] aconn created IDEMPIERE-3530 Doc_Inventory.createFacts does not respect !line.isAcive() but MInventory.completeIt does. Posting fails.21:15
Not-520a[IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-353021:15
Not-520a[IDEMPIERE] aconn updated IDEMPIERE-3530 Attachment set to "IDEMPIERE-3530.patch"21:18
Not-520a[IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-353021:18
*** a42niem has quit IRC21:20

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