Advertisement
Guest User

Untitled

a guest
Oct 1st, 2016
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.02 KB | None | 0 0
  1. 1)Index.php that will have login page with timestamp that I can see in statistics for the drivers.
  2. ->/driver
  3. ->/admin
  4. --------------------------------------
  5. Admin Portal
  6. givedelivery.php(Where I can put a order to drivers queue from a drop-down menu with their names in this format:
  7.  
  8. Name:
  9. Number:
  10. Address:
  11. Order:
  12. Notes:
  13. --------------------------------------
  14. statistics.php
  15. (Day/Week/Monthly/All-time) And timestamp of when a driver logs in.
  16. --------------------------------------
  17. activedeliveries.php
  18. (Where I am able to see drivers queue in a list from a drop-down menu - with the following options for me as a administrator (Add(givedelivery.php)/Remove(removedelivery.php)
  19. I should be able to see if a driver has put "ON HIS WAY" to a Order # so I know he is going to that specific delivery. Also "FINISHED" if the driver has completed his delivery for that specific Order #)
  20. --------------------------------------
  21. inventory.php(I should be able to see drivers inventory here which the driver himself will update from his side of the portal)
  22. --------------------------------------
  23. signout.php(Sign out for current user)
  24. --------------------------------------
  25. DRIVER PORTAL
  26. -------------
  27. Activedeliveries.php(Delivery driver should be able to see list of assigned deliveries in his queue and driver should have the ability to press "finished" on a order # when he finished. He should able be able to press "cancel" which will show under statistics and in the queue.
  28. --------------------------------------
  29. Inventory.php(Delivery driver should be able to update his inventory in clear-text in a box so I know what inventory he has)
  30. --------------------------------------
  31. statistics.php(Driver should be able to see his daily deliveries/weekly/monthly/all-time)
  32. --------------------------------------
  33. signout.php(Sign out for current user)
  34.  
  35. Usernames/Passwords for portal.
  36.  
  37.  
  38. Admin/askme
  39. ----------------------
  40. Drivers(please explain to me how I can add more driver users later)
  41. sully/askme
  42. manu/askme
  43. alex/askme
  44. tam/askme
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement