From 30f1ee1e4955dbc0e26b9b45b97767305f4ed398 Mon Sep 17 00:00:00 2001 From: Flatlogic Bot Date: Mon, 20 Apr 2026 15:49:03 +0000 Subject: [PATCH] update pos --- current_pos_snapshot.html | 487 ++++++++++++++++++++++++++++++++++++++ pos.php | 12 +- 2 files changed, 496 insertions(+), 3 deletions(-) create mode 100644 current_pos_snapshot.html diff --git a/current_pos_snapshot.html b/current_pos_snapshot.html new file mode 100644 index 0000000..8ec2285 --- /dev/null +++ b/current_pos_snapshot.html @@ -0,0 +1,487 @@ + + + + + + نقاط البيع · حلوى الريامي | Al Riyami Sweets + + + + + + + + + + + + + + + + + +
+ + + + + +
+ + +
+ + + + + +
+ +
+ +
+
+
+ + +
+
+ + +
+
+
+ +
+
+ + +
+ + + + +
+ + +
+
$item): - $itemSku = h($sku); - $itemName = h(current_lang() === 'ar' ? $item['name_ar'] : $item['name_en']); + $itemSkuRaw = (string) $sku; + $itemNameRaw = (string) (current_lang() === 'ar' ? $item['name_ar'] : $item['name_en']); + $searchTextRaw = $itemNameRaw . ' ' . $itemSkuRaw; + $searchText = function_exists('mb_strtolower') + ? mb_strtolower($searchTextRaw, 'UTF-8') + : strtolower($searchTextRaw); + $itemSku = h($itemSkuRaw); + $itemName = h($itemNameRaw); $itemPrice = h($item['price']); $itemCat = h($item['category_id'] ?? ''); $imageUrl = !empty($item['image_url']) ? h($item['image_url']) : ''; @@ -431,7 +437,7 @@ require __DIR__ . '/includes/header.php'; $isRecentlyAdded = $createdAtStamp && $createdAtStamp >= strtotime('-7 days'); $createdLabel = $createdAtStamp ? date('Y-m-d', $createdAtStamp) : ''; ?> -
+