summaryrefslogtreecommitdiff
path: root/lib/mail/templates/po-rfq-notification-ko.hbs
diff options
context:
space:
mode:
Diffstat (limited to 'lib/mail/templates/po-rfq-notification-ko.hbs')
-rw-r--r--lib/mail/templates/po-rfq-notification-ko.hbs87
1 files changed, 87 insertions, 0 deletions
diff --git a/lib/mail/templates/po-rfq-notification-ko.hbs b/lib/mail/templates/po-rfq-notification-ko.hbs
new file mode 100644
index 00000000..b5eb6fb4
--- /dev/null
+++ b/lib/mail/templates/po-rfq-notification-ko.hbs
@@ -0,0 +1,87 @@
+{{> header logoUrl=logoUrl }}
+
+<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}}</strong>
+ <br>* {{t "porfi.shipSchedule" lng=language}} : {{#if rfq.DLDate}}{{rfq.DLDate}}{{else}}TBD{{/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}}</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>{{t "porfi.warrantyInfo" lng=language}}</strong>
+ <br>{{t "porfi.warrantyDetails" lng=language}}
+ </p>
+ <p style="font-size:16px; line-height:24px; margin-bottom:8px;">
+ <strong>{{t "porfi.deadlineInfo" lng=language}}</strong>
+ </p>
+ <p style="font-size:16px; line-height:24px; margin-bottom:8px;">
+ <strong>{{t "porfi.paymentConditionInfo" lng=language}}</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}}
+ <br> {{t "porfi.notesContent8" 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>
+
+{{> footer logoUrl=logoUrl companyName=companyName year=year }} \ No newline at end of file