Merge branch 'develop' into 'feature/yasi_reserve_loan'
# Conflicts: # src/core/data/sidebarMenu.jsx
This commit is contained in:
@@ -252,6 +252,10 @@ export const ADD_ADMIN_SETTING = BASE_URL + "/dashboard/settings/store"
|
||||
export const UPDATE_ADMIN_SETTING = BASE_URL + "/dashboard/settings/update"
|
||||
export const DELETE_ADMIN_SETTING = BASE_URL + "/dashboard/settings/delete"
|
||||
|
||||
//bank statement
|
||||
export const GET_BANK_STATEMENT = BASE_URL + "/dashboard/bank_referred_loans"
|
||||
export const RESEND_BANK_STATEMENT = BASE_URL + "/dashboard/bank_referred_loans/resend"
|
||||
|
||||
// loan statistics
|
||||
export const GET_LOAN_STATISTICS = BASE_URL + "/dashboard/reports/navgan/statistics"
|
||||
|
||||
|
||||
@@ -17,6 +17,7 @@ import AssessmentIcon from '@mui/icons-material/Assessment';
|
||||
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';
|
||||
|
||||
const sidebarMenu = [
|
||||
[
|
||||
@@ -108,6 +109,16 @@ const sidebarMenu = [
|
||||
selected: false,
|
||||
permissions: ["manage_province_affairs_navgan"],
|
||||
},
|
||||
{
|
||||
key: "sidebar.bank-management",
|
||||
secondary: "secondary.navgan-province-manager",
|
||||
name: "management",
|
||||
type: "page",
|
||||
route: "/dashboard/bank-management",
|
||||
icon: <AccountBalanceIcon sx={{width: 'inherit', height: 'inherit'}}/>,
|
||||
selected: false,
|
||||
permissions: ["manage_bank_referred_loans"],
|
||||
},
|
||||
{
|
||||
key: "sidebar.navgan-loan-management",
|
||||
secondary: "secondary.navgan-loan-management",
|
||||
|
||||
Reference in New Issue
Block a user