blob: 21b47c5f0e76079c0c409b1e9640406eb1448d54 [file] [log] [blame]
import ns org.eclipse.osbp.authentication.account.dialogs.UserAccount
import ns org.eclipse.osbp.authentication.account.perspectives.UserAdministration
import ns ${{BASIC_PROJECT_NAME}}.model.blips.ProductMaintenance
import ns ${{BASIC_PROJECT_NAME}}.model.blips.listing
import ns ${{BASIC_PROJECT_NAME}}.model.perspectives.Currencies
import ns ${{BASIC_PROJECT_NAME}}.model.perspectives.Datainterchange
import ns ${{BASIC_PROJECT_NAME}}.model.perspectives.Employee
import ns ${{BASIC_PROJECT_NAME}}.model.perspectives.Products
import ns ${{BASIC_PROJECT_NAME}}.model.perspectives.Supplier
import ns ${{BASIC_PROJECT_NAME}}.model.perspectives.TopProducts
import ns ${{BASIC_PROJECT_NAME}}.model.tables.TaskMenu
package ${{MODEL_PROJECT_PACKAGE_NAME}}.menu
expandedImage "collapse_arrow_16" collapsedImage "expand_arrow_16"
width "600px"
category Menu {
tree MasterData tooltip "masterDataTooltip" {
entry Employees icon "employee" perspective Employee
entry Supplier icon "supplier" perspective Supplier
entry Products icon "products" perspective Products
entry Currencies icon "money" perspective Currencies
}
tree BI tooltip "biTooltip" {
entry TopProducts icon "products" perspective TopProducts
}
tree Administration tooltip "administrationTooltip" {
entry userAdministration icon "employee" perspective UserAdministration
entry Datainterchange icon "flag-orange" perspective Datainterchange
}
}
category Tasks {
tree Sales tooltip "salesTooltip" {
entry ProductMaintenance process ProductMaintenance
entry ListingSales process listing
}
tree MaterialRequirementsPlanning {
entry Listing process listing
}
}
category MyTasks table TaskMenu
category Profile dialog UserAccount
category UserFilter userFilter