From cdea8caa5617f0cb77bcbc9803759abd2df50644 Mon Sep 17 00:00:00 2001 From: Niklas Olmes Date: Fri, 24 Apr 2026 19:30:00 +0200 Subject: stipcrm --- curstipspers.php | 58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100644 curstipspers.php (limited to 'curstipspers.php') diff --git a/curstipspers.php b/curstipspers.php new file mode 100644 index 0000000..57728e8 --- /dev/null +++ b/curstipspers.php @@ -0,0 +1,58 @@ + + NOW() +GROUP BY Personen.ID +"; + $stmt = $mysqli->prepare($sql); + $stmt->execute(); + $r = $stmt->get_result(); + $id = "curfutpersons"; + $order = '[[2, "asc"], [3, "asc"]]'; + $checkboxes = true; + include __DIR__ . '/autotable.php'; + $stmt->reset(); + + $pdf_sql = $email_sql = "SELECT Personen.*, Personen.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