We have a process that caculates some dates for customer related info, The problem is we shutdown over christmas and that needs to be represented in the dates.
So if we put in a date of October 16/2014, The system adds 77 days which puts the start range of 01/01/2015. The system them auto adds 14 days and produces an end date of 01/15/2015 which is great the other 50 weeks of the year.
The problem is we are closed from Dec 24-Jan 5 so the range should actually be Jan8-Jan22 (The deparment works off of thursdays so the 8th is the next thursday after we reopen). Is there a component that can look at the start date and if it falls between those days we are closed will do the math and move it accordingly.?
Thanks I saw some date range rules components and I put the first date as my start date then I set the base date of Dec 25 +14 days but I always end up in less then 14 days so I think I must have somthing wrong.