Oracle database

2007-09-11 Thread Vinod Kumar Kashyap
Hi I want to switch my database to Oracle Everything goes right until all tables are created but when I run the server again, it gives the error table already exists Is this a problem of oracle or I am going somewhere wrong. Please help. -- View this message in context:

Re: Link Party

2007-09-11 Thread BJ Freeman
dynamically assigned are usually only 256 so a class c scan is possible. if the Host is a DHCP server it could have many blocks. a lot of times for fraud checking, the normal data is changed, like name, phone, address. and we have customers that have more than one shipping address, phone so just

Re: Link Party

2007-09-11 Thread Bilgin Ibryam
I also have the same need and idea for preventing duplicate person/customer entries but still no time for it. My idea was to write an event for checking some key fields like Jonathon said and if they already exist in the DB to require a confirmation before recording(duplicating) the new

ofBiz for a Super Market

2007-09-11 Thread Thomas Jiji
Hi all, Im getting ready to jump in OfBiz to build a supermarket E-Store (Multi-Facility, Pick up-Delivery, recurrent Shopping lists, recipes). I've been reading alot on ofBiz this past week but i still need a confirmation for this issue. 1) Using the ofBiz Service Engine or any other

Re: Link Party

2007-09-11 Thread Jonathon -- Improov
Hmm. My very next project absolutely requires that. The duplicates don't come from eCommerce, BUT still... I'm not gonna prompt users about possible duplicates when they enter data (want to accelerate initial data entry effort). I'll need a webtool for the admin (or other permitted parties) to

Re: Link Party

2007-09-11 Thread Bilgin Ibryam
Sorry, i didnot get that it was related for ecommerce duplicate entries. I need to prevent backend (mostly party manager) duplicate entries. And in this situation a warning generated from a seca precheck will be enough. I should go this way. Thanks -- View this message in context:

Ofbiz - Inventory

2007-09-11 Thread Mark Erbaugh
I am setting up Ofbiz to demo manufacturing for a small company. How does one add products? The only place I've found in the default application (Release 4) is FacilityMgr | Facilities | Inventory, but this seems more appropriate for maintaining inventory in a given location. I want to add both

Re: Ofbiz - Inventory

2007-09-11 Thread Jacopo Cappellato
Hi Mark, Mark Erbaugh wrote: I am setting up Ofbiz to demo manufacturing for a small company. How does one add products? The only place I've found in the default application (Release 4) is FacilityMgr | Facilities | Inventory, but this seems more appropriate for maintaining inventory in a

Travel Demo / Websites

2007-09-11 Thread Mark Erbaugh
While browsing the Ofbiz default setup, it appears that there is a Travel Demo (OpenTravelSystem) website, but I can't find how to access it. Also, where is the mount point for a given website maintained. I know from the documentation and from WebTools | View Components that the ecommerce demo is

Re: Travel Demo / Websites

2007-09-11 Thread Adrian Crum
The webapp element in the component's ofbiz-component.xml file. Mark Erbaugh wrote: While browsing the Ofbiz default setup, it appears that there is a Travel Demo (OpenTravelSystem) website, but I can't find how to access it. Also, where is the mount point for a given website maintained. I

Re: Travel Demo / Websites

2007-09-11 Thread Mark Erbaugh
On Tue, 2007-09-11 at 07:54 -0700, Adrian Crum wrote: The webapp element in the component's ofbiz-component.xml file. Mark Erbaugh wrote: While browsing the Ofbiz default setup, it appears that there is a Travel Demo (OpenTravelSystem) website, but I can't find how to access it.

RE: Link Party

2007-09-11 Thread Skip
I'll have the same duplicate removal requirement and am happy to split the workload. -Original Message- From: Jonathon -- Improov [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 11, 2007 7:30 AM To: user@ofbiz.apache.org Subject: Re: Link Party Hmm. My very next project absolutely

RE: Link Party

