diff options
Diffstat (limited to 'lib/mail/templates/tech-sales-quotation-accepted-ko.hbs')
| -rw-r--r-- | lib/mail/templates/tech-sales-quotation-accepted-ko.hbs | 112 |
1 files changed, 112 insertions, 0 deletions
diff --git a/lib/mail/templates/tech-sales-quotation-accepted-ko.hbs b/lib/mail/templates/tech-sales-quotation-accepted-ko.hbs new file mode 100644 index 00000000..b36b4473 --- /dev/null +++ b/lib/mail/templates/tech-sales-quotation-accepted-ko.hbs @@ -0,0 +1,112 @@ +{{> header logoUrl=logoUrl }} + +<h1 style="font-size:28px; line-height:40px; margin-bottom:16px;"> + 견적 선택 안내 - RFQ NO. : #{{rfq.code}} +</h1> + +<p style="font-size:16px; line-height:32px; margin-bottom:16px;"> + 안녕하세요, <strong>{{vendor.name}}</strong>님. +</p> + +<p style="font-size:16px; line-height:32px; margin-bottom:16px;"> + <strong style="color: #163CC4;">축하드립니다!</strong> + 귀하께서 제출하신 견적이 선택되었습니다. +</p> + +<p style="font-size:16px; line-height:32px; margin-bottom:16px;"> + 본 견적은 프로젝트 수주 과정에서 참조될 예정입니다. 견적의 선택이 추후 계약을 보장하지는 않는다는 점을 유의해 주시기 바랍니다. +</p> + +<div style="margin-bottom:24px;"> + <h2 style="font-size:20px; margin-bottom:12px;">가. 선택된 견적서 정보</h2> + <p style="font-size:16px; line-height:24px; margin-bottom:8px;"> + <strong>1) RFQ 번호 : {{rfq.code}}</strong> + </p> + <p style="font-size:16px; line-height:24px; margin-bottom:8px;"> + <strong>2) 프로젝트 : {{project.name}}</strong> + <br>* 프로젝트 코드 : {{rfq.projectCode}} + {{#if project.sector}} + <br>* 부문 : {{project.sector}} + {{/if}} + {{#if project.shipCount}} + <br>* 척수 : {{project.shipCount}}척 + {{/if}} + {{#if project.ownerName}} + <br>* 선주 : {{project.ownerName}} + {{/if}} + {{#if project.className}} + <br>* 선급 : {{project.className}} + {{/if}} + {{#if project.shipModelName}} + <br>* 선형 : {{project.shipModelName}} + {{/if}} + </p> + + {{#if series}} + <p style="font-size:16px; line-height:24px; margin-bottom:8px;"> + <strong>* 시리즈별 K/L 일정 (Keel Laying Quarter)</strong> + {{#each series}} + <br> - {{sersNo}}호선: {{klQuarter}} + {{/each}} + </p> + {{/if}} + <p style="font-size:16px; line-height:24px; margin-bottom:8px;"> + <strong>3) 자재명 : {{rfq.title}}</strong> + {{#if rfq.materialCode}} + <br>* 자재그룹 코드 : {{rfq.materialCode}} + {{/if}} + </p> + <p style="font-size:16px; line-height:24px; margin-bottom:8px;"> + <strong>4) 선택된 견적 금액 : {{quotation.currency}} {{quotation.totalPrice}}</strong> + </p> + <p style="font-size:16px; line-height:24px; margin-bottom:8px;"> + <strong>5) 견적 유효기간 : {{quotation.validUntil}}</strong> + </p> + <p style="font-size:16px; line-height:24px; margin-bottom:8px;"> + <strong>6) 선택일시 : {{quotation.acceptedAt}}</strong> + </p> + {{#if quotation.remark}} + <p style="font-size:16px; line-height:24px; margin-bottom:8px;"> + <strong>7) 견적서 특이사항</strong> + <br>{{quotation.remark}} + </p> + {{/if}} +</div> + +<div style="margin-bottom:24px;"> + <h2 style="font-size:20px; margin-bottom:12px;">다. 담당자 연락처</h2> + <p style="font-size:16px; line-height:24px; margin-bottom:8px;"> + <strong>기술영업 담당자</strong> + <br>* 담당자 : {{manager.name}} + <br>* 이메일 : {{manager.email}} + </p> +</div> + +<div style="margin-bottom:24px;"> + <h2 style="font-size:20px; margin-bottom:12px;">라. 유의사항</h2> + <p style="font-size:16px; line-height:24px; margin-bottom:8px;"> + <strong>1) 유의사항</strong> + <br>본 견적은 프로젝트 수주 과정에서 참조될 예정입니다. 견적의 선택이 추후 계약을 보장하지는 않는다는 점을 유의해 주시기 바랍니다. + </p> + <p style="font-size:16px; line-height:24px; margin-bottom:8px;"> + <strong>2) 기밀 유지</strong> + <br>프로젝트 관련 모든 정보는 기밀로 관리해 주시기 바랍니다. + </p> + <p style="font-size:16px; line-height:24px; margin-bottom:8px;"> + <strong>3) 협력 관계</strong> + <br>성공적인 프로젝트 완수를 위해 적극적인 협력을 부탁드립니다. + </p> +</div> + +<p> + <a href="{{systemUrl}}" target="_blank" style="display: inline-block; width: 250px; padding: 12px 20px; background-color: #163CC4; color: #ffffff !important; text-decoration: none; border-radius: 8px; text-align: center; line-height: 28px;"> + 기술영업에 제출된 견적 목록 확인 + </a> +</p> + +<p style="font-size:14px; line-height:24px; margin-top:24px; color: #666;"> + 견적 제출에 감사드리며, 앞으로도 좋은 협력 관계를 기대합니다.<br> + {{companyName}} 기술영업팀 +</p> + +{{> footer logoUrl=logoUrl companyName=companyName year=year }}
\ No newline at end of file |
