melonhead901 / lab-specimen-transport-system

Automatically exported from code.google.com/p/lab-specimen-transport-system
0 stars 0 forks source link

Reassign Route to Another Courier #76

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Add reassigned_to_id field to route_instances and implement logic so that a 
route can be reassigned to a different courier for a small number of days.

Original issue reported on code.google.com by stein.za...@gmail.com on 15 May 2011 at 7:56

GoogleCodeExporter commented 8 years ago
Reducing priority - this can be worked around by assigning the route to a 
courier, updating an instance on a specific day, and then unassigning the 
courier.

I will make this nicer later if I have time.

Original comment by stein.za...@gmail.com on 21 May 2011 at 3:40

GoogleCodeExporter commented 8 years ago
I think route_instances need a "reassigned" field for 
route.future_route_instances_for to work out still. This change is not easy, so 
I'm not going to have time for it.

Substitutions will have to be made by assigning another courier to the route, 
updating the instance for the day they want to sub on, and then unassigning 
from the recurrence. This is a bit round about... but works.

Original comment by stein.za...@gmail.com on 26 May 2011 at 10:46