RahalCorporate
OrdersAdmin Guide

Viewing Orders

How to search, filter, and view order details in the dashboard

Viewing Orders

The Travel Zone Dashboard provides powerful tools for finding and viewing order information.

Order List

Navigate to Orders in the main menu to access the order list.

List Columns

ColumnDescription
Created DateWhen the order was created
Order IDUnique order identifier (clickable to copy)
User IDBuyer's user ID (clickable to copy)
User NameBuyer's display name
User PhoneBuyer's phone number
ProviderPayment provider used
Payment IDExternal payment reference
Payment AmountTotal amount (including BNPL fees)
ServiceBooking type (air, hotel, package)
StatusCurrent order status

Filtering Orders

Use the filter bar to narrow results:

By Order ID

Enter the full or partial order ID to find a specific order.

By User ID

Search for all orders from a specific user.

By Status

Filter by order status:

  • ACCEPTED — Awaiting payment
  • PAID — Payment verified
  • IN_PROGRESS — Processing
  • FINALIZED — Complete
  • NOT_PAID — Payment timeout
  • FAILED — Error occurred
  • REFUNDED — Refunded

By Provider

Filter by payment provider:

  • SUPER_QI_APP
  • CHECKOUT_COM
  • BNPL
  • QI_SERVICES_APP

Pagination

Use pagination controls to navigate through results:

  • 5, 10, or 20 items per page
  • Page navigation arrows

Order Details

Click Details on any order to view complete information.

General Info Section

Displays key order metadata:

FieldDescription
Order IDFull order identifier
StatusCurrent status
User IDBuyer reference
User NameBuyer display name
User PhoneBuyer contact (clickable link)
Created DateOrder creation timestamp

Quick Actions

Available actions depend on order status and your permissions:

ActionAvailabilityEffect
Mark as FinalizedAll statuses except FINALIZEDChanges status to FINALIZED
Mark as RefundedAll statuses except REFUNDEDChanges status to REFUNDED

Status changes are logged as events. Use these actions only when manually resolving orders.

Tabs

The order detail view has three tabs:

Reservations Tab

Lists all reservations linked to this order:

ColumnDescription
Created DateWhen reservation was created
Reservation IDExternal reservation reference
Reservation TypeAIR or HOTEL
Payment AmountPrice + BNPL fee
Reservation AmountBase price
StatusReservation status
ActionsEdit, delete, view details

For package orders: Shows trip booking information instead.

Payments Tab

Transactions

Shows payment transactions:

ColumnDescription
Created DateTransaction timestamp
ProviderPayment provider
Payment AmountAmount paid
Refunded AmountTotal refunded
Transaction IDInternal reference
Payment IDExternal reference
Refunds

Shows refund history:

ColumnDescription
Created DateRefund timestamp
CurrencyRefund currency
AmountRefund amount
Refund IDInternal reference
Transaction IDOriginal transaction
External ReferenceProvider reference

Events Tab

Shows the complete event audit trail:

ColumnDescription
Created DateEvent timestamp (with time)
Event TypeEvent category
ActionsView event data

Finding Specific Orders

By Exact Order ID

  1. Navigate to Orders
  2. Enter the complete order ID in the "Order ID" filter
  3. Press Enter or click outside the field

By User

  1. Navigate to Orders
  2. Enter the user ID in the "User ID" filter
  3. All orders for that user will appear

By Status

  1. Navigate to Orders
  2. Select status from the "Status" dropdown
  3. List updates automatically

Combining Filters

Filters can be combined for precise searches:

  • User ID + Status = Find user's failed orders
  • Provider + Status = Find BNPL orders in progress

Copying IDs

Order and user IDs can be copied with one click:

  1. Hover over the ID field
  2. Click the copy icon
  3. ID is copied to clipboard

This is useful for:

  • Sharing order references with team members
  • Using IDs in API calls or queries
  • Recording IDs in support tickets

Exporting Orders

The order list does not include a built-in export feature. For data export needs:

  1. Use the API directly (GET /admin/orders)
  2. Contact system administrators for bulk exports
  3. Use database access for reporting

Performance Tips

Large Result Sets

When viewing many orders:

  • Use filters to narrow results
  • Start with status filter (e.g., FAILED only)
  • Use specific user ID if known

Slow Loading

If the list loads slowly:

  • Reduce items per page
  • Add more specific filters
  • Check network connectivity

On this page