Quote and discount

2011-02-09 Thread Shereen
Hi All I'm asking if I can run a certain percent discount on the whole total of the quote? I've checked the quote adjustments but they seem to work on each quote item separately that's not what I want but i want to run on the whole quote items plus I found that I can enter an amount for example

RE: Introspection about data flow in ofbiz

2011-02-09 Thread Hardik Handa
Thanx for the reply i got an overview of this, but now am stuck at the role of delegator !! i checked sun for the same but it was all revolving round the bush. Is it somthing like iterator ??? Thanx in advance. Regards, Hardik Handa Software Engineer - CMHP-RETAIL-COE-eCommerce HCL

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

RE: Introspection about data flow in ofbiz

2011-02-09 Thread Hardik Handa
Santosh, i too mentioned that it deals with database. I am reading that too, my quick query was that does it work the same way iterator works ?? Thanks in advance -Original Message- From: Santosh Malviya [mailto:santosh_malv...@mindtree.com] Sent: 09 February 2011 PM 02:37 To:

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 Subject:

RE: Introspection about data flow in ofbiz

2011-02-09 Thread Hardik Handa
Okkk !! thank you so much !! You made out a start for me -Original Message- From: Santosh Malviya [mailto:santosh_malv...@mindtree.com] Sent: 09 February 2011 PM 03:12 To: user@ofbiz.apache.org Subject: RE: Introspection about data flow in ofbiz No, delegator doesn't work like

Re: Quote and discount

2011-02-09 Thread Jacques Le Roux
Prices rules work with list price. Look like the documentation is hard to read... (yes, kind of RTFM) https://cwiki.apache.org/confluence/display/OFBENDUSER/Price+Rules : 2.3.11.3.3 IMPORTANT: Jacques From: Shereen sheri_ash...@hotmail.com Hi All I'm asking if I can run a certain percent

Enter csv content to entity

2011-02-09 Thread Hardik Handa
How do we import contents of csv file to the existing entity ??? Regards, Hardik Handa Software Engineer - CMHP-RETAIL-COE-eCommerce HCL Technologies Ltd. C-22A, Sector 57, NOIDA. 201301, UP. (India) Tel: +91-120-2586417-19 Mob: +91-9811671898 www.hcltech.comhttp://www.hcltech.com

Re: Enter csv content to entity

2011-02-09 Thread Jacques Le Roux
Another RTFM https://cwiki.apache.org/confluence/display/OFBIZ/Handling+of+External+data Jacques Hardik Handa wrote: How do we import contents of csv file to the existing entity ??? Regards, Hardik Handa Software Engineer - CMHP-RETAIL-COE-eCommerce HCL Technologies Ltd. C-22A, Sector 57,

How to setup multiple jms listener for a queue !

2011-02-09 Thread Prashant Punekar
Hi, Here is the way we have set up a listener on Ofbiz which listens to the physical jms queue. jms-service name=receiveInvServiceMessenger send-mode=all server jndi-server-name=activeMQ jndi-name=ConnectionFactory

RE: How to setup multiple jms listener for a queue !

2011-02-09 Thread Prashant Punekar
Hi, I figured it out that the key to the listener is the combination of jndi-server-name, jndi-name and topic-queue. Hence I changed the topic-queue pointing to the same physical queue and I got two cosumers listening to the same physical queue. Hope this is the right approach. Regards,

Re: Introspection about data flow in ofbiz

2011-02-09 Thread BJ Freeman
Delegator is like java database connection pool handle but has added methods that deals with entities instead of tables. http://ci.apache.org/projects/ofbiz/site/javadocs/ find org.ofbiz.entity = BJ Freeman Strategic Power Office with Supplier Automation

Re: Enter csv content to entity

2011-02-09 Thread Brajesh Patel
hi Hardik, importAddressMatchMapCsv service may help you. On Wed, Feb 9, 2011 at 4:07 PM, Hardik Handa hardik.ha...@hcl.com wrote: How do we import contents of csv file to the existing entity ??? Regards, Hardik Handa Software Engineer - CMHP-RETAIL-COE-eCommerce HCL Technologies Ltd.

RE: Enter csv content to entity

2011-02-09 Thread Akshat Aggarwal
Hi brajesh Can u plz tell me the rite procedure how to use it. How to store the data in a specific entity?? Thanks Regards Akshat -Original Message- From: Brajesh Patel [mailto:brajeshpate...@gmail.com] Sent: 10 February 2011 10:34 To: user@ofbiz.apache.org Subject: Re: Enter csv