summaryrefslogtreecommitdiff
path: root/lib/general-contracts/types.ts
diff options
context:
space:
mode:
Diffstat (limited to 'lib/general-contracts/types.ts')
-rw-r--r--lib/general-contracts/types.ts8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/general-contracts/types.ts b/lib/general-contracts/types.ts
index 2b6731b6..33b1189f 100644
--- a/lib/general-contracts/types.ts
+++ b/lib/general-contracts/types.ts
@@ -17,15 +17,14 @@ export const GENERAL_CONTRACT_TYPES = [
'AL', // 연간운송계약
'OS', // 외주용역계약
'OW', // 도급계약
- 'IS', // 검사계약
'LO', // LOI (의향서)
'FA', // FA (Frame Agreement)
'SC', // 납품합의계약 (Supply Contract)
'OF', // 클레임상계계약 (Offset Agreement)
'AW', // 사전작업합의 (Advanced Work)
'AD', // 사전납품합의 (Advanced Delivery)
- 'AM', // 설계계약
- 'SC_SELL' // 폐기물매각계약 (Scrap) - 납품합의계약과 코드 중복으로 별도 명명
+ 'SG', // 임치(물품보관)계약
+ 'SR' // 폐기물매각계약 (Scrap)
] as const;
export type GeneralContractType = typeof GENERAL_CONTRACT_TYPES[number];
@@ -34,7 +33,8 @@ export type GeneralContractType = typeof GENERAL_CONTRACT_TYPES[number];
export const GENERAL_CONTRACT_STATUSES = [
'Draft', // 임시 저장
'Request to Review', // 조건검토요청
- 'Confirm to Review', // 조건검토완료
+ 'Vendor Replied Review', // 협력업체 회신
+ 'SHI Confirmed Review', // 당사 검토 확정
'Contract Accept Request', // 계약승인요청
'Complete the Contract', // 계약체결(승인)
'Reject to Accept Contract', // 계약승인거절