Re: how is jndi used in ofbiz?

2010-09-27 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 PM, chris snow chsnow...@gmail.com wrote:

 Hi BJ,

 I was specifically looking at 9.04, GeronimoContainer - it is binding
 the GeronimoTransactionManager to jndi:

InitialContext ic = new InitialContext();
ic.rebind(java:comp/UserTransaction, new
 GeronimoTransactionManager());

 But in the GeronimoTransactionFactory it looks like JNDI is bypassed:

   static {
// creates an instance of Geronimo transaction context, etc
 with a local transaction factory which is not bound to a registry
try {
transactionLog = new UnrecoverableLog();
geronimoTransactionManager = new
 GeronimoTransactionManager(defaultTransactionTimeoutSeconds,
 (XidFactory)new XidFactoryImpl(), transactionLog);
} catch (XAException e) {
Debug.logError(e, Error initializing Geronimo transaction
 manager:  + e.toString(), module);
}
}

 So is the JNDI binding not used?



Re: where is Rental Store

2010-09-27 Thread Shereen

Hi all
I'm new to ofbiz and I have questions regarding the rentals
this is my case:
my company has some products for rent say equipments or machines no need to
ship just the very simple functions with any rentals start date and end date
and a flag so that if it's rented to somone we cant rent it to the another
client.
I found a catalog called rental but I dunno really how to deal with it.
Can anyone tell me simple steps as a user on how to setup a product not for
selling but for rentals? how to associate dates to the product?
the rental boats catalog does it include any special feature to say that its
products are for rent not for sail?
I'd be grateful if anyone can tell some steps how to handle this
-- 
View this message in context: 
http://ofbiz.135035.n4.nabble.com/where-is-Rental-Store-tp1677707p2714998.html
Sent from the OFBiz - User mailing list archive at Nabble.com.


Re: Olap and tenant tables not created after doing ant run-install-extseed

2010-09-27 Thread cmunozjuste

Thank you both for your help.

So I reckon that three databases are needed. I was just trying to make it
work with one database in order to save resources, but if it cannot be done,
then I will set up three.

Thanks again.

Carlos
-- 
View this message in context: 
http://ofbiz.135035.n4.nabble.com/Olap-and-tenant-tables-not-created-after-doing-ant-run-install-extseed-tp2553385p2715001.html
Sent from the OFBiz - User mailing list archive at Nabble.com.


Re: where is Rental Store

2010-09-27 Thread BJ Freeman

https://demo-trunk.ofbiz.apache.org/catalog/control/EditProductStoreCatalogs?productStoreId=9000
add the rental catalog it will show up on the
choose catalog
http://demo-trunk.ofbiz.apache.org/ecommerce/control/main


=
BJ Freeman
Strategic Power Office with Supplier Automation  
http://www.businessesnetwork.com/automation/viewforum.php?f=52
Specialtymarket.com  http://www.specialtymarket.com/
Systems Integrator-- Glad to Assist

Chat  Y! messenger: bjfr33man
Shereen sent the following on 9/27/2010 12:01 AM:




Hi all
I'm new to ofbiz and I have questions regarding the rentals
this is my case:
my company has some products for rent say equipments or machines no need to
ship just the very simple functions with any rentals start date and end date
and a flag so that if it's rented to somone we cant rent it to the another
client.
I found a catalog called rental but I dunno really how to deal with it.
Can anyone tell me simple steps as a user on how to setup a product not for
selling but for rentals? how to associate dates to the product?
the rental boats catalog does it include any special feature to say that its
products are for rent not for sail?
I'd be grateful if anyone can tell some steps how to handle this


Re: where is Rental Store

2010-09-27 Thread Shereen

I've tried that thanks

Now I have the catalog rentals in the ecommerce and I wanted to try to book
the luxuray room for example.

Could you please give me more information on how this rentals work? where is
its calender ?

what if I want to book some thing from my back office?

how to specify that a certain product is for rent not for selling and how to
price it?

Thanks a lot for your help


-- 
View this message in context: 
http://ofbiz.135035.n4.nabble.com/where-is-Rental-Store-tp1677707p2715194.html
Sent from the OFBiz - User mailing list archive at Nabble.com.


