Trip List
The Driver can access various trip-related information in this section:
  • User Name: The name of the user who will be riding this trip.
  • Date: Date of the Trip
  • Time: Time of the Trip
  • Vehicle: Vehicle that is used for the trip
  • Distance: Total distance of the trip
  • Total Fare: The total cost of the trip.
  • Paid: The amount that has been paid by the user.
  • Due: Amount that still needed to be paid.
  • Earning: The amount that will be added to the drivers wallet for the trip.
  • Status: The Trip's present state. There are various statuses that can exist:
    • Pending: The user has submitted a trip request, but no drivers have yet accepted it.
    • Accepted: A driver has agreed to take the trip.
    • Moving: The Trip has begun, and the car is moving.
    • Declined: The driver has denied to take the passengers.
  • Action: The user may examine additional information about the trip by clicking the eye icon in the Action column. The user will be sent to the “trip-details” page after clicking the eye icon.More details can be found in trip-details page.