Re: Party invitation, emails?

2011-03-28 Thread pankaj savita
\EmailServices.java -- Thanks & Regards, Pankaj Savita Mob: +91 9890262476 Mail to: pankajsav...@gmail.com On Mon, Mar 28, 2011 at 8:54 PM, Luca Zago wrote: > really thanks a lot! > I supposed i should write some code to make it working, and i imagine, i > can 'extend' &g

Re: Party invitation, emails?

2011-03-28 Thread pankaj savita
Now do the email settings in general.properties file.. https://cwiki.apache.org/OFBTECH/apache-ofbiz-technical-production-setup-guide.html Hope this could help you.. -- Thanks & Regards, Pankaj Savita Mob: +91 9890262476 Mail to: pankajsav...@gmail.com On Mon, Mar 28, 2011 at 8:26

Re: Attaching a PDF to a FO-FTL generated PDF

2010-12-11 Thread pankaj savita
s suggested, combine the XSL:FO files before the FOP rendering to a single PDF file. You can try if you have knowledge of XSL:FO. Hope this will help you. -- Thanks & Regards, Pankaj Savita Mob: +91 9890262476 Mail to: pankajsav...@gmail.com On Thu, Dec 9, 2010 at 2:36 PM, David E Jone

Re: Ofbiz Version 9.04 Issue for the Strings with Special Characters

2010-12-10 Thread pankaj savita
Hi Deepa, Service 'IN' parameters are validated. Default is allow-html="none". So you must try this: 1) or 2) This will allow Special Characters. -- Thanks & Regards, Pankaj Savita Mob: +91 9890262476 Mail to: pankajsav...@gmail.com On Wed

Re: Event & Service

2010-12-06 Thread pankaj savita
Hi Jacques, One more point can be added... In Service we can perform additional check for authentication. After controller it will recheck for auth="true" in service. But in Event we don't have this facility, Events are called directly form the controller. -- Thanks & Regards

Re: Modify the "Did You Know?" screenlet content

2010-10-20 Thread pankaj savita
Also look at ProductPromo Entity, there promoText filed contains information that are displayed in Special Offers div. -- Thanks & Regards, Pankaj Savita Mob: +91 9890262476 Mail to: pankajsav...@gmail.com On Wed, Oct 20, 2010 at 5:15 PM, Jacques Le Roux < jacques.le.r...@les7arts.com

Re: Modify the "Did You Know?" screenlet content

2010-10-20 Thread pankaj savita
In ofbiz10.04\specialpurpose\ecommerce\webapp\ecommerce\content\factoids.ftl file. -- Thanks & Regards, Pankaj Savita Mob: +91 9890262476 2010/10/20 Juan Jesús Cremades Monserrat > Hi! > > I want to modify the widget "Did you know" in my main eCommerce portal. > Wher

Re: Deploying ofbiz10.04 on Jboss-4.2.2 using oracle10g

2010-10-19 Thread pankaj savita
mp; Regards, Pankaj Savita Mob: +91 9890262476 Mail to: pankajsav...@gmail.com On Mon, Oct 18, 2010 at 4:05 PM, Jacques Le Roux < jacques.le.r...@les7arts.com> wrote: > From: "pankaj savita" > > Hi, >> >> How to deploy ofbiz10.04 on Jboss-4.2.2 using o

Deploying ofbiz10.04 on Jboss-4.2.2 using oracle10g

2010-10-18 Thread pankaj savita
only by changing connection-url & driver-class from derby to oracle or anything else need to be done? -- Thanks & Regards, Pankaj Savita Mob: +91 9890262476 Mail to: pankajsav...@gmail.com

Re: web path address problem, Is it a bug?

2010-10-17 Thread pankaj savita
We just need to write URL http://localhost:8080/practice/ then it internally append control/main to it. It is defined in indes.jsp : <%response.sendRedirect("control/main");%>. -- Thanks & Regards, Pankaj Savita Mob: +91 9890262476 Mail to: pankajsav...@gmail.com On Mon,

Re: How to set Screen level viewIndex and viewSize specification for the reports

2010-10-14 Thread pankaj savita
Try this: -- Thanks & Regards, Pankaj Savita Mob: +91 9890262476 Mail to: pankajsav...@gmail.com On Thu, May 20, 2010 at 7:57 PM, prasanthi_ofbiz < prasanthi.sreeramjammise...@tcs.com> wrote: > > Hi All, > I want to show all the list of records in a sing

Re: Entity engine compare columns