2007-09-11 Thread Skip
I have the same needs for duplicate checker and am happy to split the workload. Skip -Original Message- From: Jonathon -- Improov [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 11, 2007 7:30 AM To: user@ofbiz.apache.org Subject: Re: Link Party Hmm. My very next project absolutely

Re: Travel Demo / Websites

2007-09-11 Thread BJ Freeman
not sure what version of ofbiz your using. The latest SVN does not have the webtravel demo application included. previous SVN before move to apache did have this. you can go to http://opentravelsystem.org/so/control/ots and see the demo and get the source code. the folder structure has been

PO Approval

2007-09-11 Thread Mark Erbaugh
I'm working through the manufacturing process. I've created some raw materials and am trying to create a PO to order them. I've got the PO created and can even print it, but when viewing the PO and I click on Approve Order, I get the error: ERROR : Cannot store status changes :SQL Exception

Re: ofBiz for a Super Market

2007-09-11 Thread Al Byers
Thomas, I have been doing a bit with Dojo (http://www.dojotoolkit.org) lately and I recommend it. I think it will be possible to integrate the XML-based screen widget technology with that toolkit, but I don't know how soon it will be happening. BTW, I have been adding bits and pieces of GIS

Re: Travel Demo / Websites

2007-09-11 Thread Mark Erbaugh
On Tue, 2007-09-11 at 09:15 -0700, BJ Freeman wrote: not sure what version of ofbiz your using. I'm using release 4 from the SVN. The latest SVN does not have the webtravel demo application included. previous SVN before move to apache did have this. you can go to

Re: Link Party

2007-09-11 Thread Jonathon -- Improov
For the ecommerce side of things? Nice. Sort of like flagging possible duplicates for backend handling. Jonathon BJ Freeman wrote: in the application I wrote for accepting real-time orders from a website, I have a service that is run to check different parms in the IP and address fields. It

Re: Travel Demo / Websites

2007-09-11 Thread Adrian Crum
The Hot Deploy folder will contain the add-ons after you download and install the add-ons. The OpenTravel system is built from OFBiz but it is not a part of the core project. You have to go to their site to get it. Mark Erbaugh wrote: On Tue, 2007-09-11 at 09:15 -0700, BJ Freeman wrote:

getProductRequirementMethod

2007-09-11 Thread Mark Erbaugh
I'm still working through the Ofbiz manufacturing process. I'm getting errors Message: Error running simple method [checkCreateOrderRequirement] in XML file [org/ofbiz/order/order/OrderServices.xml]: (Could not find SimpleMethod XML document in resource: org/ofbiz/order/order/OrderServices.xml)

Re: getProductRequirementMethod

2007-09-11 Thread Walter Vaughan
Mark Erbaugh wrote: I can not find a definition for getProductRequirementMethod http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/script/org/ofbiz/order/order/OrderServices.xml?view=markup

Re: ofBiz for a Super Market

2007-09-11 Thread Brett Palmer
Thomas, If you do use Flex or Lazlo you will need to access the services through the ofbiz controller (presentation layer). You will also have to re-implement existing funtionality in Flex/Lazlo if you don't use ofbiz screens. If you need to use a UI like flex I would isolate it to some key

Re: getProductRequirementMethod

2007-09-11 Thread Mark Erbaugh
On Tue, 2007-09-11 at 13:43 -0400, Walter Vaughan wrote: Mark Erbaugh wrote: I can not find a definition for getProductRequirementMethod http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/script/org/ofbiz/order/order/OrderServices.xml?view=markup Walter, Thank you. I must have

Re: Ofbiz for restaurants - please advise

2007-09-11 Thread Bilgin Ibryam
Ray, Jacques, thank you for answering. Ray, first i will answer your questions. I will need to run multiple pos terminals, possibly with own peripherals and some shared (printers may be). As you guessed for this purpose i will use applets. But the applet should be used only for this tasks, not

Re: Link Party

2007-09-11 Thread Dave Tenerowicz
Yes, that's what we'll be doing. IP address and visitorId would not be useful, since (in Phase 1) this is strictly an order taking function via sales reps- so there is no party specific IP address or visitorId. Thanks for the suggestions though! I gather that the Link function would offer no

Re: Ofbiz for restaurants - please advise

2007-09-11 Thread Ray Barlow
Comments below... Bilgin Ibryam wrote: Ray, Jacques, thank you for answering. Ray, first i will answer your questions. I will need to run multiple pos terminals, possibly with own peripherals and some shared (printers may be). As you guessed for this purpose i will use applets. But the

Primary IRC channel on freenode

2007-09-11 Thread Vikrant.Rathore
Hi Everyone, I am interested in opening an IRC channel for ofbiz on freenode.net similar to plone and django. Please let me know your thoughts. David, It would be great if we can have an IRC channel so we can have someone available to help newbie on a regular basis. For Plone and

Re: Primary IRC channel on freenode

2007-09-11 Thread Tim Ruppert
Vikrant, it's already there my friend. chat.us.freenode.net #ofbiz Cheers, Tim -- Tim Ruppert HotWax Media http://www.hotwaxmedia.com o:801.649.6594 f:801.649.6595 On Sep 11, 2007, at 7:31 PM, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi Everyone, I am interested in opening an IRC

RE: Primary IRC channel on freenode

2007-09-11 Thread Vikrant.Rathore
Hi Tim, Thanks for the information would join the channel. Regards, Vikrant -Original Message- From: Tim Ruppert [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 12, 2007 10:24 AM To: user@ofbiz.apache.org Subject: Re: Primary IRC channel on freenode Vikrant, it's already there

Re: Link Party

2007-09-11 Thread Jonathon -- Improov
IMO, the problem with mere linkage is that there'd be so many scattered pieces of data to stitch together. Data retrieval or traversal will get a little heavy. Might be better to simply reconcile duplicate Party(s) into one Party, and drop the duplicates thereafter. That said, I think the

OrderPaymentPreference

2007-09-11 Thread [EMAIL PROTECTED]
I am confused about the naming and use of the OrderPaymentPreference Entity. I have done some limited testing and observation and it looks to me like the sum of maxAmount for any orderId should exactly equal the grandTotal or the OrderHeader record with the same orderId. Is that correct, and if