From dd20ba9785cdbd3d61f6b014d003d3bd9646ad13 Mon Sep 17 00:00:00 2001
From: joonhoekim <26rote@gmail.com>
Date: Thu, 14 Aug 2025 00:26:53 +0000
Subject: (고건) 리스크 관리 페이지 추가
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
lib/mail/templates/risks-notification.hbs | 196 ++++++++++++++++++++++++++++++
1 file changed, 196 insertions(+)
create mode 100644 lib/mail/templates/risks-notification.hbs
(limited to 'lib/mail/templates')
diff --git a/lib/mail/templates/risks-notification.hbs b/lib/mail/templates/risks-notification.hbs
new file mode 100644
index 00000000..3c947574
--- /dev/null
+++ b/lib/mail/templates/risks-notification.hbs
@@ -0,0 +1,196 @@
+
+
+
+
+ eVCP 메일
+
+
+
+
+
+
+
+
+
+
+
+ |
+ 🚢 eVCP
+ |
+
+
+ |
+ 협력업체 리스크 알림 및 관리 요청
+ |
+
+
+ |
+
+
+
+
+
+ |
+ {{vendorName}}({{vendorCode}})에 신용평가상 리스크가 발생하였습니다.
+ |
+
+
+ |
+ 주요사항 {{adminComment}}(으)로 추정됩니다.
+ |
+
+
+ |
+ 협력업체로 확인하시어 거래 관계상 재무 리스크 유무를 확인하시기 바랍니다.
+ |
+
+
+
+
+
+ |
+ [협력업체 정보]
+ |
+
+
+ |
+ 사업자등록번호
+ |
+
+ {{businessNumber}}
+ |
+
+
+ |
+ 코드
+ |
+
+ {{vendorCode}}
+ |
+
+
+ |
+ 업체명
+ |
+
+ {{vendorName}}
+ |
+
+
+ |
+ [신용등급 정보]
+ |
+
+
+ |
+ 종합등급
+ |
+
+ 신용등급
+ |
+
+ 현금흐름등급
+ |
+
+ WATCH등급
+ |
+
+
+ |
+ {{ratingTotal}}
+ |
+
+ {{ratingCredit}}
+ |
+
+ {{ratingCashflow}}
+ |
+
+ {{ratingWatch}}
+ |
+
+
+ |
+ [리스크 정보]
+ |
+
+
+ |
+ 항목
+ |
+
+ 상세 내용
+ |
+
+ {{#if riskItems.length}}
+ {{#each riskItems}}
+
+ |
+ {{this.eventType}}
+ |
+
+ {{this.content}}
+ |
+
+ {{/each}}
+ {{else}}
+
+ |
+ 리스크 정보가 없습니다.
+ |
+
+ {{/if}}
+
+ |
+
+
+ |
+ 상기 내역에 대해 문의사항이 있을 경우 리스크 관리 담당자에게 연락 바랍니다.
+ |
+
+
+ |
+ 감사합니다.
+ |
+
+
+ |
+
+
+
+
+
+ |
+ {{senderName}} / Risk Manager /
+ {{senderEmail}}
+ |
+
+
+ |
+ SAMSUNG HEAVY INDUSTRIES CO., LTD.
+ |
+
+
+ |
+ 80, Jangpyeong 3-ro, Geoje-si, Gyeongsangnam-do, Republic of Korea, 53261
+ |
+
+
+ |
+
+ |
+
+
+ |
+ ⓒ 2025. eVCP. All Rights Reserved.
+ |
+
+
+ |
+
+
+ |
+
+
+
+
--
cgit v1.2.3