summaryrefslogtreecommitdiff
path: root/lib/mail/templates/pre-quote-invitation.hbs
blob: c4c8432f0e8634ed2059c284187d6b6837bcd66b (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
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
<!DOCTYPE html>
<html>
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>eVCP 사전견적 초대</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: 600px;
            margin: 0 auto;
            background-color: #ffffff;
            padding: 20px;
            border-radius: 8px;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
        }
        .header {
            border-bottom: 1px solid #163CC4;
            padding-bottom: 16px;
            margin-bottom: 24px;
        }
        .logo {
            color: #163CC4;
            font-weight: bold;
            font-size: 32px;
            text-align: left;
        }
        .title {
            font-size: 28px;
            line-height: 40px;
            margin-bottom: 16px;
            color: #1f2937;
        }
        .content {
            font-size: 16px;
            line-height: 24px;
            color: #374151;
            margin-bottom: 16px;
        }
        .info-box {
            background-color: #f8fafc;
            border: 1px solid #e2e8f0;
            border-radius: 8px;
            padding: 16px;
            margin: 16px 0;
        }
        .info-item {
            margin-bottom: 8px;
        }
        .info-label {
            font-weight: bold;
            color: #1f2937;
        }
        .button {
            display: inline-block;
            padding: 12px 24px;
            background-color: #163CC4;
            color: #ffffff !important;
            text-decoration: none;
            border-radius: 8px;
            text-align: center;
            font-weight: 500;
            margin: 16px 0;
        }
        .footer {
            margin-top: 32px;
            border-top: 1px solid #e5e7eb;
            padding-top: 16px;
            text-align: center;
            color: #6b7280;
            font-size: 14px;
        }
        .highlight {
            background-color: #fef3c7;
            padding: 2px 6px;
            border-radius: 4px;
            font-weight: 500;
        }
    </style>
</head>
<body>
    <div class="email-container">
        <div class="header">
            <div class="logo">eVCP</div>
        </div>

        <h1 class="title">
            🎯 사전견적 요청 초대
        </h1>

        <p class="content">
            안녕하세요, <strong>{{companyName}}</strong> 담당자님.
        </p>

        <p class="content">
            귀하의 업체가 다음 입찰건의 <span class="highlight">사전견적 참여 업체</span>로 선정되어 초대장을 발송드립니다.
        </p>

        <div class="info-box">
            <div class="info-item">
                <span class="info-label">입찰번호:</span> {{biddingNumber}}
                {{#if revision}}
                <span style="color: #dc2626;">(Rev.{{revision}})</span>
                {{/if}}
            </div>
            <div class="info-item">
                <span class="info-label">프로젝트명:</span> {{projectName}}
            </div>
            <div class="info-item">
                <span class="info-label">입찰제목:</span> {{biddingTitle}}
            </div>
            <div class="info-item">
                <span class="info-label">품목:</span> {{itemName}}
            </div>
            {{#if preQuoteDate}}
            <div class="info-item">
                <span class="info-label">사전견적 마감일:</span> <strong style="color: #dc2626;">{{preQuoteDate}}</strong>
            </div>
            {{/if}}
            {{#if budget}}
            <div class="info-item">
                <span class="info-label">예산:</span> {{budget}} {{currency}}
            </div>
            {{/if}}
        </div>

        <p class="content">
            <strong>📋 사전견적 단계에서 제공해 주실 정보:</strong>
        </p>

        <ul style="margin-left: 20px; line-height: 24px;">
            <li>예상 견적금액</li>
            <li>지급조건, 세금조건, 운송조건에 대한 응답</li>
            <li>제안 납품일정</li>
            <li>기타 특별 제안사항</li>
        </ul>

        {{!-- <p class="content">
            아래 버튼을 클릭하여 eVCP 파트너 포털에 로그인한 후 사전견적을 진행해 주시기 바랍니다.
        </p>

        <div style="text-align: center;">
            <a href="{{loginUrl}}" target="_blank" class="button">
                📝 사전견적 참여하기
            </a>
        </div> --}}

        <div style="background-color: #fef2f2; border: 1px solid #fecaca; border-radius: 8px; padding: 16px; margin: 16px 0;">
            <p style="margin: 0; color: #dc2626; font-weight: 500;">
                ⚠️ 사전견적 마감일을 꼭 확인해 주세요!
            </p>
            <p style="margin: 8px 0 0 0; color: #7f1d1d; font-size: 14px;">
                마감일 이후 제출된 사전견적은 검토되지 않을 수 있습니다.
            </p>
        </div>

        <p class="content">
            궁금한 사항이 있으시면 담당자에게 문의해 주시기 바랍니다.
        </p>

        <div class="info-box">
            <div class="info-item">
                <span class="info-label">담당자:</span> {{managerName}}
            </div>
            <div class="info-item">
                <span class="info-label">이메일:</span> {{managerEmail}}
            </div>
            {{#if managerPhone}}
            <div class="info-item">
                <span class="info-label">연락처:</span> {{managerPhone}}
            </div>
            {{/if}}
        </div>

        <p class="content">
            감사합니다.
        </p>

        <div class="footer">
            <p>© {{currentYear}} eVCP. 모든 권리 보유.</p>
            <p>이 이메일은 발신 전용입니다. 회신하지 마시기 바랍니다.</p>
        </div>
    </div>
</body>
</html>