<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Customized Quotation Management Tool</title>
<style>
*{box-sizing:border-box;margin:0;padding:0}
body{font-family:Arial,Helvetica,sans-serif;line-height:1.6;color:#333;background:#f7f9fb}
header{background:#0e7a4b;color:#fff;padding:60px 20px;text-align:center}
header h1{font-size:2.6rem;margin-bottom:10px}
header p{font-size:1.1rem;max-width:820px;margin:0 auto}
main{padding:40px 20px;max-width:1080px;margin:0 auto}
.section-title{font-size:1.9rem;color:#0e7a4b;text-align:center;margin-bottom:28px}
.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:24px;margin-bottom:55px}
.card{background:#fff;border-radius:10px;padding:24px;box-shadow:0 4px 15px rgba(0,0,0,.05);transition:transform .2s}
.card:hover{transform:translateY(-6px)}
.card h3{font-size:1.2rem;margin-bottom:8px;color:#0e7a4b}
.block{background:#fff;border-left:6px solid #0e7a4b;padding:24px 24px 32px;border-radius:10px;box-shadow:0 4px 15px rgba(0,0,0,.05);margin-bottom:55px}
.block ul{margin-top:12px;padding-left:20px}
.block li{margin-bottom:7px}
.status-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;margin-top:25px}
.status-card{background:#fff;border-radius:10px;padding:20px;box-shadow:0 4px 15px rgba(0,0,0,.05)}
.status-card h4{color:#0e7a4b;font-size:1.05rem;margin-bottom:6px}
.steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:24px;margin-top:30px;margin-bottom:55px}
.step{background:#fff;border-radius:10px;padding:24px;text-align:center;box-shadow:0 4px 15px rgba(0,0,0,.05)}
.step span{display:inline-block;background:#0e7a4b;color:#fff;width:45px;height:45px;line-height:45px;border-radius:50%;font-weight:bold;margin-bottom:10px;font-size:1.1rem}
.benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:24px;margin-top:25px;margin-bottom:55px}
.benefit{background:#fff;border-radius:10px;padding:22px;box-shadow:0 4px 15px rgba(0,0,0,.05)}
.benefit h4{font-size:1.15rem;color:#0e7a4b;margin-bottom:6px}
.cta{background:#0e7a4b;color:#fff;text-align:center;padding:45px 20px;border-radius:10px;box-shadow:0 4px 15px rgba(0,0,0,.05);margin-bottom:60px}
.cta h2{font-size:1.9rem;margin-bottom:12px}
.cta a{display:inline-block;margin-top:8px;background:#fff;color:#0e7a4b;padding:11px 26px;border-radius:50px;text-decoration:none;font-weight:bold;transition:background .2s,color .2s}
.cta a:hover{background:#e2e6e3}
@media(max-width:500px){header h1{font-size:2.1rem}}
</style>
</head>
<body>
<header>
<h1>Customized Quotation Management Tool</h1>
<p>Create, manage & share professional quotations in minutes—whether you run your business from a phone, tablet or office computer.</p>
</header>
<main>
<!-- Features Section -->
<h2 class="section-title" id="features">Features</h2>
<div class="grid">
<div class="card"><h3>Data Entry via App</h3><p>Fill a simple form; all details land safely in the system.</p></div>
<div class="card"><h3>Create Quote on Any Device</h3><p>Generate a neat PDF from your mobile, tablet or desktop.</p></div>
<div class="card"><h3>Portrait & Landscape PDFs</h3><p>Pick the layout that suits your data.</p></div>
<div class="card"><h3>Item‑Level Photos</h3><p>Add pictures so customers know exactly what they’re getting.</p></div>
<div class="card"><h3>Auto‑Hide Unused Columns</h3><p>The PDF shows only the columns you need.</p></div>
<div class="card"><h3>Smart Views & Search</h3><p>Period‑wise, status‑wise or client‑wise views with instant search.</p></div>
<div class="card"><h3>Instant Calculations</h3><p>Subtotal, GST and grand total are auto‑calculated.</p></div>
<div class="card"><h3>Category‑Based Grouping</h3><p>Items fall under custom product categories automatically.</p></div>
<div class="card"><h3>Custom Terms</h3><p>Set payment & delivery terms once; they attach to every quote.</p></div>
<div class="card"><h3>One‑Tap Sharing</h3><p>Email or WhatsApp the PDF straight from the app.</p></div>
</div>
<!-- Masters Section -->
<div class="block" id="masters">
<h2 class="section-title">Masters – Your One‑Time Setup</h2>
<p>Reference lists you fill once and reuse forever:</p>
<ul>
<li><strong>Clients:</strong> Company name, address & tax details</li>
<li><strong>Projects:</strong> Project names, sites and key contacts</li>
<li><strong>Products / Services:</strong> Descriptions, prices & photos</li>
<li><strong>Terms:</strong> Payment, delivery, warranty notes</li>
<li><strong>Signatories:</strong> Names and digital signatures for approval</li>
</ul>
</div>
<!-- Data Model Section -->
<div class="block" id="datasheets">
<h2 class="section-title">What Happens Behind the Scenes?</h2>
<p>Three simple lists keep everything organised:</p>
<div class="grid" style="margin-top:22px">
<div class="card"><h3>Quote Overview</h3><p>Stores customer, date and total amount plus status.</p></div>
<div class="card"><h3>Item Breakdown</h3><p>Lists each product or service with quantity and price.</p></div>
<div class="card"><h3>Client Directory</h3><p>Holds all customer information so you never retype an address.</p></div>
</div>
</div>
<!-- Storage Section -->
<div class="block" id="storage">
<h2 class="section-title">How Quotations Are Stored</h2>
<p>The tool organises your Google Drive automatically:</p>
<ul>
<li><strong>Clients Folder:</strong> A master folder that holds everything.</li>
<li><strong>Client Folder:</strong> Created instantly for each new customer.</li>
<li><strong>Project Folders:</strong> Add multiple projects under each client.</li>
<li><strong>Quotation Folder:</strong> Stores every PDF generated for that project.</li>
<li><strong>Other Documents Folder:</strong> Keep drawings, specs and additional files together.</li>
</ul>
</div>
<!-- Status Section -->
<div class="block" id="status">
<h2 class="section-title">Quotation Status – From Draft to Done</h2>
<div class="status-grid">
<div class="status-card"><h4>Draft</h4><p>Details saved, PDF not created yet.</p></div>
<div class="status-card"><h4>Pending Checking</h4><p>PDF generated—awaiting internal review.</p></div>
<div class="status-card"><h4>Pending Sending</h4><p>Checked & cleared—ready to send to client.</p></div>
<div class="status-card"><h4>Pending Approval</h4><p>Quote shared with client; waiting for sign‑off.</p></div>
<div class="status-card"><h4>Approved</h4><p>Client gave the green light.</p></div>
<div class="status-card"><h4>Rejected</h4><p>Client declined the quote.</p></div>
<div class="status-card"><h4>Canceled</h4><p>Quote withdrawn before client response.</p></div>
</div>
</div>
<!-- Workflow Section -->
<div class="block" id="workflow">
<h2 class="section-title">Quotation Workflow</h2>
<p>The journey every quotation follows:</p>
<div class="steps">
<div class="step"><span>1</span><h3>Capture Details</h3><p>Fill client & item details then save as Draft.</p></div>
<div class="step"><span>2</span><h3>Create PDF</h3><p>Tap \"Create PDF\" to compile a professional document.</p></div>
<div class="step"><span>3</span><h3>Internal Checking</h3><p>Manager reviews figures & branding.</p></div>
<div class="step"><span>4</span><h3>Send to Client</h3><p>Email or WhatsApp the PDF in one click.</p></div>
<div class="step"><span>5</span><h3>Client Decision</h3><p>Client approves, rejects, or requests changes.</p></div>
<div class="step"><span>6</span><h3>Status Update</h3><p>Record the outcome and update the quote’s status.</p></div>
<div class="step"><span>7</span><h3>Archive & Track</h3><p>PDF is stored in Drive and visible for audits anytime.</p></div>
</div>
<!-- Benefits Section -->
<div class="block" id="benefits">
<h2 class="section-title">Top 10 Benefits</h2>
<div class="benefits-grid">
<div class="benefit"><h4>Saves Staff Costs</h4><p>Automates repetitive tasks so your team can focus on selling.</p></div>
<div class="benefit"><h4>Saves Time</h4><p>Create and send a quotation in minutes, not hours.</p></div>
<div class="benefit"><h4>Track Approvals</h4><p>Know exactly who approved and when—no chasing emails.</p></div>
<div class="benefit"><h4>Cloud-Based</h4><p>Access quotes from any device, anywhere in the world.</p></div>
<div class="benefit"><h4>Eliminates Errors</h4><p>Built-in checks ensure totals, GST and terms are always correct.</p></div>
<div class="benefit"><h4>Professional Look</h4><p>Consistent branding builds trust with every client.</p></div>
<div class="benefit"><h4>Instant Search & Filters</h4><p>Find any quotation by date, status or client in seconds.</p></div>
<div class="benefit"><h4>Digital Audit Trail</h4><p>Each action is time-stamped for full compliance.</p></div>
<div class="benefit"><h4>Accurate Tax Handling</h4><p>GST calculations are applied automatically and correctly.</p></div>
<div class="benefit"><h4>Scales Effortlessly</h4><p>From a handful of quotes to thousands—no slowdown.</p></div>
</div>
</div>
</main>
</body>
</html>