added appointments

This commit is contained in:
2026-02-01 20:37:49 +01:00
parent 75d63261bb
commit b647fe4934
9 changed files with 2451 additions and 50 deletions
-2
View File
@@ -85,7 +85,6 @@ $stmt = $pdo->prepare("
a.end_at,
a.status,
a.notes,
a.price_paid,
c.first_name AS customer_first,
c.last_name AS customer_last,
c.phone AS customer_phone,
@@ -167,7 +166,6 @@ $appointments = $stmt->fetchAll();
<a href="appointments.php" class="btn btn-success px-4 py-3"><i class="bx bx-calendar-check me-2"></i> Appuntamenti</a>
<a href="staff.php" class="btn btn-info px-4 py-3"><i class="bx bx-group me-2"></i> Staff</a>
<a href="finances.php" class="btn btn-warning px-4 py-3"><i class="bx bx-euro me-2"></i> Incassi</a>
<a href="new_appointment.php" class="btn btn-dark px-4 py-3"><i class="bx bx-plus-medical me-2"></i> Nuovo Appuntamento</a>
</div>
</div>
</div>