Re: Listing All Menu Items

2018-03-13 Thread Craig Parker
This is kind of what I'm looking for. Thanks. I think I can grab what I need now that I from about those files. I was hoping to make a "world atlas" of OFBiz, mostly to keep track of what is even out there (I haven't nearly been to all of it) and then down the road I hope to use some form of it

Re: Listing All Menu Items

2018-03-12 Thread Deepak Dixit
Hi Craig, Main menu item rendered through webapp not from component. A component can have multiple webapp. Ex. https://svn.apache.org/repos/asf/ofbiz/ofbiz-framework/trunk/applications/accounting/ofbiz-component.xml All webapp will be display by defuaut as menu item, if app-bar-display is set f

Re: Listing All Menu Items

2018-03-12 Thread Rajesh Mallah
Hi Deepak , I guess you suggested the below: <#assign displayApps = Static["org.apache.ofbiz.webapp.control.LoginWorker"].*getAppBarWebInfos*(security, userLogin, ofbizServerName, "*main*")> <#assign displaySecondaryApps = Static["org.apache.ofbiz.webapp.control.LoginWorker"].*getAppBarWebInfos*(

Re: Listing All Menu Items

2018-03-12 Thread Paul Foxworthy
Hi Craig, The major menu items correspond to major entities in the data model (Party, Product, Facility and so on). But many of the menu items are verbs and the entities are nouns. To explore the data model: Read the Data Model Resource Books, especially volume 1. https://cwiki.apache.org/conflu

Re: Listing All Menu Items

2018-03-12 Thread Craig Parker
I'm not a dev, so a lot of what you had me read wasn't clear. I am familiar with MySQL though. These menu "sub items" aren't listed in the db anywhere? I'm looking manually now in my servers information_schema db, but if you know how to save me looking through a gazillion column names, I'm all

Re: Listing All Menu Items

2018-03-12 Thread Deepak Dixit
Hi Craig, Please have a look at LoginWorker.getAppBarWebInfos and ComponentConfig. getAppBarWebInfos method. For reference you can have a look at themes/flatgrey/template/AppBar.ftl Thanks & Regards -- Deepak Dixit www.hotwaxsystems.com www.hotwax.co On Mon, Mar 12, 2018 at 9:56 PM, Craig Parker

Listing All Menu Items

2018-03-12 Thread Craig Parker
I'm running a clean slate install on MySQL, and trying to locate the main OFBiz menu. Looks like there's a db named ofbiztenant with a table called COMPONENT, and that appears to have at least the top level menu items. Where are the others? Nothing official, but I'm trying to make a spreadshee