*** CarlosRuiz has quit IRC | 00:08 | |
*** CarlosRuiz has joined #idempiere | 00:16 | |
*** norbertbede has joined #idempiere | 02:48 | |
*** CarlosRuiz has quit IRC | 02:59 | |
*** norbertbede has quit IRC | 04:45 | |
*** norbertbede has joined #idempiere | 05:05 | |
*** a42niem has joined #idempiere | 05:06 | |
*** norbertbede has quit IRC | 05:06 | |
*** norbertbede has joined #idempiere | 05:07 | |
*** norbertbede has quit IRC | 05:12 | |
*** norbertbede has joined #idempiere | 05:52 | |
*** nmicoud has joined #idempiere | 06:45 | |
*** ngordon7000 has joined #idempiere | 06:56 | |
*** KermitTheFragger has joined #idempiere | 07:28 | |
*** a42niem has quit IRC | 07:48 | |
*** a42niem_ has joined #idempiere | 08:26 | |
*** nmicoud has quit IRC | 09:41 | |
*** norbertbede has quit IRC | 10:30 | |
*** norbertbede has joined #idempiere | 10:35 | |
*** norbertbede has quit IRC | 10:36 | |
*** aguerra has joined #idempiere | 12:21 | |
*** norbertbede has joined #idempiere | 12:22 | |
*** norbertbede has quit IRC | 12:42 | |
*** jdpaniag_ has quit IRC | 12:42 | |
*** norbertbede has joined #idempiere | 12:47 | |
*** jdpaniagua has joined #idempiere | 12:52 | |
*** Deepak_ has joined #idempiere | 12:56 | |
*** ngordon7000 has quit IRC | 13:00 | |
*** nmicoud has joined #idempiere | 13:03 | |
*** Ocurieles has joined #idempiere | 13:05 | |
Ocurieles | good morning | 13:05 |
---|---|---|
*** Ocurieles has quit IRC | 13:11 | |
*** CarlosRuiz has joined #idempiere | 13:13 | |
aguerra | buenos dias!!!! | 13:14 |
CarlosRuiz | Hi | 13:15 |
aguerra | CarlosRuiz, you moved to germany? | 13:19 |
Deepak_ | Good Morning | 13: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 constructor | 13:29 |
CarlosRuiz | aguerra: yes, but these days I'm in Bogota | 13:29 |
*** a42niem_ has quit IRC | 13:29 | |
aguerra | WAO!!!! | 13:30 |
*** a42niem_ has joined #idempiere | 13:31 | |
CarlosRuiz | Deepak_: the patches changing to get looks good | 13:36 |
CarlosRuiz | but reading the patch for NonStandardConstructor made me wonder a different idea | 13:36 |
CarlosRuiz | all constructors in the end are solved in PO.java | 13:37 |
CarlosRuiz | I mean in a PO.java constructor | 13:37 |
CarlosRuiz | what if we do the OSGi service locator in the PO constructor? | 13:38 |
CarlosRuiz | would that solve the problem everywhere without changes elsewhere? | 13:38 |
Deepak_ | CarlosRuiz, This will not solve creation of instance of overridden Model Class | 13:39 |
Deepak_ | I am trying to understand the concept you are mentioning | 13:40 |
*** SmartJSP has joined #idempiere | 13:43 | |
CarlosRuiz | just draft idea - don't know if what I'm saying is bullshit :-) but sounds possible | 13:43 |
CarlosRuiz | i.e. | 13:43 |
CarlosRuiz | the constructor public MInvoice (MInOut ship, Timestamp invoiceDate) | 13:44 |
CarlosRuiz | hierarchy is like this | 13:44 |
CarlosRuiz | MInvoice.this (ship.getCtx(), 0, ship.get_TrxName()); | 13:44 |
CarlosRuiz | MInvoice.super (ctx, C_Invoice_ID, trxName); | 13:44 |
CarlosRuiz | X_C_Invoice.super (ctx, C_Invoice_ID, trxName); | 13:45 |
CarlosRuiz | PO.this (ctx, ID, trxName, null); | 13:45 |
CarlosRuiz | and it lands in constructor -> public PO (Properties ctx, int ID, String trxName, ResultSet rs) | 13:45 |
CarlosRuiz | what I say is if it's possible to do the osgi discovery there? | 13:45 |
CarlosRuiz | maybe is not possible - just exploring | 13:45 |
*** nmicoud has quit IRC | 13:50 | |
*** nmicoud has joined #idempiere | 13:53 | |
Deepak_ | Yes, We can't assign class after instance created | 13:55 |
Deepak_ | So that is why I am wondering what you are thinking when you told to use service in PO constructor | 13: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 it | 14:02 |
CarlosRuiz | in general I think the IDEMPIERE-2849 looks ok | 14:03 |
CarlosRuiz | we must keep old public methods for backward compatibility | 14:03 |
CarlosRuiz | for the killing process Diego opened a ticket | 14:04 |
CarlosRuiz | I think the code was uploaded there | 14:04 |
Deepak_ | we must keep old public methods for backward compatibility, Do you here mean non standard constructor? I say yes we should keep it | 14:06 |
Deepak_ | Will add those back | 14:06 |
CarlosRuiz | https://idempiere.atlassian.net/browse/IDEMPIERE-2814 | 14:07 |
Deepak_ | Thanks Carlos for finding out ticket for me | 14:09 |
*** norbertbede has quit IRC | 14:10 | |
*** aguerra has quit IRC | 14:41 | |
*** norbertbede has joined #idempiere | 15:04 | |
*** ocurieles has joined #idempiere | 15:45 | |
*** a42niem_ has quit IRC | 15:49 | |
*** KermitTheFragger has quit IRC | 15:50 | |
*** nmicoud has quit IRC | 16:01 | |
*** Deepak_ has quit IRC | 16:20 | |
norbertbede | i'm played last days with idea calculate running balance as virtual column or report view - column/function | 16:26 |
norbertbede | my sql | 16:26 |
norbertbede | select documentno, SUM(COALESCE ("amtacctdr",0) - COALESCE ("amtacctcr",0)) OVER | 16:26 |
norbertbede | (ORDER BY c_payment_created ASC) as runningbalance from t_bankregister | 16:26 |
norbertbede | this calculates well balance in sql client, as view - however i want to use it on one level higher - where application dictionary would calculate runningbalance | 16:27 |
norbertbede | does anybody had similar experience, requirement ? | 16:27 |
norbertbede | i would like to replace write java reports becuase running balances, by this simple trick | 16:28 |
*** CarlosRuiz has quit IRC | 16:30 | |
*** norbertbede has quit IRC | 17:12 | |
*** CarlosRuiz has joined #idempiere | 17:41 | |
*** ocurieles has quit IRC | 18:58 | |
*** a42niem has joined #idempiere | 19:02 | |
*** SmartJSP has quit IRC | 19:13 | |
*** a42niem has quit IRC | 21:11 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!