Re: how to disable an application from ofbiz webtools

2007-10-23 Thread Carl Johansson
I have tried naked 4.0 and it works well for me. However it would be great to have partymgr and securityext for logins. Am I wrong about this? If not, is anyone else interested in this aswell? David E Jones wrote: Just delete the entire applications folder (and you can delete the

Re: how to disable an application from ofbiz webtools

2007-10-23 Thread David E Jones
On Oct 23, 2007, at 1:24 AM, Carl Johansson wrote: I have tried naked 4.0 and it works well for me. However it would be great to have partymgr and securityext for logins. Am I wrong about this? If not, is anyone else interested in this aswell? Could you be more specific about what you

Re: how to disable an application from ofbiz webtools

2007-10-23 Thread Carl Johansson
Yes of course. I was under the impression - as you probably noticed - that the UserLogin entity was in the Party application. Basically what I am wondering then is if I can use the framework alone to manage permissions and logins in a secure way. The way you always do in the other apps. David E

Re: How to create a login ID for a person?

2007-10-23 Thread Mathius Allo
Ok. I could see there is a way to specify user/password for the creation of the following: Create Customer Create Prospect Create Employee Just wondering on why Create New Person does not have login associate with it. Thanks. Mathius Mathius Allo [EMAIL PROTECTED] wrote: The following

Re: how to disable an application from ofbiz webtools

2007-10-23 Thread Carl Johansson
Hi Hathius! I did not keep any of the applications so there was really no dependency issue. I just removed the application folder and adjusted the component load. Or did I get you wrong now? Mathius Allo wrote: Hi Carl, Did you document on the steps to avoid the dependency issues?

Difference b/w one and one-nofk relationship in Entity Engine

2007-10-23 Thread Alex D. Fleming
Hi, What is the difference b/w one and one-nofk relationship ? Any help would be greatly appriciated. -- Regards Alex D. Fleming

Re: shipments made for out of stock items

2007-10-23 Thread Jacques Le Roux
Quick ship entire order ? Jacques De : David E Jones [EMAIL PROTECTED] What do you mean by being created? There isn't really anything that automatically creates shipments, unless a human does it through some UI like the shipment or packing screens (or a service or something was

how to set up different skins for ofbiz back-end

2007-10-23 Thread Marc des Garets
Hi, I would like to be able to set different skins for ofbiz. I found that I can change most of the look'n feel in framework/common/webcommon/includes Here is what I would like to do: I create folders for each skin in framework/common/webcommon/includes/ like:

Re: how to set up different skins for ofbiz back-end

2007-10-23 Thread Jacques Le Roux
De : Marc des Garets [EMAIL PROTECTED] A subsidiary question, is there a search engine somewhere for the mailing list archive? http://docs.ofbiz.org/display/OFBIZ/Plugin+search+tools+for+Firefox+using+Nabble Jacques

Re: how to disable an application from ofbiz webtools

2007-10-23 Thread Mathius Allo
Ok. I see. I haven't tried this as I read previous posts that there will be dependency issues if trying to slim down OFBiz. I'll try it out. Thanks. Mathius Carl Johansson [EMAIL PROTECTED] wrote: Hi Hathius! I did not keep any of the applications so there was really no

Re: how to disable an application from ofbiz webtools

2007-10-23 Thread Carl Johansson
It depends. If you use 4.0 and just remove applications and special purpose and edit them out in the component load you should be just fine. Perhaps you using the trunk, then I wouldn't know. Mathius Allo wrote: Ok. I see. I haven't tried this as I read previous posts that there will be

Re: How to create a login ID for a person?

2007-10-23 Thread BJ Freeman
Normally create person is used for adding a person to an already PartyID. going to the https://localhost:8443/partymgr/control/createUserLogin requires passing the partyid. Can you tell me what you are attempting to accomplish. Mathius Allo sent the following on 10/22/2007 10:49 PM: The

RE: build.xml Still Not Working

2007-10-23 Thread Brendan Vogt
Thanks Skip. What's next? About 750 tables were generated. Is there a log file that I can go and check to see for errors? My command prompt does not show everything. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Sunday, October 21, 2007 9:08 AM To:

After running build.xml

2007-10-23 Thread Brendan Vogt
Hi, I managed to get build.xml to run, and it looks fine. Is there a way in which I can see the log file to see if an exception was thrown any where? I ran ant run-install. But when I go to the online documentation they say I must run it with seed or demo. Am I too late for this?

SVN Update

2007-10-23 Thread Brendan Vogt
Hi, I ran the build.xml and it went fine. After this build, can I still do an SVN update through Tortoise SVN?? I'm just scared that some files are over written from what was built with the build.xml Brendan

debug.properties error

2007-10-23 Thread Brendan Vogt
Hi, I cam across the following in the file: # These top level switches are used before calling Log4J, or if Log4J is not used print.verbose=ftrue print.timing=true print.info=true print.important=true print.warning=true print.error=true print.fatal=true what is ftrue or is it an

Re: ${ofbiz insall dir}/base/config/cache.properties

2007-10-23 Thread David E Jones
Could you be more specific, ie _which_ online documentation (a URL preferably)? -David On Oct 23, 2007, at 11:44 AM, Brendan Vogt wrote: Hi, The online documentation makes use of the following line: ${ofbiz insall dir}/base/config/cache.properties There is no such directory, are

RE: ${ofbiz insall dir}/base/config/cache.properties

2007-10-23 Thread Brendan Vogt
http://docs.ofbiz.org/display/OFBTECH/Apache+OFBiz+Technical+Production+Setu p+Guide ...under cache settings. -Original Message- From: David E Jones [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 23, 2007 7:54 PM To: user@ofbiz.apache.org Subject: Re: ${ofbiz insall

Re: How to create a login ID for a person?

2007-10-23 Thread BJ Freeman
that is fine, however you need to understand how ofbiz works to accomplish this. if is best if you walk thru the controller.xml and look at the widgets that created the screens. I accomplish this by making a separate module to put all my modifications in. then looks that the services they call.

Re: SVN Update

2007-10-23 Thread BJ Freeman
if you use the 4.0 branch is is less prone to changes since it is getting ready for a release. it you use the trunk you are most likely to have changes all the time. best you rebuild after each svn update Brendan Vogt sent the following on 10/23/2007 10:45 AM: Hi, I ran the build.xml

Re: The function of the build.xml file

2007-10-23 Thread BJ Freeman
the build.xml is related to ANT. http://ant.apache.org/ the build tables is a function of ofbiz entity engine Brendan Vogt sent the following on 10/23/2007 10:40 AM: Hi, I'm not sure what the build.xml does. I know it creates tables and populates it. But what else? Brendan

Re: debug.properties error

2007-10-23 Thread BJ Freeman
you can change those through the webtools also, so you can see how to do programming https://localhost:8443/webtools/control/LogConfiguration Brendan Vogt sent the following on 10/23/2007 10:48 AM: Hi, I cam across the following in the file: # These top level switches are used

RE: SVN Update

2007-10-23 Thread Brendan Vogt
Do you mean ant run-install?? If I run ant run-install then what will happen to the tables, will it be skipped or will it try to rebuild the tables? -Original Message- From: BJ Freeman [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 23, 2007 8:14 PM To: user@ofbiz.apache.org Subject:

Re: Managing console.log

2007-10-23 Thread BJ Freeman
depend on revision {ofbiz.home}/framework/logs is the old location current SVN is {ofbiz.home}/runtime/logs Gautam Deb sent the following on 10/23/2007 11:17 AM: As BJ already pointed out, you can remove the redirection to console.logfile from the startofbiz script (bat or sh) and can use the

Re: Managing console.log

2007-10-23 Thread Raj Saini
If you are running the script in the background on Linux, you may like to redirect the stdout and stderr to /dev/null. This way you can keep the ofbiz running even after closing the terminal window. Thanks, Raj Gautam Deb wrote: As BJ already pointed out, you can remove the redirection to

Re: debug.properties error

2007-10-23 Thread Gautam Deb
Ofbiz internally uses log4j for logging purpose. It has created a wrapper above the log4j api to provide a generic logging interface. The switches you have mentioned are top level switch used by/for the ofbiz logging wrapper. These switches are boolean in nature, for these anything other than

Re: ${ofbiz insall dir}/base/config/cache.properties

2007-10-23 Thread David E Jones
Thanks Brendan, that is now corrected. -David On Oct 23, 2007, at 11:56 AM, Brendan Vogt wrote: http://docs.ofbiz.org/display/OFBTECH/Apache+OFBiz+Technical +Production+Setu p+Guide ...under cache settings. -Original Message- From: David E Jones [mailto:[EMAIL PROTECTED] Sent:

Re: SVN Update

2007-10-23 Thread BJ Freeman
if you read the build you will see first it build he jars then it starts ofbiz for the install portion. the building and rebuilding of tables is determined by the setting for the Database in entityengine.xml Brendan Vogt sent the following on 10/23/2007 11:20 AM: Do you mean ant run-install??

RE: build.xml Still Not Working

2007-10-23 Thread [EMAIL PROTECTED]
Yep, go have a look at runtime\logs. console.log and ofbiz.log are your friend. Note that what I usually do is: ant run-install install.txt In this way, I can look at the output carefully. That way, you can carefully look at the results. Some compile errors will still result in BUILD

RE: After running build.xml

2007-10-23 Thread [EMAIL PROTECTED]
ant run-install is what you want for the time being. It populates the database with demo data so you can play with it. When you are done, and ready to load your own data, run ant clean-all ant run-install-seed -Original Message- From: Brendan Vogt [mailto:[EMAIL PROTECTED] Sent:

RE: The function of the build.xml file

2007-10-23 Thread [EMAIL PROTECTED]
It depends on the argument passed. It is a text file, have a look at it. Look for the tags and start tracing. There are tons of good ant books if you need it. -Original Message- From: Brendan Vogt [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 23, 2007 10:40 AM To:

RE: ${ofbiz insall dir}/base/config/cache.properties

2007-10-23 Thread [EMAIL PROTECTED]
Some of the documentation is dated. Your assumption is correct. However, at this point, you don't need to be fooling with that stuff. Get used to the program first and what it all does. -Original Message- From: Brendan Vogt [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 23, 2007

RE: SVN Update

2007-10-23 Thread [EMAIL PROTECTED]
Yes, you can. None of your built files are downloaded. But, then again, it's real easy to do another ant run-install to recompile everything. Note that if you do not do ant clean-all, your data remains intact. Skip -Original Message- From: Brendan Vogt [mailto:[EMAIL PROTECTED] Sent:

unsubscribe

2007-10-23 Thread Jose Diaz
unsubscribe

Re: Order Status Change if CC capture fails

2007-10-23 Thread Dave Tenerowicz
Thanks BJ. I can't believe I never noticed this entity before. This is a great help! Do you have any idea what the conditionExpression column is intended for? It is not populated as far as I can tell Thanks again! -Dave BJ Freeman wrote: look up the PAYMENT_ statuses

Re: shipments made for out of stock items

2007-10-23 Thread Dave Tenerowicz
Yes, I should have mentioned that we created a new service to automatically create shipments. It calls quickShipOrder as part of it's processing. -Dave David E Jones wrote: What do you mean by being created? There isn't really anything that automatically creates shipments, unless a human

Re: shipments made for out of stock items

2007-10-23 Thread Dave Tenerowicz
Thanks BJ. However, I'm not sure this is the case. With the settings below, it appears that reservation occurs - I see ATP values decrease as orders are created. -Dave BJ Freeman wrote: believe the logic is, if you don't require inventory, there is not check of or reserve of. require

Re: shipments made for out of stock items

2007-10-23 Thread David E Jones
Well, there ya go! The quick ship order stuff doesn't check stock levels... -David On Oct 23, 2007, at 3:53 PM, Dave Tenerowicz wrote: Yes, I should have mentioned that we created a new service to automatically create shipments. It calls quickShipOrder as part of it's processing. -Dave

unsubscribe

2007-10-23 Thread Canh Phan
unsubscribe __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com

Re: shipments made for out of stock items

2007-10-23 Thread Dave Tenerowicz
Thank you! David E Jones wrote: Well, there ya go! The quick ship order stuff doesn't check stock levels... -David On Oct 23, 2007, at 3:53 PM, Dave Tenerowicz wrote: Yes, I should have mentioned that we created a new service to automatically create shipments. It calls quickShipOrder as

Re: shipments made for out of stock items

2007-10-23 Thread BJ Freeman
I was taking this from code. reservations is not connected to inventory directly take a look at facility_service.xml reserveProductInventory If requireInventory is Y the quantity not reserved is returned, if N then a negative availableToPromise will be used to track quantity ordered

Re: unsubscribe

2007-10-23 Thread Scott Gray
sure makes you wonder doesn't it Scott On 24/10/2007, Canh Phan [EMAIL PROTECTED] wrote: unsubscribe __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com

find all products in the catalog admin

2007-10-23 Thread Phillip Rhodes
In the catalog admin, is there anyway to do a blind search and obtain a list of all products in the system? I am not seeing it, and I am having to remember every product id, or assign it to a category. Thanks.

Re: find all products in the catalog admin

2007-10-23 Thread Walter Vaughan
Phillip Rhodes wrote: In the catalog admin, is there anyway to do a blind search and obtain a list of all products in the system? I am not seeing it, and I am having to remember every product id, or assign it to a category. WebTools is a better tool for that perhaps

Re: find all products in the catalog admin

2007-10-23 Thread David E Jones
On Oct 23, 2007, at 7:47 PM, Walter Vaughan wrote: Phillip Rhodes wrote: In the catalog admin, is there anyway to do a blind search and obtain a list of all products in the system? I am not seeing it, and I am having to remember every product id, or assign it to a category. WebTools is a

Implementing content page in the ecommerce application

2007-10-23 Thread Phillip Rhodes
Hi everyone, I have a few informational pages that I need to implement in the ecommerce application. For example, History of the business and About us These pages need to be have the same UI as the ecommerce app (they can use the main-decorator), and I was hoping that I could leverage the

RE: find all products in the catalog admin

2007-10-23 Thread [EMAIL PROTECTED]
Gads, thats way too simple! -Original Message- From: David E Jones [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 23, 2007 7:05 PM To: user@ofbiz.apache.org Subject: Re: find all products in the catalog admin On Oct 23, 2007, at 7:47 PM, Walter Vaughan wrote: Phillip Rhodes wrote:

postgres on another computer subnet

2007-10-23 Thread Philip Laing
Hi Fellas Could I place the postgres on another subnet to ofbiz i.e. node-1 ofbiz 192.168.2.* node-2 postgres192.189.50.* Thanks in advance

Re: postgres on another computer subnet

2007-10-23 Thread BJ Freeman
as long as you have a route to it yes. if 192.168.2.* can access 192.189.50.* infact you can have the server access thru a VPN across the world. Philip Laing sent the following on 10/23/2007 9:03 PM: Hi Fellas Could I place the postgres on another subnet to ofbiz i.e. node-1ofbiz

Re: postgres on another computer subnet

2007-10-23 Thread BJ Freeman
also note that 192.189.50.* is not a private network. so the lookup will try to go thru the router. if you block these IP from accessing the internet then you will not be able to access any IP on th internet in this subnet Philip Laing sent the following on 10/23/2007 9:03 PM: Hi Fellas Could I

RE: postgres on another computer subnet

2007-10-23 Thread Philip Laing
Oops typo Should be node-1 ofbiz 192.168.2.* node-2 postgres192.168.50.* -Original Message- From: BJ Freeman [mailto:[EMAIL PROTECTED] Sent: Wednesday, 24 October 2007 2:36 PM To: user@ofbiz.apache.org Subject: Re: postgres on another computer subnet also