From b8122223145b80302ca615967a9865a84b5f6d10 Mon Sep 17 00:00:00 2001 From: John Mizerek Date: Wed, 31 Dec 2025 15:38:13 -0800 Subject: [PATCH] Add KDS admin interface for manual order creation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Created admin.html for BusinessID=17 to manually create test orders - Service point selector with all tables - Dynamic menu item rows with quantities - Three-step order creation: cart → line items → submit - Modern gradient UI with purple theme - Success/error notifications - Form auto-resets after successful order creation Technical details: - Fixed case sensitivity: API returns uppercase keys (ORDER, ORDERLINEITEMS) - Fixed parameter naming: BusinessID (not OrderBusinessID) - Added links to KDS display and debug view 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 --- kds/admin.html | 427 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 427 insertions(+) create mode 100644 kds/admin.html diff --git a/kds/admin.html b/kds/admin.html new file mode 100644 index 0000000..9550beb --- /dev/null +++ b/kds/admin.html @@ -0,0 +1,427 @@ + + + + + + KDS Admin - Manual Task Creation + + + +
+

KDS Admin - Manual Task Creation

+

Create orders manually for testing and demonstration (BusinessID: 17)

+ +
+ +
+ + +
+ +
+ +
+ +
+ +
+ + +
+ +
+ +
+ +
+ + +
+
+ + + +