PageId » History » Version 4
karnake ruengchaicharnkij, 04/08/2026 03:24 AM
| 1 | 1 | nanon buaphet | # PageId |
|---|---|---|---|
| 2 | 4 | karnake ruengchaicharnkij | {{collapse(URL Config details...) |
| 3 | |||
| 4 | 3 | karnake ruengchaicharnkij | ``` javascript |
| 5 | 1 | nanon buaphet | export const urlConfig: TUrlConfig[] = [ |
| 6 | { |
||
| 7 | header: "System Management", |
||
| 8 | icon: "icon", |
||
| 9 | pages: [1000, 1011], |
||
| 10 | children: [ |
||
| 11 | { |
||
| 12 | label: "Admin account", |
||
| 13 | href: "/system-management/added-admin-user", |
||
| 14 | pageId: 1001, |
||
| 15 | }, |
||
| 16 | { |
||
| 17 | label: "Audit Log", |
||
| 18 | href: `/system-management/${ROUTES.SYSTEM_MANAGEMENT.AUDIT_LOG}`, |
||
| 19 | pageId: 1002, |
||
| 20 | }, |
||
| 21 | { |
||
| 22 | label: "Activity Log", |
||
| 23 | href: `/system-management/${ROUTES.SYSTEM_MANAGEMENT.ACTIVITY_LOG}`, |
||
| 24 | pageId: 1003, |
||
| 25 | } |
||
| 26 | ], |
||
| 27 | }, |
||
| 28 | { |
||
| 29 | header: "Customer Management", |
||
| 30 | icon: "icon", |
||
| 31 | pages: [2000, 2023], |
||
| 32 | children: [ |
||
| 33 | { |
||
| 34 | label: "Corporate account", |
||
| 35 | href: "/create-job/added-corporate-account", |
||
| 36 | pageId: 2002, |
||
| 37 | }, |
||
| 38 | { |
||
| 39 | label: "Edit corporate account", |
||
| 40 | href: "/create-job/change-corporate-account", |
||
| 41 | pageId: 2005, |
||
| 42 | }, |
||
| 43 | { |
||
| 44 | label: "Create Individual", |
||
| 45 | // label: "individual account", |
||
| 46 | href: "/create-job/added-individual-account", |
||
| 47 | pageId: 2001, |
||
| 48 | }, |
||
| 49 | { |
||
| 50 | label: "Edit Individual", |
||
| 51 | // label: "edit individual account", |
||
| 52 | href: "/create-job/change-individual-account", |
||
| 53 | pageId: 2004, |
||
| 54 | }, |
||
| 55 | { |
||
| 56 | label: "Create Issuer", |
||
| 57 | href: "/create-job/issuer-info", |
||
| 58 | pageId: 2011, |
||
| 59 | }, |
||
| 60 | { |
||
| 61 | label: "Edit Issuer", |
||
| 62 | href: "/create-job/list-issuer-info", |
||
| 63 | pageId: 2012, |
||
| 64 | }, |
||
| 65 | { |
||
| 66 | label: "Create ICO", |
||
| 67 | href: "/create-job/added-ico", |
||
| 68 | pageId: 2003, |
||
| 69 | }, |
||
| 70 | { |
||
| 71 | label: "Edit ICO", |
||
| 72 | href: "/create-job/change-ico", |
||
| 73 | pageId: 2006, |
||
| 74 | }, |
||
| 75 | { |
||
| 76 | label: "Create Transactions", |
||
| 77 | href: "/create-job/ico-list", |
||
| 78 | pageId: 2009, |
||
| 79 | }, |
||
| 80 | { |
||
| 81 | label: "Edit Transactions", |
||
| 82 | href: "/create-job/edit-ico-order", |
||
| 83 | pageId: 2010, |
||
| 84 | }, |
||
| 85 | { |
||
| 86 | label: "Create Deposit", |
||
| 87 | href: "/create-job/cash-deposit-withdraw", |
||
| 88 | pageId: 2008, |
||
| 89 | }, |
||
| 90 | { |
||
| 91 | label: "Edit Deposit", |
||
| 92 | href: "/create-job/edit-deposit", |
||
| 93 | pageId: 2013, |
||
| 94 | }, |
||
| 95 | ], |
||
| 96 | }, |
||
| 97 | { |
||
| 98 | header: "Approval", |
||
| 99 | icon: "icon", |
||
| 100 | pages: [3000, 3016], |
||
| 101 | children: [ |
||
| 102 | { |
||
| 103 | label: "Individuals", |
||
| 104 | href: "/todo-list/individual-account-opening", |
||
| 105 | pageId: 3001, |
||
| 106 | }, |
||
| 107 | { |
||
| 108 | label: "corporate account", |
||
| 109 | href: "/todo-list/corporate-account-opening", |
||
| 110 | pageId: 3002, |
||
| 111 | }, |
||
| 112 | { |
||
| 113 | label: "ICOs", |
||
| 114 | href: "/todo-list/added-ico", |
||
| 115 | pageId: 3003, |
||
| 116 | }, |
||
| 117 | { |
||
| 118 | label: "Cash Deposit", |
||
| 119 | href: "/todo-list/cash-deposit-withdraw", |
||
| 120 | pageId: 3004, |
||
| 121 | }, |
||
| 122 | { |
||
| 123 | label: "Lock / Unlock", |
||
| 124 | href: "/todo-list/account-lockunlock", |
||
| 125 | pageId: 3005, |
||
| 126 | }, |
||
| 127 | { |
||
| 128 | label: "Transactions", |
||
| 129 | href: "/todo-list/ico-list", |
||
| 130 | pageId: 3006, |
||
| 131 | }, |
||
| 132 | { |
||
| 133 | label: "Review KYC", |
||
| 134 | href: "/todo-list/review-kyc", |
||
| 135 | pageId: 3007, |
||
| 136 | }, |
||
| 137 | { |
||
| 138 | label: "Registrar", |
||
| 139 | href: `/todo-list/${ROUTES.TODO_LIST.REGISTRAR}`, |
||
| 140 | pageId: 3008, |
||
| 141 | }, |
||
| 142 | { |
||
| 143 | label: "Marketplace Fee", |
||
| 144 | href: `/todo-list/${ROUTES.TODO_LIST.MARKET_PLACE_CONFIRM_FEE}`, |
||
| 145 | pageId: 3009, |
||
| 146 | }, |
||
| 147 | { |
||
| 148 | label: "Distribution", |
||
| 149 | href: `/todo-list/${ROUTES.TODO_LIST.DISTRIBUTION}`, |
||
| 150 | pageId: 3010, |
||
| 151 | } |
||
| 152 | ], |
||
| 153 | }, |
||
| 154 | { |
||
| 155 | header: "Enquiry", |
||
| 156 | icon: "icon", |
||
| 157 | pages: [4000, 4008], |
||
| 158 | children: [ |
||
| 159 | { |
||
| 160 | label: "Admins", |
||
| 161 | href: "/enquiry/admins", |
||
| 162 | pageId: 4001, |
||
| 163 | }, |
||
| 164 | { |
||
| 165 | label: "Transactions", |
||
| 166 | href: "/enquiry/transactions", |
||
| 167 | pageId: 4002, |
||
| 168 | }, |
||
| 169 | { |
||
| 170 | label: "Individuals", |
||
| 171 | href: "/enquiry/individual", |
||
| 172 | pageId: 4003, |
||
| 173 | }, |
||
| 174 | { |
||
| 175 | label: "ICOs", |
||
| 176 | href: "/enquiry/ico-campaign", |
||
| 177 | pageId: 4004, |
||
| 178 | }, |
||
| 179 | { |
||
| 180 | label: "Investment Transaction", |
||
| 181 | href: "/enquiry/ico-campaign-investment", |
||
| 182 | pageId: 4005, |
||
| 183 | }, |
||
| 184 | { |
||
| 185 | label: "Registrar", |
||
| 186 | href: "/enquiry/registrar", |
||
| 187 | pageId: 4007, |
||
| 188 | }, |
||
| 189 | ], |
||
| 190 | }, |
||
| 191 | { |
||
| 192 | header: "Reports", |
||
| 193 | icon: "icon", |
||
| 194 | pages: [6000, 6002], |
||
| 195 | children: [ |
||
| 196 | { |
||
| 197 | label: "SEC Reports", |
||
| 198 | href: "reports/sec-reports", |
||
| 199 | pageId: 6001, |
||
| 200 | }, |
||
| 201 | ], |
||
| 202 | }, |
||
| 203 | { |
||
| 204 | header: "Notifications", |
||
| 205 | icon: "icon", |
||
| 206 | pages: [7000, 7002], |
||
| 207 | children: [ |
||
| 208 | { |
||
| 209 | label: "New Activity", |
||
| 210 | href: "board", |
||
| 211 | pageId: 7001, |
||
| 212 | }, |
||
| 213 | ], |
||
| 214 | }, |
||
| 215 | ]; |
||
| 216 | 3 | karnake ruengchaicharnkij | ``` |
| 217 | 4 | karnake ruengchaicharnkij | }} |
| 218 | 3 | karnake ruengchaicharnkij | ``` |
| 219 | text |
||
| 220 | ``` |