OFBiz deployment on Jboss5.1.0

2011-09-07 Thread Santosh Malviya
ied on both 10.04 and trunk but no luck, if someone has done this deployment then please share. -- Thanks and Regards Santosh Malviya

Re: Problem: mysql with ofbiz 10.4

2011-06-28 Thread Santosh Malviya
The exception you posted is not complete, post full exception. -- Thanks and Regards Santosh Malviya On Tue, Jun 28, 2011 at 10:40 AM, Rakesh_Ists wrote: > HI, > > I am getting following exceptions. > >[java] 2011-06-28 16:24:06,503 (main) [ModelViewEntit

Re: Problem: mysql with ofbiz 10.4

2011-06-27 Thread Santosh Malviya
Hello Rakesh, Try with mysql port on which you are working like: - jdbc-uri="jdbc:mysql://127.0.0.1:3309/ofbiz?autoReconnect=true<http://127.0.0.1/ofbiz?autoReconnect=true> " -- Thanks and Regards Santosh Malviya On Mon, Jun 27, 2011 at 1:03 PM, Rakesh_Ists wrote: >

Re: Is there an EntityCondition for returning distinct records?

2011-03-02 Thread Santosh Malviya
Hello Justin, If you are using entity-condition in xml then you have an attribute distinct which is by default false, so you need to set it to true. If you are in groovy or in java then setDistinct(true) can help. -- Thanks and Regards Santosh Malviya On Wed, Mar 2, 2011 at 6:52 PM, Justin

Re: Issue with jQuery

2011-03-01 Thread Santosh Malviya
No, I am customizing an application on that revision, so I did not take update since then. -- Thanks and Regards Santosh Malviya On Tue, Mar 1, 2011 at 8:47 PM, Sascha Rodekamp wrote: > Did you update your Trunk since then? > > > > Am 01.03.2011 um 16:14 schrieb Santosh Mal

Re: Issue with jQuery

2011-03-01 Thread Santosh Malviya
Hi Jacques, I am using trunk on windows 7 and I took checkout around in mid of January. -- Thanks and Regards Santosh Malviya On Tue, Mar 1, 2011 at 12:48 PM, Jacques Le Roux < jacques.le.r...@les7arts.com> wrote: > Are you using a customized version, on which platform? > > Th

Re: Issue with jQuery

2011-02-28 Thread Santosh Malviya
Sorry for inconvenience, it is trunk not 10.04. Thanks and Regards Santosh Malviya On Mon, Feb 28, 2011 at 5:21 PM, Erwan de FERRIERES < erwan.de-ferrie...@nereide.fr> wrote: > Le 28/02/2011 12:40, Santosh Malviya a écrit : > > Hello list, >> >> >> >> Is

Issue with jQuery

2011-02-28 Thread Santosh Malviya
r all three browsers. Any idea? -- Thanks and Regards Santosh Malviya http://www.mindtree.com/email/disclaimer.html

Issue with jQuery

2011-02-28 Thread Santosh Malviya
r all three browsers. Any idea? -- Thanks and Regards Santosh Malviya

Re: Product store group

2011-02-26 Thread Santosh Malviya
I have done price overriding with price rule engine, now I have two options either price rule or product store group, which one is preferable? -- Thanks and Regards Santosh Malviya On Sat, Feb 26, 2011 at 10:17 AM, Ashish Vijaywargiya < ashish.vijaywarg...@hotwaxmedia.com> wrote: &

Product store group

2011-02-25 Thread Santosh Malviya
Group and related entities but I am confused to set up product store group. Is anyone having any idea, how I can set up product store group and assign different prices? Thanks and Regards Santosh Malviya http://www.mindtree.com/email/disclaimer.html

RE: practice/hello1 app issues

2011-02-14 Thread Santosh Malviya
Make sure whether your end tag of is closed in web.xml or not. Thanks and Regards Santosh Malviya -Original Message- From: Kenneth G. Bice [mailto:awsnap.kenn...@gmail.com] Sent: Tuesday, February 15, 2011 9:35 AM To: user@ofbiz.apache.org Subject: practice/hello1 app issues Tutorial

RE: Introspection about data flow in ofbiz

2011-02-09 Thread Santosh Malviya
No, delegator doesn't work like iterator, its purpose is to interact with database for CRUD operations. Thanks and Regards Santosh Malviya -Original Message- From: Hardik Handa [mailto:hardik.ha...@hcl.com] Sent: Wednesday, February 09, 2011 2:42 PM To: user@ofbiz.apache.org Su

RE: Introspection about data flow in ofbiz

2011-02-09 Thread Santosh Malviya
Hello Hardik, Delegator is used for dealing with database. If you want to understand flow of OFBiz then you should go through by practice application and here is link for the same: https://cwiki.apache.org/OFBIZ/ofbiz-tutorial-a-beginners-development-guide.html Thanks and Regards Santosh

Appearance of locale string in front-end

2011-02-07 Thread Santosh Malviya
that my changed locale can appear in front-end instantly. Thanks and Regards Santosh Malviya http://www.mindtree.com/email/disclaimer.html

RE: add me to the list

2011-02-03 Thread Santosh Malviya
Hello Hardik, Here is link for joining mailing list: - https://cwiki.apache.org/OFBADMIN/mailing-lists.html Thanks and Regards Santosh Malviya From: Hardik Handa [mailto:hardik.ha...@hcl.com] Sent: Friday, February 04, 2011 12:28 PM To: user@ofbiz.apache.org Subject: add me to the list Add me

Re: Questions regarding survey

2010-12-15 Thread Santosh Malviya
No, I did not find. Thanks and Regards Santosh Malviya On Wed, Dec 15, 2010 at 1:13 PM, varun bhansaly wrote: > Hi Santosh, > Have you found the purpose of items #4, #5. > It would be really helpful if you (or if any one else) share your findings. > > On Mon, Jul 12, 2010 at 5

RE: Problem in groovy

2010-10-05 Thread Santosh Malviya
Hi Naveen, You can see GenericDelegator.java file where all methods are defined. Thanks and Regards Santosh Malviya From: Naveen Kumar [naveen.new...@gmail.com] Sent: Wednesday, October 06, 2010 12:09 PM To: user@ofbiz.apache.org Subject: Re: Problem in

RE: Product Reviews

2010-09-27 Thread Santosh Malviya
Hi Gavin, Go to Catalog ->Reviews and approve pending review. Thanks and Regards Santosh Malviya From: Gavin Mabie [gavin.ma...@urbannex.co.za] Sent: Tuesday, September 28, 2010 10:17 AM To: user@ofbiz.apache.org Subject: Product Reviews Hi Onc

Re: Query regarding ofbiz-BIRT integration

2010-08-12 Thread Santosh Malviya
Hello Swapnil, If you have formed query in groovy then why are you again doing query in rptdesign file, can you put your open and fetch code here to better understand. -- Thanks and Regards Santosh Malviya On Thu, Aug 12, 2010 at 1:00 PM, Swapnil Sawant < swapnil.saw...@lntinfotech.com>

Re: Query regarding ofbiz-BIRT integration

2010-08-11 Thread Santosh Malviya
Hello Swapnil, Instead of writing code in open and fetch method of rptdesign, you can use groovy to fetch data and then just get your data in open from groovy and set into fetch method, and groovy is easy to maintain than rptdesign. -- Thanks and Regards Santosh Malviya On Thu, Aug 12, 2010 at

Re: Simple store

2010-07-29 Thread Santosh Malviya
-trunk.ofbiz.apache.org:8443/catalog/control/EditProductStore?productStoreId=9000 HTH -- Thanks and Regards Santosh Malviya On Fri, Jul 30, 2010 at 9:31 AM, Arthi Raja wrote: > Hi all, > > > After creating a store i wish to view it as an end user , using this > http://127.0.0.1:8080/ec

Re: email sending failed

2010-07-29 Thread Santosh Malviya
BTECH/Apache+OFBiz+Technical+Production+Setup+Guide#ApacheOFBizTechnicalProductionSetupGuide-EmailServerSettings HTH -- Thanks and Regards Santosh Malviya On Thu, Jul 29, 2010 at 10:52 PM, Bubbly wrote: > > Hi All, > > I am getting following error after order confirmation in ofb

Gift card with one page checkout

2010-07-29 Thread Santosh Malviya
Hello list, How can I use gift card in one page checkout, I am able to use it with checkout and quick checkout but not with one page checkout. -- Thanks and Regards Santosh Malviya

Re: Simple store

2010-07-29 Thread Santosh Malviya
Hello Arthi, Following link will be of your interest: - https://cwiki.apache.org/confluence/display/OFBENDUSER/Product+Stores -- Thanks and Regards Santosh Malviya On Thu, Jul 29, 2010 at 7:13 PM, Arthi Raja wrote: > Hi all, > > > how to create a simple store >

Re: OFBiz data sources for BIRT

2010-07-28 Thread Santosh Malviya
Hello Byers, I didn't try it but if you want to pass a list then you have to put the list into the birtParameters and then iterate that list in fetch method of rptdesign. -- Thanks and Regards Santosh Malviya On Thu, Jul 29, 2010 at 11:29 AM, Al Byers wrote: > Santosh, > > Thank

Re: OFBiz data sources for BIRT

2010-07-28 Thread Santosh Malviya
Hello Byers, Inline. On Thu, Jul 29, 2010 at 10:11 AM, Al Byers wrote: > Thanks Santosh and Hans. Please see questions below. > > On Wed, Jul 28, 2010 at 9:57 PM, Santosh Malviya > wrote: > > Hello Byers, > > > > You can also use groovy for r

Re: OFBiz data sources for BIRT

2010-07-28 Thread Santosh Malviya
Hello Byers, You can also use groovy for retrieving data and put them in birtParameters map and pass the map to rptdesign or else you can get data in rptdesign itself. -- Thanks and Regards Santosh Malviya On Thu, Jul 29, 2010 at 6:35 AM, Hans Bakker wrote: > You can retrieve the data w

Re: help with groovy file

2010-07-24 Thread Santosh Malviya
d and set to context. HTH -- Thanks and Regards Santosh Malviya On Sat, Jul 24, 2010 at 2:57 PM, rohit wrote: > > i did, now it srequirement.getRelated(" > OrderRequirementCommitment"); > hows the below error: > > (SQL Exception while setting value on field [orderId] of

Re: help with groovy file

2010-07-24 Thread Santosh Malviya
Hello Rohit, Correct following line orderId = orderRequirement("orderId"); to orderId = orderRequirement.orderId; -- Thanks and Regards Santosh Malviya On Sat, Jul 24, 2010 at 2:21 PM, rohit wrote: > > hi, > > I want to view the order page using the requirement

Re: Generation of questions from pdf in survey

2010-07-16 Thread Santosh Malviya
Hello Matt, Could you share how to do it with html form, I tried with html/text but it was giving error of "Error generating PDF: java.io.IOException: PDF header signature not found." Thanks and Regards Santosh Malviya On Sat, Jul 17, 2010 at 7:00 AM, Matt Warno

Re: Generation of questions from pdf in survey

2010-07-16 Thread Santosh Malviya
Hello BJ, If there is no provision then what does this feature do in survey and which kind of format it supports for generating questions. Thanks and Regards Santosh Malviya On Fri, Jul 16, 2010 at 10:00 PM, BJ Freeman wrote: > the show stopper is there is no provision to read from a Pdf

Generation of questions from pdf in survey

2010-07-16 Thread Santosh Malviya
y and tried to apply questions from category drop-down(it shows name of added content id) but it does not show any questions from pdf after applying the selected category. Are these steps are correct or am I missing something. Thanks and Regards Santosh Malviya

Re: problem while returning list object

2010-07-15 Thread Santosh Malviya
Hi Prasanthi, Service returns a map, so your return type should be Map and in this map you have to put the list which will be also your OUT parameter and then you can use the map wherever by accessing its key/value field. Have a look on performFindList service. Thanks and Regards Santosh

Questions regarding survey

2010-07-12 Thread Santosh Malviya
under SurveyID tab) (4) W/Question (in list of questions under Questions tab) (5) W/Option (in list of questions under Questions tab) Thanks and Regards Santosh Malviya

Re: How to create our own service

2010-07-09 Thread Santosh Malviya
Hello Prasanthi, Have a look on createRoleType service. Thanks and Regards Santosh Malviya On Fri, Jul 9, 2010 at 5:38 PM, prasanthi_ofbiz < prasanthi.sreeramjammise...@tcs.com> wrote: > > Hi, > I want to know How to create our own service in side ofbiz application . I >

Re: Problem in encryption for cardNumber field

2010-06-24 Thread Santosh Malviya
Anyone has idea Thanks and Regards Santosh Malviya On Wed, Jun 23, 2010 at 8:15 PM, Santosh Malviya wrote: > Hello all, > > I am facing problem of not getting encrypted value of cardNumber. > cardNumber field is set to true for "encrypt" in CreditCard entity but wh

Problem in encryption for cardNumber field

2010-06-23 Thread Santosh Malviya
this a bug or need to handle encryption/decryption techniques externally. Thanks and Regards Santosh Malviya

Re: Form that gives output as PDF or in other output

2010-05-12 Thread Santosh Malviya
Hello Ravindra, Follow reports under facility component you will get an example of generating pdf using form-widget. Thanks and Regards Santosh Malviya On Wed, May 12, 2010 at 2:39 PM, Ravindra Mandre wrote: > Hi, > I wanted to know that in OFBiz we have some feature like that we ca

Santosh Malviya wants to chat

2010-04-12 Thread Santosh Malviya
--- Santosh Malviya wants to stay in better touch using some of Google's coolest new products. If you already have Gmail or Google Talk, visit: http://mail.google.com/mail/b-44ba4b9f7d-d183e77080-808109438f4747c3 You'

Re: How to list records by default without requiring user to click lookup button first

2010-03-11 Thread Santosh Malviya
Hi Jack, If you are having a search form and willing to populate search list without clicking on lookup button then set widget.defaultNoConditionFind to Y in widget.properties. HTH. Thanks and Regards Santosh Malviya On Fri, Mar 12, 2010 at 9:19 AM, Jack Liu wrote: > Hi All > >

Re: Event & Service

2010-03-07 Thread Santosh Malviya
+Development+Guide HTH Thanks and Regards Santosh Malviya On Mon, Mar 8, 2010 at 11:58 AM, Narayan Patil wrote: > Hi List, > > What is the difference between Event and Service ? > > Regards > Narayan >

Re: SMS gateway integration with OFBiz ?

2010-03-04 Thread Santosh Malviya
Hello Anil, I have also done sms integration with an SMS service provider using HTTP request, you need to send request to the gateway with specific parameters provided by them and rest will be handled by the gateway. Thanks and Regards Santosh Malviya On Tue, Mar 2, 2010 at 7:54 PM, Jacques Le

Re: starting issue

2010-02-08 Thread Santosh Malviya
Hi Gagan, Your server is already running on the port you are using, so kill the process of that port and restart the server. Thanks and Regards Santosh Malviya On Mon, Feb 8, 2010 at 5:31 PM, Shubham Dubey wrote: > use > java -Xmx256M -jar ofbiz.jar > > instead > > java -Xms

Re: Conversion of sql query

2010-01-13 Thread Santosh Malviya
Thanks Awdesh, I'll give it a try. Thanks and Regards Santosh Malviya On Wed, Jan 13, 2010 at 6:48 PM, Awdesh Parihar wrote: > Hello Santosh, > See my comment inline. > > On Wed, Jan 13, 2010 at 6:34 PM, Santosh Malviya >wrote: > > > Hi Pradeep, > > I did

Re: Conversion of sql query

2010-01-13 Thread Santosh Malviya
: - Thanks and Regards Santosh Malviya On Wed, Jan 13, 2010 at 6:13 PM, S K Pradeep kumar < s.k.pradeepku...@gmail.com> wrote: > Hi Santosh , > > Create the view entity for all your tables and use > delegator.findByCondition

Conversion of sql query

2010-01-13 Thread Santosh Malviya
; and pa2.attr_value ='Romance' and pa1.product_id = pa2.product_id and pa1.product_id = p.product_id Please help if someone has any idea for doing so. Thanks in advance. Thanks and Regards Santosh Malviya

Re: Retreiving Data

2009-12-27 Thread Santosh Malviya
Hello Prabhakaran, To retrieve data use groovy and display through ftl, there are so many example where you will find this combination of groovy and ftl. Thanks and Regards Santosh Malviya On Mon, Dec 28, 2009 at 1:17 PM, Prabhakaran Duraisamy < prabhaka...@formativesolutions.co.in>

Re: Currency UOM

2009-11-12 Thread Santosh Malviya
Click on the NA link under cost and edit the cost for the product. Thanks and Regards Santosh Malviya On Fri, Nov 13, 2009 at 11:40 AM, Prabhakaran Duraisamy < prabhaka...@formativesolutions.co.in> wrote: > Hi Santhosh, > > Its Working fine Santosh , I didnt Change INR in Catalo

Re: Currency UOM

2009-11-12 Thread Santosh Malviya
Hi Prabhakaran, It is working fine for me, let you know later on when I'll get a chance, till then you can check whether your product's price is also having INR currencyUomId in Catalog component. Thanks and Regards Santosh Malviya On Thu, Nov 12, 2009 at 3:59 PM, Prabhakaran

Re: Currency UOM

2009-11-12 Thread Santosh Malviya
Hello Prabhakaran, Go to webtools and edit the entity PartyAcctgPreference by setting its baseCurrencyUomId to INR. Thanks and Regards Santosh Malviya On Thu, Nov 12, 2009 at 2:08 PM, Prabhakaran Duraisamy < prabhaka...@formativesolutions.co.in> wrote: > Hi Santhosh Sorry I cant ge

Re: Currency UOM

2009-11-11 Thread Santosh Malviya
Thanks and Regards Santosh Malviya On Thu, Nov 12, 2009 at 11:00 AM, Prabhakaran Duraisamy < prabhaka...@formativesolutions.co.in> wrote: > Hi > > while I am trying BOM Simulation in Manufacturins >Bill of Matrials > > if Selected INR - Indian Rupee following error is occured

Re: Hot deploy

2009-11-06 Thread Santosh Malviya
Hello Prabhakaran, Following link is of your help to start CRUD operation in minilang http://docs.ofbiz.org/display/OFBIZ/OFBiz+Beginners+Development+Guide+Using+Practice+Application+%28Hello+World...%29 Thanks and Regards Santosh Malviya On Fri, Nov 6, 2009 at 3:28 PM, Prabhakaran Duraisamy

Re: Unable to start Lambda Probe

2009-10-29 Thread Santosh Malviya
*Jo khaye wo pachhhtaye jo na khaye wo bhi pachhtaye (one who eats, regrets and who, doesn't eat also regrets )* ;) Thanks and Regards Santosh Malviya On Thu, Oct 29, 2009 at 3:05 PM, Mridul Pathak < mridul.pat...@hotwaxmedia.com> wrote: > It is super delicious and has so m

Re: How to Create Own Store

2009-09-21 Thread Santosh Malviya
Hello Kumar, OFBiz provides default database which is derby and it does not require any connection and if you want to use other than derby then you have to do setting accordingly for postgresql etc. On Mon, Sep 21, 2009 at 2:20 PM, Jitender wrote: > > any one can help me > > how we get the conn

Re: Chart of Accounts export - does not export all records at a time

2009-06-07 Thread Santosh Malviya
"basic-table hover-bar" view-size="1000"> noConditionFind field is used for perfomFind service and if this is set to "Y" means find records without any entityConditionList. HTH Thanks and Regards Santosh Malviya www.hotwaxmedia.com ARays wrote: Hi Santosh, I tried t

Re: Chart of Accounts export - does not export all records at a time

2009-06-05 Thread Santosh Malviya
Hello ARays, You can also try with view-size attribute of form where you can give integer type value to display no. of records like 1000, it'll display all records based on value of view-size, without pagination. Thanks and Regards Santosh Malviya www.hotwaxmedia.com ARays wrote: Fant

Re: Problem in generating bar code

2009-04-24 Thread Santosh Malviya
th, but still I am not able to see barcode in my pdf. Please suggest if I am missing something. Thanks and Regards Santosh Malviya Erwan de FERRIERES wrote: the problem is not from the website, I've been trying to generate barcodes with an older version and it is working. For the fop ba

Re: freemarker

2009-03-23 Thread Santosh Malviya
interface. Did someone has anything about freemerker? Best regars -- Thanks and Regards Santosh Malviya Enterprise Software Developer Hotwax Media Inc. Indore(M.P.) India Mobile : +91 9977650914 smime.p7s Description: S/MIME Cryptographic Signature

Re: Problem in generating bar code

2009-03-18 Thread Santosh Malviya
Hello Christian, Thank you for looking into bar code problem. I hope this will be fixed soon. Christian Geisert wrote: Santosh Malviya schrieb: Hello all, We are facing a problem of generating bar code inside pdf, same problem with OOTB but it was being generated until few days back, cause

Re: Problem in generating bar code

2009-03-17 Thread Santosh Malviya
Yes BJ, I think there is a possibility of server migration or something like that. Thanks for looking into this, let's see what other users think about this. Thanks & Regards Santosh Malviya BJ Freeman wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 oops sorry saw you menti

Problem in generating bar code

2009-03-17 Thread Santosh Malviya
any solution for this problem. Thanks in advance. Thanks and Regards Santosh Malviya smime.p7s Description: S/MIME Cryptographic Signature

Re: How to use DescriptiveStatistics class

2009-03-13 Thread Santosh Malviya
Thanks you BJ, it works for me. Thanks and Regards Santosh Malviya BJ Freeman wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I created a test java class and put in import org.apache.commons.math.stat.descriptive.DescriptiveStatistics and it does not show as being in ofbiz currently. So

How to use DescriptiveStatistics class

2009-03-13 Thread santosh malviya
Hello all, I have to use DescriptiveStatistics class of package org.apache.commons.math.stat.descriptive.DescriptiveStatistics in groovy in order to use its methods like addValue and getStandardDeviation. So how can I use it. Please help. Thanks in advance. Thanks and Regards Santosh Malviya **

Configure product problem

2009-02-27 Thread Santosh Malviya
the dynamically generated product. -- Thanks and Regards Santosh Malviya Enterprise Software Developer Hotwax Media Inc. Indore(M.P.) India Mobile : +91 9977650914 smime.p7s Description: S/MIME Cryptographic Signature

Re: How to add Invoice sales tax

2009-02-20 Thread Santosh Malviya
Thank you Sumit for your reply but I think if I choose appropriate override Gl account Id then it can be solved. Thanks and Regards Santosh Malviya Sumit Pandit wrote: Hello Santosh, If any financial operation is performed then the corresponding entry is done in background by system. If

Re: How to add Invoice sales tax

2009-02-20 Thread Santosh Malviya
Hello Sumit, You are right, debit entry of sales tax is missing so how can I create this sales tax's entry into DB. Thanks and Regards Santosh Malviya Sumit Pandit wrote: Hello Santosh, Here as per information provided you you, it looking like that 1 entry is missing in entity. It

Re: How to add Invoice sales tax

2009-02-19 Thread Santosh Malviya
dded into total price(ACCOUNTS PAYABLE, amount 288$). (3) Only four entries were there as a result of this invoice. Thanks and Regards Santosh Malviya David E Jones wrote: Santosh, I don't understand this question, and I'm not sure if others do either. For example, what do you mean

Re: query

2009-02-19 Thread Santosh Malviya
-commerce application.In which xml file the modification to be done with regards vishnupriya -- Thanks and Regards Santosh Malviya Enterprise Software Developer Hotwax Media Inc. Indore(M.P.) India Mobile : +91 9977650914 smime.p7s Description: S/MIME Cryptographic Signature

Re: How to add Invoice sales tax

2009-02-19 Thread Santosh Malviya
ards Santosh Malviya Santosh Malviya wrote: Hello all, I have done it in my purchase invoice but not able to see it in my overall price while my invoice shipping and handling price added successfully. Thanks in advance. Thanks & Regards Santosh Malviya smime.p7s Description

How to add Invoice sales tax

2009-02-19 Thread Santosh Malviya
Hello all, I have done it in my purchase invoice but not able to see it in my overall price while my invoice shipping and handling price added successfully. Thanks in advance. Thanks & Regards Santosh Malviya smime.p7s Description: S/MIME Cryptographic Signature

Re: Purchase Order Shipping

2009-02-18 Thread Santosh Malviya
Hello, When you receive inventory then it automatically creates a new purchase invoice. murp3433 wrote: Thanks! One more thing along those lines. How do i get it to create a purchase invoice after receiving a PO? santosh malviya-2 wrote: Hello, Under shipment information of the

Re: Purchase Order Shipping

2009-02-18 Thread Santosh Malviya
hipping and handling from the supplier? I'm sorry it this is discussed elsewhere but i haven't been able to find the answer -- Thanks and Regards Santosh Malviya Enterprise Software Developer Hotwax Media Inc. Indore(M.P.) India Mobile : +91 9977650914 smime.p7s Description: S/MIME Cryptographic Signature

Re: Content Management System with OFBiz

2009-02-10 Thread Santosh Malviya
Hello Baiju, You can get CMS overview from this link http://docs.ofbiz.org/display/OFBENDUSER/Content+Management+Overview Thanks and Regards Santosh Malviya Baiju wrote: Hi all, I am new in OFBiz and I need some help in CMS . I want to create some UI(view) using CMS , Please help me to

Re: View / Edit Delivery Schedule Info

2009-02-09 Thread Santosh Malviya
Same behavior with me, when I create a purchase order and click on "New shipment for ship group[1]" get like this screen. Thanks and Regards Santosh Malviya Vikas Mayur wrote: When I create an order and click "View / Edit Delivery Schedule Info" under Actions screen

Re: ZK view handler?

2009-02-06 Thread Santosh Malviya
Hello all, I have to call an event into zk's java code, how can I do so while I have called a service successfully. Thanks in advance. Thanks & Regards Santosh Malviya Milind Parikh wrote: The simple answer is .. simple. Declare a delegator and then a dispatcher based on the dele

Re: ZK view handler?

2009-02-04 Thread Santosh Malviya
Thank you very much Rishi for your valuable reply, I tried with this and it worked. Actually I tried with this java instead of groovy. But using groovy still giving error. Thanks & Regards Santosh Malviya Rishi Solanki wrote: Hello Santosh, If you seen in the examples at -

Re: ZK view handler?

2009-02-04 Thread Santosh Malviya
Hello BJ, The file is in webapp/practice and this is not an ftl, it is a zul file naming hello.zul. When I run application gives error of "groovy not found". Thanks and Regards Santosh Malviya BJ Freeman wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 where is the file this

Re: ZK view handler?

2009-02-03 Thread Santosh Malviya
ntext like this LocalDispatcher dispatcher = servletContext.getDispatcher(); from where servletContext can be got in zk. I tried with another code using java in zscript's language tag it worked fine. Milind Parikh wrote: Please post your code. Regards - Milind On Tue, Feb 3, 2009 at 10:03 PM, Santosh

Re: ZK view handler?

2009-02-03 Thread Santosh Malviya
Thank you Milind for the reply, it is working fine with java but with groovy what is needed. Thanks & Regards Santosh Malviya Milind Parikh wrote: The first debugging step should be whether it works with Java. If it does, you might need to "install" Groovy. Regards -- Milind

Re: ZK view handler?

2009-02-03 Thread Santosh Malviya
Hello all, I have to use groovy in zk and I did it with tag language="Groovy"> but I got an interpreter exception saying "Groovy not found", am I missing something or any plugin is required for it. Thanks in advance. Thanks & Regards Santosh Malviya Milind Parikh w

Re: ZK view handler?

2009-02-01 Thread Santosh Malviya
Thank you Milind for your quick reply, could you tell meaning of RT.M in Zk(RT.M). Thanks and Regards Santosh Malviya Milind Parikh wrote: The simple answer is .. simple. Declare a delegator and then a dispatcher based on the delegator and runSync() and mull over the results in Zk. For

Re: ZK view handler?

2009-02-01 Thread Santosh Malviya
Hello all, After doing integration of Zk with OFBiz, how I can use existing events/services of OFBiz into Zk.Please suggest how can I do so. Thanks in advance. Thanks and Regards Santosh Malviya Santosh Malviya wrote: Thank you Milind for the suggestion. Thanks & Regards Santosh Mal

Re: ZK view handler?

2009-01-30 Thread Santosh Malviya
Thank you Milind for the suggestion. Thanks & Regards Santosh Malviya Milind Parikh wrote: My suggestion, right now, would be to type in the code. It's really simple; as you have seen. Regards - Milind On Thu, Jan 29, 2009 at 7:33 AM, Santosh Malviya < santosh.malv...@hotwaxmedi

Re: ZK view handler?

2009-01-29 Thread Santosh Malviya
>>> >>>> >> says how can you use ZUL/ZHTML pages with your existing >>> ftls/htmls >>> >>>> or >>> >>>> how >>> >>>> >> to >>> >>>> >> use screen widget with ZK >>> >>>> >> >>> >>>> >> May be I am missing something. >>> >>>> >> >>> >>>> >> >>> >>>> >> guo weizhan wrote: >>> >>>> >>> you should read this first: >>> >>>> >>> >>> >>>> >>> http://docs.ofbiz.org/display/OFBIZ/ZK+Rich+Client+-+integration+tutorial >>> >>>> >>> >>> >>>> >>> 2008/2/1, Ritz123 : >>> >>>> >>>> >>> >>>> >>>> Hi, >>> >>>> >>>> >>> >>>> >>>> Those who are using ZK with Ofbiz does it need a view handler? >>> >>>> >>>> >>> >>>> >>>> How have you guys integrated ZUL/ZHTML pages with Ofbiz? >>> (either >>> >>>> in >>> >>>> the >>> >>>> >>>> screens.xml or controller.xml)? >>> >>>> >>>> -- >>> >>>> >>>> View this message in context: >>> >>>> >>>> http://www.nabble.com/ZK-view-handler--tp15217609p15217609.html >>> >>>> >>>> Sent from the OFBiz - User mailing list archive at Nabble.com. >>> >>>> >>>> >>> >>>> >>>> >>> >>>> >>> >>> >>>> >> >>> >>>> > >>> >>>> > >>> >>>> > >>> >>>> >>> >>>> -- >>> >>>> View this message in context: >>> >>>> http://www.nabble.com/ZK-view-handler--tp15217609p21112393.html >>> >>>> Sent from the OFBiz - User mailing list archive at Nabble.com. >>> >>>> >>> >>>> >>> >>>> >>> >>> >>> > >>> > >>> >>> -- >>> View this message in context: >>> http://www.nabble.com/ZK-view-handler--tp15217609p21124711.html >>> Sent from the OFBiz - User mailing list archive at Nabble.com. >>> >>> >> >> > > -- > View this message in context: http://www.nabble.com/ZK-view-handler--tp15217609p21135132.html > Sent from the OFBiz - User mailing list archive at Nabble.com. > > -- Thanks and Regards Santosh Malviya Enterprise Software Developer Hotwax Media Inc. Indore(M.P.) India Mobile : +91 9977650914 smime.p7s Description: S/MIME Cryptographic Signature

Re: Apache OFBiz development

2009-01-19 Thread Santosh Malviya
nabble.com/file/p21541933/Entity.jpeg Entity.jpeg Warning : Noob in training :working: -- Thanks and Regards Santosh Malviya Enterprise Software Developer Hotwax Media Inc. Indore(M.P.) India Mobile : +91 9977650914 smime.p7s Description: S/MIME Cryptographic Signature

Re: Apache OFBiz development

2009-01-19 Thread Santosh Malviya
sps>${uiLabelMap.CommonY}<#else>${uiLabelMap.CommonN} Planet <#elseif "TELECOM_NUMBER" = mechMap.contactMechTypeId?if_exists> ${uiLabelMap.PartyPhoneNumber}

Re: how email tracking is done in ofbiz

2009-01-18 Thread Santosh Malviya
Hello Harish, Could you be more specific with this question, do you want how email notification is done or something else??? harish84 wrote: -- Thanks and Regards Santosh Malviya Enterprise Software Developer Hotwax Media Inc. Indore(M.P.) India Mobile : +91 9977650914 smime.p7s

Re: Question about onepagecheckoutoptions.ftl

2009-01-15 Thread Santosh Malviya
me when the onepagecheckout page is rendered(the exploding effect when each is clicked on). Thanks in advance! -CJ -- Thanks and Regards Santosh Malviya Enterprise Software Developer Hotwax Media Inc. Indore(M.P.) India Mobile : +91 9977650914 smime.p7s Description: S/MIME Cryptographic Signature

Re: Error in onePageCheckout process ,shipping options are empty

2008-12-19 Thread santosh malviya
Hello Jacques I just commented yours commit of rev 727807 which I had posted and shipping options were working. Thanks and Regards Santosh Malviya Jacques Le Roux wrote: I was able to quickly reproduce and fix the error Arun mentionned but not yours. Could you please give more informations

Re: Error in onePageCheckout process ,shipping options are empty

2008-12-19 Thread santosh malviya
) chargedToPaymentPref = chargedToPaymentPref.add(new BigDecimal(value.doubleValue())); } Thanks and Regards Santosh Malviya Arun Patidar wrote: Hello all I am getting problem during onePageCheckout process. After clicking on Continue to 3 button ,shipping methods are empty in shipping options. This is due

