blob: 60cd09ef598044780af0b2aa67d15668b964dfac (
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
|
{{> header logoUrl=logoUrl }}
<div style="max-width: 800px; margin: 0 auto;">
<h1 style="font-size:28px; line-height:40px; margin-bottom:16px;">
{{t "porfi.heading" lng=language}} #{{rfq.code}}
</h1>
<p style="font-size:16px; line-height:32px; margin-bottom:16px;">
{{t "porfi.recipient" lng=language}} : {{vendor.code}}, {{vendor.name}} {{t "porfi.honorific" lng=language}}
</p>
<p style="font-size:16px; line-height:32px; margin-bottom:16px;">
{{t "porfi.sender" lng=language}} : {{t "porfi.companyName" lng=language}} {{sender.fullName}} {{t "porfi.position" lng=language}} {{sender.email}}
</p>
<p style="font-size:16px; line-height:32px; margin-bottom:16px;">
{{t "porfi.wishMessage" lng=language}}
</p>
<p style="font-size:16px; line-height:32px; margin-bottom:16px;">
{{t "porfi.requestMessage" lng=language}}
</p>
<div style="margin-bottom:24px;">
<h2 style="font-size:20px; margin-bottom:12px;">{{t "porfi.conditionsTitle" lng=language}}</h2>
<p style="font-size:16px; line-height:24px; margin-bottom:8px;">
<strong>{{t "porfi.projectInfo" lng=language}} {{rfq.projectCode}} {{rfq.projectName}}{{#if rfq.projectOption}} + 옵션 {{rfq.projectOption}}{{#if rfq.ProjectOptionValidity}} (Validity : {{rfq.ProjectOptionValidity}}){{/if}}{{/if}}</strong>
<br>{{#if rfq.DLDate}}{{t "porfi.shipSchedule" lng=language}} : {{rfq.DLDate}}{{/if}}
</p>
<p style="font-size:16px; line-height:24px; margin-bottom:8px;">
<strong>{{t "porfi.specScopeInfo" lng=language}}</strong>
</p>
<p style="font-size:16px; line-height:24px; margin-bottom:8px;">
<strong>{{t "porfi.classFlagInfo" lng=language}}</strong>
</p>
<p style="font-size:16px; line-height:24px; margin-bottom:8px;">
<strong>{{t "porfi.estimatedDeliveryDate" lng=language}} {{rfq.deliveryDate}}</strong>
<br>* {{t "porfi.deliveryScheduleNote" lng=language}}
<br>* {{t "porfi.safetyHealthNote1" lng=language}}
<br>{{t "porfi.safetyHealthNote2" lng=language}}
<br>* {{t "porfi.workplaceNote" lng=language}}
</p>
<p style="font-size:16px; line-height:24px; margin-bottom:8px;">
<strong>{{#if rfq.warrantyPeriod}}{{t "porfi.warrantyInfo" lng=language}} {{#if rfq.warrantyPeriod}}선박 인도 후 {{rfq.warrantyPeriod}}개월 시점까지 납품한 "자재" 또는 "용역"이 계약 내용과 동일함을 보증하며,{{else}}{{rfq.incoterms}}{{/if}}{{/if}}</strong>
<br>{{#if rfq.warrantyPeriod}}Repair 시 {{rfq.repairAdditionalPeriod}}개월 추가되나, 총 인도 후 {{rfq.totalPeriod}}개월을 넘지 않음.{{/if}}
</p>
<p style="font-size:16px; line-height:24px; margin-bottom:8px;">
<strong>{{t "porfi.deadlineInfo" lng=language}} {{rfq.dueDate}}</strong>
</p>
<p style="font-size:16px; line-height:24px; margin-bottom:8px;">
<strong>{{t "porfi.paymentConditionInfo" lng=language}} {{details.paymentTerms}}</strong>
</p>
<p style="font-size:16px; line-height:24px; margin-bottom:8px;">
<strong>{{t "porfi.generalTermsInfo" lng=language}}</strong>
</p>
<p style="font-size:16px; line-height:24px; margin-bottom:8px;">
<strong>{{t "porfi.notesTitle" lng=language}}</strong>
<br>- {{t "porfi.notesContent1" lng=language}}
<br> {{t "porfi.notesContent2" lng=language}}
<br> {{t "porfi.notesContent3" lng=language}}
<br>- {{t "porfi.notesContent4" lng=language}}
<br> {{t "porfi.notesContent5" lng=language}}
<br> {{t "porfi.notesContent6" lng=language}}
<br> {{t "porfi.notesContent7" lng=language}}
</p>
</div>
<div style="margin-bottom:24px;">
<h2 style="font-size:20px; margin-bottom:12px;">{{t "porfi.quotationContentsTitle" lng=language}}</h2>
<p style="font-size:16px; line-height:24px; margin-bottom:8px;">
<strong>{{t "porfi.itemPriceTotal" lng=language}}</strong>
</p>
<p style="font-size:16px; line-height:24px; margin-bottom:8px;">
<strong>{{t "porfi.priceDocuments" lng=language}}</strong>
</p>
<p style="font-size:16px; line-height:24px; margin-bottom:8px;">
<strong>{{t "porfi.deviationList" lng=language}}</strong>
<br style="color:red">* {{t "porfi.deviationNote" lng=language}}
</p>
</div>
<p>
<a href="{{systemUrl}}/vendor/quotations/{{quotationCode}}" 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;">
{{t "porfi.viewButton" lng=language}}
</a>
</p>
</div>
{{> footer logoUrl=logoUrl companyName=companyName year=year }}
|