Eclipse plugin for Ajax based layout maker.

2010-09-27 Thread Anil Soni
Anyone used some type of Eclipse plug-in to create AJAX based layout, which we 
can directly use in framework instead of FTL ?


Regards,
Anil Soni
Cell : +91-9930302283



This Email may contain confidential or privileged information for the intended 
recipient (s) If you are not the intended recipient, please do not use or 
disseminate the information, notify the sender and delete it from your system.

__

Re: Eclipse plugin for Ajax based layout maker.

2010-09-27 Thread Sascha Rodekamp
Hi Anil,
nope, what whould you achive with such a plugin. What kind of Ajax based
layout?

2010/9/27 Anil Soni anil.s...@lntinfotech.com

 Anyone used some type of Eclipse plug-in to create AJAX based layout, which
 we can directly use in framework instead of FTL ?


 Regards,
 Anil Soni
 Cell : +91-9930302283


 
 This Email may contain confidential or privileged information for the
 intended recipient (s) If you are not the intended recipient, please do not
 use or disseminate the information, notify the sender and delete it from
 your system.

 __




-- 
Sascha Rodekamp
Lynx-Consulting GmbH
Johanniskirchplatz 6
D-33615 Bielefeld
http://www.lynx.de


RE: Eclipse plugin for Ajax based layout maker.

2010-09-27 Thread Anil Soni
Ajax based layout means where I can create Ajaxy components and can make Ajax 
call to my services. So I am looking for Eclipse plug-in kind of Editor/ layout 
maker where I can  design my entire page and just use that page in OFBiz 
project to reduce GUI coding effort.


-Original Message-
From: Sascha Rodekamp [mailto:sascha.rodekamp.lynx...@googlemail.com]
Sent: Monday, September 27, 2010 5:01 PM
To: user@ofbiz.apache.org
Subject: Re: Eclipse plugin for Ajax based layout maker.

Hi Anil,
nope, what whould you achive with such a plugin. What kind of Ajax based
layout?

2010/9/27 Anil Soni anil.s...@lntinfotech.com

 Anyone used some type of Eclipse plug-in to create AJAX based layout, which
 we can directly use in framework instead of FTL ?


 Regards,
 Anil Soni
 Cell : +91-9930302283


 
 This Email may contain confidential or privileged information for the
 intended recipient (s) If you are not the intended recipient, please do not
 use or disseminate the information, notify the sender and delete it from
 your system.

 __




--
Sascha Rodekamp
Lynx-Consulting GmbH
Johanniskirchplatz 6
D-33615 Bielefeld
http://www.lynx.de


__

This Email may contain confidential or privileged information for the intended 
recipient (s) If you are not the intended recipient, please do not use or 
disseminate the information, notify the sender and delete it from your system.

__


Re: Eclipse plugin for Ajax based layout maker.

2010-09-27 Thread Sascha Rodekamp
Hm Anil,
hm you can use i.e. Aptana which is a good Eclipse based Web developing
tool, there you have an jQuery Integration (beside other libraries). But i
don't think that there is something special for OFBiz.
http://www.aptana.com/products/studio2

2010/9/27 Anil Soni anil.s...@lntinfotech.com

 Ajax based layout means where I can create Ajaxy components and can make
 Ajax call to my services. So I am looking for Eclipse plug-in kind of
 Editor/ layout maker where I can  design my entire page and just use that
 page in OFBiz project to reduce GUI coding effort.


 -Original Message-
 From: Sascha Rodekamp [mailto:sascha.rodekamp.lynx...@googlemail.com]
 Sent: Monday, September 27, 2010 5:01 PM
 To: user@ofbiz.apache.org
 Subject: Re: Eclipse plugin for Ajax based layout maker.

 Hi Anil,
 nope, what whould you achive with such a plugin. What kind of Ajax based
 layout?

 2010/9/27 Anil Soni anil.s...@lntinfotech.com

  Anyone used some type of Eclipse plug-in to create AJAX based layout,
 which
  we can directly use in framework instead of FTL ?
 
 
  Regards,
  Anil Soni
  Cell : +91-9930302283
 
 
  
  This Email may contain confidential or privileged information for the
  intended recipient (s) If you are not the intended recipient, please do
 not
  use or disseminate the information, notify the sender and delete it from
  your system.
 
  __




 --
 Sascha Rodekamp
