On Wed, Mar 9, 2011 at 12:01 PM, wdOnOFBiz <[email protected]> wrote:
> could anyone please point me to a reference that describes how to customize > an OFBiz screen. > > For example: > > 1- Suppose I need to simplify the AR invoice screen by removing the > information related to Roles. > You can remove it by modifying the following file /ofbiz/applications/accounting/widget/ar/ArMenus.xml. Comment out roles menu item. > 2- I need to remove the field Taxable Flag from the items list in the > invoice. > Hide it by entering <field name="taxableFlag"><hidden/></field> to "invoiceItems" form in /ofbiz/applications/accounting/widget/InvoiceForms.xml > > Is there a quick way to it without having to rebuild the full UI? > You don't need to rebuild, you don't need even to restart Ofbiz. Simply modify the screens and refresh the page to see the changes > > Thank you, > WD > > HTH Bilgin Ibryam > > -- > View this message in context: > http://ofbiz.135035.n4.nabble.com/Simplifying-OFBiz-screens-tp3343428p3343428.html > Sent from the OFBiz - User mailing list archive at Nabble.com. >
