[Conexp-user] FW: Purchase Order & Quotation Request
Status: Beta
Brought to you by:
s_yevtushenko
|
From: Sales <sa...@ez...> - 2025-11-27 22:26:24
|
<!DOCTYPE html>
<html lang="en" style="margin: 0px; padding: 0px;"><head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>Purchase Order with Quote</title>
<style>
body { margin:0; padding:0; background:#f5f7fb; font-family: Arial, Helvetica, sans-serif; color:#1f2937; }
.wrapper { width:100%; padding:24px 0; }
.container { max-width:720px; margin:0 auto; background:#ffffff; border-radius:8px; overflow:hidden; box-shadow:0 2px 8px rgba(0,0,0,0.06); }
.header { background:#0ea5e9; color:#ffffff; padding:20px 24px; }
.brand { font-size:20px; font-weight:bold; }
.title { font-size:16px; margin-top:4px; opacity:0.95; }
.content { padding:24px; font-size:14px; line-height:1.6; color:#374151; }
.divider { border-top:1px solid #e5e7eb; margin:20px 0; }
.table { width:100%; border-collapse: collapse; margin-bottom:16px; }
.table th, .table td { padding:10px 8px; border-bottom:1px solid #e5e7eb; font-size:14px; text-align:left; }
.table th { background:#f3f4f6; font-weight:bold; color:#111827; }
.totals td { padding:8px 0; font-size:14px; }
.totals .label { color:#4b5563; }
.totals .value { text-align:right; color:#111827; }
.footer { padding:18px 24px; background:#f9fafb; font-size:12px; color:#6b7280; }
.btn { display:inline-block; background:#0ea5e9; color:#ffffff !important; text-decoration:none; padding:10px 14px; border-radius:6px; font-size:14px; }
</style>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
</head>
<body style="margin:0; padding:0; background:#f5f7fb; font-family: Arial, Helvetica, sans-serif; color:#1f2937">
<div style="width:100%; padding:24px 0" class="wrapper">
<div style="max-width:720px; margin:0 auto; background:#ffffff; border-radius:8px; overflow:hidden; box-shadow:0 2px 8px rgba(0,0,0,0.06)" class="container">
<!-- Header -->
<div style="background:#0ea5e9; color:#ffffff; padding:20px 24px" class="header">
<div style="font-size:20px; font-weight:bold" class="brand">lists.sourceforge.net Co.,Ltd.</div>
<div style="font-size:16px; margin-top:4px; opacity:0.95" class="title">Purchase Order & Quotation Request</div>
</div>
<!-- Content -->
<div style="padding:24px; font-size:14px; line-height:1.6; color:#374151" class="content">
<p>
<strong>PO Number:</strong> PO-2025-0051<br>
<strong>Date:</strong> 11/28/2025 5:07:39 a.m.<br>
<strong>Supplier:</strong> Acme Manufacturing Co.<br>
<strong>Ship To:</strong> 8/F, Tower, Hong Kong
<br><strong><br>Requesting for Sample:</strong></p><p><strong>Before confirming bulk production, we kindly request samples of the above items for quality verification. Please ship samples to our Hong Kong office address at your earliest convenience.</strong> </p>
<div style="border-top:1px solid #e5e7eb; margin:20px 0" class="divider"></div>
<h3>Quotation & Price Details</h3>
<table style="width:100%; border-collapse: collapse; margin-bottom:16px" class="table">
<thead>
<tr>
<th style="width: 35%;">Item</th>
<th style="width: 15%;">SKU</th>
<th style="width: 15%;">Qty</th>
<th style="width: 15%;">Unit Price</th>
<th style="width: 20%;">Line Total</th>
</tr>
</thead>
<tbody>
<tr>
<td>Premium Paper A4 (80gsm)</td>
<td>PP-A4-80</td>
<td>100</td>
<td>USD 20.00</td>
<td>USD 2,000.00</td>
</tr>
<tr>
<td>Laser Printer Toner – Black</td>
<td>LPT-BLK-01</td>
<td>20</td>
<td>USD 300.00</td>
<td>USD 6,000.00</td>
</tr>
</tbody>
</table>
<table width="100%" class="totals">
<tbody><tr>
<td class="label">Subtotal</td>
<td class="value">USD 8,000.00</td>
</tr>
<tr>
<td class="label">Shipping</td>
<td class="value">USD 200.00</td>
</tr>
<tr>
<td class="label"><strong>Total</strong></td><strong>
</strong><td class="value"><strong>USD 8,200.00</strong></td><strong>
</strong></tr><strong>
</strong></tbody></table><strong>
</strong><div style="border-top:1px solid #e5e7eb; margin:20px 0" class="divider"></div><strong>
</strong><h3><a style="display:inline-block; background:#0ea5e9; color:#ffffff !important; text-decoration:none; padding:10px 14px; border-radius:6px; font-size:14px" class="btn" href="https:///">Check the attached sample order below for bulk production</a> </h3>
<p>
For any clarifications, please contact our procurement team </p>
</div>
<!-- Footer -->
<div style="padding:18px 24px; background:#f9fafb; font-size:12px; color:#6b7280" class="footer">
© 2025 Your Company Ltd. • 8/F, Example Tower, Hong Kong • +852 1234 5678
</div>
</div>
</div>
</body></html> |