✨ feat (sys): update side menu items and icons
This commit is contained in:
@@ -35,7 +35,7 @@
|
||||
},
|
||||
{
|
||||
"title": "IGD",
|
||||
"icon": "i-lucide-stethoscope",
|
||||
"icon": "i-lucide-zap",
|
||||
"children": [
|
||||
{
|
||||
"title": "Triase",
|
||||
@@ -77,7 +77,7 @@
|
||||
},
|
||||
{
|
||||
"title": "Rehabilitasi Medik",
|
||||
"icon": "i-lucide-heart",
|
||||
"icon": "i-lucide-bike",
|
||||
"link": "/rehabilitasi",
|
||||
"children": [
|
||||
{
|
||||
@@ -103,34 +103,44 @@
|
||||
]
|
||||
},
|
||||
{
|
||||
"title": "Farmasi",
|
||||
"icon": "i-lucide-users",
|
||||
"title": "Obat - Order",
|
||||
"icon": "i-lucide-briefcase-medical",
|
||||
"children": [
|
||||
{
|
||||
"title": "Permintaan",
|
||||
"icon": "i-lucide-user",
|
||||
"link": "/pharmacy/request"
|
||||
"link": "/medication/order"
|
||||
},
|
||||
{
|
||||
"title": "Standing Order",
|
||||
"icon": "i-lucide-user",
|
||||
"link": "/pharmacy/standing-order"
|
||||
"link": "/medication/standing-order"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"title": "Lab",
|
||||
"icon": "i-lucide-briefcase",
|
||||
"title": "Lab - Order",
|
||||
"icon": "i-lucide-microscope",
|
||||
"link": "/lab-order"
|
||||
},
|
||||
{
|
||||
"title": "Radiologi",
|
||||
"title": "Lab Mikro - Order",
|
||||
"icon": "i-lucide-microscope",
|
||||
"link": "/micro-lab-order"
|
||||
},
|
||||
{
|
||||
"title": "Lab PA - Order",
|
||||
"icon": "i-lucide-microscope",
|
||||
"link": "/pa-lab-order"
|
||||
},
|
||||
{
|
||||
"title": "Radiologi - Order",
|
||||
"icon": "i-lucide-radio",
|
||||
"link": "/radiology-order"
|
||||
},
|
||||
{
|
||||
"title": "Gizi",
|
||||
"icon": "i-lucide-briefcase",
|
||||
"icon": "i-lucide-egg-fried",
|
||||
"link": "/nutrition-order"
|
||||
},
|
||||
{
|
||||
@@ -160,7 +170,7 @@
|
||||
"items": [
|
||||
{
|
||||
"title": "BPJS",
|
||||
"icon": "i-lucide-refresh-cw",
|
||||
"icon": "i-lucide-circuit-board",
|
||||
"link": "/integration/bpjs",
|
||||
"badge": "Live"
|
||||
},
|
||||
@@ -177,7 +187,7 @@
|
||||
"items": [
|
||||
{
|
||||
"title": "Peralatan dan Perlengkapan",
|
||||
"icon": "i-lucide-radius",
|
||||
"icon": "i-lucide-layout-dashboard",
|
||||
"children": [
|
||||
{
|
||||
"title": "Obat",
|
||||
@@ -209,36 +219,88 @@
|
||||
{
|
||||
"title": "Pengguna",
|
||||
"icon": "i-lucide-user",
|
||||
"link": "/human-src/employee"
|
||||
"children": [
|
||||
{
|
||||
"title": "Pegawai",
|
||||
"icon": "i-lucide-stethoscope",
|
||||
"link": "/human-src/employee"
|
||||
},
|
||||
{
|
||||
"title": "PPDS",
|
||||
"icon": "i-lucide-user",
|
||||
"link": "/human-src/specialist-intern"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"title": "Layanan",
|
||||
"icon": "i-lucide-card-sim",
|
||||
"icon": "i-lucide-layout-list",
|
||||
"children": [
|
||||
{
|
||||
"title": "Counter",
|
||||
"icon": "i-lucide-stethoscope",
|
||||
"link": "/tools-equipment-src/medicine"
|
||||
"link": "/service-src/counter"
|
||||
},
|
||||
{
|
||||
"title": "Bed",
|
||||
"title": "Public Screen (Big Screen)",
|
||||
"icon": "i-lucide-tools",
|
||||
"link": "/tools-equipment-src/device"
|
||||
"link": "/service-src/public-screen"
|
||||
},
|
||||
{
|
||||
"title": "Kasur",
|
||||
"icon": "i-lucide-tools",
|
||||
"link": "/service-src/bed"
|
||||
},
|
||||
{
|
||||
"title": "Kamar",
|
||||
"icon": "i-lucide-stethoscope",
|
||||
"link": "/tools-equipment-src/medical-device"
|
||||
"link": "/service-src/chamber"
|
||||
},
|
||||
{
|
||||
"title": "Lantai",
|
||||
"icon": "i-lucide-user",
|
||||
"link": "/tools-equipment-src/medicine-method"
|
||||
"link": "/service-src/floor"
|
||||
},
|
||||
{
|
||||
"title": "Gedung",
|
||||
"icon": "i-lucide-user",
|
||||
"link": "/tools-equipment-src/medicine-type"
|
||||
"link": "/service-src/building"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"title": "Item & Item Price",
|
||||
"icon": "i-lucide-shopping-basket",
|
||||
"link": "/item-src/item"
|
||||
},
|
||||
{
|
||||
"title": "Organisasi",
|
||||
"icon": "i-lucide-network",
|
||||
"children": [
|
||||
{
|
||||
"title": "Divisi",
|
||||
"icon": "i-lucide-stethoscope",
|
||||
"link": "/org-src/division"
|
||||
},
|
||||
{
|
||||
"title": "Instalasi",
|
||||
"icon": "i-lucide-tools",
|
||||
"link": "/org-src/installation"
|
||||
},
|
||||
{
|
||||
"title": "Unit",
|
||||
"icon": "i-lucide-tools",
|
||||
"link": "/org-src/unit"
|
||||
},
|
||||
{
|
||||
"title": "Specialist",
|
||||
"icon": "i-lucide-stethoscope",
|
||||
"link": "/org-src/specialist"
|
||||
},
|
||||
{
|
||||
"title": "Sub Specialist",
|
||||
"icon": "i-lucide-user",
|
||||
"link": "/org-src/subspecialist"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user