Re: Improve HTML Markup by providing useful css classes

2014-05-20 Thread Adrian Stern
Well i found a way to do this. But ofbiz shows a really strange behavior. I think this is a bug. In Common Menus i have this: menus xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; xsi:noNamespaceSchemaLocation=http://ofbiz.apache.org/dtds/widget-menu.xsd menu name=CommonAppBarMenu

Ofbiz Component on different server

2014-05-20 Thread Robert Gan
Hey guys, I have ofbiz running on a single server. Now I thought about creating multiple blogs with ofbiz. Is it possible to run each blog with its own server with its own domain name? If yes, which are the steps to achieve that? greetings robert -- View this message in context:

Re: Ofbiz Component on different server

2014-05-20 Thread S K Pradeep Kumar
Hi Robert, You can use the ofbiz inbuilt blogs and can be run on the same server with same domain name. With regards, Pradeep kumar With regards, S K Pradeep Kumar, 9035009495 On Tue, May 20, 2014 at 1:11 PM, Robert Gan g...@mercon24.de wrote: Hey guys, I have ofbiz running on a single

Re: Deadlock issue with OFBiz tranactions

2014-05-20 Thread S K Pradeep Kumar
Thanks Adrian Crum, Scott. Yes, we are refactoring the GlAccountOrganization related services. With regards, Pradeep Kumar With regards, S K Pradeep Kumar, 9035009495 On Mon, May 19, 2014 at 6:44 PM, Scott Gray scott.g...@hotwaxmedia.comwrote: GlAccountOrganization looks like it could be

Re: Improve HTML Markup by providing useful css classes

2014-05-20 Thread Adrian Stern
I've found a way to do what i want using just my theme. So no changes to ofbiz necessary. page-container in header.ftl can be extended by ${activeApp} On 20 May 2014 09:25, Adrian Stern archd...@gmail.com wrote: Well i found a way to do this. But ofbiz shows a really strange behavior. I

OfBiz Theme

2014-05-20 Thread Eric Halim
Sorry to repeat this question. If I want to modify ecommerce themes. What is the best approach? Should I directly modify those css file? Or is there a best practice doing so? Thanks in advance.

Re: OfBiz Theme

2014-05-20 Thread Nicolas Malin
Hello eric, The best approach is create a new component on themes directory and change your css, ftl template files Nicolas Le 20/05/2014 11:39, Eric Halim a écrit : Sorry to repeat this question. If I want to modify ecommerce themes. What is the best approach? Should I directly modify

Re: Ofbiz Component on different server

2014-05-20 Thread Robert Gan
Hey thanks for your message. I know that. BUt I want them on different server, because I want different IP addresses and different domain names. I want to manage all blogs from one main source / System, I dont want to deploy the complete ofbiz to each server for each blog... So I want one

Re: OfBiz Theme

2014-05-20 Thread Eric Halim
Thanks but I want to start from Ofbiz default theme not multiplex theme. There is no default folder for this. Everything is already on framework/images/ folder. Should I modify the css directly? Or is there a template that will generate those css. I mean if I change css directly I will need to

Re: OfBiz Theme

2014-05-20 Thread Adrian Stern
I did it like this: Find a nice theme to clone and copy it while changing the name. Then *grep -i -r* trough the files looking for the old theme name and replace every occurence. This will leave you with an exact but renamed copy of the theme you want to change. On 20 May 2014 11:51, Nicolas

Re: OfBiz Theme

2014-05-20 Thread Nicolas Malin
Le 20/05/2014 13:29, Eric Halim a écrit : Thanks but I want to start from Ofbiz default theme not multiplex theme. There is no default folder for this. Everything is already on framework/images/ folder. What is your ofbiz release ? I ask to have the best approach, change the main css is

Re: OfBiz Theme

2014-05-20 Thread Vijay Krishnamurthy
Hello Can you please let me know how I can unsubscribe from this list. Thanks all.. Regards, Vijay On 5/20/2014 5:59 PM, Nicolas Malin wrote: Le 20/05/2014 13:29, Eric Halim a écrit : Thanks but I want to start from Ofbiz default theme not multiplex theme. There is no default folder for this.

Re: OfBiz Theme

2014-05-20 Thread Eric Halim
Mine is Ofbiz release 12. Yes it should not be the best practice changing css directly. So what is the best practice then? On May 20, 2014 7:29 PM, Nicolas Malin malin.nico...@librenberry.net wrote: Le 20/05/2014 13:29, Eric Halim a écrit : Thanks but I want to start from Ofbiz default

Re: Ofbiz Component on different server

2014-05-20 Thread S K Pradeep Kumar
Yes you can do that, just keep the blog and its related components (i.e. Content, party ...etc. ) and create one light weight ofbiz and deploy in another server. With regards, Pradeep Kumar With regards, S K Pradeep Kumar, 9035009495 On Tue, May 20, 2014 at 3:55 PM, Robert Gan g...@mercon24.de

Backdated Transactions

2014-05-20 Thread Sarang Deshpande
Hello Community, I am trying to achieve the following in my OFBIZ - In a real world scenario, to buy a product, a Purchase Order is created and the products are received in a warehouse. Real World Business Case Following are the events happening in real world. 1. A Purchase Order is created

RE: OfBiz Theme

2014-05-20 Thread Eric Halim
Hi Adrian, where to find nice theme for Ofbiz? -Original Message- From: Adrian Stern [mailto:archd...@gmail.com] Sent: Tuesday, May 20, 2014 6:34 PM To: user Subject: Re: OfBiz Theme I did it like this: Find a nice theme to clone and copy it while changing the name. Then *grep -i -r*