Re: Customize UI screens in Ofbiz

2014-06-20 Thread Taher Alkhateeb
Hi Integrin In our company we use the ofbiz addon manager. It keeps things isolated and easy to upgrade. Either way, best practice in my opinion is to isolate framework modification code from your own new code. Regards, Taher Alkhateeb On Jun 20, 2014 5:32 PM, Anil Patel

Re: Customize UI screens in Ofbiz

2014-06-20 Thread Jacques Le Roux
This is good, you can even go further. Most of the OFBiz parts can be overridden in a hot-deploy component. This prevents you to have even to maintain patches... When you always try to apply this idea you really understand the genius behind OFBiz... Jacques Le 20/06/2014 16:31, Anil Patel a

Re: Customize UI screens in Ofbiz

2014-06-20 Thread Integrin
Thanks all the quick responses and Anil for sharing the link it is very helpful, As i have to change most of the forms/screens to limit the fields, i will create a custom component in hot-deploy by extending the corresponding Ofbiz OOTB component and will keep my customization here. Regards On

Re: ofbiz 12.04r1532787: VAT fails in cart/order - so ofbiz 12.04r1532787 fails in the EU

2014-06-20 Thread Jacques Le Roux
Le 17/06/2014 10:40, ofbiz.u...@nym.hush.com a écrit : Dear Jaques, thanks for your answer. I double-checked: In fact my sources are based on a 12.04 checkout from around Oktober 13, not an 11.04. So my 12.04 checkout did not contain the patch mentioned. I applied the patch and had

Re: Customize UI screens in Ofbiz

2014-06-20 Thread Richard Siddall
Let me just suggest the approach of using display:none in a custom CSS file to suppress display of the screen elements you don't want to see. I don't know if it would actually meet Integrin's requirements. You would not use this approach normally since you have control over the HTML