Lynx-Consulting GmbH
Johanniskirchplatz 6
D-33615 Bielefeld
http://www.lynx.de


 __

 This Email may contain confidential or privileged information for the
 intended recipient (s) If you are not the intended recipient, please do not
 use or disseminate the information, notify the sender and delete it from
 your system.

 __




-- 
Sascha Rodekamp
Lynx-Consulting GmbH
Johanniskirchplatz 6
D-33615 Bielefeld
http://www.lynx.de


Form

2010-09-27 Thread Naveen Kumar
Hi All,

I have a scenario, where i want to fetch a list of values for a form field,
based on the value in the previous field,
can anyone suggest me how to implement this one.

For Example:- In sales order creation, based on productId, I want a list of
values, associated to that product,
which will be dropdown values for another field in the same form.

Regards,
Naveen.


Re: Form

2010-09-27 Thread Jacques Le Roux

Have a look at the dependent dropdown in widget examples screen.

Jacques

From: Naveen Kumar naveen.new...@gmail.com

Hi All,

I have a scenario, where i want to fetch a list of values for a form field,
based on the value in the previous field,
can anyone suggest me how to implement this one.

For Example:- In sales order creation, based on productId, I want a list of
values, associated to that product,
which will be dropdown values for another field in the same form.

Regards,
Naveen.





Re: Form

2010-09-27 Thread pankaj savita
Hi Naveen,

 You can use entity-and to get the list of products.

 set field=productId
from-field=parameters.productId/
 entity-and entity-name=Product list=products
field-map field-name=productId/
order-by field-name=fromDate/
 /entity-and


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

 Have a look at the dependent dropdown in widget examples screen.

 Jacques

 From: Naveen Kumar naveen.new...@gmail.com

  Hi All,

 I have a scenario, where i want to fetch a list of values for a form
 field,
 based on the value in the previous field,
 can anyone suggest me how to implement this one.

 For Example:- In sales order creation, based on productId, I want a list
 of
 values, associated to that product,
 which will be dropdown values for another field in the same form.

 Regards,
 Naveen.





Re: Form

2010-09-27 Thread Naveen Kumar
Hi Jacques,

Thanks for information.

Regards,
Naveen.


On Mon, Sep 27, 2010 at 6:13 PM, Jacques Le Roux 
jacques.le.r...@les7arts.com wrote:

 Have a look at the dependent dropdown in widget examples screen.

 Jacques

 From: Naveen Kumar naveen.new...@gmail.com

  Hi All,

 I have a scenario, where i want to fetch a list of values for a form
 field,
 based on the value in the previous field,
 can anyone suggest me how to implement this one.

 For Example:- In sales order creation, based on productId, I want a list
 of
 values, associated to that product,
 which will be dropdown values for another field in the same form.

 Regards,
 Naveen.





Re: where is Rental Store

2010-09-27 Thread BJ Freeman

you first need to understand how the catalog works and Products are made.
I think Ruth's books cover this.

The rental as it stands is not intuitive and requires customization to 
be useful in my opinion.

I spent about two months configuring mine for a boat slip rental.
Since Hans is the one that implemented it, you might contact him.

Shereen sent the following on 9/27/2010 3:36 AM:



I've tried that thanks

Now I have the catalog rentals in the ecommerce and I wanted to try to book
the luxuray room for example.

Could you please give me more information on how this rentals work? where is
its calender ?

what if I want to book some thing from my back office?

how to specify that a certain product is for rent not for selling and how to
price it?

Thanks a lot for your help




how do....

2010-09-27 Thread Pierre Smits
Hi all,

How do costs of workeffort items get booked in accounting?

Regards,

Pierre


Re: What you do consider a priority

2010-09-27 Thread BJ Freeman

#1 I agree however that is not the focus of ofbiz.
it is to show how the entity and service engine works.
I like the design behind how the data is generated for UI but I agrees 
that customization is needed for being more intuitive and needing less 
click.

