summaryrefslogtreecommitdiff
path: root/lib/mail/templates/tech-sales-quotation-submitted-manager-ko.hbs
blob: 4cd078c163c1b15408e6785b565f75ac365fdc68 (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
{{> 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>{{manager.name}}</strong>님.
</p>

<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>

<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) 제출 벤더</strong>
    <br>* 벤더명 : {{vendor.name}}
    {{#if vendor.code}}
    <br>* 벤더코드 : {{vendor.code}}
    {{/if}}
  </p>
  <p style="font-size:16px; line-height:24px; margin-bottom:8px;">
    <strong>5) 견적 금액 : {{quotation.currency}} {{quotation.totalPrice}}</strong>
  </p>
  <p style="font-size:16px; line-height:24px; margin-bottom:8px;">
    <strong>6) 견적 유효기간 : {{quotation.validUntil}}</strong>
  </p>
  <p style="font-size:16px; line-height:24px; margin-bottom:8px;">
    <strong>7) 제출일시 : {{quotation.submittedAt}}</strong>
  </p>
  {{#if quotation.remark}}
  <p style="font-size:16px; line-height:24px; margin-bottom:8px;">
    <strong>8) 벤더 특이사항</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>* 견적 내용에 대해 추가 문의사항이 있는 경우 벤더와 직접 커뮤니케이션하실 수 있습니다.
    <br>* 시스템의 메시지 기능을 이용해 주시기 바랍니다.
  </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) 견적 유효기간 : {{quotation.validUntil}}</strong>
    <br>견적 유효기간 내에 검토 및 선택을 완료해 주시기 바랍니다.
  </p>
  <p style="font-size:16px; line-height:24px; margin-bottom:8px;">
    <strong>2) 신속한 처리 요청</strong>
    <br>* 벤더가 제출한 견적서에 대해 신속한 검토를 부탁드립니다.
    <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;">
  {{companyName}} 기술영업시스템에서 자동 발송된 메일입니다.
</p>

{{> footer logoUrl=logoUrl companyName=companyName year=year }}