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.
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
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