summaryrefslogtreecommitdiff
path: root/config/menuConfig.ts
blob: 15004c6af9d744c2eb0e756d6123248d8c527846 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
export interface MenuItem {
  title: string;
  href: string;
  description?: string;
  label?: string;
  disabled?: boolean;
  icon?: string; // 아이콘 이름 (Lucide 아이콘)
  group?: string; // 소속 그룹
}

export interface MenuSection {
  title: string;
  items: MenuItem[];
  useGrouping?: boolean; // 그룹핑 사용 여부
}

export const mainNav: MenuSection[] = [
  {
    title: "기준 정보 관리",
    useGrouping: true, // 그룹핑 적용
    items: [
      {
        title: "견적 프로젝트 리스트",
        href: "/evcp/bid-projects",
        description: "MDG에서 받은 견적 프로젝트 리스트(P)",
        // icon: "Briefcase",
        group: "기본 정보"
      },
      {
        title: "수행 프로젝트 리스트",
        href: "/evcp/projects",
        description: "MDG에서 받은 수행 프로젝트 리스트(C)",
        // icon: "Briefcase",
        group: "기본 정보"
      },
      {
        title: "패키지 넘버",
        href: "/evcp/items",
        description: "견적(PR 발행 전), 입찰(PR 발행 전), 설계 데이터 및 문서에서 사용되는 패키지 넘버 리스트",
        // icon: "ListTodo",
        group: "기본 정보"
      },
    
      {
        title: "객체 클래스",
        href: "/evcp/equip-class",
        description: "객체 클래스 리스트",
        // icon: "Database",
        group: "설계 정보"
      },
      {
        title: "태그 타입",
        href: "/evcp/tag-numbering",
        description: "Tag Numbering을 위한 기준 정보",
        // icon: "Tag",
        group: "설계 정보"
      },
      {
        title: "레지스터 목록",
        href: "/evcp/form-list",
        description: "협력업체 데이터 입력을 위한 Form 레지스터 목록 확인",
        // icon: "FileCheck",
        group: "설계 정보"
      },
      {
        title: "인코텀즈",
        href: "/evcp/incoterms",
        description: "인코텀즈를 등록",
        // icon: "ListTodo",
        group: "구매 정보"
      },
      {
        title: "지급 조건",
        href: "/evcp/payment-conditions",
        description: "지급 조건을 등록",
        // icon: "ListTodo",
        group: "구매 정보"
      },
      {
        title: "업체 유형",
        href: "/evcp/vendor-type",
        description: "업체 유형",
        // icon: "ListTodo",
        group: "구매 정보"
      },
      {
        title: "기본계약서 템플릿 관리",
        href: "/evcp/basic-contract-template",
        description: "기본계약서를 비롯하여 각종 초기 문서 템플릿을 관리",
        // icon: "ClipboardCheck",
        group: "구매 정보"
      },
      {
        title: "PQ(Pre-Qualification) 정보",
        href: "/evcp/pq-criteria",
        description: "PQ 항목 등을 관리",
        // icon: "ClipboardCheck",
        group: "구매 정보"
      },
      {
        title: "Project GTC",
        href: "/evcp/project-gtc",
        description: "Project별 GTC를 등록하여 구매 절차에서 사용",
        // icon: "FileCheck",
        group: "구매 정보"
      },
      {
        title: "협력업체 평가대상 관리",
        href: "/evcp/evaluation-target-list",
        description: "",
        // icon: "FileCheck",
        group: "구매 정보"
      },

      {
        title: "협력업체 평가기준표 관리",
        href: "/evcp/evaluation-check-list",
        description: "",
        // icon: "FileCheck",
        group: "구매 정보"
      },
      {
        title: "협력업체 일반 평가표 관리",
        href: "/evcp/vendor-check-list",
        description: "",
        // icon: "FileCheck",
        group: "구매 정보"
      },

      {
        title: "ESG 자가진단표 관리",
        href: "/evcp/esg-check-list",
        description: "협력업체 정기평가에 사용되는 업체평가용을 관리",
        // icon: "FileCheck",
        group: "구매 정보"
      },
    ],
  },
  {
    title: "협력업체 관리",
    useGrouping: true, 
    items: [
      // {
      //   title: "협력업체 후보 관리(기술영업)",
      //   href: "/evcp/tech-vendor-candidates",
      //   description: "기술영업 협력업체 후보 관리",
      //   group: "기술영업"
      // },

      {
        title: "발굴업체 등록 관리",
        href: "/evcp/vendor-candidates",
        description: "수집활동을 통해 발굴한 협력업체를 등록하고 관리하며 초청할 수 있음",
      },
      {
        title: "협력업체 관리",
        href: "/evcp/vendors",
        description: "협력업체에 대한 요약 정보를 출력",
      },
      {
        title: "협력업체 실사",
        href: "/evcp/vendor-investigation",
        description: "실사가 필요한 협력업체에 대한 일정 및 실사 내용 관리",
      },
      {
        title: "협력업체 정기 평가",
        href: "/evcp/evaluation",
        description: "협력업체 평가를 실행",
      },
      {
        title: "협력업체 PQ 검토 및 실사 신청",
        href: "/evcp/pq_new",
        description: "협력업체의 제출 PQ를 확인하고 통과 여부를 결정",
      },
      {
        title: "협력업체 기본 계약 관리",
        href: "/evcp/basic-contract",
        description: "기본 계약 현황을 확인",
      },
      {
        title: "프로젝트 AVL",
        href: "/evcp/project-vendors",
        description: "프로젝트 PQ에 따른 AVL 리스트",
      },

      {
        title: "신용평가정보 입력",
        href: "/evcp/risk-input",
        description: "엑셀 및 수기로 수집된 신용평가 정보를 입력",
        group:'리스크 관리'
      },
      {
        title: "신용평가사별 리스크 관리",
        href: "/evcp/risk-management",
        description: "신용평가사별 요약 및 관련 정보 출력",
        group:'리스크 관리'
      },
      {
        title: "협력사별 리스크 관리",
        href: "/evcp/risk-management2",
        description: "협력사별 요약 및 관련 정보 출력",
        group:'리스크 관리'
      },
      {
        title: "리스크 관리 메일링",
        href: "/evcp/risk-mailing",
        description: "구매담당자에게 메일링 서비스",
        group:'리스크 관리'
      },
    ],
  },
  {
    title: "기술 영업",
    useGrouping: true, // 그룹핑 적용
    items: [
      {
        title: "자재 리스트",
        href: "/evcp/items-tech",
        description: "기술영업 조선, 해양 Top, 해양 Hull 자재 리스트",
        // icon: "ListTodo",
        group: "공통"
      },
      {
        title: "협력업체 리스트",
        href: "/evcp/tech-vendors",
        description: "기술영업 협력업체 관리",
        group: "공통"
      },
      {
        title: "협력업체 NDA",
        href: "/evcp/tech-vendors-nda",
        description: "기술영업 협력업체 NDA 관리",
        group: "공통"
      },
      {
        title: "프로젝트 AVL 리스트",
        href: "/evcp/tech-project-avl",
        description: "기술영업 프로젝트 AVL 리스트",
        group: "공통"
      },
      {
        title: "협력업체 후보 관리",
        href: "/evcp/tech-vendor-candidates",
        description: "기술영업 협력업체 후보 관리",
        group: "공통"
      },
      {
        title: "조선 RFQ",
        href: "/evcp/budgetary-tech-sales-ship",
        description: "RFQ 작성을 할 수 있고 현황을 파악",
        // icon: "FileText",
        group: "RFQ 관리"
      },
      {
        title: "해양 TOP RFQ",
        href: "/evcp/budgetary-tech-sales-top",
        description: "RFQ 작성을 할 수 있고 현황을 파악",
        group: "RFQ 관리"
      },
      {
        title: "해양 HULL RFQ",
        href: "/evcp/budgetary-tech-sales-hull",
        description: "RFQ 작성을 할 수 있고 현황을 파악",
        group: "RFQ 관리"
      },
    ]
  },
  {
    title: "구매 관리",
    useGrouping: true, // 그룹핑 적용
    items: [
      {
        title: "견적 RFQ",
        href: "/evcp/b-rfq",
        description: "예산이나 내정가를 산정하기 위해 견적을 요청하고 관리",
        // icon: "FileText",
        group: "견적/입찰 관리"
      },
      {
        title: "발주용 견적",
        href: "/evcp/po-rfq",
        description: "생성된 견적을 발행하고 관리",
        // icon: "FileText",
        group: "견적/입찰 관리"
      },
      {
        title: "입찰 관리",
        href: "/evcp/bid",
        description: "생성된 입찰을 발행하고 관리",
        // icon: "GanttChart",
        group: "견적/입찰 관리"
      },
      {
        title: "기술(품질) 평가 (TBE) 조선",
        href: "/evcp/tbe-ship",
        description: "TBE와 업체의 응답에 대한 이력 관리",
        // icon: "ClipboardCheck",
        group: "평가 관리"
      },
      {
        title: "기술(품질) 평가 (TBE) 해양",
        href: "/evcp/tbe-plant",
        description: "S-EDP로부터 생성된 TBE와 업체의 응답에 대한 이력 관리",
        // icon: "DollarSign",
        group: "평가 관리"
      },
      {
        title: "PO 발행",
        href: "/evcp/po",
        description: "PO(구매 발주서) 확인/서명 요청/계약 내역 저장",
        // icon: "FileSignature",
        group: "발주 관리"
      },
      {
        title: "변경 PO 발행",
        href: "/evcp/poa",
        description: "변경 PO(구매 발주서) 생성/서명 요청/계약 내역 저장",
        // icon: "FileEdit",
        group: "발주 관리"
      },
      {
        title: "일반 계약",
        href: "/evcp/contract",
        description: "",
        // icon: "FileEdit",
        group: "발주 관리"
      },
    ],
  },

];

