prepare($query); $stmt->execute($params); $quotations = $stmt->fetchAll(); $msg = $_GET['msg'] ?? ''; $error = $_GET['error'] ?? ''; ?>
| Quotation # | Customer | Date | Expiry | Status | Total | Actions |
|---|---|---|---|---|---|---|
| No quotations found. | ||||||
| = e($q['quotation_number']) ?> |
= e($q['customer_name']) ?>
= e($q['customer_email']) ?>
|
= date('M d, Y', strtotime($q['issue_date'])) ?> | = date('M d, Y', strtotime($q['expiry_date'])) ?> | = $q['status'] ?> | = format_currency($q['total_amount']) ?> | |