From e5617b6c15bce0f9e88358aaa8efc4b4851d2bf4 Mon Sep 17 00:00:00 2001 From: Flatlogic Bot Date: Mon, 23 Feb 2026 03:43:41 +0000 Subject: [PATCH] Autosave: 20260223-034341 --- admin/includes/header.php | 175 ++++++++++++++++++++++++++++++---- admin/orders.php | 32 +++++-- api/order.php | 49 +++++++++- api/recall_orders.php | 96 +++++++++++++++++++ assets/css/custom.css | 194 ++++++++++++++++++++++++++++++++------ assets/js/main.js | 104 ++++++++++++++++++++ includes/functions.php | 8 +- pos.php | 18 ++++ 8 files changed, 615 insertions(+), 61 deletions(-) create mode 100644 api/recall_orders.php diff --git a/admin/includes/header.php b/admin/includes/header.php index 0f5bd12..4dddb19 100644 --- a/admin/includes/header.php +++ b/admin/includes/header.php @@ -37,12 +37,61 @@ function isActive($page) { + -