business day date math ideas
Posted: 23 Jul 2013 19:47
I'm just looking for ideas on date math but skipping weekends (and holidays maybe).
I've got a scanning (paper to pdf) process that's partly done by people, and partly done by computers. I'm going to track the progress of individual batches via a simple log file concept.
Well anyway -- I have a monitoring script that I just want to use simply to alert people if a batch sits too long at any given stage. For instance, it shouldn't take more than 2 days to get around to checking that a batch finished processing properly. The trick is that the people portions need to check for 2 business days.
Anyone got any better ideas than the simple (but annoying) 5 separate cases based on day of week?
I've got a scanning (paper to pdf) process that's partly done by people, and partly done by computers. I'm going to track the progress of individual batches via a simple log file concept.
Well anyway -- I have a monitoring script that I just want to use simply to alert people if a batch sits too long at any given stage. For instance, it shouldn't take more than 2 days to get around to checking that a batch finished processing properly. The trick is that the people portions need to check for 2 business days.
Anyone got any better ideas than the simple (but annoying) 5 separate cases based on day of week?