D
David
Hi All,
I created a database that would allow us to take in customer orders for
scheduled deliveries, and generate unique tickets for each shipment. One
customer could place an order for 20 deliveries or more, so each delivery
requires its own ticket. The problem I am having is that at the end of the
day the next days schedule for the drivers must be created. The current way
we create the schedule is by taking in all of tomorrows orders by phone,
writing them down on paper, and then at the end of the day writing up
schedules of 5 or 6 deliveries per driver. Some drivers have the same
scheduled deliveries as others. I will need to be able to make a simple
route generation interface for people who aren't computer friendly. I think
a drag and drop interface would be the easiest for them to manuever. For
example:
The person creating the routes could see a list of all the orders for the
next day, drag one delivery to an open field, have the count of the
remaining deliveries decrement, repeat for the rest of that routes
deliveries, assign drivers to routes, verify no duplicate drivers exist for
date(), write the required information to my tables, and then save this info
in case we need to research routes for a specific day.
Does anyone have any ideas of a technology that I could use to create this
solution that will easily interface with my database? I know this is a lot
to throw out there. This is why I'm pulling my hair out over it. lol
I've heard that VB will be able to do this, but I don't know this language.
Thanks in advance for any feedback.
Dave
I created a database that would allow us to take in customer orders for
scheduled deliveries, and generate unique tickets for each shipment. One
customer could place an order for 20 deliveries or more, so each delivery
requires its own ticket. The problem I am having is that at the end of the
day the next days schedule for the drivers must be created. The current way
we create the schedule is by taking in all of tomorrows orders by phone,
writing them down on paper, and then at the end of the day writing up
schedules of 5 or 6 deliveries per driver. Some drivers have the same
scheduled deliveries as others. I will need to be able to make a simple
route generation interface for people who aren't computer friendly. I think
a drag and drop interface would be the easiest for them to manuever. For
example:
The person creating the routes could see a list of all the orders for the
next day, drag one delivery to an open field, have the count of the
remaining deliveries decrement, repeat for the rest of that routes
deliveries, assign drivers to routes, verify no duplicate drivers exist for
date(), write the required information to my tables, and then save this info
in case we need to research routes for a specific day.
Does anyone have any ideas of a technology that I could use to create this
solution that will easily interface with my database? I know this is a lot
to throw out there. This is why I'm pulling my hair out over it. lol
I've heard that VB will be able to do this, but I don't know this language.
Thanks in advance for any feedback.
Dave