Re: Apachecon EU 2012

2012-06-22 Thread Nicolas Malin
Great news, We will going to ApacheCon EU. If somebody interest, we can do a presentation of ofbiz addons system and / or functional portlet for build dynamic operating screen. I'm open for all get-together or workshop :) Nicolas Le 21/06/2012 10:21, Christian Geisert a écrit : Pierre Smits

Birt ofbiz integration

2012-06-22 Thread srinivas
Hi, I have created a report.rptdesign file using eclipse birt IDE. Now i would like to know how can we display those reports on ofbiz screen with the help of birt framework in ofbiz. Any help regarding this is much appreciated. Thanks & Regards, Srinivas. -- View this message in context:

Re: Birt ofbiz integration

2012-06-22 Thread Hans Bakker
It is described in the internal help documentation, not sure it it shows in the help menu On 06/22/2012 04:52 PM, srinivas wrote: Hi, I have created a report.rptdesign file using eclipse birt IDE. Now i would like to know how can we display those reports on ofbiz screen with the h

Purchase order

2012-06-22 Thread nilesh_patil
Anybody can tell me the steps to create the purchase order -- View this message in context: http://ofbiz.135035.n4.nabble.com/Purchase-order-tp4633926.html Sent from the OFBiz - User mailing list archive at Nabble.com.

Re: Birt ofbiz integration

2012-06-22 Thread Ankit Jain
Please refer example component and check this https://demo-trunk.ofbiz.apache.org/example/control/BirtMain Regards, Ankit Jain On Fri, Jun 22, 2012 at 3:22 PM, srinivas wrote: > Hi, > >I have created a report.rptdesign file using eclipse birt IDE. Now i > would like to know how can

Re: Purchase order

2012-06-22 Thread Surya Kusumakar
Hi Nilesh, Steps for creating a PO : 1. Go to Order Manager and click on Order Entry menu. 2. You will see PO section select Organization and Supplier and click on Continue. 3. Next page will be optional one so if you want to enter these information add them else click Continue again. 4. Now disp

list check for value, get value

2012-06-22 Thread Robert G.
Hey, I have a list as mentioned in the subject. This is created in the PriceServices.Java file. My Problem is, that this list is size()=1. So all is written like 1 long string. But this string contains important information about the price rules, where I need f.ex the end-date from etc. Do you n

Re: Purchase order

2012-06-22 Thread Nandani Aggarwal
Go to Applications - > order -> Order Entry -> Purchase Order. Remember to attach supplier to products before creating purchase order for products. --Nandani On Fri, Jun 22, 2012 at 4:08 PM, nilesh_patil wrote: > Anybody can tell me the steps to create the purchase order > > -- > View this mes

Re: list check for value, get value

2012-06-22 Thread Ankit Jain
Use EntityUtil.getFirst(List values) it will return the first record of the list, internally it do values.get(0). Regards, Ankit Jain On Fri, Jun 22, 2012 at 4:43 PM, Robert G. wrote: > Hey, > > I have a list as mentioned in the subject. This is created in the > PriceServices.Java file. > >

Re: list check for value, get value

2012-06-22 Thread Robert G.
Thanks for your fast reply. The problem is, that with that method I get the whole string, but I need the entity fields. My string what is printed now looks like: /[GenericEntity:ProductPriceRule][createdStamp,2012-06-20 23:37:56.898(java.sql.Timestamp)][createdTxStamp,2012-06-20 23:37:56.759(java.

Re: list check for value, get value

2012-06-22 Thread Robert G.
Ah I got it, I do it like this: getFirst(...).get("thruDate") great, thank you for your hint! -- View this message in context: http://ofbiz.135035.n4.nabble.com/list-genericValue-check-for-value-get-value-tp4633929p4633935.html Sent from the OFBiz - User mailing list archive at Nabble.com.

Re: Product not found for Product ID !

2012-06-22 Thread Deepak Agarwal
createShoppingListItem logically doesn't require a login but it then checks for checkShoppingListItemSecurity and here it falls out because of the security. I see 2 problem : 1) createShoppingListitem if can be accessed without login then it should not check for security later on. 2) While adding

Re: Product not found for Product ID !

2012-06-22 Thread Jacques Le Roux
Thanks Deepak, This will certainly help much! Plz put your comments in the Jira, thanks Jacques From: "Deepak Agarwal" createShoppingListItem logically doesn't require a login but it then checks for checkShoppingListItemSecurity and here it falls out because of the security. I see 2 problem

Re: Product not found for Product ID !

2012-06-22 Thread Deepak Agarwal
Could you please share the JIRA id On Fri, Jun 22, 2012 at 7:40 PM, Jacques Le Roux < jacques.le.r...@les7arts.com> wrote: > Thanks Deepak, > > This will certainly help much! Plz put your comments in the Jira, thanks > > Jacques > > From: "Deepak Agarwal" > >> createShoppingListItem logically do

RE: Ofbiz with MySQL or PostgreSQL

2012-06-22 Thread Skip
Postgres from 9.1 has good replication -Original Message- From: Brett Palmer [mailto:brettgpal...@gmail.com] Sent: Thursday, June 21, 2012 10:04 PM To: user@ofbiz.apache.org Subject: Re: Ofbiz with MySQL or PostgreSQL Sanjeev, We've used MySQL for several years now. I think most ofbiz

Re: Product not found for Product ID !

2012-06-22 Thread Jacques Le Roux
https://issues.apache.org/jira/browse/OFBIZ-4468 Jacques From: "Deepak Agarwal" Could you please share the JIRA id On Fri, Jun 22, 2012 at 7:40 PM, Jacques Le Roux < jacques.le.r...@les7arts.com> wrote: Thanks Deepak, This will certainly help much! Plz put your comments in the Jira, thanks

Re: Has anyone implemented Faceted Search using SOLR?

2012-06-22 Thread Mike
You can check out BigFish: http://bigfish.salmonllc.com It's an awesome OFBiz ecommerce frontend (and simplified backend) that has SOLR built-in. Nick Rosser and his team of experts at sammonllc.com have put together a great set of features that is

Re: Has anyone implemented Faceted Search using SOLR?

2012-06-22 Thread Sanjeev Gupta
I agree with you Mike, Bigfish brings together quite a rich set of feature both for the storefont as well as the backend. it's quite impressive and I have been following it closely. However I could only get it's First version to work, but not the subsequent releases including the most recent one. N

RE: Ofbiz with MySQL or PostgreSQL

2012-06-22 Thread Sanjeev Gupta
Thanks Bertt How do you manage with the timestamp problem mentioned by Ruth. SkipDever Is replication native in 9.1 or though add-on components ? - Rgds Sanjeev www.sanjeevg.com @sanjeevgcom -- View this message in context: http://ofbiz.135035.n4.nabble.com/Ofbiz-with-MySQL-or-PostgreSQ