2010-10-11 Thread pankaj savita
In entitymodel.xml partyId will be defined as: & In java service you can get & compare using: String partyId = getPartyId(context); if (UtilValidate.isEmpty(partyId)) { //your code...} -- Thanks & Regards, Pankaj Savita Mob: +91 9890262476 Mail to: pankajsav...@gmail.com

Re: Entity engine compare columns

2010-10-11 Thread pankaj savita
Hi Varun, You can make EntityCondition using: EntityCondition.makeCondition("USER_LOGIN_ID", EntityOperator.GREATER_THAN_EQUAL_TO, PARTY_ID) or EntityCondition.makeCondition("USER_LOGIN_ID", EntityOperator.LESS_THAN_EQUAL_TO, PARTY_ID) -- Thanks & Regards, Pankaj Sa

Re: ./startofbiz.sh doesn't start : JDK problem ?

2010-10-06 Thread pankaj savita
Also make sure that your port 8080 is not used by another resource, to avoid JVM bind problem. -- Thanks & Regards, Pankaj Savita Mob: +91 9890262476 Mail to: pankajsav...@gmail.com On Wed, Oct 6, 2010 at 2:58 PM, Christian Geisert < christian.geis...@isu-gmbh.de> wrote: > f...@fr

Re: ./startofbiz.sh doesn't start : JDK problem ?

2010-10-06 Thread pankaj savita
successfully start the server using java -jar ofbiz.jar. -- Thanks & Regards, Pankaj Savita Mob: +91 9890262476 Mail to: pankajsav...@gmail.com On Wed, Oct 6, 2010 at 2:39 PM, Jacques Le Roux < jacques.le.r...@les7arts.com> wrote: > You must use Sun (arg Oracle ;o) OpenJDK does not work w

Re: Users - Can any body of you update the new Freemarker Template jar file

2010-10-04 Thread pankaj savita
Hi Shereen, You can download freemarker jar from here: http://www.freemarker.org/eclipse/freemarker/plugins/ -- Thanks & Regards, Pankaj Savita Mob: +91 9890262476 Mail to: pankajsav...@gmail.com On Mon, Oct 4, 2010 at 2:40 PM, Shereen wrote: > > I'm searching f

Re: want to know if any validation exists

2010-10-01 Thread pankaj savita
: Refer ofbiz10.04\applications\workeffort\script\org\ofbiz\workeffort\timesheet\TimesheetServices.xml -- Thanks & Regards, Pankaj Savita Mob: +91 9890262476 Mail to: pankajsav...@gmail.com On Fri, Oct 1, 2010 at 5:01 PM, soumya jyoti guru wrote: > Hi all, >I am facing a pro

Re: Form

2010-09-27 Thread pankaj savita
Hi Naveen, You can use to get the list of products. -- Thanks & Regards, Pankaj Savita Mob: +91 9890262476 Mail to: pankajsav...@gmail.com On Mon, Sep 27, 2010 at 6:13 PM, Jacques Le Roux < jacques.le.r...@les7arts.com> wrote: >

Re: how is jndi used in ofbiz?

2010-09-26 Thread pankaj savita
Hi Chris, This link could help you to understand OFBiz Setup & JNDI Configuration. http://svn.apache.org/repos/asf/ofbiz/site/docs/config_deploy_maint.html -- Thanks & Regards, Pankaj Savita Mob: +91 9890262476 Mail to: pankajsav...@gmail.com On Sun, Sep 26, 2010 at 11:12 P

Re: upload a file and check by java event

2010-09-24 Thread pankaj savita
rts file into byte arrray, then it calls service 'createPartyContent' which upload byte array of the file to the Database. You just need to go through the code. That can help you. --- Thanks & Regards, Pankaj Savita Mob: 09890262476 Email: pankajsav...@gmail.com<http://redir.a

Re: ofbiz9.04

2010-09-23 Thread pankaj savita
run-install command if its build successfully start the server using java -jar ofbiz.jar. Hope this could help you. --- Regards, Pankaj Savita Mob: 09890262476 Email: pankajsav...@gmail.com 2010/9/24 Michał Cukierman > You have got wrong path. you should try: > java -jar ofbiz.jar ... > &

Re: Login default page questions

2010-09-23 Thread pankaj savita
/*background:url(../images/logo.gif) top left no-repeat;*/ background:url(../images/*loginchange.gif*) top left no-repeat; } Similarlly you can customize every images of different themes 'bluelight', 'flatgrey', 'droppingcrumbs', 'multiflex'

Re: Error

2010-09-17 Thread pankaj savita
it will not call 'JobManager' poll() method. Now create a build of ofbiz using ant run-install & use ofbiz.jar created with modified code. You will not see this Error. But it's a workaround. Can anyone provide a fix for this into the trunk. > -- Thanks & Regar

Re: unable to find ofbiz jar file

2010-09-16 Thread pankaj savita
iz10.04/*" Now run command ofbiz10.04>java -Xms128M -Xmx512M -jar ofbiz.jar It will deploy ofbiz & start server. I hope this could help you. -- Thanks & Regards, Pankaj Savita Mob: +91 9890262476 Mail to: pankajsav...@gmail.com On Wed, Sep 15, 2010 at 1:16 PM, UMESH KUSHWAH

Re:

2007-07-17 Thread pankaj savita
oint to ? ${detailScreen} is invoked in the file : ecommerce/widget/CatalogScreen.xml Thanks in advance -- View this message in context: http://www.nabble.com/%3Cinclude-screen-name%3D%22%24%7BdetailScreen%7D%22-%3E-tf4096557.html#a11648299 Sent from the OFBiz - User mailing list archive at Nabble