fix(order-status-completed): order status COMPLETED in admin dashboard and orders pages

This commit is contained in:
Deploy
2026-08-26 22:42:06 +02:00
parent 5f6a22f1c5
commit b3e387c684
7 changed files with 39 additions and 1 deletions

View File

@@ -8128,7 +8128,25 @@
"description": "POS sales use COMPLETED order state. Show COMPLETED in admin dashboard ordersByState, orders list, and order detail pages with proper Spanish label and color. Include COMPLETED in revenue calculations.",
"priority": "med",
"risk": "low",
"status": "in_progress",
"status": "done",
"created_at": "2026-08-26",
"gates": {
"reviewer": true,
"security": true,
"qa": true,
"close": true
},
"phase": "admin",
"completed_at": "2026-08-26T20:42:05Z"
},
{
"id": "ORDERS-PAGINATION",
"type": "fix",
"title": "Pagination in /admin/orders",
"description": "Admin orders page shows only 20 orders with no pagination. Add offset/limit controls, prev/next buttons, and total counter.",
"priority": "med",
"risk": "low",
"status": "pending",
"created_at": "2026-08-26",
"gates": {
"reviewer": false,