summaryrefslogtreecommitdiff
path: root/lib/mail/templates/cbe-invitation.hbs
blob: db3260eae79793bee24118069f4a5ea5ae26b35f (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
{{#> layout title="상업 입찰 평가 (CBE) 알림"}}
  <p style="font-size:16px;">안녕하세요, <strong>{{contactName}}</strong>님</p>
  
  <p style="font-size:16px;"><strong>[RFQ {{rfqCode}}]</strong>에 대한 상업 입찰 평가(CBE)가 생성되어 알려드립니다. 
  아래 세부 정보를 확인하시고 필요한 조치를 취해주시기 바랍니다.</p>
  
  <div class="info-box" style="background-color:#F1F5F9; border-radius:6px; padding:16px; margin-bottom:20px;">
    <h3 style="font-size:20px; color:#163CC4; margin-top:0; margin-bottom:12px;">RFQ 정보</h3>
    <div class="info-item" style="margin-bottom:8px;"><span class="label" style="font-weight:bold; color:#4B5563;">RFQ 코드:</span> {{rfqCode}}</div>
    <div class="info-item" style="margin-bottom:8px;"><span class="label" style="font-weight:bold; color:#4B5563;">프로젝트 코드:</span> {{projectCode}}</div>
    <div class="info-item" style="margin-bottom:8px;"><span class="label" style="font-weight:bold; color:#4B5563;">프로젝트명:</span> {{projectName}}</div>
    {{#if dueDate}}
    <div class="info-item" style="margin-bottom:8px;"><span class="label" style="font-weight:bold; color:#4B5563;">마감일:</span> {{dueDate}}</div>
    {{/if}}
  </div>
  
  <div class="info-box" style="background-color:#F1F5F9; border-radius:6px; padding:16px; margin-bottom:20px;">
    <h3 style="font-size:20px; color:#163CC4; margin-top:0; margin-bottom:12px;">CBE 평가 세부사항</h3>
    <div class="info-item" style="margin-bottom:8px;"><span class="label" style="font-weight:bold; color:#4B5563;">협력업체:</span> {{vendorName}} ({{vendorCode}})</div>
    {{#if paymentTerms}}
    <div class="info-item" style="margin-bottom:8px;"><span class="label" style="font-weight:bold; color:#4B5563;">결제 조건:</span> {{paymentTerms}}</div>
    {{/if}}
    {{#if incoterms}}
    <div class="info-item" style="margin-bottom:8px;"><span class="label" style="font-weight:bold; color:#4B5563;">Incoterms:</span> {{incoterms}}</div>
    {{/if}}
    {{#if deliverySchedule}}
    <div class="info-item" style="margin-bottom:8px;"><span class="label" style="font-weight:bold; color:#4B5563;">배송 일정:</span> {{deliverySchedule}}</div>
    {{/if}}
  </div>
  
  {{#if description}}
  <div class="info-box" style="background-color:#F1F5F9; border-radius:6px; padding:16px; margin-bottom:20px;">
    <h3 style="font-size:20px; color:#163CC4; margin-top:0; margin-bottom:12px;">RFQ 설명</h3>
    <p style="font-size:16px; margin:0;">{{description}}</p>
  </div>
  {{/if}}
  
  {{#if notes}}
  <div class="info-box" style="background-color:#F1F5F9; border-radius:6px; padding:16px; margin-bottom:20px;">
    <h3 style="font-size:20px; color:#163CC4; margin-top:0; margin-bottom:12px;">비고</h3>
    <p style="font-size:16px; margin:0;">{{notes}}</p>
  </div>
  {{/if}}
  
  <p style="text-align: center; margin: 25px 0;">
    <a href="{{loginUrl}}/rfq/{{rfqId}}/cbe/{{cbeId}}" class="button" style="display:inline-block; background-color:#163CC4; color:#ffffff; padding:10px 20px; text-decoration:none; border-radius:4px; font-weight:bold;">
      CBE 평가 확인하기
    </a>
  </p>
  
  <p style="font-size:16px;">이 이메일에 첨부된 파일을 확인하시거나, 시스템에 로그인하여 자세한 정보를 확인해 주세요. 
  추가 문의사항이 있으시면 구매담당자에게 연락해 주시기 바랍니다.</p>

  <p style="font-size:16px;">감사합니다.<br />eVCP 팀</p>
{{/layout}}