Pickup via Flutter App : Guide
The delivery flow is a continuation from Flutter App - Overview | Current Stop Screen
Pickup - Marking Success
The user is shown the Pickup Flow screen upon clicking the Pickup Actions button on the Task Pickup screen.
The user clicks on Proceed to Pickup to proceed.
The user is shown a list of completed tasks of the current stop in Pickup Flow s1. Upon scan, the Pickup Flow s2 screen is shown.
Click in the black box to start scanning the consignment label as shown in Pickup Flow s3.
Once the consignment is added, the user is taken to Pickup Flow s4. Click on the button to return to Current Stop, if there are no more tasks at that stop, the button takes them to Current Trip.
The user requires to CHECK OUT on the Current Trip screen once all the tasks for the stop are completed.
Pickup - Marking Failure
The user is shown the Pickup Flow screen upon clicking the Pickup Actions button on the Task Pickup screen.
The user clicks on Pickup Failed to proceed. This is followed by the Pickup Flow f1.
The user chooses the appropriate pickup failure reason from the scrollable list and clicks Done. This brings the user back to Current Trip.
The user requires to CHECK OUT on the Current Trip screen once all the tasks for the stop are completed.