blob: 56ac06bf22bc523cf59679b2085e6e358003e62f [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.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"
entry Menu describedBy "my menu" {
entry Perspectives {
entry MasterData {
entry Employees image "employee" perspective Employee
entry Supplier image "supplier" perspective Supplier
entry Products image "products" perspective Products
}
entry BI {
entry TopProducts image "products" perspective TopProducts
}
}
entry Administration {
entry userAdministration image "employee" perspective UserAdministration
}
}
entry Tasks describedBy "manage BPM" {
entry Roles {
entry Sales {
entry ProductMaintenance process ProductMaintenance
entry ListingSales process listing
}
entry MaterialRequirementsPlanning {
entry Listing process listing
}
}
}
entry MyTasks table TaskMenu
entry Profile dialog UserAccount
entry UserFilter userFilter
}