RE: Resource bundle error

2010-10-05 Thread Gavin Mabie
Hi Sumit I managed to solve that issue - now I have problems logging onto the application. The base-permission in the ofbiz-component.xml file is: base-permission=OFBTOOLS,MYCOMPONENT Thanks Gavin -Original Message- From: Sumit Pandit [mailto:meetsumit...@gmail.com] Sent: 05

Daily journals

2010-10-05 Thread Shereen
Hi all I want to use the accounting daily journals in ofbiz a journal where you enter your daily transactions. Is something like that available in ofbiz. I've found in the Organization accounting setup that we can implement a new journal and is this similar to what I'm talking about? what's the

Re: Resource bundle error

2010-10-05 Thread Brajesh Patel
Hi Gavin, Have you loaded data after creation of the component? Brajesh Patel Gavin Mabie wrote: Hi Sumit I managed to solve that issue - now I have problems logging onto the application. The base-permission in the ofbiz-component.xml file is: base-permission=OFBTOOLS,MYCOMPONENT Thanks

Re: Resource bundle error

2010-10-05 Thread Sumit Pandit
To load data you need to run ant run-install and then to login at application use userlogin/password = admin/ofbiz. Also error message would be helpful to debug. On Tue, Oct 5, 2010 at 1:38 PM, Brajesh Patel brajesh.pa...@hotwaxmedia.com wrote: Hi Gavin, Have you loaded data after creation of

RE: Resource bundle error

2010-10-05 Thread Gavin Mabie
Hi Brajesh I haven't loaded any data after creating the component - the CommonScreens.xml for the component has a base-permission setting MYCOMPONENT view. When I log on to the app I get a message stating that I'm not allowed to see this page. Thanks -Original Message- From: Brajesh

Re: Resource bundle error

2010-10-05 Thread Brajesh Patel
Hi Gavin, Need to load data because after create-component security data created and need to load that data. -- Brajesh Patel Gavin Mabie wrote: Hi Brajesh I haven't loaded any data after creating the component - the CommonScreens.xml for the component has a base-permission setting

Re: Order life cycle - misunderstanding

2010-10-05 Thread BJ Freeman
sounds to me what is called dropshipping it is already in ofbiz. biletnikov sent the following on 10/5/2010 6:55 AM: Hello all, I'm developing a service which creates Sales and Purchase orders and I faced some troubles. Let me show the example: Parties: Customer Supplier A company,

ofbiz JAR Files

2010-10-05 Thread Zwick, Marshall R (IS)
Hello, I am trying to locate Jar files needed to build a library. I am missing the following needed imports for Java: import com.atlassian.core.ofbiz.CoreFactory; import com.atlassian.core.ofbiz.util.EntityUtils; import org.ofbiz.core.entity.EntityUtil import

Ideas for implementation

2010-10-05 Thread Luís Maranesi
Hi all, I'm writing because I'd like to implement what we call in Brazil Nota Fiscal. It's a kind of the American invoice but with a lot more information so the government can use it to control taxation and the transit of goods. I'd like to ask you for some advices for what you believe to be the

Re: Embed YouTube Video

2010-10-05 Thread Sumit Pandit
Hi Gavin, ProductAttribute entity could be use to store video link. And to display it on product page please find some way to embed youtube video in html (if you are using ftl file). On Wed, Oct 6, 2010 at 8:15 AM, Gavin Mabie gavin.ma...@urbannex.co.za wrote: Hi Group I have a requirement