a lot more look up would solve most of that.

#2 will only happen if users, get serious about testing ofbiz and 
creating Jiras on bugs with patches.


#3 Ofbiz is meant as a Jumping off point, and as has been said, feature 
are based on paid supported jobs that allow the work to be fed back to 
the svn. Lately (last few years) that has not been the case.

This mean more community involvement on fleshing out the features.

#4 not sure if you asking by screen adding of JS scripts, if so it can 
be done in the widgets.


#5 working on it but not this year. hopefully but middle of next year.

#6  It seems each contributor has their Idea about what it should be.
till all contributors follow best practices this will not happen.

#7 if it is a priority, then you can create one on your own. the biggest 
stumbling block is getting the community to agree what the framework is. 
The second stumbling block is the effort to get it done.


#8 I there are somethings that need a restart. I believe if you have 
cache enabled you can clear it and have services reload, if they are 
minilanq. one of the advantage of minilang.
Now if you mean service definitions i am not sure but those should not 
change that much.


#9 since most are in UI labels it just takes someone to go through and 
do that.




james_sg sent the following on 9/26/2010 7:43 PM:


hi BJ,

1. Lesser mouse clicks. Currently I need to click around the pages to add /
modifiy data, because the pages tends to follow the tables design rather
than at business level.

2. Zero bugs.

3. Many missing features even in Order Management, e.g. quote terms,
serialized item handling is not complete, multi-currency etc

4. Screen should be able to inject scripts to the html header, making the
code more modular.

5. The business flow graphing that you have mentioned.

6. Standardizing the screen layout. Some pages, the form is next to the
list, in other pages, clicking on the list goes to the form.

7. Standalone framework

8. Changes to service xml requires restart. This defeats the purpose of
defining it in xml.

9. Standardizing on how ID is used. For example, the drop down for quote
type should be labelled as Quote Type and not Quote Type Id, because the
user is seeing the descriptions and not the ID. Another example is user
should be seeing Quote ID instead of Quote Id.

- james


BJ Freeman wrote:


To those that know ofbiz, at a functionality level, what would be your
priority be worked one
This includes something that needs to be added/changed








Re: how do....

2010-09-27 Thread BJ Freeman


https://demo-trunk.ofbiz.apache.org/webtools/control/ViewRelations?entityName=WorkEffortBilling
and
https://demo-trunk.ofbiz.apache.org/webtools/control/ViewRelations?entityName=TimeEntry


Pierre Smits sent the following on 9/27/2010 8:02 AM:

Hi all,

How do costs of workeffort items get booked in accounting?

Regards,

Pierre





Google Maps

2010-09-27 Thread Gavin Mabie
Hi

 

Can someone point me to the Google Map example in OfBiz.

 

Thanks

 

 

Gavin



RE: Google Maps

2010-09-27 Thread Gavin Mabie
Found it in PartGeoLocation - thanks.

-Original Message-
From: Gavin Mabie [mailto:gavin.ma...@urbannex.co.za] 
Sent: 28 September 2010 06:08 AM
To: user@ofbiz.apache.org
Subject: Google Maps

Hi

 

Can someone point me to the Google Map example in OfBiz.

 

Thanks

 

 

Gavin




Product Reviews

2010-09-27 Thread Gavin Mabie
Hi

 

Once a user submits a product review, it status is set to pending.  Where
and how is the status changed so the review shows up in the product summary?

 

Thanks

 

Gavin



Re: Product Reviews

2010-09-27 Thread Scott Gray
Hi Gavin,

Catalog - Reviews

Regards
Scott

HotWax Media
http://www.hotwaxmedia.com

On 28/09/2010, at 5:47 PM, Gavin Mabie wrote:

 Hi
 
 
 
 Once a user submits a product review, it status is set to pending.  Where
 and how is the status changed so the review shows up in the product summary?
 
 
 
 Thanks
 
 
 
 Gavin
 



smime.p7s
Description: S/MIME cryptographic signature


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



Once a user submits a product review, it status is set to pending.  Where
and how is the status changed so the review shows up in the product summary?



Thanks



Gavin




http://www.mindtree.com/email/disclaimer.html