Home      Ask a Question      My Stuff      Help   
  
TimeWorks Plus: Tomorrow Rule
**How do I make a night shift employee's hours post on the day of their out punch?

You can set up a processing rule or you can write a script.

To turn on the processing rule you will go to the accountant menu > processing rules > type 'tomorrow' in the search for a rule field and hit search. The tomorrow rule will pop up and by clicking on the ’tomorrow' link you will open the page to set up the rule. You will save the cut off start time and the cut off end time on this page.

To add a script you will go to the accountant menu > processing rules > type ‘reportingdatescript' in to the search field and hit search. Once the rule populates you will click on the 'reportingdatescript' link and enter your script in the large text box. Here is an example of the tomorrow script.

if (inispresent and istimes)
{
if (intime > 9:00pm)
{
tomorrow (0);
}
}

Any time an out punch is greater than 9:00pm, the punch set will be pushed to the next day. This is most commonly used for employees that start a shift before midnight and they want the shift to post on the following day where most of their hours were worked.
ID
1351
Category
>Support
  TimeWorks Plus Features
Date Created
11/3/2014 12:38:49 PM
Date Updated
11/3/2014 12:42:51 PM
Back to Search Results