Dashboard
| Referenz | Kunde | Zeitraum | Status |
|---|---|---|---|
| = h($booking['reference']) ?> | = h($booking['customer']['name']) ?> | = h(formatDate($booking['start_date'])) ?> bis = h(formatDate($booking['end_date'])) ?> | = h($booking['status_label']) ?> |
| Aktuell gibt es keine offenen Anfragen. | |||
Noch keine Termine geplant.
| Nummer | Auftrag | Fällig | Zahlungsart | Gesamt |
|---|---|---|---|---|
| = h($invoice['invoice_number']) ?> | = h($invoice['booking_id']) ?> | = h(formatDate($invoice['due_date'])) ?> | = h($invoice['payment_method_label']) ?> | = h(formatCurrency((int) $invoice['total_cents'])) ?> |
| Noch keine Rechnungen vorhanden. | ||||