Re: Has any one used Mongo DB with ofbiz

2011-10-19 Thread Jacques Le Roux

Mmm... MongoDB is NOSQL...

http://www.mongodb.org/display/DOCS/SQL+to+Mongo+Mapping+Chart

Jacques

From: "dhiraj.g" 

Hi Pradeep,
ofbiz support many databases like postgrsql,oracle,DB2,Sybase,Mysql etc with
its defind  datafield type  in ofbiz framework. Mongo DB database is new for
ofbiz.In ofbiz there is no define datafiledtype of Mongo DB . Firstly you
make datafiledtype.xml of Mongo DB in folder
Ofbiz/framework/entity/fieldtype. after it you follws the further
process.





Thanks
Dhiraj  Gupta
9990220686
Ofbiz ERP Consutant(user/developer) 




-
dhirajgupta
--
View this message in context: 
http://ofbiz.135035.n4.nabble.com/Has-any-one-used-Mongo-DB-with-ofbiz-tp3917694p3917716.html
Sent from the OFBiz - User mailing list archive at Nabble.com.


Re: Has any one used Mongo DB with ofbiz

2011-10-19 Thread dhiraj.g
Hi Jacques 
Does only sql based db is supported Ofbiz..




-
dhirajgupta
--
View this message in context: 
http://ofbiz.135035.n4.nabble.com/Has-any-one-used-Mongo-DB-with-ofbiz-tp3917694p3917852.html
Sent from the OFBiz - User mailing list archive at Nabble.com.


Re: Has any one used Mongo DB with ofbiz

2011-10-19 Thread Carsten Schinzer
That's what I thought: Mongo is NoSQL and clearly, OFBIZ needs the
Structured Query Language.

Actually the solutions that OFBiz provides for the core data model are
invariably bound to a relational database with a hierarchical data model.

Mongo (and other nosql) may be of use for cacheing objects in larger setups
and high-performance installations of OFBiz, however, putting the core data
model into NoSQL types will not give any benfit, rather the opposite.

My 0.02 EUR so far.
Regards


Carsten


Re: OFBiz Integration with Tally

2011-10-19 Thread vivek mishra
Hi Ashish,

Do you have some idea regarding this integration.

Regards
*Vivek Mishra
*
*
*



On Thu, Oct 13, 2011 at 1:37 PM, Ashish Vijaywargiya <
vijaywargiya.ash...@gmail.com> wrote:

> >> It's specific to India it seems?
>
> Yes. :-)
>
> --
> Ashish
>
> On Thu, Oct 13, 2011 at 12:27 PM, Jacques Le Roux <
> jacques.le.r...@les7arts.com> wrote:
>
> > I guess it's http://www.tallysolutions.com/**website/html/index.php<
> http://www.tallysolutions.com/website/html/index.php>
> > It's specific to India it seems?
> >
> > Jacques
> >
> >
> > Dimitri Unruh wrote:
> >
> >> Hi Vivek,
> >>
> >> could you please point me to tally?
> >> I still could not find anything about it...
> >>
> >> Viele Grüße
> >> Best Regards
> >>
> >>
> >>
> >> From:   vivek mishra 
> >> To: user@ofbiz.apache.org
> >> Date:   13.10.2011 08:08
> >> Subject:OFBiz Integration with Tally
> >>
> >>
> >>
> >> Hello All,
> >>
> >> I want to integrate ofbiz with tally. Any suggestions regarding this ??
> >>
> >>
> >> Regards
> >> *Vivek Mishra
> >> *
> >> *
> >> *
> >>
> >>
> >>
> >>
> >> Dimitri Unruh
> >> Consultant AEW
> >> Lynx-Consulting GmbH
> >> Johanniskirchplatz 6
> >> 33615 Bielefeld
> >> Deutschland
> >> Fon: +49 521 5247-0
> >> Fax: +49 521 5247-250
> >> Mobil: +49 160 90 57 55 13
> >>
> >>
> >> Wir laden Sie herzlich ein:
> >> DSAG-Jahreskongress
> >> Datum: 11. - 13. Oktober 2011, Congress Center Leipzig, Halle 2 Stand
> B01
> >>
> >> Besuchen Sie uns an unserem Stand und freuen Sie sich auf einen
> intensiven
> >> Informations- und Erfahrungsaustausch rund um das
> >> Thema Mobility!
> >>
> >>
> >> Company and Management Headquarters:
> >> Lynx-Consulting GmbH, Johanniskirchplatz 6, 33615 Bielefeld, Deutschland
> >> Fon: +49 521 5247-0, Fax: +49 521 5247-250, www.lynx.de
> >>
> >> Court Registration: Amtsgericht Bielefeld HRB 35946
> >> Chief Executive Officers: Karsten Noss, Dirk Osterkamp
> >>
> >>
> >> http://www.lynx.de/**haftungsausschluss<
> http://www.lynx.de/haftungsausschluss>
> >>
> >
> > I guess it's http://www.tallysolutions.com/**website/html/index.php<
> http://www.tallysolutions.com/website/html/index.php>
> > It's specific to India it seems?
> >
> > Jacques
> >
>


