Confluence:Requesting for register me as a OFBiz contributor

2014-01-23 Thread Sumit Pandit
Dear Team, Please register me as OFBiz contributor over confluence with user name - meetsumit...@gmail.com Please let me know if further detail required. -- Thanks and Regards Sumit Pandit Digital Commerce Digital Software and Solutions Tata Consultancy Services Ph:- +91 124 610 1145 Bu

Re: OFBiz Database Change Assistance

2014-01-23 Thread Jacques Le Roux
What you could do is create a patch and contribute it through Jira, "just" follow https://cwiki.apache.org/confluence/display/OFBADMIN/OFBiz+Contributors+Best+Practices Thanks Jacques On Wednesday, January 22, 2014 9:16 PM, joe.bolo...@software.dell.com wrote > Thanks Pierre. > > It's working

REPLACE in query

2014-01-23 Thread Jad El Omeiri
Hi, Does anyone know how I would be able to do such a query in Ofbiz: / SELECT dbo.tblJobs.JobID, REPLACE(dbo.tblProperties.PostCode, ' ', '') AS PostcodeNoSpaces FROM dbo.tblJobs INNER JOIN dbo.tblProperties ON dbo.tblJobs.PropertyID = dbo.tblProperties.PropertyID WHERE dbo.tblJobs.JobID = job