summaryrefslogtreecommitdiff
path: root/lib/mail/templates/tech-sales-quotation-submitted-vendor-ko.hbs
blob: 0bc39964ddb5c1010b7f80e12652bf3c85a3dba7 (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
{{> 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;">
  귀하께서 제출하신 견적서가 성공적으로 접수되었음을 확인드립니다.
</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}}
  </p>
  

  {{#if items}}
  <p style="font-size:16px; line-height:24px; margin-bottom:8px;">
    <strong>3) 자재명</strong>
    {{#each items}}
    <br>* {{itemList}} ({{itemCode}})
    {{/each}}
    {{#if rfq.materialCode}}
    <br>* 자재그룹 코드 : {{rfq.materialCode}}
    {{/if}}
  </p>
  {{else}}
  <p style="font-size:16px; line-height:24px; margin-bottom:8px;">
    <strong>3) 자재명 : {{rfq.title}}</strong>
    {{#if rfq.materialCode}}
    <br>* 자재그룹 코드 : {{rfq.materialCode}}
    {{/if}}
  </p>
  {{/if}}
  <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.submittedAt}}</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>1) 견적 검토 과정</strong>
    <br>* 당사 기술영업 담당자가 제출하신 견적서를 검토합니다.
    <br>* 검토 과정에서 추가 자료나 설명이 필요한 경우 연락드리겠습니다.
  </p>
  <p style="font-size:16px; line-height:24px; margin-bottom:8px;">
    <strong>2) 결과 통보</strong>
    <br>* 견적 검토 완료 후 선택 여부를 이메일로 안내드립니다.
    <br>* 선택되신 경우 후속 절차에 대해 별도 안내드리겠습니다.
  </p>
  <p style="font-size:16px; line-height:24px; margin-bottom:8px;">
    <strong>3) 문의사항</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 }}