Re: Confused about Inventory Items

2007-12-13 Thread Scott Gray
Hi Andrew An Inventory Item is just a physical representation of a Product, it doesn't have it's own features. You would need to create a Product for each gearbox type rather than one to cover them all. Regards Scott On 14/12/2007, Andrew <[EMAIL PROTECTED]> wrote: > > I'm apparently missing so

Re: hello world application

2007-12-13 Thread Hans Bakker
Please read the related webpage page carefully, it is completely explained there. On Thu, 2007-12-13 at 21:37 -0800, Preetam A. B wrote: > hello, > > i Have build OFBIZ on linux running properly.. > > can any one tell me what are the proper steps for creating HELLO WORLD > APPLICATION ON OFBIZ.

FastMap Vs HashMap,

2007-12-13 Thread Sumit Pandit
*i have a question please make me correct if i am wrong :-* if we compare FastMap Vs HashMap, *FastMap is faster than HashMap so long as the map is long lived and relatively predictable in size. If you try to use it as a short-lived general replacement for HashMap it may very well kill your perf

Re: java.net.ConnectException: Connection refused: connect

2007-12-13 Thread vinodv
Thanks Tim, The problem is that it is only happening with this application . All the other ofbiz applications like e-commerce and Accounting are working. It is only this application that gives a problem. Earlier there was a problem with the port conflict with another application. Stopped the ser

Re: hello world application

2007-12-13 Thread BJ Freeman
Also you can look at the /framework/example/ this gives you the basics for developing you own app. Preetam A. B sent the following on 12/13/2007 9:37 PM: > hello, > > i Have build OFBIZ on linux running properly.. > > can any one tell me what are the proper steps for creating HELLO WORLD > APPLI

Re: hello world application

2007-12-13 Thread BJ Freeman
you need to ask here https://sourceforge.net/forum/forum.php?forum_id=487771 Preetam A. B sent the following on 12/13/2007 9:37 PM: > hello, > > i Have build OFBIZ on linux running properly.. > > can any one tell me what are the proper steps for creating HELLO WORLD > APPLICATION ON OFBIZ. > >

hello world application

2007-12-13 Thread Preetam A. B
hello, i Have build OFBIZ on linux running properly.. can any one tell me what are the proper steps for creating HELLO WORLD APPLICATION ON OFBIZ. PLZ IN DETAIL AS SOON AS POSSIBLE .. -- View this message in context: http://www.nabble.com/hello-world-application-tp14330322p14330322.html Sen

Re: Confused about Inventory Items

2007-12-13 Thread BJ Freeman
Product is what you sell Inventory is what you buy to sell. the Product ID may have no resemblance to the Inventory ID. You may receive the inventory from may sources and each one my call it something a little different. so to take your example. https://demo.hotwaxmedia.com/catalog/control/EditPro

RE: Confused about Inventory Items

2007-12-13 Thread Vikrant.Rathore
Dear Andrew, Please remember there are 2 different ID's when you are doing inventory: 1. Product ID 2. Inventory ID Normally product ID is not equal to Inventory ID as you would like to associate a same Product ID received by different PO's to be traceable. So you have inventory ID. Every tim

Confused about Inventory Items

2007-12-13 Thread Andrew
I'm apparently missing something about the way inventory works, but hey I'm still learning. I have set up a product (Gearbox) with a few selectable features. (Make, model, quality, year) Or rather created some Feature Groups which are then attached to my Category of "used parts". and Gearbox i

Re: OfBiz System Configuration Wizard

2007-12-13 Thread Jacques Le Roux
De : "Walter Vaughan" <[EMAIL PROTECTED]> > Adrian Crum wrote: > > > At the same time, we do get requests for a configuration UI. > > Any ideas on how I should proceed? Does anyone see a need for such a > > feature? > > > Methinks the discussion should first be"the direction of OFBiz": > is it

Re: New to OFBiz

2007-12-13 Thread Jacques Le Roux
De : "Andrew" <[EMAIL PROTECTED]> >I think this means I also need to include some of the ecommerce functionality >as we do want to sell parts but it will only be operated by staff. (is there another way to sell products?) I think the order manager is better suited to your need (see Order Entry)

Re: Marketing

2007-12-13 Thread Adrian Crum
Oops, I was looking at the wrong web page. Nevermind. Adrian Crum wrote: November 2007 Widget Verbose feature should say the parameter is in widget.properties, not debug.properties. Otherwise it looks great to me. Thanks Jacques! -Adrian Jacques Le Roux wrote: Done and site updated. Fee

Re: Marketing

2007-12-13 Thread Adrian Crum
November 2007 Widget Verbose feature should say the parameter is in widget.properties, not debug.properties. Otherwise it looks great to me. Thanks Jacques! -Adrian Jacques Le Roux wrote: Done and site updated. Feel free to criticise Jacques De : "Jacques Le Roux" <[EMAIL PROTECTED]> Ja

Re: Marketing

2007-12-13 Thread Jacques Le Roux
Done and site updated. Feel free to criticise Jacques De : "Jacques Le Roux" <[EMAIL PROTECTED]> > Jacopo, > > De : "Jacopo Cappellato" <[EMAIL PROTECTED]> > > My idea was to just leave the last (in time, plus some relevant ones) 10 > > entries (or similar) in the main page... just to make peaop

Re: Multiple secure sites

2007-12-13 Thread Raj Saini
For SSL on virtual server, you would need IP based virtual hosting. You will also need virtual interface in your OS to support multiple IPs. I am not sure, if Tomcat supports IP based virtual hosts, however you can always make your ofbiz instance to listen to a particular IP address. If you us

Multiple secure sites

2007-12-13 Thread Doug Picirillo
We want to add a second secure site on the same physical server as an existing secure site. Each site will have its own domain name and SSL certificate. :confused: Any tips about where to start and how to proceed? What other information can I provide that will help you help us? :-) -- View th

Re: New to OFBiz

2007-12-13 Thread Adrian Crum
Andrew wrote: The other main work is in the UI. I only want a limited set of the normal functionality to make it as simple and similar to the old program so the current user base is as comfortable as possible. I'm not sure what is the best way to achieve this. My present assumption is to creat

Promotion rule for quantity discount

2007-12-13 Thread Raj Saini
Hi, I am having difficulty in setting up promotion. Promotion I want to set up is: If the X product in shopping has Qty >= Y, apply 10% discount to the item. I tried: Action X Product for Y% discount - Can get the discounted price but this promotion applies to every item i.e. it does not c