Dashboard
| Referenz | Kunde | Termin | Status | Zahlung | Preis |
|---|---|---|---|---|---|
| = h($booking['reference']) ?> | = h($booking['customer']['name']) ?> | = h(formatDate($booking['start_date'])) ?> - = h(formatDate($booking['end_date'])) ?> | = h($booking['status_label']) ?> | = h($booking['payment_status_label']) ?> | = h(formatCurrency((int) $booking['subtotal_cents'])) ?> |
| Noch keine Auftraege vorhanden. | |||||
| Nummer | Auftrag | Faellig | 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 erstellt. | ||||