Project

General

Profile

PageId » History » Version 3

karnake ruengchaicharnkij, 04/08/2026 03:21 AM

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