Feature/loan followup

This commit is contained in:
2024-11-02 06:48:57 +00:00
committed by AmirHossein Mahmoodi
parent 4cf1717017
commit 1e9bb58552
12 changed files with 616 additions and 1 deletions

View File

@@ -16,6 +16,7 @@ import SecurityIcon from '@mui/icons-material/Security';
import SettingsIcon from '@mui/icons-material/Settings';
import RepartitionIcon from '@mui/icons-material/Repartition';
import AccountBalanceIcon from '@mui/icons-material/AccountBalance';
import RepeatIcon from '@mui/icons-material/Repeat';
const sidebarMenu = [
[
@@ -45,6 +46,15 @@ const sidebarMenu = [
selected: false,
permissions: ["view_navgan_loans", "view_navgan_loans_province"],
},
{
key: "sidebar.loan-followup",
name: "loan-followup",
type: "page",
route: "/dashboard/loan-followup",
icon: <RepeatIcon sx={{width: 'inherit', height: 'inherit'}}/>,
selected: false,
permissions: ["manage_vezarat_eghtesad_loans"], //permission should change
},
], [
{
key: "sidebar.reserve-loan",