Looking for some people to talk to about ofbiz deployment

2011-10-19 Thread Jared Daines

Hello,
We are looking at implementing ofbiz in our company but our COO would 
like to see and talk to some companies that have already successfully 
deployed ofbiz.


We are looking right now at replacing our internal system so that we can 
handle our manufacturing, shipping, customer service, and accounting in 
one integrated piece.


I've seen a lot of the companies on the ofbiz website that have deployed 
ofbiz but I thought it would be better to start here and see if there 
was somebody that would be willing to talk to us first.


The company I work for is located in the USA so looking at USA based 
companies.


Re: How to set desired name for generated order or invoice pdf

2011-10-19 Thread Ganesh Bawne
Thank you Anne,

This helped me to fix my issue.
I will commit the patch to ofbiz.


Cheers,
Ganesh


On Mon, Oct 17, 2011 at 5:38 AM, Anne  wrote:

> Hi
>
> Only a partial answer, I'm afraid.
>
> You need to set the content-disposition header. Google gave this page
> http://support.microsoft.com/kb/260519 which shows the syntax.
>
> I haven't looked at how you might do this with OfBiz.
>
> Cheers,
> Anne.
>
> On 14 October 2011 00:50, Ganesh Bawne  wrote:
> > Hi,
> >
> > I want to set the order pdf file name to its order number when we open
> the
> > pdf from backoffice orderdetail page
> > (/ordermgr/control/order.pdf?orderId=X).
> > Currently, the default name of the pdf is always "order.pdf", instead can
> > set the default pdf name to its order number?
> >
> >
> > --
> > Thanks & Regards
> > Ganesh Bawne
> > Enterprise Software Developer
> > Viithiisys Pvt. Ltd.
> > http://www.viithiisys.com
> >
>
>
>
> --
> Coherent Software Australia Pty Ltd
> PO Box 2773
> Cheltenham Vic 3192
> Phone: (03) 9585 6788
> Fax: (03) 9585 1086
> Web: http://www.cohsoft.com.au/
> Email: sa...@cohsoft.com.au
>
> Bonsai ERP, the all-inclusive ERP system
> http://www.bonsaierp.com.au/
>


Re: Problem in migrating old src code of 9.04 to 11.04

2011-10-19 Thread Paul Foxworthy
Hi RRH,

The capitalisation has been fixed. See 

https://fisheye6.atlassian.com/browse/ofbiz/trunk/applications/product/src/org/ofbiz/product/product/ProductWorker.java?hb=true#to400

So the method is now named getProductVirtualVariantMethod with a capital V
on the Virtual.

Cheers

Paul Foxworthy


rrhati2010 wrote:
> 
> Hi All,
> 
> I am facing problem in migrating some Custom code extended from ofbiz9.04
> base code and overridden in new custom classes into newer version of OFBiz
> 11.04. 
> 
> The error I get during build is as follows
> Error sample:
> 
> /[javac16]
> C:\release11.04\hot-deploy\customorder\src\events\order\CustomShoppingCartEvents.java:203:
> cannot find symbol
>   [javac16] symbol  : method
> getProductvirtualVariantMethod(org.ofbiz.entity.GenericDelegator,java.lang.String)
>   [javac16] location: class org.ofbiz.product.product.ProductWorker
>   [javac16] if
> ("VV_FEATURETREE".equals(ProductWorker.getProductvirtualVariantMethod(delegator,
> productId))) {
>   [javac16]  ^
>   [javac16]
> C:\release11.04\hot-deploy\customorder\src\com\services\order\CustomOrderReturnServices.java:55:
> incompatible types
>   [javac16] found   : org.ofbiz.entity.Delegator
>   [javac16] required: org.ofbiz.entity.GenericDelegator
>   [javac16] GenericDelegator delegator = dctx.getDelegator();/
>
> The classes reffered here are custom classes created in overridden order
> component "customorder". These classes compile well under 9.04 release but
> gets into error on migrating to 11.04. 
> 
> 1.It seems the method "getProductvirtualVariantMethod(delegator,
> productId)" is not existing in "ProductWorker" class. Is that method
> removed or replaced with a newer one? where is the documentation for such
> cases.
> 2. GenericDelegator object incompatibility. How to resolve it.
> 
> Please share your views on this.
> 
> Regards
> RRH
> 

--
View this message in context: 
http://ofbiz.135035.n4.nabble.com/Problem-in-migrating-old-src-code-of-9-04-to-11-04-tp3919264p3920835.html
Sent from the OFBiz - User mailing list archive at Nabble.com.