Neues Buch hinzufügen
|
Neue Exemplare hinzufügen
|
Ausleiher hinzufügen
|
Buch verleihen
|
Buch einsammeln
|
Verliehene Bücher
| Vorname | Nachname | Klasse/Funktion | Buch | Exemplar | Ausleihdatum | Rückgabe fällig |
| = htmlspecialchars($loan['firstName'])?> |
= htmlspecialchars($loan['lastName'])?> |
= htmlspecialchars($loan['borrowerRole'])?> |
= htmlspecialchars($loan['bookTitle'])?> |
#= htmlspecialchars($loan['copyID'])?> |
= date_create($loan['borrowedDate'])->format("d.m.Y")?> |
= date_create($loan['dueDate'])->format("d.m.Y")?> |
|
Versäumte Rückgaben
| Vorname | Nachname | Klasse/Funktion | Buch | Exemplar | Ausleihdatum | Rückgabe fällig |
| = htmlspecialchars($lateLoan['firstName'])?> |
= htmlspecialchars($lateLoan['lastName'])?> |
= htmlspecialchars($lateLoan['borrowerRole'])?> |
= htmlspecialchars($lateLoan['bookTitle'])?> |
#= htmlspecialchars($lateLoan['copyID'])?> |
= date_create($lateLoan['borrowedDate'])->format("d.m.Y")?> |
= date_create($lateLoan['dueDate'])->format("d.m.Y")?> |
|