Re: 15 minutes to discover addons and addon manager

2012-12-05 Thread lemine youssef
Hi Jacques, As promised by Olivier, I have made a full test on W7, and the file encoding issue is there. I suspect the todos.exe to be responsible for that, otherwise it should the adm internal dom patch process. I should have time to work this issue ASAP (may be this weekend). To be continue.

Re: Switching dynamically between database schemas using ofbiz

2009-08-01 Thread lemine youssef
Hi everyone; At Néréide, We have implemented successfully a multi-tenant OFBiz instance which is provided as an ofbiz-addon. It can be installed (introducing modifications by applying a set of a patches). to checkout the addon from cvs: cvs -d :pserver:anonym...@labs.libre-entreprise.org

where clause in entity views

2009-03-26 Thread lemine youssef
Hi all, Simply, Iwant to get a view representing teh result of this query: Select * From PosTerminalState PTS Join PosTerminalLog PTL on (PTS.posTerminalId=(PTL.posTerminalId) WHERE PTL.transactionId>=PTS.startingTxId and PTL.transactionId<=PTS.endingTxId Is there anyway to do this in entitymod