You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At 10:00:00am, the "Calculate" button becomes available for the ops team to click. We pass Routific all of the orders, and Routific gives us back the number of drivers.
The ops team selects the drivers who will be going on shift, and click "Done".
We run the Routific calculation again, this time also passing Routific the driver_weight data.
IF driver qty hasn't changed, we're done, and automatically assign the orders to the drivers based on this latest calculation.
ELSE, driver qty has changed (perhaps a driver is too slow). Proceed back to step 2, until step 4 matches.
Once the drivers have been finalized, a "Generate Report" button is clicked, which generates a PDF of the qty of each item to be packed with each driver.
One driver per page.
Sort by hot/cold items (data is in the DB).
The text was updated successfully, but these errors were encountered:
Here's my take on how this needs to work.
driver_weight
data.Once the drivers have been finalized, a "Generate Report" button is clicked, which generates a PDF of the qty of each item to be packed with each driver.
The text was updated successfully, but these errors were encountered: