Re: query on productStoreId..

2008-07-03 Thread Ashish Vijaywargiya
My Pleasure :-) -- Ashish Vijaywargiya Indore, India On Thu, Jul 3, 2008 at 1:43 AM, Aravind_RP [EMAIL PROTECTED] wrote: thanks a lot for the reply,That is a very good explanation and is really helpful.thanks a lot:jumping: Ashish Vijaywargiya-4 wrote: AravindR_Pillai , Consider

Regarding Backup of database

2008-07-03 Thread ankur gupta
Hi Is there any provision to AUTOMATE the backup process in ofbiz so that backup of database/files is taken automatically or we need to do it manually from the WEBTOOLS i.e. Is there any anykind of deamon process we can run.Please reply asap. Regards, Ankur Gupta

Re: How can i implement data backup system in OFBiz

2008-07-03 Thread David E Jones
On Jul 3, 2008, at 1:44 AM, Sandip_Hazra wrote: 1) How can i implement data backup system in OFBiz? I answered a very similar question about 5 minutes ago... Let me know if you didn't see the message. 2) Is there any way to apply any user defined template to invoice , which could

Assignment of tasks

2008-07-03 Thread Pal InfoCom Technologies
Created project allocate resources to project. Now I want to assign a task of project to whom they are member of. resources. Please let me know how to assign tasks to resources or team members of project Preeti Pal Infocom Technologies Pvt. Ltd. -- View this message in context:

Promotions by Store Group

2008-07-03 Thread Rajeev Gupta
Is there a way to setup promotions by Store Group? We are able to set the promotions one-store-at a time. What could we do so that we can say that this promotion will run in all the outlet stores, for example. Any ideas will be helpful.

Re: Promotions by Store Group

2008-07-03 Thread David E Jones
There is nothing implemented for this right now, but it certainly could be done using the existing ProductStoreGroup entity and adding a new entity, something like ProductStoreGroupPromo which would be a lot like the ProductStorePromo entity. -David On Jul 3, 2008, at 10:36 AM, Rajeev

mailer

2008-07-03 Thread Heidi Dehaes
Hello, Can the mailer in ofbiz be configured to send mail via GMAIL. This is to connect to the mailserver smtp.gmail.com via SSL? thanks, Heidi www.olagos.eu

mailer

2008-07-03 Thread Heidi Dehaes
Hello, Can the mailer in ofbiz be configured to send mail via GMAIL. This is to connect to the mailserver smtp.gmail.com via SSL? thanks, Heidi www.olagos.eu

Re: mailer

2008-07-03 Thread Jacques Le Roux
Yes, look for smtp.gmail.com in general.properties and follow from there Jacques From: Heidi Dehaes [EMAIL PROTECTED] Hello, Can the mailer in ofbiz be configured to send mail via GMAIL. This is to connect to the mailserver smtp.gmail.com via SSL? thanks, Heidi www.olagos.eu

Re: mailer

2008-07-03 Thread BJ Freeman
in the trunk version not sure it is in the 4.0 version Heidi Dehaes sent the following on 7/3/2008 12:33 PM: Hello, Can the mailer in ofbiz be configured to send mail via GMAIL. This is to connect to the mailserver smtp.gmail.com via SSL? thanks, Heidi www.olagos.eu

Re: mailer

2008-07-03 Thread Heidi Dehaes
I don't see any information in the 4.0 version about gmail. Heidi 2008/7/3 BJ Freeman [EMAIL PROTECTED]: in the trunk version not sure it is in the 4.0 version Heidi Dehaes sent the following on 7/3/2008 12:33 PM: Hello, Can the mailer in ofbiz be configured to send mail via GMAIL. This

Re: mailer

2008-07-03 Thread Heidi Dehaes
Is the SSL functionality not available in the 4.0 version? Heidi 2008/7/3 Heidi Dehaes [EMAIL PROTECTED]: I don't see any information in the 4.0 version about gmail. Heidi 2008/7/3 BJ Freeman [EMAIL PROTECTED]: in the trunk version not sure it is in the 4.0 version Heidi Dehaes sent the

Re: mailer

2008-07-03 Thread Jacques Le Roux
No (as you can see yourself in general.properties file). It was added after release4.0 freeze and is not a bug fix https://issues.apache.org/jira/browse/OFBIZ-1256 Jacques From: Heidi Dehaes [EMAIL PROTECTED] Is the SSL functionality not available in the 4.0 version? Heidi 2008/7/3 Heidi

OFBiz as a middle-tier framework

2008-07-03 Thread Blue Sun
Guys, I am in charge of development for major Linux-based Java language niche SaaS system in the e-commerce supply-chain domain. It has a wide customer base, an excellent reputation in the industry, and is growing steadily. We are planning to expand it by adding Order Entry, Inventory,

Re: OFBiz as a middle-tier framework

2008-07-03 Thread Jacopo Cappellato
On Jul 3, 2008, at 11:38 PM, Blue Sun wrote: Guys, I am in charge of development for major Linux-based Java language niche SaaS system in the e-commerce supply-chain domain. It has a wide customer base, an excellent reputation in the industry, and is growing steadily. We are planning

Re: OFBiz as a middle-tier framework

2008-07-03 Thread Adrian Crum
In case you don't get the joke, Jacopo is saying that you'll end up with a monster of pieced-together code. It would be better to migrate existing artifacts over to OFBiz. -Adrian Jacopo Cappellato wrote: On Jul 3, 2008, at 11:38 PM, Blue Sun wrote: Guys, I am in charge of development

Re: OFBiz as a middle-tier framework

2008-07-03 Thread Jacopo Cappellato
Yeah, sorry, it was not my intention of being harsh... however I would really suggest you to get a list of *functional* (not technical) requirements for your applications, then review the existing features (in OFBiz) and work on a gap analisys. Only after this, you should make a decision

Re: OFBiz as a middle-tier framework

2008-07-03 Thread Tim Ruppert
+1 on this. There are lots of implementations out there that utilize OFBiz as a middle tier only implementation. There are pluses and minuses to this approach for sure. While OFBiz does a good job in it's role of performing the services that are asked of it, at the end, you may ask

why it's difference?

2008-07-03 Thread stamilo
hi i use find service can find record (equals , begins with), but the entity-and , entity-condition can't find record, i use oralce database , the field define as NCHAR(20), if i want find a record , i must input 10 chars in field , or append some space in tail , i know , can change