Quản lý đơn hàng
Manage Orders
Manage is the main operational screen for working through high order volume.
Layout
Preset tabsi-filterwith route syncSort controlsDate range controls- status chips for
payment,fulfillment, andorder Bulk actionarea- main data table
Filters and controls
The source currently exposes these filter inputs:
keywordspage,pageSizecreated_from,created_tosort_by,sort_dirpayment_statusfulfillment_statusorder_status
It also normalizes status aliases such as cancelled -> canceled before applying them.
Important columns
- order code and overall status
- customer identity
- total, due, paid, refunded
- item count
- channel
- payment, fulfillment, delivery status
- tags
- created and updated timestamps
- actions to copy, open in new tab, or view detail
Recommended workflow
- Choose the preset closest to your current queue.
- Narrow results with chips and created date.
- Apply sorting that matches the task, usually
created_at descorupdated_at desc. - Open the detail view for any record that requires manual intervention.
Route-synced filters
The list keeps filters in the URL. That is useful for handoff, but it also means stale query params can hide data until you clear them.

