You're gonna need to make a field for each of these milestones. Then subtract the days based on the final date, "Completion", which I assume is the due date.
An example would be to make a formula field, "Production Fee Due" with this formula:
DATEADD({Completion}, -1, 'days')
The "Start Date" field would have:
DATEADD({Completion}, -42, 'days')
If your due date is in the middle, you can add days on future dates by removing the "-" in front of the number.
Additionally, if you want the number of days to be variable, you'll have to create a number field for each milestone. Your formula would look like this instead:
DATEADD({Completion}, -{Production Fee Days}, 'days')
Let me know if this is what you're looking for 🙂
Justin Ng
Programme Coordinator at Sistema Aotearoa
https://www.sistemaaotearoa.org.nz/