User Menu Overview
User Menu Overview
The User Profile Menu (accessed from your avatar in the top-right corner) acts as your personal command center. This menu connects you to your account settings, UI preferences, and all of your personal work items—like leave requests, expenses, service desk tickets, and timesheets.
Architecture
Permission-Based Visibility
Not every user will see all of these options. The menu dynamically adjusts based on your role, permissions, and active subscriptions.
| Menu Item | Purpose | Who Can See It | Route |
|---|---|---|---|
| My Profile | Manage personal information. | All Users | /profile |
| My Preferences | Adjust localized application settings. | All Users | /profile/preferences |
| Navigation Selector | Switch between Sidebar, Floating, and Dock layouts. | All Users | N/A |
| Apply Leave | Submit leave requests. | Users with org.lvhdcf.applyleave | /org/leave/apply |
| Approve Leave | Review and approve leave requests. | Users with org.lvhdcf.approveleave | /org/leave/approvals |
| Leave Analytics | View organizational leave reporting. | Users with org.lvhdcf.approveleave | /org/leaves/report |
| My Expenses | Submit and track personal expenses. | Users with org.me.expense.myexpense | /org/expenses/my |
| Expense Approvals | Review and approve expense reports. | Users with org.expense.approve | /org/expense-approvals |
| My Service Requests | Submit internal support tickets/orders. | Users with org.servicedesk.requests.submit | /org/service-requests/my |
| Request Approvals | Review and approve service requests. | Users with org.servicedesk.requests.approve | /org/service-request-approvals |
| My Work | View and manage assigned tasks. | Users with task.manage.view | /org/my-tasks |
| My Timesheet | Log daily/weekly work hours. | Users with mytimesheet.manage | /org/my-timesheets |
| Timesheet Approval | Review and approve submitted timesheets. | Users with task.timesheet.approve | /org/timesheets-approval |
| My Delegation | Temporarily delegate approvals to someone else. | Users with org.delegation.manage | /org/me/delegation |
| My Leads | Access your assigned marketing/sales leads. | Users with mkt.leads.view | /org/marketing/leads?tab=list&my_leads=true |
| Sign Out | Securely log out of the application. | All Users | /login (redirect) |