export const additionalNav: MenuItem[] = [
  {
    title: "Dashboard",
    href: "/evcp/report",
  },
  {
    title: "Q&A",
    href: "/evcp/qna",
  },
  {
    title: "FAQ",
    href: "/evcp/faq",
  },
  {
    title: "시스템 설정",
    href: "/evcp/system",
  },
];

export const mainNavVendor: MenuSection[] = [

  {
    title: "Sales",
    useGrouping: true,
    items: [  
      {
        title: "조선 RFQ",
        href: `/partners/techsales/rfq-ship`,
        description: "견적 요청에 대한 응답 작성",
        group: "조선"
      },
      {
        title: "해양 TOP RFQ",
        href: `/partners/techsales/rfq-offshore-top`,
        description: "견적 요청에 대한 응답 작성",
        group: "해양"
      },
      {
        title: "해양 HULL RFQ",
        href: `/partners/techsales/rfq-offshore-hull`,
        description: "견적 요청에 대한 응답 작성",
        group: "해양"
      },
  ]
  }
,
  {
    title: "Procurement",
    useGrouping: true,
    items: [
      {
        title: "기본 계약 서명",
        href: `/partners/basic-contract`,
        description: "기본 계약서 및 관련 문서에 대한 서명",
      },
      {
        title: "정기평가 입력",
        href: `/partners/evaluation`,
        description: "정기평가 제출을 위한 응답 입력 및 자료 제출",
      },
    
      {
        title: "해양 RFQ 응답",
        href: `/partners/rfq-answer`,
        description: "발주용 견적 요청에 대한 응답 작성",
        group: "해양"
      },

      {
        title: "해양 파이널 RFQ 응답 ",
        href: `/partners/rfq-answer-final`,
        description: "발주용 견적 요청에 대한 응답 작성",
        group: "해양"
      },
      {
        title: "해양 TBE",
        href: `/partners/tbe-plant`,
        description: "견적용 TBE 요청에 대한 응답 작성",
        group: "해양"
      },

      {
        title: "조선 RFQ 응답",
        href: `/partners/rfq-ship`,
        description: "발주용 견적 요청에 대한 응답 작성",
        group: "조선"
      },


      {
        title: "조선 TBE",
        href: `/partners/tbe-ship`,
        description: "발주용 TBE 요청에 대한 응답 작성",
        group: "조선"
      },
      

      {
        title: "발주 RFB 응답",
        href: `/partners/rfb-answer`,
        description: "입찰 요청에 대한 응답 작성",
      },

    
      {
        title: "PO",
        href: `/partners/po`,
        description: "발주 리스트 확인 및 전자서명",
        group: "발주 및 계약"
      },
      {
        title: "PO Amendment",
        href: `/partners/poa`,
        description: "발주 리스트 확인 및 전자서명",
        group: "발주 및 계약"
      },
      {
        title: "일반 계약",
        href: `/partners/contracts`,
        description: "발주 리스트 확인 및 전자서명",
        group: "발주 및 계약"
      },
    ],
  },
  {
    title: "Engineering",
    useGrouping: true,

    items: [
      {
        title: "데이터 입력",
        href: `/partners/vendor-data`,
        description: "기준 정보에 입각한 협력업체 데이터 입력",
        group: "벤더 데이터"

      },
      // {
      //   title: "데이터 리스트",
      //   href: `/partners/vendor-data-list`,
      //   description: "입력된 협력업체 데이터를 도서/문서와 연계하여 리스트하여 출력",
      // },
      {
        title: "문서/도서 리스트 및 제출 (조선)",
        href: `/partners/document-list-ship`,
        description: "벤더의 제출 도서/문서의 리스트를 관리하고 문서를 제출",
         group: "벤더 문서"
      },
      {
        title: "문서/도서 리스트 및 제출 (해양)",
        href: `/partners/document-list`,
        description: "벤더의 제출 도서/문서의 리스트를 관리하고 문서를 제출",
        group: "벤더 문서"
      },
      // {
      //   title: "문서/도서 업로드",s
      //   href: `/partners/documents`,
      //   description: "벤더의 제출 도서/문서의 업로드 및 뷰어를 통한 열람 제공, 제출 문서를 생성",
      // },
    ],
  },

];

export const additionalNavVendor: MenuItem[] = [

  // {
  //   title: "Transmittal",
  //   href: "/partners/tr",
  // },

  {
    title: "Dashboard",
    href: "/partners/dashboard",
  },
  {
    title: "Q&A",
    href: "/partners/qna",
  },
  {
    title: "FAQ",
    href: "/partners/faq",
  },
  {
    title: "시스템 설정",
    href: "/partners/system",
  },
  {
    title: "Vendor Info",
    href: "/partners/info",
  },
];