Fw: Sales Tax

2008-03-11 Thread Jacques Le Roux
Forgot to copy to user ML From: Jacques Le Roux Not sure of your question/ issue but beware that tax is applied to the client. The client by default in POS is unknown (_NA_), so his/her geoId . Hence you must set also _NA_ with the value of PA and it should work like you want (after all you ar

Re: Sending mails to contact lists

2008-03-11 Thread Alan Halley
Hi Raj The steps I take are:- 1. Select Marketing tab in Webtools 2. Select a ContactList I've already created 3. Create a new CommEvent on that list -- see attached image 4. Press save I see the SEC rule firing a sendEMailToContactList being invoked and requesting an Async Service. The Async

Re: Ofbiz and Eclipse (or IntelliJ)

2008-03-11 Thread Roberto Cosenza
On Mar 10, 2008, at 11:56 PM, Ryan Sweet wrote: 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

Oracle integration/Import best practices

2008-03-11 Thread Peter Felts
OfBiz community: I want to ask you all a best-practices question: putting aside my knowledge limitations of OfBiz and Oracle, what would be the best way to integrate my OfBiz applications with a separate Oracle data warehouse? Let me provide a little background: I am developing my own OfBiz app

Re: Ofbiz and Eclipse (or IntelliJ)

2008-03-11 Thread Raj Saini
I am not sure about IntelliJ but Eclipse .project and .classpath files are in SVN. I generally checkout the OFbiz from SVN as Java project and it works without any problem. Advantage of Eclipse could be code completion, nice editor, and compile time errors in the editor itself as Eclipse uses

Re: Ofbiz and Eclipse (or IntelliJ)

2008-03-11 Thread Jacques Le Roux
From: "Roberto Cosenza" <[EMAIL PROTECTED]> Altough this is helping me a lot I cant't believe that there is no developer of the core ofbiz using an ide "properly" configured, with a maintained project file. Is everybody using command line to compile? /roberto You can use Ant from Eclipse

Re: Ofbiz and Eclipse (or IntelliJ)

2008-03-11 Thread Roberto Cosenza
Thank you. The eclipse files do work. I had tried them already and it did not compile. I'm sure i had messed up with them during the import. Now I feel more comfortable /roberto On Mar 11, 2008, at 4:26 PM, Raj Saini wrote: I am not sure about IntelliJ but Eclipse .project and .classpath fil

Re: Ofbiz and Eclipse (or IntelliJ)

2008-03-11 Thread Raj Saini
BTW, you can run the ant scripts right from Eclipse if you don't like the command line. Open the top level build.xml and select the ant target in ourline view. Right click on target and choose "Run as ant build." You can also configure the Ofbiz to run from Eclipse (Without Ant script). It is

Re: Ofbiz and Eclipse (or IntelliJ)

2008-03-11 Thread Roberto Cosenza
Thanx, I do like using command line but still i like to use an editor with refactoring support/formatting help when needed. On Mar 11, 2008, at 5:22 PM, Raj Saini wrote: BTW, you can run the ant scripts right from Eclipse if you don't like the command line. Open the top level build.xml and

Re: party prices

2008-03-11 Thread mike_mcmillan
Jacopo, Do I setup the agreement within the accounting manager or the profile of the party? I am having difficulties entering the appropriate data for it to work properly. Can you elaborate the actual setup of the agreement? Mike Jacopo Cappellato wrote: > > Setup an Agreement for each party a

Re: unitAverageCost in OrderItem?

2008-03-11 Thread Bilgin Ibryam
I cannot see any code that populates this field. Bilgin -- View this message in context: http://www.nabble.com/unitAverageCost-in-OrderItem--tp15968677p15990996.html Sent from the OFBiz - User mailing list archive at Nabble.com.

saving customised data for import as demo data?

2008-03-11 Thread Ryan Sweet
Somewhere in the docs and tutorials I thought I had seen a description of how to re-integrate one's customisations of the demo data back into the build/run-install process. I cannot seem to find that info again now. Is there a succinct procedure to * export the customised demo data * re-import

Re: saving customised data for import as demo data?

2008-03-11 Thread Ryan Sweet
I should rephrase this: how do you re-import from within the build-file or from the cli? i can successfully re-import using the Entity Maintenance UI Ryan Sweet wrote: Somewhere in the docs and tutorials I thought I had seen a description of how to re-integrate one's customisations of the

Product cost entity

2008-03-11 Thread [EMAIL PROTECTED]
When we sell a product, there are lots of ways to set the price we sell it at. Are there any similiar entities to store costs, eg. supplier price breaks at quantity levels, special promotions, etc. My current industry does this and I am about to create a new entity to associate with SupplierProdu

RE: unitAverageCost in OrderItem?

2008-03-11 Thread [EMAIL PROTECTED]
Same thing is true with unitRecurringPrice. I need the average cost an hence and setting it when the item is shipped. I would be happy to post the code. Skip -Original Message- From: Bilgin Ibryam [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 11, 2008 2:30 PM To: user@ofbiz.apache.org

Re: saving customised data for import as demo data?

2008-03-11 Thread Raj Saini
Add a entity-resource entry of type "data" and reader-name as "ext" in ofbiz-components.xml of your application. For example: location="data/GeoData_IN.xml"/> And run the "run-install-extseed" ant target instead of "run-install". This should load your modified data along with the seed data