Manager Dashboard
Backend Feature — Not Available in Portfolio Demo
The order management dashboard requires a live PHP/MySQL backend and is disabled in this static deployment.
What the dashboard does in the PHP version:
- Search orders by customer name, product, or status
- Sort results by date, cost, or customer name (ASC / DESC)
- Update order status inline: Pending → Fulfilled → Paid → Archived
- Cancel pending orders with business-rule enforcement
- All queries use prepared statements and dynamic WHERE clause construction
View Full PHP/MySQL Source on GitHub →
See manager.php, update_order.php, and cancel_order.php