littleshop/LittleShop/Areas/Admin/Views/Orders
SysAdmin 2ae44a3c56 Fix: Add Dispatch button for orders in Packing status
- Added quick action button on Packing tab to dispatch orders
- Created dispatch modal with tracking number input
- Modal includes tracking number, estimated days, and notes fields
- Button appears on both desktop table and mobile card views
- Fixes workflow gap where Packing orders had no quick action
- Orders now properly flow: Accepted → Packing → Dispatched

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-06 16:12:11 +01:00
..
Create.cshtml Implement complete e-commerce functionality with shipping and order management 2025-08-20 17:37:24 +01:00
Details.cshtml Fix order status update form - add CSRF token and correct enum values 2025-09-24 16:32:26 +01:00
Edit.cshtml Implement complete e-commerce functionality with shipping and order management 2025-08-20 17:37:24 +01:00
Index.cshtml Fix: Add Dispatch button for orders in Packing status 2025-10-06 16:12:11 +01:00