Starting Screen
After successfully logging into the App, the user starts from the Orders Screen which has "Active" and "Inactive" tabs.
The "Active" tab contains all orders that are currently assigned to the driver and the "Inactive" tab contains all orders that were Finished, Cancelled, Rejected, etc...
Incoming new Orders
When a new order is assigned to the driver, the "Active" tab will be updated with the new TO. The TO number and order info can be found on the TO card.
The user can click on the card to see more details about the TO ( stops, load details, attachments, etc... )
The user can Accept or Reject this order by pressing the respective buttons at the bottom of the screen.
1) Accepting the transport orders
Once the driver accepts the transport order, the Order Wizard is displayed with the "Order Accepted" success message. Now our Order Wizard will guide the driver through all the stops on the order.
2) Rejecting the transport order
So you want to reject the order? Not a problem, just click the "Reject" button on the Order Detail page and a Confirmation modal will be displayed. If you still want to continue just click the "Reject" button, if you want to go back, just click "Cancel".
After the order rejection, the "Active" tab will be updated and a success message will be displayed.
Now the Rejected order can be consulted in the "Inactive" tab.