Quản lý đơn hàng

Manage Orders

Manage is the main operational screen for working through high order volume.

Layout

  • Preset tabs
  • i-filter with route sync
  • Sort controls
  • Date range controls
  • status chips for payment, fulfillment, and order
  • Bulk action area
  • main data table

Filters and controls

The source currently exposes these filter inputs:

  • keywords
  • page, pageSize
  • created_from, created_to
  • sort_by, sort_dir
  • payment_status
  • fulfillment_status
  • order_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
  1. Choose the preset closest to your current queue.
  2. Narrow results with chips and created date.
  3. Apply sorting that matches the task, usually created_at desc or updated_at desc.
  4. 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.