I have a building project where tasks cannot begin until an item has arrived from a supplier, then the dependent task can only be carried out on specific days of the week, e.g. a wall cannot be painted until the paint arrives, and the task of painting can only be conducted on, say, Saturday and Sunday.
So (in the example above), while the task of painting cannot commence until the predecessor task of paint being delivered is complete, the person carrying out the actual painting task is only able to work on Saturday and Sunday.
What I need, therefore, is a method of pushing a dependent task forward to the following Saturday.
Is this possible?