- What does route optimisation take into account?
- Routes are built from three constraints at once: how the day's orders cluster by area, how much each vehicle can carry, and the delivery windows customers were promised. The result is a stop sequence for each driver that respects all three, rather than the shortest line on a map drawn without knowing when anyone is home.
- What happens when an order arrives after the routes are built?
- The plan is not frozen when it is published. A new order is placed into the route where it disturbs the day least, a cancelled order drops its stop out, and the affected driver's list updates in the app. The alternative, a phone call and a detour agreed from memory, is exactly what route optimisation exists to end.
- Can different vehicle types run on the same day's plan?
- Yes. Each vehicle carries its own capacity, and every route is built to fit the vehicle that will drive it. A bike takes the light orders in the dense district, the van takes the bulky ones across the longer distances, and neither is planned as if it were the other.
- How does a driver receive the route?
- The route lands in the QuickE driver app as a stop list in driving order, in Arabic or English, with navigation to the next stop. The driver works down the list, and proof of delivery and any cash collected are recorded against each stop as it is completed.
- Does route optimisation suit same day operations or only next day planning?
- Both. A fleet that books today and delivers tomorrow can build the whole day in one pass before drivers leave, and a quick commerce or food operation can keep short routes forming continuously as orders come in. The constraints are the same in both cases. What changes is how often the plan is rebuilt.