From cdea8caa5617f0cb77bcbc9803759abd2df50644 Mon Sep 17 00:00:00 2001 From: Niklas Olmes Date: Fri, 24 Apr 2026 19:30:00 +0200 Subject: stipcrm --- allocation.php | 59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 59 insertions(+) create mode 100644 allocation.php (limited to 'allocation.php') diff --git a/allocation.php b/allocation.php new file mode 100644 index 0000000..e6fd038 --- /dev/null +++ b/allocation.php @@ -0,0 +1,59 @@ + + + +

+ +prepare($sql); + $stmt->bind_param("i", $year); + $stmt->execute(); + $r = $stmt->get_result(); + $id = "Mittelverwendung"; + $order = '[[1, "asc"], [3, "asc"], [4, "asc"]]'; + $ajax = false; + $entrytable = 'Mittelverwendung'; + $nospinner = true; + include __DIR__ . '/autotable.php'; + $stmt->reset(); +})(); + +include_once __DIR__ . "/footer.php"; -- cgit v1.3.1