BOM for configurable products

2008-03-10 Thread Ravi Subramanian
Hi all, I am currently using some configurable goods. When the BOM is generated for the configurable product the configuration options are not included in them. I want them to be included once the product is configured. Anyone help me on this please. Thanks, Ravi.

Re: Overriding product display service

2008-03-10 Thread Grant Edwards
Jacques, thank for the reply. I do understand the architecture used by OFBiz, by all accounts my question might not have been very clear. I am attempting to override the getCategoryMembers(.), in a hot-deploy component that I am writing, take a look at the service definition below: lo

Re: Sending mails to contact lists

2008-03-10 Thread Jacques Le Roux
Did you try Raj's advice (I commited his changes in https://issues.apache.org/jira/browse/OFBIZ-1699) ? Jacques From: "Alan Halley" <[EMAIL PROTECTED]> Hi Thanks for responding so quickly. Here is a sample from our logs 2008-03-09 18:54:32,412 (http-0.0.0.0-8443-Processor3) [ConfigXMLRea

Re: Overriding product display service

2008-03-10 Thread Bilgin Ibryam
Hi Grant, I think the service you are looking for is getProductCategoryAndLimitedMembers Bilgin -- View this message in context: http://www.nabble.com/Overriding-product-display-service-tp15902800p15950651.html Sent from the OFBiz - User mailing list archive at Nabble.com.

Re: Overriding product display service

2008-03-10 Thread Grant Edwards
Thanks Bilgin, that exactly what I was looking for. Bilgin Ibryam wrote: Hi Grant, I think the service you are looking for is getProductCategoryAndLimitedMembers Bilgin

Sales Tax

2008-03-10 Thread Branden Strickland
I'm getting all kinds of foreign key constraint conflicts while trying to add in the Sales Tax information. I'm not going to post the SQL error, only because I think it's solely me not inputting the data correctly. If I'm using the Sales tax for the POS application, must I create a (I live in the

Re: Sales Tax

2008-03-10 Thread Jacques Le Roux
From: "Branden Strickland" <[EMAIL PROTECTED]> If I'm using the Sales tax for the POS application, must I create a (I live in the USA in Pennsylvania) PA tax party, and then set my store tax info to PA and set the Tax Auth ID to the party I set? Did you read http://docs.ofbiz.org/display/OFBTE

Re: Sales Tax

2008-03-10 Thread Branden Strickland
Thank you!! I actually just found it right before I read your email. Here's what I did. I made a PA state tax party group. I went to accounting, and set up the new tax authority, but accidently bound it to my Company ID. Not the PA tax auth party (I thought it was asking me which store to app

Re: Sales Tax

2008-03-10 Thread Branden Strickland
Nevermind I got it after I removed the "product info" info. hope I didn't have you diggin around! THanks for the prior advice too! On Mon, Mar 10, 2008 at 1:13 PM, Branden Strickland < [EMAIL PROTECTED]> wrote: > Thank you!! > > I actually just found it right before I read your email. Here's w

Re: Sending mails to contact lists

2008-03-10 Thread Alan Halley
Hi Jacques I tried Raj's fix but it didn't make any difference. Alan - Original Message From: Jacques Le Roux <[EMAIL PROTECTED]> To: user@ofbiz.apache.org Sent: Monday, 10 March, 2008 8:46:03 AM Subject: Re: Sending mails to contact lists Did you try Raj's advice (I commited his chang

Re: Sales Tax

2008-03-10 Thread Branden Strickland
Jaques, I've gotten everything (store, product, party) set for my geo id, and tax vat id. I've set up accounting for the tax_authority and set it to my categories, and my store. I've looked through and grepped for so much stuff that would have to do with tax, but to no avail. I've read over the d

Ofbiz and Eclipse (or IntelliJ)

2008-03-10 Thread Roberto Cosenza
Hi. Is anybody using a IDE to compile ofbiz? I mean not compiling through ant but though the built in compiler. I tried using the .classpath/.project files provided in svn but with no good results. /Roberto

Re: Sending mails to contact lists

2008-03-10 Thread Raj Saini
Hi Alan, I have contact list emails working for me correctly. Can you tell what and how exactly you are doing? Raj Alan Halley wrote: Hi Jacques I tried Raj's fix but it didn't make any difference. Alan - Original Message From: Jacques Le Roux <[EMAIL PROTECTED]> To: user@ofbiz.a

Re: Ofbiz and Eclipse (or IntelliJ)

2008-03-10 Thread Ryan Sweet
Roberto Cosenza wrote: Hi. Is anybody using a IDE to compile ofbiz? I mean not compiling through ant but though the built in compiler. I tried using the .classpath/.project files provided in svn but with no good results. /Roberto I use the plugin for intellij to use the ant build. Since I'm

unitAverageCost in OrderItem?

2008-03-10 Thread Case Torres
Hi All, Anyone know what populates (form in what manager?) the unitAverageCost field in the OrderItem table? I'd like to use this field in a new report I'm building. Thanks much, Case --- Case Torres [EMAIL PROTECTED]

Re: Ofbiz and Eclipse (or IntelliJ)

2008-03-10 Thread Roberto Cosenza
That is an interesting approach. Would you mind sending me the intellij project files?/RobertoOn Mar 10, 2008, at 10:54 PM, Ryan Sweet wrote:Roberto Cosenza wrote:Hi.Is anybody using a IDE to compile ofbiz?  I mean not compiling through ant but though the built in compiler.I tried using the .classp

Re: Ofbiz and Eclipse (or IntelliJ)

2008-03-10 Thread Ryan Sweet
I'm not sure that would make sense, as they will have lots of internal (to my system) modules and dependencies (I depend on other systems than ofbiz). Here's what you can do: 1) Create new project (java project) - point this at your module under ${OFBIZ_HOME}/hot-deploy (I use maven 2, so to

Service Synchronization

2008-03-10 Thread [EMAIL PROTECTED]
I have a few services that take from 4 to 8 hours to complete with the large data sets I am dealing with. I want to synchronize those services so it is impossible to start them if they are already running. My plan is to create a new entity to hold the service name, start time, stop time, etc a

Re: component dependency

2008-03-10 Thread Hansen Wang
It seems that to have a complete dependent list for a specific component, one has to go through the build file for compile time dependency and the service implementation codes (both xml and java) and other java codes for runtime dependency. It would be usuful to have such information (something li

Re: Service Synchronization

2008-03-10 Thread David E Jones
This feature already exists in the Service Engine, BTW. -David On Mar 10, 2008, at 6:37 PM, [EMAIL PROTECTED] wrote: I have a few services that take from 4 to 8 hours to complete with the large data sets I am dealing with. I want to synchronize those services so it is impossible to start

RE: Service Synchronization

2008-03-10 Thread [EMAIL PROTECTED]
Can you point me to the entity name or how to call the service start? Doesn't make much sense writing something new that already exists. Skip -Original Message- From: David E Jones [mailto:[EMAIL PROTECTED] Sent: Monday, March 10, 2008 6:38 PM To: user@ofbiz.apache.org Subject: Re: Servic

Re: Service Synchronization

2008-03-10 Thread David E Jones
Check out the "semaphore" attribute on the service element/tag in the service def XML file. In other words, you just specify how it should behave on the service definition. -David On Mar 10, 2008, at 8:54 PM, [EMAIL PROTECTED] wrote: Can you point me to the entity name or how to call th