From cdea8caa5617f0cb77bcbc9803759abd2df50644 Mon Sep 17 00:00:00 2001 From: Niklas Olmes Date: Fri, 24 Apr 2026 19:30:00 +0200 Subject: stipcrm --- alumni.pers.php | 64 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 64 insertions(+) create mode 100644 alumni.pers.php (limited to 'alumni.pers.php') diff --git a/alumni.pers.php b/alumni.pers.php new file mode 100644 index 0000000..2183203 --- /dev/null +++ b/alumni.pers.php @@ -0,0 +1,64 @@ + + '2000-01-01 00:00:00' AND Personen.ID NOT IN (SELECT Person FROM Stipendien WHERE Stipendien.Förderende >= NOW()) +GROUP BY Personen.ID +"; + $id = "alumnipers"; + $getthdef = true; + $order = '[[2, "asc"], [3, "asc"]]'; + $checkboxes = true; + $idcell = "PersID"; + $ajax = true; + $nospinner = true; + include __DIR__ . '/autotable.php'; + + $pdf_sql = $email_sql = "SELECT *, ID AS PersID FROM Personen WHERE ID IN "; + include __DIR__ . '/autoactions.php'; + include __DIR__ . '/autoemail.php'; + include __DIR__ . '/autopdf.php'; + include __DIR__ . '/autoevent.php'; +})(); + +include_once __DIR__ . "/footer.php"; -- cgit v1.3.1