summaryrefslogtreecommitdiff
path: root/lib/mail/templates/pq.hbs
blob: 0f54adb1476415d078cab95f00c61f9f5075da37 (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
<!DOCTYPE html>
<html lang="ko">
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <title>eVCP PQ 초대</title>
  <style>
    body {
      margin: 0 !important;
      padding: 20px !important;
      background-color: #f4f4f4;
      font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    }
    .email-container {
      max-width: 700px;
      margin: 0 auto;
      background-color: #ffffff;
      padding: 24px;
      border-radius: 8px;
      box-shadow: 0 2px 10px rgba(0,0,0,0.1);
      color: #111827;
    }
    .section-title {
      font-weight: bold;
      margin-top: 24px;
    }
    .contract-list {
      margin-top: 8px;
      margin-bottom: 8px;
      padding-left: 1em;
    }
  </style>
</head>
<body>
  <div class="email-container">
    <table width="100%" cellpadding="0" cellspacing="0" style="margin-bottom:24px; border-bottom:1px solid #163CC4; padding-bottom:16px;">
      <tr>
        <td align="center">
          <span style="display: block; text-align: left; color: #163CC4; font-weight: bold; font-size: 32px;">eVCP</span>
        </td>
      </tr>
    </table>

    <h1 style="font-size:28px; margin-bottom:16px;">
      [SHI PQ] Pre-Qualification Invitation _ {{vendorName}} _ PQ No. {{pqNumber}}
    </h1>

    <p style="font-size:16px; line-height:32px;">SHI PQ No. : {{pqNumber}}</p>
    <p style="font-size:16px; line-height:32px;">수신 : {{vendorName}} {{vendorContact}} 귀하</p>
    <p style="font-size:16px; line-height:32px;">발신 : {{senderName}} 프로 ({{senderEmail}})</p>

    <p style="font-size:16px; line-height:32px; margin-top:16px;">
      귀사 일익 번창하심을 기원합니다.
    </p>

    <p style="font-size:16px; line-height:32px;">
      당사에선 귀사와의 정기적 거래를 위하여 PQ(Pre-Qualification)을 진행하고자 합니다.
    </p>

    <p style="font-size:16px; line-height:32px;">
      아래의 해당 링크를 통해 당사 eVCP시스템에 접속하시어 요청드린 PQ 항목 및 자료에 대한 제출 요청드립니다.
    </p>

    <p style="font-size:16px; line-height:32px;">
      별도의 견적을 제출하시어 당사에서 적극 검토할 수 있도록 협조 바랍니다.
    </p>

    <p style="font-size:16px; line-height:32px;">
      귀사의 제출 자료 및 정보는 아래의 제출 마감일 이전에 당사로 제출 되어야 하며,
      마감일 전 별도의 지연 통보 없이 미 제출될 경우에는 추후 계약대상자 등재에 어려움이 있을 수 있습니다.
    </p>

    <p class="section-title">- 아  래 -</p>

    <p style="font-size:16px; line-height:32px;">1) PQ 제출 마감일 : {{dueDate}}</p>

    <p style="font-size:16px; line-height:32px;">2) PQ 제출 방법</p>
    <ul style="font-size:16px; line-height:32px; padding-left:1.2em; margin-top:4px;">
      <li>아래 eVCP 접속 링크 클릭</li>
      <li>eVCP 로그인 (계정이 없을 경우 계정 생성 필요)</li>
      <li>PQ 필수 입력사항 및 제출자료 입력 후 제출 버튼 클릭</li>
    </ul>

    <p style="font-size:16px; line-height:32px;">3) PQ 대상품목 : {{pqItems}}</p>

    <p style="font-size:16px; line-height:32px;">4) 기본계약서 승인(서명) 및 자료 제출 요청</p>
    <div class="contract-list">
      {{#each contracts}}
        <div>■ {{this}}</div>
      {{/each}}
    </div>

    {{#if extraNote}}
      <p style="font-size:16px; line-height:32px;">5) 추가 안내사항</p>
      <div style="white-space: pre-line; font-size:16px; line-height:32px;">
        {{extraNote}}
      </div>
    {{/if}}

    <p style="font-size:16px; line-height:32px; margin-top:24px;">
      이번 기회를 통하여 귀사와의 협업으로 다가올 미래 조선/해양산업 시장에서 함께 성장해 나갈 수 있기를 기대합니다.
    </p>

    <p style="font-size:16px; line-height:32px; margin-top:24px;">
      {{senderName}} / Procurement Manager / {{senderEmail}}<br>
      SAMSUNG HEAVY INDUSTRIES CO., LTD.<br>
      80, Jangpyeong 3-ro, Geoje-si, Gyeongsangnam-do, Republic of Korea, 53261
    </p>

    <table width="100%" cellpadding="0" cellspacing="0" style="margin-top:32px; border-top:1px solid #e5e7eb; padding-top:16px;">
      <tr>
        <td align="center">
          <p style="font-size:14px; color:#6b7280; margin:4px 0;">© {{currentYear}} EVCP. All rights reserved.</p>
          <p style="font-size:14px; color:#6b7280; margin:4px 0;">본 메일은 발신전용입니다. 회신하지 마십시오.</p>
        </td>
      </tr>
    </table>
  </div>
</body>
</html>