#idempiere IRC log for Wednesday, 2016-05-25

*** CarlosRuiz has quit IRC00:08
*** CarlosRuiz has joined #idempiere00:16
*** norbertbede has joined #idempiere02:48
*** CarlosRuiz has quit IRC02:59
*** norbertbede has quit IRC04:45
*** norbertbede has joined #idempiere05:05
*** a42niem has joined #idempiere05:06
*** norbertbede has quit IRC05:06
*** norbertbede has joined #idempiere05:07
*** norbertbede has quit IRC05:12
*** norbertbede has joined #idempiere05:52
*** nmicoud has joined #idempiere06:45
*** ngordon7000 has joined #idempiere06:56
*** KermitTheFragger has joined #idempiere07:28
*** a42niem has quit IRC07:48
*** a42niem_ has joined #idempiere08:26
*** nmicoud has quit IRC09:41
*** norbertbede has quit IRC10:30
*** norbertbede has joined #idempiere10:35
*** norbertbede has quit IRC10:36
*** aguerra has joined #idempiere12:21
*** norbertbede has joined #idempiere12:22
*** norbertbede has quit IRC12:42
*** jdpaniag_ has quit IRC12:42
*** norbertbede has joined #idempiere12:47
*** jdpaniagua has joined #idempiere12:52
*** Deepak_ has joined #idempiere12:56
*** ngordon7000 has quit IRC13:00
*** nmicoud has joined #idempiere13:03
*** Ocurieles has joined #idempiere13:05
Ocurielesgood morning13:05
*** Ocurieles has quit IRC13:11
*** CarlosRuiz has joined #idempiere13:13
aguerrabuenos dias!!!!13:14
CarlosRuizHi13:15
aguerraCarlosRuiz, you moved to germany?13:19
Deepak_Good Morning13:26
Deepak_CarlosRuiz, your feed back on  IDEMPIERE-2849 is wel come. Especially approach we took in patch IDEMPIERE-2849_NonStandardConstructor.patch for non standard constructor13:29
CarlosRuizaguerra: yes, but these days I'm in Bogota13:29
*** a42niem_ has quit IRC13:29
aguerraWAO!!!!13:30
*** a42niem_ has joined #idempiere13:31
CarlosRuizDeepak_: the patches changing to get looks good13:36
CarlosRuizbut reading the patch for NonStandardConstructor made me wonder a different idea13:36
CarlosRuizall constructors in the end are solved in PO.java13:37
CarlosRuizI mean in a PO.java constructor13:37
CarlosRuizwhat if we do the OSGi service locator in the PO constructor?13:38
CarlosRuizwould that solve the problem everywhere without changes elsewhere?13:38
Deepak_CarlosRuiz, This will not solve creation of instance of overridden Model Class13:39
Deepak_I am trying to understand the concept you are mentioning13:40
*** SmartJSP has joined #idempiere13:43
CarlosRuizjust draft idea - don't know if what I'm saying is bullshit  :-)   but sounds possible13:43
CarlosRuizi.e.13:43
CarlosRuizthe constructor public MInvoice (MInOut ship, Timestamp invoiceDate)13:44
CarlosRuizhierarchy is like this13:44
CarlosRuizMInvoice.this (ship.getCtx(), 0, ship.get_TrxName());13:44
CarlosRuizMInvoice.super (ctx, C_Invoice_ID, trxName);13:44
CarlosRuizX_C_Invoice.super (ctx, C_Invoice_ID, trxName);13:45
CarlosRuizPO.this (ctx, ID, trxName, null);13:45
CarlosRuizand it lands in constructor -> public PO (Properties ctx, int ID, String trxName, ResultSet rs)13:45
CarlosRuizwhat I say is if it's possible to do the osgi discovery there?13:45
CarlosRuizmaybe is not possible - just exploring13:45
*** nmicoud has quit IRC13:50
*** nmicoud has joined #idempiere13:53
Deepak_Yes, We can't assign class after instance created13:55
Deepak_So that is why I am wondering what you are thinking when you told to use service in PO constructor13:56
Deepak_CarlosRuiz, DRuiz has done one good POC for killing process. Is that added in core? I think this is great feature if not then I would like to look where we left and complete it14:02
CarlosRuizin general I think the IDEMPIERE-2849 looks ok14:03
CarlosRuizwe must keep old public methods for backward compatibility14:03
CarlosRuizfor the killing process Diego opened a ticket14:04
CarlosRuizI think the code was uploaded there14:04
Deepak_we must keep old public methods for backward compatibility, Do you here mean non standard constructor? I say yes we should keep it14:06
Deepak_Will add those back14:06
CarlosRuizhttps://idempiere.atlassian.net/browse/IDEMPIERE-281414:07
Deepak_Thanks Carlos for finding out ticket for me14:09
*** norbertbede has quit IRC14:10
*** aguerra has quit IRC14:41
*** norbertbede has joined #idempiere15:04
*** ocurieles has joined #idempiere15:45
*** a42niem_ has quit IRC15:49
*** KermitTheFragger has quit IRC15:50
*** nmicoud has quit IRC16:01
*** Deepak_ has quit IRC16:20
norbertbedei'm played last days with idea calculate running balance as virtual column or report view - column/function16:26
norbertbedemy sql16:26
norbertbedeselect documentno, SUM(COALESCE ("amtacctdr",0) - COALESCE ("amtacctcr",0)) OVER16:26
norbertbede(ORDER BY c_payment_created ASC) as runningbalance from t_bankregister16:26
norbertbedethis calculates well balance in sql client, as view - however i want to use it on one level higher - where application dictionary would calculate runningbalance16:27
norbertbededoes anybody had similar experience, requirement ?16:27
norbertbedei would like to replace write java reports becuase running balances, by this simple trick16:28
*** CarlosRuiz has quit IRC16:30
*** norbertbede has quit IRC17:12
*** CarlosRuiz has joined #idempiere17:41
*** ocurieles has quit IRC18:58
*** a42niem has joined #idempiere19:02
*** SmartJSP has quit IRC19:13
*** a42niem has quit IRC21:11

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