added expense path in side bar menu
This commit is contained in:
parent
0c8c954b9c
commit
1d2cb7b1f7
@ -1,118 +1,125 @@
|
|||||||
[
|
[
|
||||||
{
|
{
|
||||||
"header": "",
|
"header": "",
|
||||||
"items": [
|
"items": [
|
||||||
{
|
{
|
||||||
"text": "Dashboard",
|
"text": "Dashboard",
|
||||||
"icon": "bx bx-home",
|
"icon": "bx bx-home",
|
||||||
"available": true,
|
"available": true,
|
||||||
"link": "/dashboard"
|
"link": "/dashboard"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"text": "Projects",
|
"text": "Projects",
|
||||||
"icon": "bx bx-building-house",
|
"icon": "bx bx-building-house",
|
||||||
"available": true,
|
"available": true,
|
||||||
"link": "/projects"
|
"link": "/projects"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"text": "Employees",
|
"text": "Employees",
|
||||||
"icon": "bx bx-user",
|
"icon": "bx bx-user",
|
||||||
"available": true,
|
"available": true,
|
||||||
"link": "/employees"
|
"link": "/employees"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"text": "Activities",
|
"text": "Activities",
|
||||||
"icon": "bx bx-list-ul",
|
"icon": "bx bx-list-ul",
|
||||||
"available": true,
|
"available": true,
|
||||||
"link": "",
|
"link": "",
|
||||||
"submenu": [
|
"submenu": [
|
||||||
{
|
{
|
||||||
"text": "Attendance",
|
"text": "Attendance",
|
||||||
"available": true,
|
"available": true,
|
||||||
"link": "/activities/Attendance"
|
"link": "/activities/Attendance"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"text": "Daily Task Planning",
|
"text": "Daily Task Planning",
|
||||||
"available": true,
|
"available": true,
|
||||||
"link": "/activities/task"
|
"link": "/activities/task"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"text": "Daily Progress Report",
|
"text": "Daily Progress Report",
|
||||||
"available": true,
|
"available": true,
|
||||||
"link": "/activities/records"
|
"link": "/activities/records"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"text": "Project Report",
|
"text": "Project Report",
|
||||||
"available": true,
|
"available": true,
|
||||||
"link": "/activities/reports"
|
"link": "/activities/reports"
|
||||||
},
|
},
|
||||||
|
|
||||||
{
|
{
|
||||||
"text": "Daily Expenses",
|
"text": "Daily Expenses",
|
||||||
"available": true,
|
"available": true,
|
||||||
"link": "/activities/reports"
|
"link": "/activities/reports"
|
||||||
}
|
}
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"text": "Directory",
|
|
||||||
"icon": "bx bx-group",
|
|
||||||
"available": true,
|
|
||||||
"link": "/directory"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"text": "Image Gallary",
|
|
||||||
"icon": "bx bx-images",
|
|
||||||
"available": true,
|
|
||||||
"link": "/gallary"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"text": "Administration",
|
|
||||||
"icon": "bx bx-box",
|
|
||||||
"available": true,
|
|
||||||
"link": "",
|
|
||||||
"submenu": [
|
|
||||||
{
|
|
||||||
"text": "Users",
|
|
||||||
"available": true,
|
|
||||||
"link": "/employees/"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"text": "Masters",
|
|
||||||
"available": true,
|
|
||||||
"link": "/masters"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"text": "Inventory",
|
|
||||||
"icon": "bx bx-store",
|
|
||||||
"available": true,
|
|
||||||
"link": "/inventory"
|
|
||||||
}
|
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"header": "",
|
"text": "Directory",
|
||||||
"items": [
|
"icon": "bx bx-group",
|
||||||
{
|
"available": true,
|
||||||
"text": "Support",
|
"link": "/directory"
|
||||||
"icon": "bx bx-copy",
|
},
|
||||||
"available": true,
|
{
|
||||||
"link": "/help/support"
|
"text": "Expense",
|
||||||
},
|
"icon": "bx bx-receipt",
|
||||||
{
|
"available": true,
|
||||||
"text": "Documentation",
|
"link": "/expenses"
|
||||||
"available": true,
|
},
|
||||||
"icon": "bx bx-book-reader",
|
|
||||||
"link": "/help/docs"
|
{
|
||||||
},
|
"text": "Image Gallary",
|
||||||
{
|
"icon": "bx bx-images",
|
||||||
"text": "Help Desk",
|
"available": true,
|
||||||
"available": true,
|
"link": "/gallary"
|
||||||
"link": "/help/connect",
|
},
|
||||||
"icon": "bx bx-question-mark"
|
{
|
||||||
}
|
"text": "Administration",
|
||||||
|
"icon": "bx bx-box",
|
||||||
|
"available": true,
|
||||||
|
"link": "",
|
||||||
|
"submenu": [
|
||||||
|
{
|
||||||
|
"text": "Users",
|
||||||
|
"available": true,
|
||||||
|
"link": "/employees/"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Masters",
|
||||||
|
"available": true,
|
||||||
|
"link": "/masters"
|
||||||
|
}
|
||||||
]
|
]
|
||||||
}
|
},
|
||||||
|
{
|
||||||
|
"text": "Inventory",
|
||||||
|
"icon": "bx bx-store",
|
||||||
|
"available": true,
|
||||||
|
"link": "/inventory"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"header": "",
|
||||||
|
"items": [
|
||||||
|
{
|
||||||
|
"text": "Support",
|
||||||
|
"icon": "bx bx-copy",
|
||||||
|
"available": true,
|
||||||
|
"link": "/help/support"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Documentation",
|
||||||
|
"available": true,
|
||||||
|
"icon": "bx bx-book-reader",
|
||||||
|
"link": "/help/docs"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Help Desk",
|
||||||
|
"available": true,
|
||||||
|
"link": "/help/connect",
|
||||||
|
"icon": "bx bx-question-mark"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
]
|
]
|
||||||
Loading…
x
Reference in New Issue
Block a user