Re: not able to display error message

2008-11-30 Thread Santosh Malviya
Hello Subramanya, Did you make entry in view mapping. Thanks and Regards Santosh Malviya - Original Message - From: "Subramanya Hegde" <[EMAIL PROTECTED]> To: user@ofbiz.apache.org Sent: Monday, December 1, 2008 10:51:27 AM GMT +05:30 Chennai, Kolkata, Mumbai, New D

Re: Accounting Transactions Entries

2008-11-19 Thread Santosh Malviya
Hello Rees, Accounting Transaction Entries is same on it place,there is no change. I checked on demo.hotwaxmedia.com/accounting Thanks and Regards Santosh Malviya - Original Message - From: "Rees Watkins" <[EMAIL PROTECTED]> To: user@ofbiz.apache.org Sent: Thurs

Re: Help needed for setting promotion to catagories

2008-10-24 Thread santosh malviya
Regards Santosh Malviya Abhishake Agarwal wrote: Hi, I have applied "x product for Y% discount" promotion to category id 100 and also included its sub categories (quantity:1,amount:4). Please look at following URL: https://demo.hotwaxmedia.com/catalog/control/EditProductPromo?productPro

Re: problem in calling a service from bsh

2007-12-17 Thread santosh malviya
Since you are supplying userLogin in service and in simple method userLogin field is commented thats why it is giving excepion. On Dec 17, 2007 1:26 PM, shree <[EMAIL PROTECTED]> wrote: > > Hi all, > I am trying to call a service from a bsh file. > > The service is as follows.. > > > >