agdar/AGDAR_CENTRE_QUOTATION.html
Marwan Alwali 38d22db6f4 update
2025-12-11 10:43:43 +03:00

423 lines
13 KiB
HTML

<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Quotation - Agdar Centre</title>
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
line-height: 1.6;
color: #333;
background: #f5f5f5;
padding: 20px;
}
.container {
max-width: 900px;
margin: 0 auto;
background: white;
padding: 40px;
box-shadow: 0 0 20px rgba(0,0,0,0.1);
}
.header {
display: flex;
justify-content: space-between;
align-items: flex-start;
margin-bottom: 40px;
padding-bottom: 20px;
border-bottom: 3px solid #007bff;
}
.company-info {
flex: 1;
}
.company-name {
font-size: 28px;
font-weight: bold;
color: #007bff;
margin-bottom: 10px;
}
.company-details {
font-size: 14px;
color: #666;
line-height: 1.8;
}
.quotation-info {
text-align: right;
}
.quotation-title {
font-size: 32px;
font-weight: bold;
color: #333;
margin-bottom: 10px;
}
.quotation-number {
font-size: 16px;
color: #666;
margin-bottom: 5px;
}
.quotation-date {
font-size: 14px;
color: #666;
}
.client-section {
margin-bottom: 30px;
padding: 20px;
background: #f8f9fa;
border-left: 4px solid #007bff;
}
.section-title {
font-size: 16px;
font-weight: bold;
color: #007bff;
margin-bottom: 10px;
}
.client-name {
font-size: 18px;
font-weight: bold;
margin-bottom: 5px;
}
.items-table {
width: 100%;
border-collapse: collapse;
margin-bottom: 30px;
}
.items-table thead {
background: #007bff;
color: white;
}
.items-table th {
padding: 12px;
text-align: left;
font-weight: 600;
}
.items-table td {
padding: 12px;
border-bottom: 1px solid #dee2e6;
}
.items-table tbody tr:hover {
background: #f8f9fa;
}
.text-right {
text-align: right;
}
.text-center {
text-align: center;
}
.totals-section {
margin-left: auto;
width: 400px;
margin-bottom: 30px;
}
.total-row {
display: flex;
justify-content: space-between;
padding: 10px 0;
border-bottom: 1px solid #dee2e6;
}
.total-row.subtotal {
font-size: 16px;
}
.total-row.vat {
font-size: 16px;
color: #666;
}
.total-row.grand-total {
font-size: 20px;
font-weight: bold;
border-top: 2px solid #007bff;
border-bottom: 3px double #007bff;
padding: 15px 0;
color: #007bff;
}
.payment-terms {
margin-bottom: 30px;
padding: 20px;
background: #fff3cd;
border-left: 4px solid #ffc107;
}
.payment-schedule {
margin-top: 15px;
}
.payment-item {
display: flex;
justify-content: space-between;
padding: 8px 0;
border-bottom: 1px solid #dee2e6;
}
.payment-item:last-child {
border-bottom: none;
}
.payment-label {
font-weight: 600;
}
.payment-amount {
font-weight: bold;
color: #007bff;
}
.terms-conditions {
margin-bottom: 30px;
padding: 20px;
background: #f8f9fa;
border-radius: 5px;
}
.terms-conditions ul {
margin-left: 20px;
margin-top: 10px;
}
.terms-conditions li {
margin-bottom: 8px;
color: #666;
}
.validity {
padding: 15px;
background: #d1ecf1;
border-left: 4px solid #17a2b8;
margin-bottom: 30px;
font-weight: 600;
color: #0c5460;
}
.footer {
margin-top: 40px;
padding-top: 20px;
border-top: 2px solid #dee2e6;
text-align: center;
}
.signature-section {
display: flex;
justify-content: space-between;
margin-top: 60px;
margin-bottom: 30px;
}
.signature-box {
width: 45%;
text-align: center;
}
.signature-line {
border-top: 2px solid #333;
margin-top: 60px;
padding-top: 10px;
font-weight: 600;
}
.contact-info {
font-size: 14px;
color: #666;
line-height: 1.8;
}
@media print {
body {
background: white;
padding: 0;
}
.container {
box-shadow: none;
padding: 20px;
}
}
</style>
</head>
<body>
<div class="container">
<!-- Header -->
<div class="header">
<div class="company-info">
<div class="company-name">AGDAR CENTRE</div>
<div class="company-details">
Multidisciplinary Healthcare Services<br>
Kingdom of Saudi Arabia<br>
VAT No: 300000000000003
</div>
</div>
<div class="quotation-info">
<div class="quotation-title">QUOTATION</div>
<div class="quotation-number">Quote #: QT-2025-001</div>
<div class="quotation-date">Date: November 30, 2025</div>
</div>
</div>
<!-- Client Information -->
<div class="client-section">
<div class="section-title">QUOTATION FOR:</div>
<div class="client-name">Agdar Centre - Solution Implementation</div>
</div>
<!-- Validity Notice -->
<div class="validity">
⏰ This quotation is valid for 30 days from the date of issue
</div>
<!-- Items Table -->
<table class="items-table">
<thead>
<tr>
<th style="width: 10%">#</th>
<th style="width: 50%">Description</th>
<th style="width: 15%" class="text-center">Quantity</th>
<th style="width: 25%" class="text-right">Amount (SAR)</th>
</tr>
</thead>
<tbody>
<tr>
<td>1</td>
<td>
<strong>Healthcare Management Solution</strong><br>
<span style="color: #666; font-size: 14px;">
Complete implementation of multidisciplinary healthcare management system including:
<ul style="margin-top: 8px; margin-left: 20px; font-size: 13px;">
<li>Patient Management System</li>
<li>Appointment Scheduling & Management</li>
<li>Clinical Documentation (ABA, OT, SLP, Psychology, Medical, Nursing)</li>
<li>Financial & Billing System with ZATCA E-Invoice Integration</li>
<li>Package Management & Scheduling</li>
<li>Multi-Disciplinary Team (MDT) Collaboration</li>
<li>Notifications & Communication System</li>
<li>Reporting & Analytics</li>
<li>User Management & Access Control</li>
</ul>
</span>
</td>
<td class="text-center">1</td>
<td class="text-right">50,000.00</td>
</tr>
</tbody>
</table>
<!-- Totals -->
<div class="totals-section">
<div class="total-row subtotal">
<span>Subtotal:</span>
<span>50,000.00 SAR</span>
</div>
<div class="total-row vat">
<span>VAT (15%):</span>
<span>7,500.00 SAR</span>
</div>
<div class="total-row grand-total">
<span>TOTAL AMOUNT:</span>
<span>57,500.00 SAR</span>
</div>
</div>
<!-- Payment Terms -->
<div class="payment-terms">
<div class="section-title">💳 PAYMENT TERMS</div>
<div class="payment-schedule">
<div class="payment-item">
<span class="payment-label">Down Payment (30%):</span>
<span class="payment-amount">17,250.00 SAR</span>
</div>
<div class="payment-item">
<span class="payment-label">Month 1 Payment:</span>
<span class="payment-amount">13,416.67 SAR</span>
</div>
<div class="payment-item">
<span class="payment-label">Month 2 Payment:</span>
<span class="payment-amount">13,416.67 SAR</span>
</div>
<div class="payment-item">
<span class="payment-label">Month 3 Payment (Final):</span>
<span class="payment-amount">13,416.66 SAR</span>
</div>
</div>
<div style="margin-top: 15px; padding-top: 15px; border-top: 1px solid #dee2e6; font-size: 14px; color: #666;">
<strong>Payment Schedule:</strong><br>
• 30% down payment due upon acceptance of quotation<br>
• Remaining 70% (40,250.00 SAR) to be paid in 3 equal monthly installments<br>
• Each installment approximately 13,416.67 SAR
</div>
</div>
<!-- Terms & Conditions -->
<div class="terms-conditions">
<div class="section-title">📋 TERMS & CONDITIONS</div>
<ul>
<li>This quotation is valid for 30 days from the date of issue</li>
<li>Prices are in Saudi Riyals (SAR) and include 15% VAT</li>
<li>Down payment of 30% is required to commence work</li>
<li>Monthly installments are due on the same date each month</li>
<li>Late payment may incur additional charges as per agreement</li>
<li>All payments should be made via bank transfer or approved payment methods</li>
<li>Implementation timeline will be confirmed upon contract signing</li>
<li>Training and support included as per service agreement</li>
<li>Warranty and maintenance terms as per separate agreement</li>
</ul>
</div>
<!-- Signature Section -->
<div class="signature-section">
<div class="signature-box">
<div class="signature-line">
Prepared By<br>
Agdar Centre
</div>
</div>
<div class="signature-box">
<div class="signature-line">
Accepted By<br>
Client Signature & Date
</div>
</div>
</div>
<!-- Footer -->
<div class="footer">
<div class="contact-info">
<strong>AGDAR CENTRE</strong><br>
Kingdom of Saudi Arabia<br>
Email: info@agdarcentre.com | Phone: +966 XX XXX XXXX<br>
VAT Registration Number: 300000000000003
</div>
<div style="margin-top: 20px; font-size: 12px; color: #999;">
Thank you for your business!
</div>
</div>
</div>
</body>
</html>